@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
package/build/Components/EventDetailpage/RegistrationTable/components/DoctRegistrationTable.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './style/RegistrationTableStyle.scss';
|
|
3
|
+
interface RegistrationTableProps {
|
|
4
|
+
priceTypes?: any;
|
|
5
|
+
tickets?: any;
|
|
6
|
+
activePriceType?: any;
|
|
7
|
+
}
|
|
8
|
+
declare const RegistrationTable: React.FC<RegistrationTableProps>;
|
|
9
|
+
export default RegistrationTable;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './Sponsors.scss';
|
|
3
|
+
interface DoctSponsorsCardProps {
|
|
4
|
+
className?: string;
|
|
5
|
+
variant?: string;
|
|
6
|
+
imageSrc?: string;
|
|
7
|
+
name: string;
|
|
8
|
+
}
|
|
9
|
+
declare const DoctSponserCard: React.FC<DoctSponsorsCardProps>;
|
|
10
|
+
export default DoctSponserCard;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './Location.scss';
|
|
3
|
+
import '../../EventDetailpage/EventDetail.scss';
|
|
4
|
+
interface DoctCardProps {
|
|
5
|
+
className?: string;
|
|
6
|
+
title?: string;
|
|
7
|
+
locationSrc?: string;
|
|
8
|
+
address?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const DoctEventVenueLocation: React.FC<DoctCardProps>;
|
|
11
|
+
export default DoctEventVenueLocation;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import DoctEventDetailBanner from './EventDetailBanner/DoctEventDetailBanner';
|
|
2
|
+
import DoctEventAboutEvent from './About/About';
|
|
3
|
+
import DoctEventDetailCreditPoint from './EventsAboutCreditsPoints/AboutCreditPoint';
|
|
4
|
+
import DoctEventDetailRegistrationTable from './RegistrationTable/components/DoctRegistrationTable';
|
|
5
|
+
import DoctRegistrationMetaData from './RegistrationMetaData/DoctRegistrationMetaData';
|
|
6
|
+
import DoctEventDetailSchedule from './Schedule/components/DoctEventSchedule';
|
|
7
|
+
import DoctEventDetailOrganizer from './Organizer/Organizer';
|
|
8
|
+
import DoctEventDetaliSupportedBy from './SupportedBy/SupportedBy';
|
|
9
|
+
import DoctEventDetaliSponsors from './Sponsors/DoctSponserCard';
|
|
10
|
+
import DoctEventExhibitors from './EventExhibitors/components/DoctEventExhibitorsTable';
|
|
11
|
+
import DoctEventDetaliVenueLocations from './VenueLocation/VenueLocation';
|
|
12
|
+
import DoctEventContact from './Contact/Contact';
|
|
13
|
+
import DoctEventAbstract from './Abstract/Abstract';
|
|
14
|
+
export { DoctEventDetailBanner, DoctEventAboutEvent, DoctEventDetailCreditPoint, DoctEventDetailRegistrationTable, DoctRegistrationMetaData, DoctEventDetailSchedule, DoctEventDetailOrganizer, DoctEventDetaliSupportedBy, DoctEventDetaliSponsors, DoctEventExhibitors, DoctEventDetaliVenueLocations, DoctEventContact, DoctEventAbstract, };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './FileUpload.scss';
|
|
3
|
+
interface FileUploadsProps {
|
|
4
|
+
uploadedFiles: Record<any, any>[];
|
|
5
|
+
setUploadedFiles: (prevState: any) => void;
|
|
6
|
+
maxFileSizeInMb?: any;
|
|
7
|
+
maxFiles?: any;
|
|
8
|
+
uploadTitle?: string;
|
|
9
|
+
uploadMaxFilesMessage?: string;
|
|
10
|
+
accept?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
id?: string;
|
|
13
|
+
singleUpload?: boolean;
|
|
14
|
+
loader?: boolean;
|
|
15
|
+
}
|
|
16
|
+
declare const FileUploads: React.FC<FileUploadsProps>;
|
|
17
|
+
export default FileUploads;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function CheckboxLabels({ onChange, id, category, isChecked, count, name, truncateOn }: {
|
|
3
|
+
onChange: any;
|
|
4
|
+
id: any;
|
|
5
|
+
category: any;
|
|
6
|
+
isChecked: any;
|
|
7
|
+
count: any;
|
|
8
|
+
name: any;
|
|
9
|
+
truncateOn: any;
|
|
10
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './Filters.scss';
|
|
3
|
+
interface FiltersListProps {
|
|
4
|
+
handleChange: (e: any, category: any) => void;
|
|
5
|
+
filters: Record<string, unknown>[];
|
|
6
|
+
filtersListArray?: any[];
|
|
7
|
+
handleCloseTag: (chipCategory: string, chipValue: unknown) => void;
|
|
8
|
+
clearAllFilters: () => void;
|
|
9
|
+
initialState?: boolean[];
|
|
10
|
+
responsive?: boolean;
|
|
11
|
+
className?: any;
|
|
12
|
+
count?: any;
|
|
13
|
+
primaryButtonPressed?: () => void;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
primaryButtonText?: string;
|
|
16
|
+
buttonVariant?: 'contained' | 'text' | 'outlined';
|
|
17
|
+
buttonType?: 'primary' | 'secondary' | 'semantic-danger' | 'semantic-success' | 'semantic-warning' | 'semantic-info' | 'inverse';
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
truncateOn?: number;
|
|
20
|
+
}
|
|
21
|
+
declare const FiltersList: React.FC<FiltersListProps>;
|
|
22
|
+
export default FiltersList;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const InfiniteContext: React.Context<{
|
|
3
|
+
data: any[];
|
|
4
|
+
isLoading: boolean;
|
|
5
|
+
isMore: boolean;
|
|
6
|
+
loadDataChunk: () => void;
|
|
7
|
+
}>;
|
|
8
|
+
interface InifiniteScrollProps {
|
|
9
|
+
children: any;
|
|
10
|
+
sourceData: any;
|
|
11
|
+
}
|
|
12
|
+
declare const InfiniteScrollProvider: React.FC<InifiniteScrollProps>;
|
|
13
|
+
export default InfiniteScrollProvider;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SingleFilterProps {
|
|
3
|
+
item: any;
|
|
4
|
+
array: any;
|
|
5
|
+
handleChange: any;
|
|
6
|
+
showFilter: boolean;
|
|
7
|
+
filters: any;
|
|
8
|
+
index: number;
|
|
9
|
+
filtersListArray?: any[];
|
|
10
|
+
initialState?: boolean[];
|
|
11
|
+
truncateOn?: number;
|
|
12
|
+
}
|
|
13
|
+
declare const SingleFilter: React.FC<SingleFilterProps>;
|
|
14
|
+
export default SingleFilter;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const filterKeyString: {
|
|
3
|
+
DISCIPLINES: string;
|
|
4
|
+
SPECIALTIES: string;
|
|
5
|
+
INTAKES: string;
|
|
6
|
+
COURSE_TYPES: string;
|
|
7
|
+
DURATION: string;
|
|
8
|
+
COUNTRIES: string;
|
|
9
|
+
};
|
|
10
|
+
declare const index: React.FC;
|
|
11
|
+
export default index;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ForMeProps } from './interface';
|
|
3
|
+
import './ForMe.scss';
|
|
4
|
+
declare function ForMe({ data, selectedData, onFinish, onSelectionChangeHandler, onAccordionSwitch, loading, variant, indexOfExpandedBox: indexOfExpandedBoxProps, label, onButtonClickHandler, isSkip, btnText, footerClassName, classNameSkipBtn, }: ForMeProps): ReactElement;
|
|
5
|
+
export default ForMe;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement, ReactNode } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
className?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
footerClassName?: string;
|
|
7
|
+
btnText?: string;
|
|
8
|
+
finishHadler?: () => void;
|
|
9
|
+
}
|
|
10
|
+
declare function ForMeFooter({ finishHadler, disabled, btnText, footerClassName, ...props }: Props): ReactElement;
|
|
11
|
+
export default ForMeFooter;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
classNameSkipBtn?: string;
|
|
4
|
+
isSkip?: boolean;
|
|
5
|
+
onButtonClickHandler?: () => void;
|
|
6
|
+
}
|
|
7
|
+
declare function ForMeHeader({ classNameSkipBtn, onButtonClickHandler, isSkip, ...props }: Props): ReactElement;
|
|
8
|
+
export default ForMeHeader;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
children: any;
|
|
4
|
+
footerProps?: any;
|
|
5
|
+
variant?: string;
|
|
6
|
+
btnText?: string;
|
|
7
|
+
footerClassName?: string;
|
|
8
|
+
classNameSkipBtn?: string;
|
|
9
|
+
isSkip?: boolean;
|
|
10
|
+
onButtonClickHandler?: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare function ForMeLayout({ variant, footerProps, children, btnText, footerClassName, isSkip, onButtonClickHandler, classNameSkipBtn, }: Props): ReactElement;
|
|
13
|
+
export default ForMeLayout;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { PropsAccordion, PropsBody } from '../interface';
|
|
3
|
+
export declare function AccordionBody({ index, indexOfExpandedBox, setIndexOfExpandedBox, header, children, loading, category, onAccordionSwitch, controlledAccordion, }: PropsBody): ReactElement;
|
|
4
|
+
export declare function Accordion({ children, indexOfExpandedBox, setIndexOfExpandedBox, controlled, }: PropsAccordion): ReactElement;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
viewMoreHandler: () => void;
|
|
4
|
+
skipHandler: () => void;
|
|
5
|
+
doneHandler: () => void;
|
|
6
|
+
showViewMore?: boolean;
|
|
7
|
+
enableDone?: boolean;
|
|
8
|
+
loading?: boolean;
|
|
9
|
+
isEnableSkip?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare function ActionRow({ viewMoreHandler, skipHandler, doneHandler, showViewMore, enableDone, isEnableSkip, loading, }: Props): ReactElement;
|
|
12
|
+
export default ActionRow;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
label?: string;
|
|
4
|
+
isExpanded?: boolean;
|
|
5
|
+
asCompleted?: boolean;
|
|
6
|
+
setInputValue: (value: string) => void;
|
|
7
|
+
inputValue: string;
|
|
8
|
+
onHeaderClick?: () => void;
|
|
9
|
+
selectedData?: any;
|
|
10
|
+
maxLength?: any;
|
|
11
|
+
category?: any;
|
|
12
|
+
}
|
|
13
|
+
declare function Header({ label, isExpanded, asCompleted, inputValue, setInputValue, onHeaderClick, selectedData, maxLength, category, }: Props): ReactElement;
|
|
14
|
+
export default Header;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { ReactElement } from 'react';
|
|
2
|
+
import './OutlineChip.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
title?: string;
|
|
5
|
+
onClick?: (e: React.MouseEvent, id: string | number, selected: boolean) => void;
|
|
6
|
+
selected?: boolean;
|
|
7
|
+
id?: string | number;
|
|
8
|
+
}
|
|
9
|
+
declare function OutlineChip({ title, onClick, selected, id }: Props): ReactElement;
|
|
10
|
+
export default OutlineChip;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
category: string;
|
|
4
|
+
array: Array<any>;
|
|
5
|
+
selected: Record<string, any>;
|
|
6
|
+
actionHandler?: any;
|
|
7
|
+
limitChips?: number;
|
|
8
|
+
toggleHeight?: () => void;
|
|
9
|
+
onSelectionChangeHandler?: (obj: Record<string, Array<any>>) => void;
|
|
10
|
+
isExpanded?: boolean;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
maxSelectedLimitForChip?: number;
|
|
13
|
+
setOpenSnackbar: any;
|
|
14
|
+
}
|
|
15
|
+
declare function Selection({ category, array, // Fallback to empty array if undefined
|
|
16
|
+
selected, // Fallback to empty object if undefined
|
|
17
|
+
actionHandler, limitChips, toggleHeight, onSelectionChangeHandler, isExpanded, loading, maxSelectedLimitForChip, setOpenSnackbar, }: Props): ReactElement;
|
|
18
|
+
export default Selection;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as TitleDescription } from './TitleDescription';
|
|
2
|
+
export * from './OutlineChip';
|
|
3
|
+
export { default as ActionRow } from './ActionRow';
|
|
4
|
+
export { default as Header } from './Header';
|
|
5
|
+
export { AccordionBody } from './Accordion';
|
|
6
|
+
export { default as Selection } from './Selection';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { OptionsObj } from './interface';
|
|
2
|
+
export declare const chipsClickHandler: ({ id, value }: {
|
|
3
|
+
id: string | number;
|
|
4
|
+
value: string;
|
|
5
|
+
}, category: string, isSelected: boolean, selected: Record<string, any>) => Record<string, any>;
|
|
6
|
+
export declare const optionsWithSearch: (inputValue: Record<string, any>, category: string, array: Array<OptionsObj>) => Array<OptionsObj>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DoctForMe } from './ForMe';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
export interface OptionsObj {
|
|
3
|
+
id: string;
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
export interface DataObj {
|
|
7
|
+
category: string;
|
|
8
|
+
array: Array<OptionsObj>;
|
|
9
|
+
label: string;
|
|
10
|
+
visibleWhen?: string;
|
|
11
|
+
index: number;
|
|
12
|
+
maxLength?: number;
|
|
13
|
+
}
|
|
14
|
+
export interface ForMeProps {
|
|
15
|
+
data: Array<DataObj>;
|
|
16
|
+
selectedData: Record<string, any>;
|
|
17
|
+
onFinish: () => void;
|
|
18
|
+
onSelectionChangeHandler: (any: any) => void;
|
|
19
|
+
onAccordionSwitch?: (arg: string, index: number, actionType?: 'header' | 'body') => void;
|
|
20
|
+
loading?: boolean;
|
|
21
|
+
variant: 'Events' | 'Jobs' | 'Courses';
|
|
22
|
+
indexOfExpandedBox?: number;
|
|
23
|
+
maxSelectedLimitForChip?: number;
|
|
24
|
+
label?: string;
|
|
25
|
+
btnText?: string;
|
|
26
|
+
footerClassName?: string;
|
|
27
|
+
classNameSkipBtn?: string;
|
|
28
|
+
isSkip?: boolean;
|
|
29
|
+
onButtonClickHandler?: () => void;
|
|
30
|
+
}
|
|
31
|
+
export interface PropsAccordion {
|
|
32
|
+
children: any;
|
|
33
|
+
indexOfExpandedBox?: number;
|
|
34
|
+
setIndexOfExpandedBox?: any;
|
|
35
|
+
controlled?: boolean | number;
|
|
36
|
+
}
|
|
37
|
+
export interface PropsBody {
|
|
38
|
+
index?: number;
|
|
39
|
+
indexOfExpandedBox?: number;
|
|
40
|
+
setIndexOfExpandedBox?: (n: number) => void;
|
|
41
|
+
header: ReactElement;
|
|
42
|
+
category: string;
|
|
43
|
+
children: ReactElement;
|
|
44
|
+
loading?: boolean;
|
|
45
|
+
onAccordionSwitch?: (category: string, index: number, actionType?: 'header' | 'body') => void;
|
|
46
|
+
controlledAccordion?: boolean;
|
|
47
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React, { ReactElement } from 'react';
|
|
2
|
+
import { Control, FieldError } from 'react-hook-form';
|
|
3
|
+
import { DeepMap } from 'react-hook-form/dist/types/utils';
|
|
4
|
+
import './AutoComplete.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
|
+
options: any[];
|
|
20
|
+
showExtraLabel?: string;
|
|
21
|
+
disableClearable?: boolean;
|
|
22
|
+
optionLabel?: string;
|
|
23
|
+
placeholder?: string;
|
|
24
|
+
onEndScroll?: any;
|
|
25
|
+
loading?: boolean;
|
|
26
|
+
onClearInput?: () => void;
|
|
27
|
+
getOptionDisabled?: () => boolean;
|
|
28
|
+
onChange?: (e: React.SyntheticEvent<Element, Event>, value: any) => void;
|
|
29
|
+
onInputChange?: (e: React.SyntheticEvent<Element, Event>, value: any) => void;
|
|
30
|
+
ListboxProps?: any;
|
|
31
|
+
value?: string | Record<string, any>;
|
|
32
|
+
freeSolo?: boolean;
|
|
33
|
+
}
|
|
34
|
+
export default function DoctAutoComplete({ label, id, name, variant, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, options, disableClearable, optionLabel, placeholder, onClearInput, onEndScroll, getOptionDisabled, loading, onChange, ListboxProps, onInputChange, value, freeSolo, ...rest }: Props): ReactElement;
|
|
35
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: any[];
|
|
4
|
+
getOptionLabel?: (option: any) => string;
|
|
5
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
6
|
+
textFieldProps?: any;
|
|
7
|
+
autoCompleteProps?: any;
|
|
8
|
+
value: any[];
|
|
9
|
+
onChange: (value: any[]) => void;
|
|
10
|
+
valueAccessBy?: string;
|
|
11
|
+
onClose?: () => void;
|
|
12
|
+
withFixedWidthChips?: boolean;
|
|
13
|
+
maxSelections?: number | undefined;
|
|
14
|
+
}
|
|
15
|
+
export default function AutoCompleteWithChips({ options, getOptionLabel, variant, textFieldProps, autoCompleteProps, value, onChange, valueAccessBy, onClose, withFixedWidthChips, maxSelections, }: Props): ReactElement;
|
|
16
|
+
export {};
|
package/build/Components/Form/AutoCompleteWithChipsFreeSolo/AutoCompleteWithChipsFreeSolo.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
options?: [] | any;
|
|
4
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
5
|
+
textFieldProps?: any;
|
|
6
|
+
autoCompleteProps?: any;
|
|
7
|
+
wrapperProps?: any;
|
|
8
|
+
value: any;
|
|
9
|
+
onChange: any;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export default function AutoCompleteWithChipsFreeSolo({ options, variant, textFieldProps, autoCompleteProps, value, onChange, }: Props): ReactElement;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,42 @@
|
|
|
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 './AutoCompleteWithHighLightedSearch.scss';
|
|
5
|
+
import '../AutoComplete/AutoComplete.scss';
|
|
6
|
+
interface Props {
|
|
7
|
+
label?: string;
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
control?: Control<Record<string, any>>;
|
|
11
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
readOnly?: boolean;
|
|
14
|
+
className?: string;
|
|
15
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
16
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
17
|
+
validationRules?: any;
|
|
18
|
+
defaultValue?: any;
|
|
19
|
+
showStar?: boolean;
|
|
20
|
+
options: any[];
|
|
21
|
+
showExtraLabel?: string;
|
|
22
|
+
disableClearable?: boolean;
|
|
23
|
+
optionLabel?: string;
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
onEndScroll?: any;
|
|
26
|
+
loading?: boolean;
|
|
27
|
+
onClearInput?: () => void;
|
|
28
|
+
onChangeHandler?: any;
|
|
29
|
+
freeSolo?: boolean;
|
|
30
|
+
onInputChangeHandler?: (val: any) => void;
|
|
31
|
+
inputValue?: string;
|
|
32
|
+
value?: any;
|
|
33
|
+
hideSearchIcon?: boolean;
|
|
34
|
+
disableOnEnterFormSubmit?: boolean;
|
|
35
|
+
onEnterPressed?: (e: any) => void;
|
|
36
|
+
noRadial?: boolean;
|
|
37
|
+
inverseBackground?: boolean;
|
|
38
|
+
bgWhite?: boolean;
|
|
39
|
+
onFocus?: () => void;
|
|
40
|
+
}
|
|
41
|
+
export default function DoctAutoCompleteWithHighLightedSearch({ label, id, name, variant, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, options, disableClearable, optionLabel, placeholder, onClearInput, onEndScroll, loading, onChangeHandler, freeSolo, onInputChangeHandler, inputValue, value, hideSearchIcon, disableOnEnterFormSubmit, onEnterPressed, inverseBackground, noRadial, bgWhite, onFocus, ...rest }: Props): ReactElement;
|
|
42
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const parse: (label: string, matches: any[]) => any[];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './Checkbox.scss';
|
|
3
|
+
interface CheckboxProps {
|
|
4
|
+
onChange?: (e: any) => void;
|
|
5
|
+
isChecked?: boolean;
|
|
6
|
+
category?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
dataValue?: string | number;
|
|
10
|
+
label: string;
|
|
11
|
+
count?: number | string;
|
|
12
|
+
value?: any;
|
|
13
|
+
checkboxProps?: any;
|
|
14
|
+
formControlLabelProps?: any;
|
|
15
|
+
}
|
|
16
|
+
declare const CheckboxComponent: React.FC<CheckboxProps>;
|
|
17
|
+
export default CheckboxComponent;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './ControlledAutoComplete.scss';
|
|
3
|
+
interface ControlledAutoCompleteProps {
|
|
4
|
+
value: any;
|
|
5
|
+
inputValue: string;
|
|
6
|
+
setValue: React.Dispatch<any>;
|
|
7
|
+
setInputValue: React.Dispatch<React.SetStateAction<string>>;
|
|
8
|
+
noRadial?: boolean;
|
|
9
|
+
inverseBackground?: boolean;
|
|
10
|
+
icon?: string;
|
|
11
|
+
options: any[];
|
|
12
|
+
placeholder?: string;
|
|
13
|
+
name: string;
|
|
14
|
+
hideNoOptions?: boolean;
|
|
15
|
+
variant?: 'standard' | 'filled' | 'outlined';
|
|
16
|
+
bgWhite?: boolean;
|
|
17
|
+
}
|
|
18
|
+
declare const ControlledAutoComplete: React.FC<ControlledAutoCompleteProps>;
|
|
19
|
+
export default ControlledAutoComplete;
|
|
@@ -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 CountryDropdown: React.FC<CountryDropdownProps>;
|
|
14
|
+
export default CountryDropdown;
|
|
@@ -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 './DatePicker.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
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
15
|
+
validationRules?: any;
|
|
16
|
+
defaultValue?: any;
|
|
17
|
+
showStar?: boolean;
|
|
18
|
+
keepOpenPicker?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export default function DatePicker({ label, id, name, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, keepOpenPicker, ...rest }: Props): ReactElement;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Control, DeepMap, FieldError } from 'react-hook-form';
|
|
3
|
+
import '../DatePickerV2.scss';
|
|
4
|
+
interface PropsDatePickerV2 {
|
|
5
|
+
inputProps?: any;
|
|
6
|
+
onChange?: any;
|
|
7
|
+
onChangeController?: any;
|
|
8
|
+
defaultValue?: any;
|
|
9
|
+
id?: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
readOnly?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
control?: Control<Record<string, any>>;
|
|
15
|
+
isErrors?: DeepMap<Record<string, any>, FieldError>;
|
|
16
|
+
touched?: DeepMap<Record<string, any>, true>;
|
|
17
|
+
validationRules?: any;
|
|
18
|
+
showStar?: boolean;
|
|
19
|
+
withController?: boolean;
|
|
20
|
+
standaloneName?: string;
|
|
21
|
+
}
|
|
22
|
+
declare const DatePickerV2: React.FC<PropsDatePickerV2>;
|
|
23
|
+
export default DatePickerV2;
|