@docthub.frontend/app 0.0.1
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/README.md +59 -0
- package/build/Components/ActionMenu/DoctActionMenu.d.ts +17 -0
- package/build/Components/ActionMenu/index.d.ts +2 -0
- package/build/Components/Alert/DoctAlert.d.ts +9 -0
- package/build/Components/Alert/Enum.d.ts +6 -0
- package/build/Components/Alert/index.d.ts +2 -0
- package/build/Components/AppBar/DoctAppBar.d.ts +16 -0
- package/build/Components/AppBar/DoctAppBarDropdown.d.ts +10 -0
- package/build/Components/AppBar/index.d.ts +3 -0
- package/build/Components/Badge/Badge.d.ts +9 -0
- package/build/Components/Badge/index.d.ts +3 -0
- package/build/Components/Breadcrumbs/DoctBreadcrumbs.d.ts +12 -0
- package/build/Components/Breadcrumbs/index.d.ts +3 -0
- package/build/Components/Card/DoctCardVariantOne/DoctCardVariantOne.d.ts +14 -0
- package/build/Components/Card/DoctCardVariantOne/index.d.ts +2 -0
- package/build/Components/Card/EventCard/DoctEventCard.d.ts +13 -0
- package/build/Components/Card/EventCard/index.d.ts +2 -0
- package/build/Components/Card/FeatureCard/FeatureCard.d.ts +12 -0
- package/build/Components/Card/FeatureCard/index.d.ts +3 -0
- package/build/Components/Card/index.d.ts +4 -0
- package/build/Components/Chip/Chip.d.ts +11 -0
- package/build/Components/Chip/index.d.ts +3 -0
- package/build/Components/Collapsible/Collapsible.d.ts +11 -0
- package/build/Components/Collapsible/index.d.ts +3 -0
- package/build/Components/DoctMessage/DoctConfirm.d.ts +3 -0
- package/build/Components/DoctMessage/DoctInformation.d.ts +3 -0
- package/build/Components/DoctMessage/DoctMessage.d.ts +9 -0
- package/build/Components/DoctMessage/Enum.d.ts +4 -0
- package/build/Components/DoctMessage/MessageModal.d.ts +2 -0
- package/build/Components/DoctMessage/PropTypes.d.ts +11 -0
- package/build/Components/DoctMessage/index.d.ts +1 -0
- package/build/Components/DoctUserMenu/DoctUserMenu.d.ts +13 -0
- package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/DoctUserMenuEnterprise.d.ts +5 -0
- package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/index.d.ts +2 -0
- package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/interfaceDoctUserMenuEnterprise.d.ts +23 -0
- package/build/Components/DoctUserMenu/DoctUserMenuWrapper.d.ts +9 -0
- package/build/Components/DoctUserMenu/ListItems.d.ts +6 -0
- package/build/Components/DoctUserMenu/SideBarProfile.d.ts +8 -0
- package/build/Components/DoctUserMenu/index.d.ts +2 -0
- package/build/Components/DoctUserMenu/static/data.d.ts +11 -0
- package/build/Components/Drawer/DoctDrawer.d.ts +9 -0
- package/build/Components/Drawer/index.d.ts +2 -0
- package/build/Components/DropdownSelect/DoctDropdownSelect.d.ts +11 -0
- package/build/Components/DropdownSelect/index.d.ts +3 -0
- package/build/Components/EventDetailpage/About/About.d.ts +8 -0
- package/build/Components/EventDetailpage/About/index.d.ts +2 -0
- package/build/Components/EventDetailpage/Abstract/Abstract.d.ts +7 -0
- package/build/Components/EventDetailpage/Abstract/index.d.ts +2 -0
- package/build/Components/EventDetailpage/Contact/Contact.d.ts +13 -0
- package/build/Components/EventDetailpage/Contact/index.d.ts +2 -0
- package/build/Components/EventDetailpage/EventDetailBanner/DoctEventDetailBanner.d.ts +14 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/EventDayCounter/EventDayCounter.d.ts +8 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/EventDetailDefaultImg/DoctEventDetailDefaultImg.d.ts +12 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/Helper/enums/EventStatus.d.ts +6 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/SocialShare/SocialShare.d.ts +6 -0
- package/build/Components/EventDetailpage/EventDetailBanner/index.d.ts +3 -0
- package/build/Components/EventDetailpage/EventExhibitors/components/DoctEventExhibitorsTable.d.ts +8 -0
- package/build/Components/EventDetailpage/EventExhibitors/components/EventExhibitorsResponsiveCards.d.ts +8 -0
- package/build/Components/EventDetailpage/EventExhibitors/index.d.ts +3 -0
- package/build/Components/EventDetailpage/EventsAboutCreditsPoints/AboutCreditPoint.d.ts +9 -0
- package/build/Components/EventDetailpage/EventsAboutCreditsPoints/index.d.ts +2 -0
- package/build/Components/EventDetailpage/Organizer/Organizer.d.ts +9 -0
- package/build/Components/EventDetailpage/Organizer/index.d.ts +2 -0
- package/build/Components/EventDetailpage/RegistrationMetaData/DoctRegistrationMetaData.d.ts +7 -0
- package/build/Components/EventDetailpage/RegistrationMetaData/components/TermsConditionRemarks.d.ts +8 -0
- package/build/Components/EventDetailpage/RegistrationTable/components/DoctRegistrationTable.d.ts +9 -0
- package/build/Components/EventDetailpage/RegistrationTable/index.d.ts +3 -0
- package/build/Components/EventDetailpage/Schedule/components/DoctEventSchedule.d.ts +6 -0
- package/build/Components/EventDetailpage/Schedule/index.d.ts +3 -0
- package/build/Components/EventDetailpage/Shared/FormattedDate.d.ts +7 -0
- package/build/Components/EventDetailpage/Shared/FormattedTime.d.ts +6 -0
- package/build/Components/EventDetailpage/Sponsors/DoctSponserCard.d.ts +10 -0
- package/build/Components/EventDetailpage/Sponsors/index.d.ts +3 -0
- package/build/Components/EventDetailpage/SupportedBy/SupportedBy.d.ts +9 -0
- package/build/Components/EventDetailpage/SupportedBy/index.d.ts +2 -0
- package/build/Components/EventDetailpage/VenueLocation/VenueLocation.d.ts +11 -0
- package/build/Components/EventDetailpage/VenueLocation/index.d.ts +2 -0
- package/build/Components/EventDetailpage/index.d.ts +14 -0
- package/build/Components/FileUploads/FileUploads.d.ts +17 -0
- package/build/Components/FileUploads/index.d.ts +3 -0
- package/build/Components/FileUploads/utils.d.ts +2 -0
- package/build/Components/Filters/FilterCheckbox.d.ts +10 -0
- package/build/Components/Filters/FilterTags.d.ts +7 -0
- package/build/Components/Filters/FiltersList.d.ts +22 -0
- package/build/Components/Filters/InfiniteScroll.context.d.ts +13 -0
- package/build/Components/Filters/ListIcon.d.ts +3 -0
- package/build/Components/Filters/SingleFilter.d.ts +14 -0
- package/build/Components/Filters/index.d.ts +11 -0
- package/build/Components/ForMe/ForMe.d.ts +5 -0
- package/build/Components/ForMe/Layout/ForMeFooter.d.ts +11 -0
- package/build/Components/ForMe/Layout/ForMeHeader.d.ts +8 -0
- package/build/Components/ForMe/Layout/ForMeLayout.d.ts +13 -0
- package/build/Components/ForMe/components/Accordion.d.ts +4 -0
- package/build/Components/ForMe/components/ActionRow.d.ts +12 -0
- package/build/Components/ForMe/components/Header.d.ts +14 -0
- package/build/Components/ForMe/components/OutlineChip/OutlineChip.d.ts +10 -0
- package/build/Components/ForMe/components/Selection.d.ts +18 -0
- package/build/Components/ForMe/components/TitleDescription.d.ts +6 -0
- package/build/Components/ForMe/components/index.d.ts +6 -0
- package/build/Components/ForMe/helpers.d.ts +6 -0
- package/build/Components/ForMe/index.d.ts +1 -0
- package/build/Components/ForMe/interface.d.ts +47 -0
- package/build/Components/Form/AutoComplete/AutoComplete.d.ts +35 -0
- package/build/Components/Form/AutoCompleteWithChips/AutoCompleteWithChips.d.ts +16 -0
- package/build/Components/Form/AutoCompleteWithChipsFreeSolo/AutoCompleteWithChipsFreeSolo.d.ts +13 -0
- package/build/Components/Form/AutoCompleteWithHighlightedSearch/AutoCompleteWithHighLightedSearch.d.ts +42 -0
- package/build/Components/Form/AutoCompleteWithHighlightedSearch/helperFunction.d.ts +1 -0
- package/build/Components/Form/Checkbox/Checkbox.d.ts +17 -0
- package/build/Components/Form/ControlledAutoComplete/ControlledAutoComplete.d.ts +19 -0
- package/build/Components/Form/CountryDropdown/CountryDropdown.d.ts +14 -0
- package/build/Components/Form/DatePicker/DatePicker.d.ts +21 -0
- package/build/Components/Form/DatePickerV2/DatePickerV2.d.ts +23 -0
- package/build/Components/Form/DateRangePicker/DoctDateRangePicker.d.ts +21 -0
- package/build/Components/Form/DateRangePicker/DoctDateRangePickerCore.d.ts +21 -0
- package/build/Components/Form/DoctForm/index.d.ts +2 -0
- package/build/Components/Form/FormCheckbox/FormCheckbox.d.ts +19 -0
- package/build/Components/Form/FormStory.d.ts +3 -0
- package/build/Components/Form/FormStorySingle.d.ts +1 -0
- package/build/Components/Form/FormStoryTest.d.ts +1 -0
- package/build/Components/Form/FreeSoloMultiSelect/FreeSoloMultiSelect.d.ts +28 -0
- package/build/Components/Form/FreeSoloSearchInput/FreeSoloSearchInput.d.ts +27 -0
- package/build/Components/Form/MultiSelect/MultiSelect.d.ts +6 -0
- package/build/Components/Form/PasswordInput/PasswordInput.d.ts +22 -0
- package/build/Components/Form/PhoneCodeDropdown/PhoneCodeDropdown.d.ts +14 -0
- package/build/Components/Form/RadioButtons/DoctRadioButtons.d.ts +22 -0
- package/build/Components/Form/RangeSlider/RangeSlider.d.ts +10 -0
- package/build/Components/Form/SearchInput/SearchInput.d.ts +21 -0
- package/build/Components/Form/TestingTextField.d.ts +2 -0
- package/build/Components/Form/TextArea/TextArea.d.ts +21 -0
- package/build/Components/Form/TextField/TextField.d.ts +24 -0
- package/build/Components/Form/TimePicker/TimePicker.d.ts +21 -0
- package/build/Components/Form/index.d.ts +22 -0
- package/build/Components/Layout/DoctLayout.d.ts +8 -0
- package/build/Components/Layout/DoctLayoutContent.d.ts +7 -0
- package/build/Components/Layout/DoctLayoutStory.d.ts +4 -0
- package/build/Components/Layout/index.d.ts +3 -0
- package/build/Components/Loadings/AnimationLoading.d.ts +6 -0
- package/build/Components/Loadings/DoctLoading.d.ts +8 -0
- package/build/Components/Loadings/PageLoading.d.ts +7 -0
- package/build/Components/Modal/DoctModal.d.ts +22 -0
- package/build/Components/Modal/index.d.ts +2 -0
- package/build/Components/NavigationMenu/Components/AppleSVG.d.ts +2 -0
- package/build/Components/NavigationMenu/Components/Components.d.ts +17 -0
- package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseAndBrandingAppResponsive.d.ts +7 -0
- package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseResponsive.d.ts +4 -0
- package/build/Components/NavigationMenu/Components/Playstore.d.ts +2 -0
- package/build/Components/NavigationMenu/DoctNavigationMenuBrandingApp.d.ts +9 -0
- package/build/Components/NavigationMenu/DoctNavigationMenuUserApp.d.ts +13 -0
- package/build/Components/NavigationMenu/index.d.ts +3 -0
- package/build/Components/NavigationMenu/interfaces.d.ts +54 -0
- package/build/Components/NotFound/NotFound.d.ts +8 -0
- package/build/Components/NotFound/index.d.ts +3 -0
- package/build/Components/OTPVerificationModal/CustomOTPInputField.d.ts +12 -0
- package/build/Components/OTPVerificationModal/DoctOTPVerification.d.ts +18 -0
- package/build/Components/OTPVerificationModal/index.d.ts +2 -0
- package/build/Components/Paper/DoctPaper.d.ts +7 -0
- package/build/Components/ScrolltoTopButton/ScrolltoTop.d.ts +4 -0
- package/build/Components/ScrolltoTopButton/index.d.ts +3 -0
- package/build/Components/SidebarMenu/DoctSidebarMenu.d.ts +14 -0
- package/build/Components/SidebarMenu/index.d.ts +3 -0
- package/build/Components/Skeleton/AllJobsCard/JobsCardSkeleton.d.ts +6 -0
- package/build/Components/Skeleton/AllJobsCard/index.d.ts +3 -0
- package/build/Components/Skeleton/Components/SkeletonElements.d.ts +14 -0
- package/build/Components/Skeleton/Components/index.d.ts +3 -0
- package/build/Components/Skeleton/FilterCardSkeleton/FilterCardSkeleton.d.ts +6 -0
- package/build/Components/Skeleton/FilterCardSkeleton/index.d.ts +3 -0
- package/build/Components/Skeleton/FilterResponsiveSkleton/TabFilterSkeleton.d.ts +5 -0
- package/build/Components/Skeleton/FilterResponsiveSkleton/index.d.ts +3 -0
- package/build/Components/Skeleton/index.d.ts +2 -0
- package/build/Components/Snackbar/DoctSnackbar.d.ts +10 -0
- package/build/Components/Snackbar/DoctSnackbarMessage.d.ts +9 -0
- package/build/Components/Snackbar/index.d.ts +2 -0
- package/build/Components/SocialShare/SocialShare.d.ts +8 -0
- package/build/Components/SocialShare/index.d.ts +2 -0
- package/build/Components/Static/CookiePolicy/CookiePolicy.d.ts +8 -0
- package/build/Components/Static/CookiePolicy/index.d.ts +3 -0
- package/build/Components/Static/DisciamerPolicy/DisclaimerPolicy.d.ts +8 -0
- package/build/Components/Static/DisciamerPolicy/index.d.ts +2 -0
- package/build/Components/Static/PaymentPolicy/PaymentPolicy.d.ts +8 -0
- package/build/Components/Static/PaymentPolicy/index.d.ts +3 -0
- package/build/Components/Static/PrivacyPolicy/PrivacyPolicy.d.ts +8 -0
- package/build/Components/Static/PrivacyPolicy/index.d.ts +3 -0
- package/build/Components/Static/TermsAndCondition/TermsCondition.d.ts +8 -0
- package/build/Components/Static/TermsAndCondition/index.d.ts +3 -0
- package/build/Components/Static/TermsOfService/TermsOfService.d.ts +8 -0
- package/build/Components/Static/TermsOfService/index.d.ts +3 -0
- package/build/Components/Static/index.d.ts +7 -0
- package/build/Components/Steps/Steps.d.ts +41 -0
- package/build/Components/Steps/StepsFooter.d.ts +11 -0
- package/build/Components/Steps/index.d.ts +2 -0
- package/build/Components/TabViewFilterList/TabViewFilterList.d.ts +21 -0
- package/build/Components/TabViewFilterList/index.d.ts +10 -0
- package/build/Components/Table/DoctTable.d.ts +34 -0
- package/build/Components/Table/Utils.d.ts +16 -0
- package/build/Components/Table/index.d.ts +5 -0
- package/build/Components/Tabs/DoctTab.d.ts +10 -0
- package/build/Components/Tabs/DoctTabContent.d.ts +8 -0
- package/build/Components/Tabs/DoctTabWrapper.d.ts +11 -0
- package/build/Components/Tabs/index.d.ts +2 -0
- package/build/Components/TextEditor/TextEditor.d.ts +9 -0
- package/build/Components/TextEditor/index.d.ts +3 -0
- package/build/Components/TopBar/Branding/DoctTopBarBranding.d.ts +33 -0
- package/build/Components/TopBar/Branding/Icons.d.ts +15 -0
- package/build/Components/TopBar/Branding/index.d.ts +1 -0
- package/build/Components/TopBar/DoctTopBar.d.ts +26 -0
- package/build/Components/TopBar/DoctUserMenu.d.ts +9 -0
- package/build/Components/TopBar/DoctUserMenuDrawer.d.ts +9 -0
- package/build/Components/TopBar/LoginSignUpButton.d.ts +17 -0
- package/build/Components/TopBar/PropTypes.d.ts +13 -0
- package/build/Components/TopBar/constants.d.ts +2 -0
- package/build/Components/TopBar/index.d.ts +3 -0
- package/build/Components/VerifyMobileNumberModal/DoctVerifyMobileNumber.d.ts +12 -0
- package/build/Components/VerifyMobileNumberModal/VerifyMobileModalImg.d.ts +2 -0
- package/build/Components/VerifyMobileNumberModal/VerifyMobileNumberLayout.d.ts +5 -0
- package/build/Components/VerifyMobileNumberModal/index.d.ts +2 -0
- package/build/index.d.ts +41 -0
- package/build/index.esm.js +133828 -0
- package/build/index.esm.js.map +1 -0
- package/build/index.js +133944 -0
- package/build/index.js.map +1 -0
- package/package.json +37 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
interface Props {
|
|
5
|
+
label?: string;
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
control: Control<Record<string, any>>;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
readOnly?: boolean;
|
|
11
|
+
className?: string;
|
|
12
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
13
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
14
|
+
validationRules?: any;
|
|
15
|
+
defaultValue?: any;
|
|
16
|
+
showStar?: boolean;
|
|
17
|
+
keepOpenPicker?: boolean;
|
|
18
|
+
inputFormat?: string;
|
|
19
|
+
}
|
|
20
|
+
export default function DoctDateRangePicker({ label, id, name, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, inputFormat, ...rest }: Props): ReactElement;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
interface Props {
|
|
5
|
+
label?: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
name?: string;
|
|
8
|
+
control?: Control<Record<string, any>>;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
readOnly?: boolean;
|
|
11
|
+
className?: string;
|
|
12
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
13
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
14
|
+
validationRules?: any;
|
|
15
|
+
defaultValue?: any;
|
|
16
|
+
showStar?: boolean;
|
|
17
|
+
keepOpenPicker?: boolean;
|
|
18
|
+
onChange?: any;
|
|
19
|
+
}
|
|
20
|
+
export default function DoctDateRangePickerCore({ label, id, name, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, onChange, ...rest }: Props): ReactElement;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
import './FormCheckbox.scss';
|
|
5
|
+
interface Props {
|
|
6
|
+
label: string;
|
|
7
|
+
id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
control: Control<Record<string, any>>;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
readOnly?: boolean;
|
|
12
|
+
className?: string;
|
|
13
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
14
|
+
validationRules?: any;
|
|
15
|
+
defaultValue?: boolean;
|
|
16
|
+
indeterminate?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export default function DoctFormCheckbox({ label, id, name, disabled, className, control, defaultValue, validationRules, indeterminate, ...rest }: Props): ReactElement;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function index(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function index(): any;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
interface FreeSoloMultiSelectProps {
|
|
5
|
+
register: any;
|
|
6
|
+
setValue: any;
|
|
7
|
+
name: string;
|
|
8
|
+
isErrors: DeepMap<Record<string, any>, FieldError>;
|
|
9
|
+
control: Control<Record<string, any>>;
|
|
10
|
+
options: any;
|
|
11
|
+
label: string;
|
|
12
|
+
readOnly?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
className?: string;
|
|
15
|
+
maxChips?: number;
|
|
16
|
+
minChips?: number;
|
|
17
|
+
placeholder?: string;
|
|
18
|
+
errorMessage?: {
|
|
19
|
+
requiredMessage?: string;
|
|
20
|
+
maxChipsMessage?: string;
|
|
21
|
+
minChipsMessage?: string;
|
|
22
|
+
};
|
|
23
|
+
defaultValue?: string[];
|
|
24
|
+
setMultipleValue: (option: any) => void;
|
|
25
|
+
multipleValue: string[];
|
|
26
|
+
}
|
|
27
|
+
declare const FreeSoloMultiSelect: React.FC<FreeSoloMultiSelectProps>;
|
|
28
|
+
export default FreeSoloMultiSelect;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
3
|
+
import { FieldError } from 'react-hook-form';
|
|
4
|
+
type SearchInputProps = {
|
|
5
|
+
onInputChangeHandler: (val: any) => void;
|
|
6
|
+
onChangeHandler: any;
|
|
7
|
+
inputValue: string;
|
|
8
|
+
value: any;
|
|
9
|
+
options: {
|
|
10
|
+
title: string;
|
|
11
|
+
value?: string;
|
|
12
|
+
}[];
|
|
13
|
+
name: string;
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
inverseBackground?: boolean;
|
|
16
|
+
noRadial?: boolean;
|
|
17
|
+
onClearHandler?: any;
|
|
18
|
+
bgWhite?: boolean;
|
|
19
|
+
hideSearchIcon?: boolean;
|
|
20
|
+
label?: string;
|
|
21
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
22
|
+
disableOnEnterFormSubmit?: boolean;
|
|
23
|
+
onEnterPressed?: (e: any) => void;
|
|
24
|
+
autoCompleteProps?: any;
|
|
25
|
+
};
|
|
26
|
+
declare const SearchInput: React.FC<SearchInputProps>;
|
|
27
|
+
export default SearchInput;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
import './PasswordInput.scss';
|
|
5
|
+
interface Props {
|
|
6
|
+
label: string;
|
|
7
|
+
id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
control: Control<Record<string, any>>;
|
|
10
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
readOnly?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
15
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
16
|
+
validationRules?: any;
|
|
17
|
+
defaultValue?: any;
|
|
18
|
+
showStar?: boolean;
|
|
19
|
+
showPassword?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export default function DoctPasswordInput({ label, id, name, variant, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, showPassword, ...rest }: Props): ReactElement;
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
interface CountryDropdownProps {
|
|
5
|
+
control: Control<Record<string, any>>;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
8
|
+
validationRules?: any;
|
|
9
|
+
name?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const PhoneCodeDropdown: React.FC<CountryDropdownProps>;
|
|
14
|
+
export default PhoneCodeDropdown;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
import './RadioButtons.scss';
|
|
5
|
+
type StrNum = string | number;
|
|
6
|
+
interface Props {
|
|
7
|
+
control: Control<Record<string, any>>;
|
|
8
|
+
name: string;
|
|
9
|
+
options: {
|
|
10
|
+
value: StrNum;
|
|
11
|
+
label: StrNum;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
}[];
|
|
14
|
+
id: string;
|
|
15
|
+
ariaLabel?: string;
|
|
16
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
17
|
+
validationRules?: any;
|
|
18
|
+
defaultValue?: StrNum;
|
|
19
|
+
className?: string;
|
|
20
|
+
}
|
|
21
|
+
export default function DoctRadioButtons({ name, id, isErrors, validationRules, control, options, defaultValue, className, ...rest }: Props): ReactElement;
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './RangeSlider.scss';
|
|
3
|
+
interface RangeSliderProps {
|
|
4
|
+
min: number;
|
|
5
|
+
max: number;
|
|
6
|
+
defaultValue: number | number[];
|
|
7
|
+
setRangeValue: (val: any) => void;
|
|
8
|
+
}
|
|
9
|
+
declare const RangeSlider: React.FC<RangeSliderProps>;
|
|
10
|
+
export default RangeSlider;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
interface SearchInputProps {
|
|
5
|
+
label?: string;
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
control: Control<Record<string, any>>;
|
|
9
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
readOnly?: boolean;
|
|
12
|
+
className?: string;
|
|
13
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
14
|
+
validationRules?: any;
|
|
15
|
+
defaultValue?: any;
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
inverseBackground?: boolean;
|
|
18
|
+
hideSearchIcon?: boolean;
|
|
19
|
+
}
|
|
20
|
+
declare const SearchInput: React.FC<SearchInputProps>;
|
|
21
|
+
export default SearchInput;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
import '../Form.scss';
|
|
5
|
+
interface Props {
|
|
6
|
+
label: string;
|
|
7
|
+
id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
control: Control<Record<string, any>>;
|
|
10
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
readOnly?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
15
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
16
|
+
validationRules?: any;
|
|
17
|
+
defaultValue?: any;
|
|
18
|
+
showStar?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export default function DoctTextArea({ label, id, name, variant, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, ...rest }: Props): ReactElement;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
import '../Form.scss';
|
|
5
|
+
interface Props {
|
|
6
|
+
label: string;
|
|
7
|
+
id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
control: Control<Record<string, any>>;
|
|
10
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
readOnly?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
15
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
16
|
+
validationRules?: any;
|
|
17
|
+
defaultValue?: any;
|
|
18
|
+
showStar?: boolean;
|
|
19
|
+
formState?: any;
|
|
20
|
+
inputProps?: object;
|
|
21
|
+
standaloneName?: string;
|
|
22
|
+
}
|
|
23
|
+
export default function DoctTextField({ label, id, name, variant, disabled, readOnly, className, control, isErrors, defaultValue, validationRules, showStar, inputProps, standaloneName, ...rest }: Props): ReactElement;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DeepMap, FieldError } from 'react-hook-form';
|
|
3
|
+
interface timePickerProps {
|
|
4
|
+
readOnly?: boolean;
|
|
5
|
+
className?: any;
|
|
6
|
+
disabled?: any;
|
|
7
|
+
label?: string;
|
|
8
|
+
control?: any;
|
|
9
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
10
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
11
|
+
handleChange?: any;
|
|
12
|
+
rest?: any;
|
|
13
|
+
name: any;
|
|
14
|
+
defaultValue?: any;
|
|
15
|
+
id: any;
|
|
16
|
+
validationRules?: any;
|
|
17
|
+
valueProps?: any;
|
|
18
|
+
ampm?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export default function TimePicker({ readOnly, className, disabled, label, control, handleChange: handleChangeProps, rest, name, defaultValue, valueProps, id, validationRules, isErrors, ampm, }: timePickerProps): React.JSX.Element;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import DoctAutoComplete from './AutoComplete/AutoComplete';
|
|
2
|
+
import DoctPasswordInput from './PasswordInput/PasswordInput';
|
|
3
|
+
import DoctRadioGroup from './RadioButtons/DoctRadioButtons';
|
|
4
|
+
import DoctTextArea from './TextArea/TextArea';
|
|
5
|
+
import DoctTextField from './TextField/TextField';
|
|
6
|
+
import DoctCountryDropdown from './CountryDropdown/CountryDropdown';
|
|
7
|
+
import DoctPhoneCodeDropdown from './PhoneCodeDropdown/PhoneCodeDropdown';
|
|
8
|
+
import DoctCheckbox from './Checkbox/Checkbox';
|
|
9
|
+
import DoctDatePicker from './DatePicker/DatePicker';
|
|
10
|
+
import DoctDatePickerV2 from './DatePickerV2/DatePickerV2';
|
|
11
|
+
import DoctSearchInput from './SearchInput/SearchInput';
|
|
12
|
+
import DoctFreeSoloSearchInput from './FreeSoloSearchInput/FreeSoloSearchInput';
|
|
13
|
+
import DoctFreeSoloMultiSelect from './FreeSoloMultiSelect/FreeSoloMultiSelect';
|
|
14
|
+
import DoctControlledAutoComplete from './ControlledAutoComplete/ControlledAutoComplete';
|
|
15
|
+
import DoctFormCheckbox from './FormCheckbox/FormCheckbox';
|
|
16
|
+
import DoctDateRangePicker from './DateRangePicker/DoctDateRangePicker';
|
|
17
|
+
import DoctDateRangePickerCore from './DateRangePicker/DoctDateRangePickerCore';
|
|
18
|
+
import DoctTimePicker from './TimePicker/TimePicker';
|
|
19
|
+
import DoctAutoCompleteWithChips from './AutoCompleteWithChips/AutoCompleteWithChips';
|
|
20
|
+
import DoctAutoCompleteWithChipsFreeSolo from './AutoCompleteWithChipsFreeSolo/AutoCompleteWithChipsFreeSolo';
|
|
21
|
+
import DoctAutoCompleteWithHighLightedSearch from './AutoCompleteWithHighlightedSearch/AutoCompleteWithHighLightedSearch';
|
|
22
|
+
export { DoctAutoComplete, DoctPasswordInput, DoctRadioGroup, DoctTextArea, DoctTextField, DoctCheckbox, DoctDatePicker, DoctCountryDropdown, DoctPhoneCodeDropdown, DoctSearchInput, DoctFreeSoloSearchInput, DoctFreeSoloMultiSelect, DoctControlledAutoComplete, DoctFormCheckbox, DoctDateRangePicker, DoctDateRangePickerCore, DoctDatePickerV2, DoctTimePicker, DoctAutoCompleteWithChips, DoctAutoCompleteWithChipsFreeSolo, DoctAutoCompleteWithHighLightedSearch, };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
import './DoctModal.scss';
|
|
3
|
+
interface DoctModalProps {
|
|
4
|
+
width?: number;
|
|
5
|
+
title?: string;
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
open: boolean;
|
|
8
|
+
handleClose: () => void;
|
|
9
|
+
handleSecondaryButtonClick?: () => any;
|
|
10
|
+
handlePrimaryButtonClick?: () => any;
|
|
11
|
+
handleIconButtonClick?: () => any;
|
|
12
|
+
iconName?: string;
|
|
13
|
+
secondaryBtnText?: string;
|
|
14
|
+
primaryBtnText?: string;
|
|
15
|
+
disableBackdropClick?: boolean;
|
|
16
|
+
showFooter?: boolean;
|
|
17
|
+
className?: string;
|
|
18
|
+
isPrimaryBtnDisable?: boolean;
|
|
19
|
+
isSecondaryBtnDisable?: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare const DoctModal: React.FC<DoctModalProps>;
|
|
22
|
+
export default DoctModal;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseNavigationMenuProps, CompanyInfoBoxProps, FeatureBoxResponsiveProps, HeadingAndContentProps, LayoutNavigationMenuProps, LinkItemProps, NavigationItemColumnProps, NavigationMenuContainerProps, SharePlayAppStoreProps, EnterpriseLoginInfoProps } from '../interfaces';
|
|
3
|
+
import '../DoctNavigationMenu.scss';
|
|
4
|
+
export declare const SharePlayAppStore: React.FC<SharePlayAppStoreProps>;
|
|
5
|
+
export declare const EnterpriseLoginInfo: React.FC<EnterpriseLoginInfoProps>;
|
|
6
|
+
export declare const CompanyInfoBox: React.FC<CompanyInfoBoxProps>;
|
|
7
|
+
export declare const EntperiseNavigation: React.FC;
|
|
8
|
+
export declare const NavigationItemColumn: React.FC<NavigationItemColumnProps>;
|
|
9
|
+
export declare const FeatureBoxResponsive: React.FC<FeatureBoxResponsiveProps>;
|
|
10
|
+
export declare const LinkItemOutLine: React.FC;
|
|
11
|
+
export declare const LinkItem: React.FC<LinkItemProps>;
|
|
12
|
+
export declare const HeadingAndContent: React.FC<HeadingAndContentProps>;
|
|
13
|
+
export declare const LayoutNavigationMenu: React.FC<LayoutNavigationMenuProps>;
|
|
14
|
+
export declare const LayoutNavigationMenuBranding: React.FC<LayoutNavigationMenuProps>;
|
|
15
|
+
export declare const ProductGridLayoutBrandingPage: React.FC;
|
|
16
|
+
export declare const BaseNavigationMenu: React.FC<BaseNavigationMenuProps>;
|
|
17
|
+
export declare const NavigationMenuContainer: React.FC<NavigationMenuContainerProps>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './DoctNavigationMenu.scss';
|
|
3
|
+
interface DoctNavigationMenuUserAppBrandingProps {
|
|
4
|
+
className?: string;
|
|
5
|
+
onClosePressed?: () => void;
|
|
6
|
+
adjustSpacing?: number;
|
|
7
|
+
}
|
|
8
|
+
declare const DoctNavigationMenuBrandingApp: React.FC<DoctNavigationMenuUserAppBrandingProps>;
|
|
9
|
+
export default DoctNavigationMenuBrandingApp;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface DoctNavigationMenuUserAppBrandingProps {
|
|
3
|
+
onClosePressed: any;
|
|
4
|
+
setMenuOpen?: any;
|
|
5
|
+
branding?: boolean;
|
|
6
|
+
adjustSpacing?: number;
|
|
7
|
+
}
|
|
8
|
+
interface UserAppNavigationPropsProps {
|
|
9
|
+
branding?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const UserAppNavigation: React.FC<UserAppNavigationPropsProps>;
|
|
12
|
+
declare const DoctNavigationMenuUserAppUserApp: React.FC<DoctNavigationMenuUserAppBrandingProps>;
|
|
13
|
+
export default DoctNavigationMenuUserAppUserApp;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export interface NavigationMenuContainerProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
adjustSpacing?: number;
|
|
4
|
+
}
|
|
5
|
+
export interface HeadingAndContentProps {
|
|
6
|
+
heading: string;
|
|
7
|
+
isBrandingView?: boolean;
|
|
8
|
+
className?: any;
|
|
9
|
+
}
|
|
10
|
+
export interface LinkItemProps {
|
|
11
|
+
href: string;
|
|
12
|
+
title: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
iconName: string;
|
|
15
|
+
tiny?: boolean;
|
|
16
|
+
className?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface NavigationItemColumnProps {
|
|
19
|
+
tiny?: boolean;
|
|
20
|
+
className?: any;
|
|
21
|
+
}
|
|
22
|
+
export interface BaseNavigationMenuProps {
|
|
23
|
+
onClosePressed?: any;
|
|
24
|
+
setMenuOpen?: any;
|
|
25
|
+
}
|
|
26
|
+
export interface CompanyInfoBoxProps {
|
|
27
|
+
className?: string;
|
|
28
|
+
branding?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export interface EnterpriseLoginInfoProps {
|
|
31
|
+
className?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface LinkItemOutLineProps {
|
|
34
|
+
onEnterpriseLoginPressed: () => void;
|
|
35
|
+
}
|
|
36
|
+
export interface EntperiseNavigationProps {
|
|
37
|
+
onEnterpriseLoginPressed: () => void;
|
|
38
|
+
}
|
|
39
|
+
export interface FeatureBoxResponsiveProps {
|
|
40
|
+
href?: string;
|
|
41
|
+
title?: string;
|
|
42
|
+
iconName?: string;
|
|
43
|
+
className?: string;
|
|
44
|
+
membership?: any;
|
|
45
|
+
}
|
|
46
|
+
export interface SharePlayAppStoreProps {
|
|
47
|
+
classNamePlayStoreLinkMargin?: string;
|
|
48
|
+
}
|
|
49
|
+
export interface DoctNavigationMenuEnterpriseAndBrandingAppResponsiveProps {
|
|
50
|
+
productListResponsive: any;
|
|
51
|
+
}
|
|
52
|
+
export interface LayoutNavigationMenuProps {
|
|
53
|
+
branding?: boolean;
|
|
54
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type CustomOTPInputFieldProps = {
|
|
3
|
+
error?: any;
|
|
4
|
+
verifiedMessage?: any;
|
|
5
|
+
onResendClick?: any;
|
|
6
|
+
setOtpValues?: any;
|
|
7
|
+
otpValues?: any;
|
|
8
|
+
isResendDisable?: boolean;
|
|
9
|
+
countDownTime?: any;
|
|
10
|
+
};
|
|
11
|
+
declare const CustomOTPInputField: React.FC<CustomOTPInputFieldProps>;
|
|
12
|
+
export default CustomOTPInputField;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './DoctOTPVerification.scss';
|
|
3
|
+
interface OTPVerification {
|
|
4
|
+
handleClose: () => void;
|
|
5
|
+
onResendClick: () => void;
|
|
6
|
+
onButtonSubmit: (value: any) => void;
|
|
7
|
+
error?: boolean;
|
|
8
|
+
verifiedMessage?: any;
|
|
9
|
+
open: boolean;
|
|
10
|
+
isOTPValue?: boolean;
|
|
11
|
+
isSubmitButtonDisable?: boolean;
|
|
12
|
+
isResendDisable?: boolean;
|
|
13
|
+
countDownTime?: any;
|
|
14
|
+
variant?: string;
|
|
15
|
+
phoneNumber?: any;
|
|
16
|
+
}
|
|
17
|
+
declare const OTPVerification: React.FC<OTPVerification>;
|
|
18
|
+
export default OTPVerification;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Component, ReactNode } from 'react';
|
|
2
|
+
import './DoctSidebarMenu.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
children?: ReactNode;
|
|
5
|
+
className?: string;
|
|
6
|
+
menuItems: {
|
|
7
|
+
link: any;
|
|
8
|
+
}[];
|
|
9
|
+
responsive?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export default class DoctSidebarMenu extends Component<Props> {
|
|
12
|
+
render(): JSX.Element;
|
|
13
|
+
}
|
|
14
|
+
export {};
|