@mindly/ui-components 8.4.8 → 8.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +5 -6
- package/dist/cjs/lib2/features/CardModal/CardModal.d.ts +2 -0
- package/dist/cjs/lib2/features/ConfirmWithCommentFeature/ConfirmWithCommentFeature.d.ts +24 -0
- package/dist/cjs/lib2/features/ConfirmWithCommentFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/GoogleCalendarModalFeature/GoogleCalendarModalFeature.d.ts +1 -2
- package/dist/cjs/lib2/features/RecurringSessionPreviewFeature/RecurringSessionPreviewFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/RecurringSessionPreviewFeature/RecurringSessionPreviewFeature.stories.d.ts +7 -0
- package/dist/cjs/lib2/features/RecurringSessionPreviewFeature/RecurringSessionPreviewFeatureSkeleton.d.ts +3 -0
- package/dist/cjs/lib2/features/RecurringSessionPreviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/RecurringSessionPreviewFeature/styles.d.ts +109 -0
- package/dist/cjs/lib2/features/RecurringSessionPreviewFeature/types.d.ts +10 -0
- package/dist/cjs/lib2/features/ReservedSessionManageModalFeature/ReservedSessionManageModalFeature.d.ts +16 -0
- package/dist/cjs/lib2/features/ReservedSessionManageModalFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SessionManageModalFeature/SessionManageModalFeature.d.ts +21 -0
- package/dist/cjs/lib2/features/SessionManageModalFeature/index.d.ts +2 -0
- package/dist/cjs/lib2/features/SessionPreviewFeature/SessionPreviewFeature.stories.d.ts +3 -0
- package/dist/cjs/lib2/features/SessionPreviewFeature/styles.d.ts +33 -0
- package/dist/cjs/lib2/features/SessionPreviewFeature/types.d.ts +7 -5
- package/dist/cjs/lib2/features/SessionTypeSelectorModalFeature/SessionTypeSelectorModalFeature.d.ts +12 -0
- package/dist/cjs/lib2/features/SessionTypeSelectorModalFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistRescheduleFeature/types.d.ts +5 -1
- package/dist/cjs/lib2/features/SpecialistScheduleFeature/types.d.ts +16 -2
- package/dist/cjs/lib2/features/SuccessModalFeature/SuccessModalFeature.d.ts +20 -0
- package/dist/cjs/lib2/features/SuccessModalFeature/index.d.ts +2 -0
- package/dist/cjs/lib2/features/TabsFeature/types.d.ts +6 -0
- package/dist/cjs/lib2/features/index.d.ts +6 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAccountBalance.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconRecurring.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +2 -0
- package/dist/cjs/lib2/shared/hooks/useSwipe.d.ts +16 -0
- package/dist/cjs/lib2/shared/providers/SpecialistScheduleProvider/SpecialistScheduleProvider.d.ts +2 -2
- package/dist/cjs/lib2/shared/types/common.d.ts +4 -0
- package/dist/cjs/lib2/shared/types/session.d.ts +30 -0
- package/dist/cjs/lib2/shared/ui/Calendar/Calendar.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Calendar/CalendarCell.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Calendar/CalendarGrid.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Calendar/styles.d.ts +24 -0
- package/dist/cjs/lib2/shared/ui/Calendar/types.d.ts +9 -0
- package/dist/cjs/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Textarea_v2/Textarea_v2.d.ts +4 -1
- package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/mock.d.ts +7 -2
- package/dist/cjs/lib2/shared/utils/session.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/validation.d.ts +1 -1
- package/dist/cjs/lib2/widgets/SessionDetailWidget/types.d.ts +2 -2
- package/dist/cjs/lib2/widgets/SessionsListWidget/SessionsListWidget.stories.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SessionsListWidget/types.d.ts +5 -1
- package/dist/esm/index.js +7 -8
- package/dist/esm/lib2/features/CardModal/CardModal.d.ts +2 -0
- package/dist/esm/lib2/features/ConfirmWithCommentFeature/ConfirmWithCommentFeature.d.ts +24 -0
- package/dist/esm/lib2/features/ConfirmWithCommentFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/GoogleCalendarModalFeature/GoogleCalendarModalFeature.d.ts +1 -2
- package/dist/esm/lib2/features/RecurringSessionPreviewFeature/RecurringSessionPreviewFeature.d.ts +4 -0
- package/dist/esm/lib2/features/RecurringSessionPreviewFeature/RecurringSessionPreviewFeature.stories.d.ts +7 -0
- package/dist/esm/lib2/features/RecurringSessionPreviewFeature/RecurringSessionPreviewFeatureSkeleton.d.ts +3 -0
- package/dist/esm/lib2/features/RecurringSessionPreviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/RecurringSessionPreviewFeature/styles.d.ts +109 -0
- package/dist/esm/lib2/features/RecurringSessionPreviewFeature/types.d.ts +10 -0
- package/dist/esm/lib2/features/ReservedSessionManageModalFeature/ReservedSessionManageModalFeature.d.ts +16 -0
- package/dist/esm/lib2/features/ReservedSessionManageModalFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SessionManageModalFeature/SessionManageModalFeature.d.ts +21 -0
- package/dist/esm/lib2/features/SessionManageModalFeature/index.d.ts +2 -0
- package/dist/esm/lib2/features/SessionPreviewFeature/SessionPreviewFeature.stories.d.ts +3 -0
- package/dist/esm/lib2/features/SessionPreviewFeature/styles.d.ts +33 -0
- package/dist/esm/lib2/features/SessionPreviewFeature/types.d.ts +7 -5
- package/dist/esm/lib2/features/SessionTypeSelectorModalFeature/SessionTypeSelectorModalFeature.d.ts +12 -0
- package/dist/esm/lib2/features/SessionTypeSelectorModalFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistRescheduleFeature/types.d.ts +5 -1
- package/dist/esm/lib2/features/SpecialistScheduleFeature/types.d.ts +16 -2
- package/dist/esm/lib2/features/SuccessModalFeature/SuccessModalFeature.d.ts +20 -0
- package/dist/esm/lib2/features/SuccessModalFeature/index.d.ts +2 -0
- package/dist/esm/lib2/features/TabsFeature/types.d.ts +6 -0
- package/dist/esm/lib2/features/index.d.ts +6 -0
- package/dist/esm/lib2/shared/assets/icons/IconAccountBalance.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconRecurring.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +2 -0
- package/dist/esm/lib2/shared/hooks/useSwipe.d.ts +16 -0
- package/dist/esm/lib2/shared/providers/SpecialistScheduleProvider/SpecialistScheduleProvider.d.ts +2 -2
- package/dist/esm/lib2/shared/types/common.d.ts +4 -0
- package/dist/esm/lib2/shared/types/session.d.ts +30 -0
- package/dist/esm/lib2/shared/ui/Calendar/Calendar.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Calendar/CalendarCell.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Calendar/CalendarGrid.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Calendar/styles.d.ts +24 -0
- package/dist/esm/lib2/shared/ui/Calendar/types.d.ts +9 -0
- package/dist/esm/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Textarea_v2/Textarea_v2.d.ts +4 -1
- package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/mock.d.ts +7 -2
- package/dist/esm/lib2/shared/utils/session.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/validation.d.ts +1 -1
- package/dist/esm/lib2/widgets/SessionDetailWidget/types.d.ts +2 -2
- package/dist/esm/lib2/widgets/SessionsListWidget/SessionsListWidget.stories.d.ts +1 -0
- package/dist/esm/lib2/widgets/SessionsListWidget/types.d.ts +5 -1
- package/dist/index.d.ts +195 -15
- package/package.json +1 -1
- package/src/lib2/shared/css/tailwind.css +1 -1
|
@@ -3,23 +3,31 @@ import { AriaCalendarGridProps, AriaCalendarProps, DateValue } from 'react-aria'
|
|
|
3
3
|
import { CalendarState, SelectionBehavior, SelectionMode } from 'react-stately';
|
|
4
4
|
import { CalendarDate } from '@internationalized/date';
|
|
5
5
|
import { SupportedLocales } from '../../types';
|
|
6
|
+
import { TypographyVariantsEnum } from '../Typography/types';
|
|
6
7
|
type BaseTypeProps = {
|
|
7
8
|
onDatePress?: (date: string, evt: React.MouseEvent<HTMLButtonElement>) => void;
|
|
8
9
|
locale: SupportedLocales;
|
|
9
10
|
timeZone?: string;
|
|
10
11
|
selectionMode?: SelectionMode;
|
|
12
|
+
className?: string;
|
|
11
13
|
renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React.ReactNode;
|
|
12
14
|
};
|
|
13
15
|
export type CalendarProps = Omit<AriaCalendarProps<DateValue>, 'minValue' | 'defaultValue' | 'maxValue'> & BaseTypeProps & {
|
|
14
16
|
minValue?: string;
|
|
15
17
|
defaultValue?: string;
|
|
16
18
|
maxValue?: string;
|
|
19
|
+
selectedValue?: string;
|
|
17
20
|
slots?: Record<string, any[]>;
|
|
18
21
|
fullWidth?: boolean;
|
|
19
22
|
isShowWeekNames?: boolean;
|
|
20
23
|
isShowMonthNavigation?: boolean;
|
|
24
|
+
isDropdown?: boolean;
|
|
21
25
|
defaultSelectDates: string[];
|
|
22
26
|
selectionBehavior?: SelectionBehavior;
|
|
27
|
+
titleVariant?: TypographyVariantsEnum;
|
|
28
|
+
gridClassName?: string;
|
|
29
|
+
headerClassName?: string;
|
|
30
|
+
useSwipeMonthNavigation?: boolean;
|
|
23
31
|
onSelectionChange: (dates: string[]) => void;
|
|
24
32
|
};
|
|
25
33
|
export type CalendarGridProps = AriaCalendarGridProps & BaseTypeProps & {
|
|
@@ -28,6 +36,7 @@ export type CalendarGridProps = AriaCalendarGridProps & BaseTypeProps & {
|
|
|
28
36
|
handleSelectionDateChange: (dateKey: string, date: string) => void;
|
|
29
37
|
isShowWeekNames: boolean;
|
|
30
38
|
offset?: Record<string, any>;
|
|
39
|
+
ref?: React.RefObject<HTMLDivElement | null>;
|
|
31
40
|
};
|
|
32
41
|
export type CalendarCellProps = BaseTypeProps & {
|
|
33
42
|
state: CalendarState;
|
|
@@ -3,6 +3,7 @@ declare const ModalSheet: React.ForwardRefExoticComponent<import("@ionic/core").
|
|
|
3
3
|
children?: React.ReactNode | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
heightInPx?: number;
|
|
6
|
+
autoHeight?: boolean;
|
|
6
7
|
className?: string;
|
|
7
8
|
withCloseButton?: boolean;
|
|
8
9
|
} & React.RefAttributes<HTMLIonModalElement>>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TextareaV2Props } from './types';
|
|
3
|
-
|
|
3
|
+
export type TextareaRef = HTMLIonTextareaElement & {
|
|
4
|
+
resetValue: () => void;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: React.NamedExoticComponent<TextareaV2Props & React.RefAttributes<HTMLIonTextareaElement | TextareaRef>>;
|
|
4
7
|
export default _default;
|
|
@@ -4,3 +4,4 @@ export declare const roundToPrecision: (value: number, decimals?: number) => num
|
|
|
4
4
|
export declare const getDateLocale: (locale: SupportedLocales) => Locale;
|
|
5
5
|
export declare const getGMTOffset: (timeZone: string) => string;
|
|
6
6
|
export declare const getMonthNameInGenitive: (date: Date, locale: SupportedLocales) => string;
|
|
7
|
+
export declare const capitalizeFirstLetter: (str: string) => string;
|
|
@@ -2,11 +2,14 @@ import { WithTranslation } from 'react-i18next';
|
|
|
2
2
|
import { ClientSpecialistContractStatusEnum } from '../types/contract';
|
|
3
3
|
import { UserType } from '../types/user';
|
|
4
4
|
import { Specialist } from '../types/specialistTypes';
|
|
5
|
-
import { Schedule, Session, SpecialistReview } from '../types';
|
|
5
|
+
import { RecurringSession, Schedule, Session, SpecialistReview, Subscription } from '../types';
|
|
6
6
|
export declare const mockT: (translate?: Record<string, string>) => WithTranslation["t"];
|
|
7
7
|
export declare const specialist: Specialist;
|
|
8
8
|
export declare const currentUser: UserType;
|
|
9
9
|
export declare const listReviews: SpecialistReview[];
|
|
10
|
+
export declare const mockSubscriptionInFuture: Subscription;
|
|
11
|
+
export declare const mockSubscriptionInNearFuture: Subscription;
|
|
12
|
+
export declare const mockSubscriptions: Subscription[];
|
|
10
13
|
export declare const mockSession: Session;
|
|
11
14
|
export declare const mockSessions: {
|
|
12
15
|
consultation_time: any;
|
|
@@ -44,7 +47,9 @@ export declare const mockSessions: {
|
|
|
44
47
|
price_type?: string;
|
|
45
48
|
price_default?: number;
|
|
46
49
|
payment_intent_id?: string;
|
|
47
|
-
subscription?:
|
|
50
|
+
subscription?: Subscription;
|
|
48
51
|
session_review?: import("../types").SessionReview;
|
|
52
|
+
recurring_session_id?: string | null;
|
|
49
53
|
}[];
|
|
50
54
|
export declare const getMockSchedule: (dayCount: number, hoursStart?: number, hoursEnd?: number) => Schedule;
|
|
55
|
+
export declare const mockRecurringSession: RecurringSession;
|
|
@@ -3,6 +3,7 @@ import { Session, SessionTime, SessionVariant, SupportedLocales } from '../types
|
|
|
3
3
|
export declare const SOON_SESSION_TIME_SECONDS: number;
|
|
4
4
|
export declare const NEAR_SESSION_TIME_SECONDS: number;
|
|
5
5
|
export declare const CAN_MANAGE_SESSION_TIME_HOURS = 24;
|
|
6
|
+
export declare const SESSION_DURATION = 50;
|
|
6
7
|
export declare const getStartSessionDate: (sessionTime?: SessionTime) => Date | undefined;
|
|
7
8
|
export declare const getStartSessionTimestamp: (sessionTime?: SessionTime) => number;
|
|
8
9
|
export declare const getSessionVariant: (session?: Session) => SessionVariant;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const getVisibleLength: (value: string) => number;
|
|
2
|
-
export declare const isCommentValid: (comment: string) => boolean;
|
|
2
|
+
export declare const isCommentValid: (comment: string, minLength?: number) => boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { WithTranslation } from 'react-i18next';
|
|
2
|
-
import { Session, Specialist, SupportedLocales } from '../../shared/types';
|
|
2
|
+
import { Session, SessionQueue, Specialist, SupportedLocales } from '../../shared/types';
|
|
3
3
|
export type SessionDetailWidgetProps = {
|
|
4
|
-
session?: Session;
|
|
4
|
+
session?: Session | SessionQueue;
|
|
5
5
|
specialist?: Specialist;
|
|
6
6
|
isLoading?: boolean;
|
|
7
7
|
t?: WithTranslation['t'];
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { WithTranslation } from 'react-i18next';
|
|
2
|
-
import { Session, SupportedLocales } from '../../shared/types';
|
|
2
|
+
import { RecurringSession, Session, SupportedLocales } from '../../shared/types';
|
|
3
3
|
export type SessionsWidgetProps = {
|
|
4
4
|
futureSessions?: Session[];
|
|
5
5
|
previousSessions?: Session[];
|
|
6
|
+
recurringSessions?: RecurringSession[];
|
|
6
7
|
hasMorePreviousSessions?: boolean;
|
|
7
8
|
locale: SupportedLocales;
|
|
8
9
|
isLoadingFutureSessions?: boolean;
|
|
9
10
|
isLoadingPreviousSessions?: boolean;
|
|
10
11
|
maxPeriodToReviewPastSessionInHours?: number;
|
|
12
|
+
daysBeforeCancelationQueueSession?: number;
|
|
11
13
|
loadPreviousSessions: () => Promise<{
|
|
12
14
|
list: Session[];
|
|
13
15
|
total: number;
|
|
@@ -15,6 +17,8 @@ export type SessionsWidgetProps = {
|
|
|
15
17
|
rateSessionCallback?: (session: Session) => void;
|
|
16
18
|
onSessionClick?(session: Session): void;
|
|
17
19
|
onSessionStart?(session: Session): void;
|
|
20
|
+
onRecurringSessionClick?(recurringSession: RecurringSession): void;
|
|
18
21
|
onScheduleSession?(): void;
|
|
22
|
+
onUpdateSubscription?(session: Session): void;
|
|
19
23
|
t?: WithTranslation['t'];
|
|
20
24
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { RatingComponentProps } from 'react-rating';
|
|
|
10
10
|
import * as _ionic_react from '@ionic/react';
|
|
11
11
|
import { ScrollDetail, ScrollBaseDetail, RefresherEventDetail } from '@ionic/react';
|
|
12
12
|
import { IonContentCustomEvent, IonSearchbarCustomEvent as IonSearchbarCustomEvent$1 } from '@ionic/core/dist/types/components';
|
|
13
|
-
import { Node, ListState, ItemProps as ItemProps$1, SelectionBehavior, SelectionMode, Selection } from 'react-stately';
|
|
13
|
+
import { Node, ListState, ItemProps as ItemProps$1, SelectionBehavior, SelectionMode as SelectionMode$1, Selection } from 'react-stately';
|
|
14
14
|
export { Selection } from 'react-stately';
|
|
15
15
|
import { AriaListBoxProps, AriaCalendarProps, DateValue, AriaTabListProps } from 'react-aria';
|
|
16
16
|
import { ToastStateProps, ToastState } from '@react-stately/toast';
|
|
@@ -659,6 +659,10 @@ declare const StripeSupportedCurrency: SupportedCurrency[];
|
|
|
659
659
|
type CSSVarStyles = React.CSSProperties & {
|
|
660
660
|
[key: `--${string}`]: string | number;
|
|
661
661
|
};
|
|
662
|
+
declare enum AppViewType {
|
|
663
|
+
CLIENT = "client",
|
|
664
|
+
SPECIALIST = "specialist"
|
|
665
|
+
}
|
|
662
666
|
|
|
663
667
|
declare enum SupportedLangs {
|
|
664
668
|
en = "en",
|
|
@@ -1313,6 +1317,14 @@ type SessionReview$1 = {
|
|
|
1313
1317
|
client_avatar: string;
|
|
1314
1318
|
created_at: number;
|
|
1315
1319
|
};
|
|
1320
|
+
declare enum ConsultationQueueTypeEnum {
|
|
1321
|
+
SCHEDULED = "scheduled",
|
|
1322
|
+
CONFLICTED = "conflicted"
|
|
1323
|
+
}
|
|
1324
|
+
type RecurringSchedule = {
|
|
1325
|
+
day: number;
|
|
1326
|
+
time: string;
|
|
1327
|
+
};
|
|
1316
1328
|
type Session = {
|
|
1317
1329
|
id: string;
|
|
1318
1330
|
consultation_time: SessionTime;
|
|
@@ -1351,9 +1363,31 @@ type Session = {
|
|
|
1351
1363
|
payment_intent_id?: string;
|
|
1352
1364
|
subscription?: Subscription;
|
|
1353
1365
|
session_review?: SessionReview$1;
|
|
1366
|
+
recurring_session_id?: string | null;
|
|
1367
|
+
};
|
|
1368
|
+
type SessionQueue = Session & {
|
|
1369
|
+
queue_type: ConsultationQueueTypeEnum;
|
|
1370
|
+
reason?: 'slot_booked' | 'slot_vacation';
|
|
1354
1371
|
};
|
|
1355
1372
|
type SessionVariant = 'default' | 'current' | 'soon' | 'near' | 'past';
|
|
1356
1373
|
type Consultation = Session;
|
|
1374
|
+
declare enum SessionTypeEnum {
|
|
1375
|
+
RECURRING = "recurring",
|
|
1376
|
+
ONE_TIME = "one_time"
|
|
1377
|
+
}
|
|
1378
|
+
type RecurringSession = {
|
|
1379
|
+
id: string;
|
|
1380
|
+
specialistId: string;
|
|
1381
|
+
clientId: string;
|
|
1382
|
+
userTimezone: string;
|
|
1383
|
+
name?: string;
|
|
1384
|
+
avatarLink?: string;
|
|
1385
|
+
recurring: {
|
|
1386
|
+
interval: 'weekly';
|
|
1387
|
+
day: number;
|
|
1388
|
+
time: string;
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1357
1391
|
|
|
1358
1392
|
type AutoComplete<T extends string> = T | (string & {});
|
|
1359
1393
|
|
|
@@ -1513,23 +1547,30 @@ type BaseTypeProps = {
|
|
|
1513
1547
|
onDatePress?: (date: string, evt: React$1.MouseEvent<HTMLButtonElement>) => void;
|
|
1514
1548
|
locale: SupportedLocales;
|
|
1515
1549
|
timeZone?: string;
|
|
1516
|
-
selectionMode?: SelectionMode;
|
|
1550
|
+
selectionMode?: SelectionMode$1;
|
|
1551
|
+
className?: string;
|
|
1517
1552
|
renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React$1.ReactNode;
|
|
1518
1553
|
};
|
|
1519
1554
|
type CalendarProps = Omit<AriaCalendarProps<DateValue>, 'minValue' | 'defaultValue' | 'maxValue'> & BaseTypeProps & {
|
|
1520
1555
|
minValue?: string;
|
|
1521
1556
|
defaultValue?: string;
|
|
1522
1557
|
maxValue?: string;
|
|
1558
|
+
selectedValue?: string;
|
|
1523
1559
|
slots?: Record<string, any[]>;
|
|
1524
1560
|
fullWidth?: boolean;
|
|
1525
1561
|
isShowWeekNames?: boolean;
|
|
1526
1562
|
isShowMonthNavigation?: boolean;
|
|
1563
|
+
isDropdown?: boolean;
|
|
1527
1564
|
defaultSelectDates: string[];
|
|
1528
1565
|
selectionBehavior?: SelectionBehavior;
|
|
1566
|
+
titleVariant?: TypographyVariantsEnum;
|
|
1567
|
+
gridClassName?: string;
|
|
1568
|
+
headerClassName?: string;
|
|
1569
|
+
useSwipeMonthNavigation?: boolean;
|
|
1529
1570
|
onSelectionChange: (dates: string[]) => void;
|
|
1530
1571
|
};
|
|
1531
1572
|
|
|
1532
|
-
declare function Calendar({ maxValue, minValue, timeZone, locale, isShowWeekNames, isShowMonthNavigation, selectionMode, onSelectionChange, defaultSelectDates, onDatePress, renderCustomDateContent, fullWidth, ...props }: CalendarProps): React__default.ReactElement;
|
|
1573
|
+
declare function Calendar({ maxValue, minValue, timeZone, locale, isShowWeekNames, isShowMonthNavigation, selectionMode, onSelectionChange, defaultSelectDates, onDatePress, renderCustomDateContent, fullWidth, titleVariant, gridClassName, headerClassName, isDropdown, useSwipeMonthNavigation, selectedValue, className, ...props }: CalendarProps): React__default.ReactElement;
|
|
1533
1574
|
|
|
1534
1575
|
type VerticalCalendarProps = CalendarProps & {
|
|
1535
1576
|
visibleDuration?: number;
|
|
@@ -1552,7 +1593,10 @@ interface TextareaV2Props extends Omit<JSX.IonTextarea, 'color' | 'enterkeyhint'
|
|
|
1552
1593
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
1553
1594
|
}
|
|
1554
1595
|
|
|
1555
|
-
|
|
1596
|
+
type TextareaRef = HTMLIonTextareaElement & {
|
|
1597
|
+
resetValue: () => void;
|
|
1598
|
+
};
|
|
1599
|
+
declare const _default$18: React__default.NamedExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement | TextareaRef>>;
|
|
1556
1600
|
|
|
1557
1601
|
type RatingProps = {
|
|
1558
1602
|
initialRating?: number;
|
|
@@ -1613,6 +1657,7 @@ declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core.JSX.IonM
|
|
|
1613
1657
|
children?: React$1.ReactNode | undefined;
|
|
1614
1658
|
} & {
|
|
1615
1659
|
heightInPx?: number;
|
|
1660
|
+
autoHeight?: boolean;
|
|
1616
1661
|
className?: string;
|
|
1617
1662
|
withCloseButton?: boolean;
|
|
1618
1663
|
} & React$1.RefAttributes<HTMLIonModalElement>>;
|
|
@@ -1971,9 +2016,9 @@ declare const VideoProvider: React__default.FC<Props$6>;
|
|
|
1971
2016
|
|
|
1972
2017
|
type SpecialistScheduleContextValue = {
|
|
1973
2018
|
selectedDate: ScheduleDate | undefined;
|
|
1974
|
-
|
|
2019
|
+
selectedSlots: ScheduleSlot[];
|
|
1975
2020
|
setSelectedDate: (date: ScheduleDate | undefined) => void;
|
|
1976
|
-
|
|
2021
|
+
setSelectedSlots: (slots: ScheduleSlot[]) => void;
|
|
1977
2022
|
resetSelectedScheduleData: () => void;
|
|
1978
2023
|
schedule: Schedule | undefined;
|
|
1979
2024
|
isLoading: boolean;
|
|
@@ -2590,8 +2635,12 @@ declare const IconGoogleCalendar: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2590
2635
|
|
|
2591
2636
|
declare const IconAdvisorAssistance: FC<IconProps$H>;
|
|
2592
2637
|
|
|
2638
|
+
declare const IconRecurring: React$1.FC<IconProps$H>;
|
|
2639
|
+
|
|
2593
2640
|
declare const IconPhotoCamera: React$1.FC<IconProps$H>;
|
|
2594
2641
|
|
|
2642
|
+
declare const IconAccountBalance: React$1.FC<IconProps$H>;
|
|
2643
|
+
|
|
2595
2644
|
declare const IconVoiceMode: React$1.FC<IconProps$H>;
|
|
2596
2645
|
|
|
2597
2646
|
declare const IconKeyboard: React$1.FC<IconProps$H>;
|
|
@@ -2601,6 +2650,7 @@ declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
|
2601
2650
|
declare const getDateLocale: (locale: SupportedLocales) => Locale;
|
|
2602
2651
|
declare const getGMTOffset: (timeZone: string) => string;
|
|
2603
2652
|
declare const getMonthNameInGenitive: (date: Date, locale: SupportedLocales) => string;
|
|
2653
|
+
declare const capitalizeFirstLetter: (str: string) => string;
|
|
2604
2654
|
|
|
2605
2655
|
type AnyRef = React__default.Ref<any>;
|
|
2606
2656
|
declare const mergeRefs: <T extends any>(...refs: AnyRef[]) => React__default.Ref<T>;
|
|
@@ -2676,6 +2726,8 @@ type CardModalProps = {
|
|
|
2676
2726
|
}) => React__default.ReactNode;
|
|
2677
2727
|
mode?: HTMLIonModalElement['mode'];
|
|
2678
2728
|
onDidPresent?: () => void;
|
|
2729
|
+
onWillPresent?: () => void;
|
|
2730
|
+
onWillDismiss?: () => void;
|
|
2679
2731
|
};
|
|
2680
2732
|
declare const CardModal: React__default.ForwardRefExoticComponent<CardModalProps & {
|
|
2681
2733
|
children?: React__default.ReactNode | undefined;
|
|
@@ -3353,15 +3405,17 @@ type TabsToolbarProps = {
|
|
|
3353
3405
|
declare const TabsToolbarFeature: React__default.FC<TabsToolbarProps>;
|
|
3354
3406
|
|
|
3355
3407
|
type SessionPreviewFeatureProps = {
|
|
3356
|
-
session?: Session;
|
|
3408
|
+
session?: Session | SessionQueue;
|
|
3357
3409
|
viewPerson?: 'client' | 'specialist';
|
|
3358
3410
|
t?: WithTranslation['t'];
|
|
3359
3411
|
isLoading?: boolean;
|
|
3360
3412
|
locale: SupportedLocales;
|
|
3361
3413
|
maxPeriodToReviewPastSessionInHours?: number;
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3414
|
+
daysBeforeCancelationQueueSession?: number;
|
|
3415
|
+
onSessionClick?(session: Session | SessionQueue): void;
|
|
3416
|
+
onSessionStart?(session: Session | SessionQueue): void;
|
|
3417
|
+
rateSessionCallback?: (session: Session | SessionQueue) => void;
|
|
3418
|
+
onUpdateSubscription?: (session: Session | SessionQueue) => void;
|
|
3365
3419
|
};
|
|
3366
3420
|
|
|
3367
3421
|
declare const SessionPreviewFeature: React__default.FC<SessionPreviewFeatureProps>;
|
|
@@ -3554,9 +3608,14 @@ type TabsFeatureProps = {
|
|
|
3554
3608
|
title: string;
|
|
3555
3609
|
content?: React.ReactNode;
|
|
3556
3610
|
anchor?: string;
|
|
3611
|
+
searchParam?: string;
|
|
3557
3612
|
}[];
|
|
3558
3613
|
className?: string;
|
|
3614
|
+
tabClassName?: string;
|
|
3615
|
+
innerClassName?: string;
|
|
3559
3616
|
isLoading?: boolean;
|
|
3617
|
+
activeSearchParam?: string;
|
|
3618
|
+
tabVariant?: TypographyVariantsEnum;
|
|
3560
3619
|
onTabClick?(tab: string): void;
|
|
3561
3620
|
};
|
|
3562
3621
|
|
|
@@ -3564,7 +3623,9 @@ declare const TabsFeature: React__default.FC<TabsFeatureProps>;
|
|
|
3564
3623
|
|
|
3565
3624
|
declare const TabsFeatureSkeleton: React__default.FC<Partial<TabsFeatureProps>>;
|
|
3566
3625
|
|
|
3626
|
+
type SelectionMode = 'single' | 'multiple';
|
|
3567
3627
|
type ScheduleFeatureProps = {
|
|
3628
|
+
appViewType?: AppViewType;
|
|
3568
3629
|
className?: string;
|
|
3569
3630
|
t?: WithTranslation['t'];
|
|
3570
3631
|
locale?: SupportedLocales;
|
|
@@ -3576,10 +3637,21 @@ type ScheduleFeatureProps = {
|
|
|
3576
3637
|
slotVariant?: TypographyVariantsEnum;
|
|
3577
3638
|
isBookingLoading?: boolean;
|
|
3578
3639
|
isTimeSeparated?: boolean;
|
|
3579
|
-
|
|
3640
|
+
loadingSlots?: string[];
|
|
3641
|
+
showMonthSelector?: boolean;
|
|
3642
|
+
selectionMode?: SelectionMode;
|
|
3643
|
+
maxSelectedSlots?: number;
|
|
3644
|
+
preSelectedSlots?: ScheduleSlot[];
|
|
3645
|
+
currentSlot?: ScheduleSlot;
|
|
3646
|
+
isBookButtonDisabled?: boolean;
|
|
3647
|
+
isBookButtonLoading?: boolean;
|
|
3648
|
+
bookButtonText?: string;
|
|
3649
|
+
footerContent?: React.ReactNode;
|
|
3650
|
+
sessionType?: SessionTypeEnum;
|
|
3580
3651
|
onDateChange?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
3581
3652
|
onSlotChange?: (slot: ScheduleSlot | null) => void;
|
|
3582
3653
|
onShowAll?: () => void;
|
|
3654
|
+
onBookClick?: () => void;
|
|
3583
3655
|
};
|
|
3584
3656
|
|
|
3585
3657
|
declare const SpecialistScheduleFeature: React__default.FC<ScheduleFeatureProps>;
|
|
@@ -3587,7 +3659,8 @@ declare const SpecialistScheduleFeature: React__default.FC<ScheduleFeatureProps>
|
|
|
3587
3659
|
declare const ScheduleSkeleton: React__default.FC<ScheduleFeatureProps>;
|
|
3588
3660
|
|
|
3589
3661
|
type SpecialistRescheduleFeatureProps = {
|
|
3590
|
-
|
|
3662
|
+
loadingSlots?: string[];
|
|
3663
|
+
slots?: string[];
|
|
3591
3664
|
className?: string;
|
|
3592
3665
|
t?: WithTranslation['t'];
|
|
3593
3666
|
locale?: SupportedLocales;
|
|
@@ -3605,6 +3678,9 @@ type SpecialistRescheduleFeatureProps = {
|
|
|
3605
3678
|
onShowAll?: () => void;
|
|
3606
3679
|
onCloseClick?: () => void;
|
|
3607
3680
|
onClose?: () => void;
|
|
3681
|
+
onWillPresent?: () => void;
|
|
3682
|
+
onWillDismiss?: () => void;
|
|
3683
|
+
onBookClick(): void;
|
|
3608
3684
|
};
|
|
3609
3685
|
|
|
3610
3686
|
declare const SpecialistRescheduleFeature: React__default.FC<SpecialistRescheduleFeatureProps>;
|
|
@@ -3699,6 +3775,100 @@ interface AdvisorAssistFeatureProps {
|
|
|
3699
3775
|
}
|
|
3700
3776
|
declare function AdvisorAssistFeature({ variant, title, subtitle, unreadMessagesCount, }: AdvisorAssistFeatureProps): react_jsx_runtime.JSX.Element;
|
|
3701
3777
|
|
|
3778
|
+
type ConfirmWithCommentFeatureProps = {
|
|
3779
|
+
currentComment?: string;
|
|
3780
|
+
avatarProps?: AvatarProps;
|
|
3781
|
+
title: React__default.ReactNode;
|
|
3782
|
+
description?: string;
|
|
3783
|
+
onSubmit: (data: {
|
|
3784
|
+
comment: string;
|
|
3785
|
+
}) => Promise<void>;
|
|
3786
|
+
onModalAppeared?: () => void;
|
|
3787
|
+
placeholder?: string;
|
|
3788
|
+
buttonText?: string;
|
|
3789
|
+
isOpen?: boolean;
|
|
3790
|
+
maxLength?: number;
|
|
3791
|
+
minLength?: number;
|
|
3792
|
+
ref?: React__default.RefObject<HTMLIonModalElement | null>;
|
|
3793
|
+
};
|
|
3794
|
+
type ConfirmWithCommentFeatureRef = {
|
|
3795
|
+
openModal: () => void;
|
|
3796
|
+
closeModal: () => void;
|
|
3797
|
+
};
|
|
3798
|
+
declare const ConfirmWithCommentFeature: React__default.FC<ConfirmWithCommentFeatureProps>;
|
|
3799
|
+
|
|
3800
|
+
type SuccessModalFeatureAction = 'book_session' | 'trial_session' | 'reschedule_session' | 'cancel_session' | 'recurring_session' | 'recurring_session_cancel' | 'recurring_session_reschedule';
|
|
3801
|
+
type SuccessModalFeatureProps = {
|
|
3802
|
+
isOpen?: boolean;
|
|
3803
|
+
ref?: React__default.RefObject<HTMLIonModalElement | null>;
|
|
3804
|
+
t?: WithTranslation['t'];
|
|
3805
|
+
slots?: string[];
|
|
3806
|
+
locale?: string | SupportedLocales;
|
|
3807
|
+
title?: string;
|
|
3808
|
+
subtitle?: string;
|
|
3809
|
+
action?: SuccessModalFeatureAction;
|
|
3810
|
+
iconHref?: string;
|
|
3811
|
+
onSyncClick?: () => void;
|
|
3812
|
+
onContinueClick?: () => void;
|
|
3813
|
+
showGoogleCalendar?: boolean;
|
|
3814
|
+
};
|
|
3815
|
+
declare const SuccessModalFeature: FC<SuccessModalFeatureProps>;
|
|
3816
|
+
|
|
3817
|
+
type ModalSheetProps = React$1.PropsWithChildren<JSX.IonModal> & {
|
|
3818
|
+
heightInPx?: number;
|
|
3819
|
+
autoHeight?: boolean;
|
|
3820
|
+
className?: string;
|
|
3821
|
+
withCloseButton?: boolean;
|
|
3822
|
+
};
|
|
3823
|
+
|
|
3824
|
+
type SessionTypeSelectorModalFeatureProps = {
|
|
3825
|
+
isOpen?: boolean;
|
|
3826
|
+
ref?: React__default.RefObject<HTMLIonModalElement | null>;
|
|
3827
|
+
t?: WithTranslation['t'];
|
|
3828
|
+
onSelectSessionType?: (sessionType: SessionTypeEnum) => void;
|
|
3829
|
+
} & ModalSheetProps;
|
|
3830
|
+
declare const SessionManageModalFeature$1: FC<SessionTypeSelectorModalFeatureProps>;
|
|
3831
|
+
|
|
3832
|
+
declare enum SessionManageTypeEnum {
|
|
3833
|
+
ONLY_THIS_SESSION = "only_this_session",
|
|
3834
|
+
THIS_AND_FUTURE_SESSIONS = "this_and_future_sessions",
|
|
3835
|
+
ALL_SESSIONS = "all_sessions"
|
|
3836
|
+
}
|
|
3837
|
+
type SessionManageModalFeatureProps = {
|
|
3838
|
+
action: 'reschedule' | 'cancel';
|
|
3839
|
+
sessionStartDate: string;
|
|
3840
|
+
sessionRecurringSchedule?: RecurringSchedule;
|
|
3841
|
+
isOpen?: boolean;
|
|
3842
|
+
locale?: string;
|
|
3843
|
+
ref?: React__default.RefObject<HTMLIonModalElement | null>;
|
|
3844
|
+
t?: WithTranslation['t'];
|
|
3845
|
+
onSelectSessionManageType?: (sessionManageType: SessionManageTypeEnum) => void;
|
|
3846
|
+
} & ModalSheetProps;
|
|
3847
|
+
declare const SessionManageModalFeature: FC<SessionManageModalFeatureProps>;
|
|
3848
|
+
|
|
3849
|
+
type RecurringSessionPreviewFeatureProps = {
|
|
3850
|
+
recurringSession?: RecurringSession;
|
|
3851
|
+
avatarLink?: string;
|
|
3852
|
+
name?: string;
|
|
3853
|
+
t?: WithTranslation['t'];
|
|
3854
|
+
isLoading?: boolean;
|
|
3855
|
+
onClick?(session: RecurringSession): void;
|
|
3856
|
+
};
|
|
3857
|
+
|
|
3858
|
+
declare const RecurringSessionPreviewFeature: React__default.FC<RecurringSessionPreviewFeatureProps>;
|
|
3859
|
+
|
|
3860
|
+
type ReservedSessionManageModalFeatureProps = {
|
|
3861
|
+
session?: SessionQueue | RecurringSession;
|
|
3862
|
+
userName?: string;
|
|
3863
|
+
userAvatar?: string;
|
|
3864
|
+
isOpen?: boolean;
|
|
3865
|
+
locale?: string;
|
|
3866
|
+
ref?: React__default.RefObject<HTMLIonModalElement | null>;
|
|
3867
|
+
t?: WithTranslation['t'];
|
|
3868
|
+
onSelectAction?: (action: 'reschedule' | 'cancel') => void;
|
|
3869
|
+
} & ModalSheetProps;
|
|
3870
|
+
declare const ReservedSessionManageModalFeature: FC<ReservedSessionManageModalFeatureProps>;
|
|
3871
|
+
|
|
3702
3872
|
type SupportedCountryLocale = string;
|
|
3703
3873
|
type Tabs = {
|
|
3704
3874
|
behavior: 'tax-country' | 'profile-lang';
|
|
@@ -3743,6 +3913,7 @@ declare const isClientCan: ({ action, ...params }: ClientCanParams) => boolean;
|
|
|
3743
3913
|
declare const SOON_SESSION_TIME_SECONDS: number;
|
|
3744
3914
|
declare const NEAR_SESSION_TIME_SECONDS: number;
|
|
3745
3915
|
declare const CAN_MANAGE_SESSION_TIME_HOURS = 24;
|
|
3916
|
+
declare const SESSION_DURATION = 50;
|
|
3746
3917
|
declare const getStartSessionDate: (sessionTime?: SessionTime) => Date | undefined;
|
|
3747
3918
|
declare const getStartSessionTimestamp: (sessionTime?: SessionTime) => number;
|
|
3748
3919
|
declare const getSessionVariant: (session?: Session) => SessionVariant;
|
|
@@ -3757,6 +3928,9 @@ declare const mockT: (translate?: Record<string, string>) => WithTranslation["t"
|
|
|
3757
3928
|
declare const specialist: Specialist;
|
|
3758
3929
|
declare const currentUser: UserType;
|
|
3759
3930
|
declare const listReviews: SpecialistReview$1[];
|
|
3931
|
+
declare const mockSubscriptionInFuture: Subscription;
|
|
3932
|
+
declare const mockSubscriptionInNearFuture: Subscription;
|
|
3933
|
+
declare const mockSubscriptions: Subscription[];
|
|
3760
3934
|
declare const mockSession: Session;
|
|
3761
3935
|
declare const mockSessions: {
|
|
3762
3936
|
consultation_time: any;
|
|
@@ -3796,8 +3970,10 @@ declare const mockSessions: {
|
|
|
3796
3970
|
payment_intent_id?: string;
|
|
3797
3971
|
subscription?: Subscription;
|
|
3798
3972
|
session_review?: SessionReview$1;
|
|
3973
|
+
recurring_session_id?: string | null;
|
|
3799
3974
|
}[];
|
|
3800
3975
|
declare const getMockSchedule: (dayCount: number, hoursStart?: number, hoursEnd?: number) => Schedule;
|
|
3976
|
+
declare const mockRecurringSession: RecurringSession;
|
|
3801
3977
|
|
|
3802
3978
|
declare const ONBOARDING_THEME_DEFAULT_COLORS: Partial<Record<OnboardingVariant, {
|
|
3803
3979
|
defaultThemeColor: string;
|
|
@@ -3935,7 +4111,7 @@ declare class GlobalAuthState {
|
|
|
3935
4111
|
declare const globalAuthState: GlobalAuthState;
|
|
3936
4112
|
|
|
3937
4113
|
declare const getVisibleLength: (value: string) => number;
|
|
3938
|
-
declare const isCommentValid: (comment: string) => boolean;
|
|
4114
|
+
declare const isCommentValid: (comment: string, minLength?: number) => boolean;
|
|
3939
4115
|
|
|
3940
4116
|
declare const MIN_COMMENT_LENGTH = 3;
|
|
3941
4117
|
|
|
@@ -4038,11 +4214,13 @@ declare const SpecialistPreviewListWidget: React__default.FC<SpecialistPreviewLi
|
|
|
4038
4214
|
type SessionsWidgetProps = {
|
|
4039
4215
|
futureSessions?: Session[];
|
|
4040
4216
|
previousSessions?: Session[];
|
|
4217
|
+
recurringSessions?: RecurringSession[];
|
|
4041
4218
|
hasMorePreviousSessions?: boolean;
|
|
4042
4219
|
locale: SupportedLocales;
|
|
4043
4220
|
isLoadingFutureSessions?: boolean;
|
|
4044
4221
|
isLoadingPreviousSessions?: boolean;
|
|
4045
4222
|
maxPeriodToReviewPastSessionInHours?: number;
|
|
4223
|
+
daysBeforeCancelationQueueSession?: number;
|
|
4046
4224
|
loadPreviousSessions: () => Promise<{
|
|
4047
4225
|
list: Session[];
|
|
4048
4226
|
total: number;
|
|
@@ -4050,14 +4228,16 @@ type SessionsWidgetProps = {
|
|
|
4050
4228
|
rateSessionCallback?: (session: Session) => void;
|
|
4051
4229
|
onSessionClick?(session: Session): void;
|
|
4052
4230
|
onSessionStart?(session: Session): void;
|
|
4231
|
+
onRecurringSessionClick?(recurringSession: RecurringSession): void;
|
|
4053
4232
|
onScheduleSession?(): void;
|
|
4233
|
+
onUpdateSubscription?(session: Session): void;
|
|
4054
4234
|
t?: WithTranslation['t'];
|
|
4055
4235
|
};
|
|
4056
4236
|
|
|
4057
4237
|
declare const SessionsWidget: React__default.FC<SessionsWidgetProps>;
|
|
4058
4238
|
|
|
4059
4239
|
type SessionDetailWidgetProps = {
|
|
4060
|
-
session?: Session;
|
|
4240
|
+
session?: Session | SessionQueue;
|
|
4061
4241
|
specialist?: Specialist;
|
|
4062
4242
|
isLoading?: boolean;
|
|
4063
4243
|
t?: WithTranslation['t'];
|
|
@@ -4866,4 +5046,4 @@ type RowSelectProps = {
|
|
|
4866
5046
|
|
|
4867
5047
|
declare const RowSelect: FC<RowSelectProps>;
|
|
4868
5048
|
|
|
4869
|
-
export { AcceptAgreementFeature, Action, AdvisorAssistFeature, _default$1g as AlertCard, AllowFilterValueType, AppFooter, _default$1f as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1e as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$1a as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$Q as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, ChartAreaFeature, ChartLines as ChartLinesFeature, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$U as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, _default$Y as ExploreCard, ExploreCardData, ExploreCardProps, ExploreCardSwiperFeature, ExploreCardSwiperFeatureProps, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1c as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddCalendar, IconAddModerator, IconAdvisorAssistance, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconArrowUp, IconAttachMoney, IconBeachAccess, IconBlock, IconBookmark, IconBookmarkOutlined, _default$16 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCouple, IconCreditCard, IconCreditScore, IconDelete, IconDivercity, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEvening, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGoogleCalendar, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconKeyboard, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMorning, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPhotoCamera, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconReschedule, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSparklingStars, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSun, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconVoiceMode, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$12 as Item, _default$19 as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$$ as ListItemWithColumns, _default$13 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$14 as Loading, LocaleCurrencyMapper, MIN_COMMENT_LENGTH, MapStatusContractToUIStatus, _default$J as MarkdownContainerFeature, _default$10 as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$B as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$C as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$A as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$H as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$G as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$E as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$D as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$F as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$I as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$P as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$R as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$1b as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$15 as ProgressBar_v2, _default$X as ProgressCard, ProgressCardProps, ProgressRangeProps, _default$Z as PromptCard, PromptCardData, PromptCardProps, _default$x as PromptCardsFeature, PromptCardsFeatureProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$17 as Rating, RatingCircleVariant, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$O as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$M as ScreenDrumPickerFormFeature, ScreenInput, _default$N as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$K as SelectWithSearchFormFeature, _default$y as SelectionListFeature, Session, SessionDetailWidget, SessionDetailWidgetSkeleton, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$_ as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SimpleTabs, SimpleTabsProps, SizeValues, Skeleton, _default$1d as Skeleton_v2, Slider, _default$W as SlotsGrid, _default$V as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$T as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$S as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistRescheduleFeature, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$L as TextAreaFormFeature, _default$a as TextInput, _default$z as TextWithClampFeature, _default$18 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1h as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$11 as Video, _default$p as VideoCallInfo, _default$1i as VideoPlayer, VideoProvider, _default$g as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, getVisibleLength, globalAuthState, isClientCan, isCommentValid, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, payoutPriceNormalize, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useScrollToElement, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|
|
5049
|
+
export { AcceptAgreementFeature, Action, AdvisorAssistFeature, _default$1g as AlertCard, AllowFilterValueType, AppFooter, _default$1f as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AppViewType, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1e as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$1a as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$Q as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, ChartAreaFeature, ChartLines as ChartLinesFeature, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, ConfirmWithCommentFeature, ConfirmWithCommentFeatureRef, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$U as ConsultationPricingFeature, ConsultationQueueTypeEnum, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, _default$Y as ExploreCard, ExploreCardData, ExploreCardProps, ExploreCardSwiperFeature, ExploreCardSwiperFeatureProps, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1c as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAccountBalance, IconAddCalendar, IconAddModerator, IconAdvisorAssistance, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconArrowUp, IconAttachMoney, IconBeachAccess, IconBlock, IconBookmark, IconBookmarkOutlined, _default$16 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCouple, IconCreditCard, IconCreditScore, IconDelete, IconDivercity, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEvening, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGoogleCalendar, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconKeyboard, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMorning, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPhotoCamera, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRecurring, IconRenew, IconReschedule, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSparklingStars, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSun, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconVoiceMode, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$12 as Item, _default$19 as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$$ as ListItemWithColumns, _default$13 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$14 as Loading, LocaleCurrencyMapper, MIN_COMMENT_LENGTH, MapStatusContractToUIStatus, _default$J as MarkdownContainerFeature, _default$10 as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$B as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$C as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$A as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$H as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$G as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$E as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$D as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$F as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$I as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$P as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$R as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$1b as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$15 as ProgressBar_v2, _default$X as ProgressCard, ProgressCardProps, ProgressRangeProps, _default$Z as PromptCard, PromptCardData, PromptCardProps, _default$x as PromptCardsFeature, PromptCardsFeatureProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$17 as Rating, RatingCircleVariant, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, RecurringSchedule, RecurringSession, RecurringSessionPreviewFeature, Refresher, ReservedSessionManageModalFeature, ResponseFileType, ReviewCard, _default$O as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SESSION_DURATION, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$M as ScreenDrumPickerFormFeature, ScreenInput, _default$N as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$K as SelectWithSearchFormFeature, _default$y as SelectionListFeature, Session, SessionDetailWidget, SessionDetailWidgetSkeleton, SessionManageModalFeature, SessionManageTypeEnum, SessionPaymentsWidget, SessionPreviewFeature, SessionQueue, SessionReview$1 as SessionReview, SessionTime, SessionTypeEnum, SessionManageModalFeature$1 as SessionTypeSelectorModalFeature, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$_ as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SimpleTabs, SimpleTabsProps, SizeValues, Skeleton, _default$1d as Skeleton_v2, Slider, _default$W as SlotsGrid, _default$V as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$T as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$S as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistRescheduleFeature, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessModalFeature, SuccessModalFeatureAction, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$L as TextAreaFormFeature, _default$a as TextInput, _default$z as TextWithClampFeature, _default$18 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1h as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$11 as Video, _default$p as VideoCallInfo, _default$1i as VideoPlayer, VideoProvider, _default$g as WorkDirections, appThemes, canManageSession, capitalizeFirstLetter, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, getVisibleLength, globalAuthState, isClientCan, isCommentValid, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockRecurringSession, mockSession, mockSessions, mockSubscriptionInFuture, mockSubscriptionInNearFuture, mockSubscriptions, mockT, newShade, payoutPriceNormalize, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useScrollToElement, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|
package/package.json
CHANGED