@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,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '../Skeleton.scss';
|
|
3
|
+
export declare const SkeletonSearchbox: ({ ...props }: any) => React.JSX.Element;
|
|
4
|
+
export declare const SkeletonChips: ({ ...props }: any) => React.JSX.Element;
|
|
5
|
+
export declare const SkeletonDivider: ({ className }: {
|
|
6
|
+
className?: string;
|
|
7
|
+
}) => React.JSX.Element;
|
|
8
|
+
export declare const SkeletonFilterWithResult: ({ ...props }: {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}) => React.JSX.Element;
|
|
11
|
+
export declare const SkeletonCollapsibleHeading: () => React.JSX.Element;
|
|
12
|
+
export declare const SkeletonCheckboxWithLabel: () => React.JSX.Element;
|
|
13
|
+
export declare const SkeletonFilterCollapsible: () => React.JSX.Element;
|
|
14
|
+
export declare const SkeletonTabViewVertical: () => React.JSX.Element;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { default as DoctAllJobsCardSkeleton } from './AllJobsCard/JobsCardSkeleton';
|
|
2
|
+
export { SkeletonCheckboxWithLabel as DoctSkeletonCheckboxWithLabel, SkeletonFilterWithResult as DoctSkeletonFilterWithResult, SkeletonFilterCollapsible as DoctSkeletonFilterCollapsible, SkeletonTabViewVertical as DoctSkeletonTabViewVertical, } from './Components/SkeletonElements';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import './DoctSnackbar.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
title: string;
|
|
5
|
+
type?: string;
|
|
6
|
+
autoHideDuration?: number;
|
|
7
|
+
showSnackbar: boolean;
|
|
8
|
+
}
|
|
9
|
+
export default function DoctAlert({ type, title, autoHideDuration, showSnackbar }: Props): ReactElement;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
title: string;
|
|
4
|
+
type: string;
|
|
5
|
+
message?: string;
|
|
6
|
+
handleClose: (event?: any, reason?: any) => void;
|
|
7
|
+
}
|
|
8
|
+
declare function DoctSnackbarMessage({ type, title, handleClose }: Props): ReactElement;
|
|
9
|
+
export default DoctSnackbarMessage;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import DoctPrivacyPolicy from './PrivacyPolicy/PrivacyPolicy';
|
|
2
|
+
import DoctTermsOfService from './TermsOfService/TermsOfService';
|
|
3
|
+
import DoctCookiePolicy from './CookiePolicy/CookiePolicy';
|
|
4
|
+
import DoctTermsAndCondition from './TermsAndCondition/TermsCondition';
|
|
5
|
+
import DoctDisclaimerPolicy from './DisciamerPolicy/DisclaimerPolicy';
|
|
6
|
+
import DoctPaymentPolicy from './PaymentPolicy/PaymentPolicy';
|
|
7
|
+
export { DoctPrivacyPolicy, DoctTermsOfService, DoctCookiePolicy, DoctTermsAndCondition, DoctDisclaimerPolicy, DoctPaymentPolicy, };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import './Steps.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
changeStepBool: boolean;
|
|
5
|
+
onNextHandler: () => void;
|
|
6
|
+
onBackHandler: () => void;
|
|
7
|
+
stepsData: {
|
|
8
|
+
defaultStep?: number;
|
|
9
|
+
stepContentClassName?: string;
|
|
10
|
+
stepFooterClassName?: string;
|
|
11
|
+
stepsContent: {
|
|
12
|
+
label: string;
|
|
13
|
+
content: string | JSX.Element;
|
|
14
|
+
summaryStep?: {
|
|
15
|
+
label: string;
|
|
16
|
+
content: string | JSX.Element;
|
|
17
|
+
footer: string | JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
}[];
|
|
20
|
+
finalStepContent: {
|
|
21
|
+
content: string;
|
|
22
|
+
footer: string | JSX.Element;
|
|
23
|
+
};
|
|
24
|
+
stepsFooter: {
|
|
25
|
+
leftSideContent?: {
|
|
26
|
+
content: string | JSX.Element;
|
|
27
|
+
show: number[];
|
|
28
|
+
}[];
|
|
29
|
+
primaryButtonContent?: {
|
|
30
|
+
content: string | JSX.Element;
|
|
31
|
+
show: number[];
|
|
32
|
+
}[];
|
|
33
|
+
secondaryButtonContent?: {
|
|
34
|
+
content: string | JSX.Element;
|
|
35
|
+
show: number[];
|
|
36
|
+
}[];
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export default function Steps({ stepsData, changeStepBool, onNextHandler, onBackHandler }: Props): ReactElement;
|
|
41
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
leftSideContent: any;
|
|
4
|
+
activeStep: number;
|
|
5
|
+
handleBack: () => void;
|
|
6
|
+
handleNext: () => void;
|
|
7
|
+
primaryButtonContent?: any;
|
|
8
|
+
secondaryButtonContent?: any;
|
|
9
|
+
}
|
|
10
|
+
export default function StepsFooter({ leftSideContent, activeStep, handleBack, handleNext, primaryButtonContent, secondaryButtonContent, }: Props): ReactElement;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ResponsiveFilterListProps {
|
|
3
|
+
handleChange: (e: any, category: any) => void;
|
|
4
|
+
filters: Record<string, unknown>[];
|
|
5
|
+
filtersListArray?: any[];
|
|
6
|
+
handleCloseTag: (chipCategory: string, chipValue: unknown) => void;
|
|
7
|
+
clearAllFilters: () => void;
|
|
8
|
+
initialState?: boolean[];
|
|
9
|
+
responsive?: boolean;
|
|
10
|
+
className?: any;
|
|
11
|
+
count?: any;
|
|
12
|
+
primaryButtonPressed?: () => void;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
primaryButtonText?: string;
|
|
15
|
+
buttonVariant?: 'contained' | 'text' | 'outlined';
|
|
16
|
+
buttonType?: 'primary' | 'secondary' | 'semantic-danger' | 'semantic-success' | 'semantic-warning' | 'semantic-info' | 'inverse';
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
truncateOn?: number;
|
|
19
|
+
}
|
|
20
|
+
declare const TabViewFilterList: React.FC<ResponsiveFilterListProps>;
|
|
21
|
+
export default TabViewFilterList;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactElement } 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
|
+
export default function DoctTabs(): ReactElement;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import './DoctTable.scss';
|
|
3
|
+
interface TableProps {
|
|
4
|
+
sortable?: boolean;
|
|
5
|
+
loading?: boolean;
|
|
6
|
+
rowsData: Record<string, unknown>[];
|
|
7
|
+
totalRowTitle?: string;
|
|
8
|
+
onColumnClickHandler: (data: any) => void;
|
|
9
|
+
onActionMenuClickHandler: (data: any) => void;
|
|
10
|
+
paginationProps?: {
|
|
11
|
+
rowsPerPageProps?: number;
|
|
12
|
+
perPageOptionProps?: [number, number, number];
|
|
13
|
+
pagination?: boolean;
|
|
14
|
+
totalCount?: number;
|
|
15
|
+
onPageChangeHandler?: (data: any) => void;
|
|
16
|
+
};
|
|
17
|
+
rowProps: {
|
|
18
|
+
onRowClick: boolean;
|
|
19
|
+
onRowClickHandler?: (data: any) => void;
|
|
20
|
+
};
|
|
21
|
+
columns: {
|
|
22
|
+
id: string;
|
|
23
|
+
numeric: boolean;
|
|
24
|
+
disablePadding: boolean;
|
|
25
|
+
label: string;
|
|
26
|
+
sorting: boolean;
|
|
27
|
+
align?: 'left' | 'right' | 'inherit' | 'center' | 'justify';
|
|
28
|
+
classes?: string;
|
|
29
|
+
isStatus?: boolean;
|
|
30
|
+
width?: number;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
33
|
+
export default function EnhancedTable(props: TableProps): ReactElement;
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const selectPaginationProps: (paginationProps: any) => {
|
|
2
|
+
rowsPerPageOption: number;
|
|
3
|
+
perPageOptionPropsOption: number[];
|
|
4
|
+
pagination: boolean;
|
|
5
|
+
totalCount: number;
|
|
6
|
+
onPageChangeHandler: (page: any) => void;
|
|
7
|
+
};
|
|
8
|
+
export declare const selectRowProps: (rowProps: any) => {
|
|
9
|
+
onRowClick: boolean;
|
|
10
|
+
onRowClickHandler: (row: any) => void;
|
|
11
|
+
};
|
|
12
|
+
export declare const statusClasses: {
|
|
13
|
+
pending: string;
|
|
14
|
+
confirmed: string;
|
|
15
|
+
cancelled: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import './DoctTab.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
label: string;
|
|
5
|
+
indicatorColor?: string;
|
|
6
|
+
textColor?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
declare function DoctTab({ label, textColor, ...rest }: Props): ReactElement;
|
|
10
|
+
export default DoctTab;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { ReactElement } from 'react';
|
|
2
|
+
interface TabPanelProps {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
index: any;
|
|
5
|
+
value: any;
|
|
6
|
+
}
|
|
7
|
+
declare function DoctTabContent({ children, value, index, ...rest }: TabPanelProps): ReactElement;
|
|
8
|
+
export default DoctTabContent;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
handleChange?: any;
|
|
4
|
+
value?: any;
|
|
5
|
+
indicatorColor?: any;
|
|
6
|
+
textColor?: any;
|
|
7
|
+
className?: any;
|
|
8
|
+
tabOptions?: any;
|
|
9
|
+
}
|
|
10
|
+
declare function DoctTabWrapper({ handleChange, value, indicatorColor, textColor, className, tabOptions, ...rest }: Props): ReactElement;
|
|
11
|
+
export default DoctTabWrapper;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './TextEditor.scss';
|
|
3
|
+
interface TextEditorProps {
|
|
4
|
+
textEditorValue: string;
|
|
5
|
+
setTextEditorValue: (val: any) => void;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const TextEditor: React.FC<TextEditorProps>;
|
|
9
|
+
export default TextEditor;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './DoctTopBarBranding.scss';
|
|
3
|
+
import { AvatarOrProfileContainerProps } from '../PropTypes';
|
|
4
|
+
interface NavLinkComponentProps {
|
|
5
|
+
className?: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
to?: string;
|
|
8
|
+
}
|
|
9
|
+
interface DoctTopBarBrandingProps {
|
|
10
|
+
enterprise: boolean;
|
|
11
|
+
navLinks?: Array<{
|
|
12
|
+
name: string;
|
|
13
|
+
href?: string;
|
|
14
|
+
hasMenu?: true;
|
|
15
|
+
component?: React.FC<NavLinkComponentProps>;
|
|
16
|
+
}>;
|
|
17
|
+
userMenu?: any;
|
|
18
|
+
indexUrl?: string;
|
|
19
|
+
loading?: boolean;
|
|
20
|
+
name?: string;
|
|
21
|
+
image?: any;
|
|
22
|
+
handleLogout: () => void;
|
|
23
|
+
handleLoginRedirection: () => void;
|
|
24
|
+
onCreateAccountPressed?: () => void;
|
|
25
|
+
defaultImgAvatarEnterprise?: any;
|
|
26
|
+
handleCreateAccPressed?: any;
|
|
27
|
+
continueUrl?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare const getScrollbarWidth: () => number;
|
|
30
|
+
export declare const handleScrollbar: (menuOpen: boolean, scrollBarWidth: number) => void;
|
|
31
|
+
export declare const AvatarOrProfileContainer: React.FC<AvatarOrProfileContainerProps>;
|
|
32
|
+
declare const DoctTopBarBranding: React.FC<DoctTopBarBrandingProps>;
|
|
33
|
+
export default DoctTopBarBranding;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface IconProps {
|
|
2
|
+
width?: number | string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
}
|
|
5
|
+
export declare const JobOutlineIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
6
|
+
export declare const ResumeBuilderIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
7
|
+
export declare const BlogsIcon: ({}: IconProps) => JSX.Element;
|
|
8
|
+
export declare const RolePageIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
9
|
+
export declare const MembershipIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
10
|
+
export declare const LogbookIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
11
|
+
export declare const EventsOutlineIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
12
|
+
export declare const LibraryIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
13
|
+
export declare const CourseOutlineIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
14
|
+
export declare const NewsIcon: ({ width, height }: IconProps) => JSX.Element;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DoctTopBarBranding } from './DoctTopBarBranding';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { UserMenuPropTypes } from './PropTypes';
|
|
3
|
+
interface DoctTopBarProps {
|
|
4
|
+
onDoctLogoClick?: () => void;
|
|
5
|
+
userMenu?: UserMenuPropTypes;
|
|
6
|
+
className?: string;
|
|
7
|
+
children?: JSX.Element;
|
|
8
|
+
handleLoginRedirection: () => any;
|
|
9
|
+
loading?: boolean;
|
|
10
|
+
additionalButtonText?: string;
|
|
11
|
+
onAdditionalButtonClicked?: () => any;
|
|
12
|
+
name: string;
|
|
13
|
+
image: string;
|
|
14
|
+
professionalTitle: any;
|
|
15
|
+
handleLogout: any;
|
|
16
|
+
onCreateAccountPressed: any;
|
|
17
|
+
defaultImgAvatarEnterprise?: string;
|
|
18
|
+
continueUrl: string;
|
|
19
|
+
brandingVariant: boolean;
|
|
20
|
+
}
|
|
21
|
+
interface AvatarProps {
|
|
22
|
+
src: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const Avatar: React.FC<AvatarProps>;
|
|
25
|
+
declare const DoctTopBar: React.FC<DoctTopBarProps>;
|
|
26
|
+
export default DoctTopBar;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { UserMenuPropTypes } from './PropTypes';
|
|
3
|
+
import './DoctTopBar.scss';
|
|
4
|
+
interface DoctUserMenuProps {
|
|
5
|
+
handleCloseDrawer: () => void;
|
|
6
|
+
userMenu?: UserMenuPropTypes;
|
|
7
|
+
}
|
|
8
|
+
declare const DoctUserMenu: React.FC<DoctUserMenuProps>;
|
|
9
|
+
export default DoctUserMenu;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { UserMenuPropTypes } from './PropTypes';
|
|
3
|
+
interface DoctUserMenuDrawerProps {
|
|
4
|
+
handleCloseDrawer?: () => void;
|
|
5
|
+
openDrawer?: boolean;
|
|
6
|
+
userMenu?: UserMenuPropTypes;
|
|
7
|
+
}
|
|
8
|
+
declare const DoctUserMenuDrawer: React.FC<DoctUserMenuDrawerProps>;
|
|
9
|
+
export default DoctUserMenuDrawer;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface LoginSignUpButtonProps {
|
|
3
|
+
handleLoginRedirection: () => any;
|
|
4
|
+
additionalButtonText?: string;
|
|
5
|
+
onAdditionalButtonClicked?: () => any;
|
|
6
|
+
brandingVariant?: boolean;
|
|
7
|
+
onCreateAccountPressed?: () => void;
|
|
8
|
+
continueUrl?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const handleRedirection: (path: string, continueUrl?: string) => void;
|
|
11
|
+
declare global {
|
|
12
|
+
interface Window {
|
|
13
|
+
DoctUrls: any;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
declare const LoginSignUpButton: React.FC<LoginSignUpButtonProps>;
|
|
17
|
+
export default LoginSignUpButton;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface UserMenuPropTypes {
|
|
2
|
+
userDetails: Record<string, any>;
|
|
3
|
+
userMenuLinks: {
|
|
4
|
+
userLinkHeading?: string;
|
|
5
|
+
links: {
|
|
6
|
+
link: string | JSX.Element;
|
|
7
|
+
}[];
|
|
8
|
+
}[];
|
|
9
|
+
}
|
|
10
|
+
export interface AvatarOrProfileContainerProps {
|
|
11
|
+
userMenu?: any;
|
|
12
|
+
defaultImgAvatarEnterprise?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './VerifyMobileNumber.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
onVerifyPressed?: (value: any) => void;
|
|
5
|
+
onCancelPressed?: () => void;
|
|
6
|
+
mobileCountryCode?: any;
|
|
7
|
+
mobileNumber?: string;
|
|
8
|
+
open?: boolean;
|
|
9
|
+
isSubmitButtonDisable?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare const DoctVerifyMobileNumberModal: React.FC<Props>;
|
|
12
|
+
export default DoctVerifyMobileNumberModal;
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import DoctTopBar from './Components/TopBar/DoctTopBar';
|
|
2
|
+
import DoctTopBarBranding from './Components/TopBar/Branding/DoctTopBarBranding';
|
|
3
|
+
import DoctBreadcrumbs from './Components/Breadcrumbs/DoctBreadcrumbs';
|
|
4
|
+
import DoctSidebarMenu from './Components/SidebarMenu/DoctSidebarMenu';
|
|
5
|
+
import DoctTabWrapper from './Components/Tabs/DoctTabWrapper';
|
|
6
|
+
import DoctTabContent from './Components/Tabs/DoctTabContent';
|
|
7
|
+
import DoctTable from './Components/Table/DoctTable';
|
|
8
|
+
import DoctLoading from './Components/Loadings/DoctLoading';
|
|
9
|
+
import DoctPageLoading from './Components/Loadings/PageLoading';
|
|
10
|
+
import DoctAnimationLoading from './Components/Loadings/AnimationLoading';
|
|
11
|
+
import DoctUserMenu from './Components/DoctUserMenu/DoctUserMenu';
|
|
12
|
+
import DoctDropdownSelect from './Components/DropdownSelect/DoctDropdownSelect';
|
|
13
|
+
import DoctActionMenu from './Components/ActionMenu/DoctActionMenu';
|
|
14
|
+
import DoctModal from './Components/Modal/DoctModal';
|
|
15
|
+
import DoctSnackbar from './Components/Snackbar/DoctSnackbar';
|
|
16
|
+
import DoctStep from './Components/Steps/Steps';
|
|
17
|
+
import DoctScrollToTop from './Components/ScrolltoTopButton/ScrolltoTop';
|
|
18
|
+
import { DoctLayout, DoctLayoutContent } from './Components/Layout';
|
|
19
|
+
import DoctSocialShare from './Components/SocialShare/SocialShare';
|
|
20
|
+
import DoctOtpVerificationModal from './Components/OTPVerificationModal/DoctOTPVerification';
|
|
21
|
+
import { DoctAutoComplete, DoctPasswordInput, DoctRadioGroup, DoctTextArea, DoctTextField, DoctCountryDropdown, DoctPhoneCodeDropdown, DoctCheckbox, DoctFormCheckbox, DoctDatePicker, DoctSearchInput, DoctFreeSoloSearchInput, DoctFreeSoloMultiSelect, DoctControlledAutoComplete, DoctDateRangePicker, DoctDateRangePickerCore, DoctDatePickerV2, DoctTimePicker, DoctAutoCompleteWithChips, DoctAutoCompleteWithChipsFreeSolo, DoctAutoCompleteWithHighLightedSearch } from './Components/Form';
|
|
22
|
+
import { DoctPrivacyPolicy, DoctTermsOfService, DoctCookiePolicy, DoctDisclaimerPolicy, DoctTermsAndCondition, DoctPaymentPolicy } from './Components/Static';
|
|
23
|
+
import DoctForm from './Components/Form/DoctForm';
|
|
24
|
+
import { DoctEventCard, DoctFeatureCard, DoctCardVariantOne } from './Components/Card';
|
|
25
|
+
import TestingTextField from './Components/Form/TestingTextField';
|
|
26
|
+
import DoctChip from './Components/Chip/Chip';
|
|
27
|
+
import FiltersList from './Components/Filters/FiltersList';
|
|
28
|
+
import DoctFilterCardSkeleton from './Components/Skeleton/FilterCardSkeleton/FilterCardSkeleton';
|
|
29
|
+
import DoctAllJobsCardSkeleton from './Components/Skeleton/AllJobsCard/JobsCardSkeleton';
|
|
30
|
+
import FiltersTags from './Components/Filters/FilterTags';
|
|
31
|
+
import DoctBadge from './Components/Badge/Badge';
|
|
32
|
+
import DoctNotFound from './Components/NotFound/NotFound';
|
|
33
|
+
import DoctFileUpload from './Components/FileUploads/FileUploads';
|
|
34
|
+
import DoctAppBar from './Components/AppBar/DoctAppBar';
|
|
35
|
+
import DoctTabViewFilterList from './Components/TabViewFilterList/TabViewFilterList';
|
|
36
|
+
import DoctTabViewFilterSkleton from './Components/Skeleton/FilterResponsiveSkleton/TabFilterSkeleton';
|
|
37
|
+
import { DoctForMe } from './Components/ForMe';
|
|
38
|
+
import DoctVerifyMobileNumberModal from './Components/VerifyMobileNumberModal/DoctVerifyMobileNumber';
|
|
39
|
+
import { DoctSkeletonCheckboxWithLabel, DoctSkeletonFilterWithResult, DoctSkeletonFilterCollapsible, DoctSkeletonTabViewVertical } from './Components/Skeleton';
|
|
40
|
+
import { DoctEventAboutEvent, DoctEventContact, DoctEventDetailBanner, DoctEventDetailCreditPoint, DoctEventDetailOrganizer, DoctEventDetailRegistrationTable, DoctEventDetailSchedule, DoctEventDetaliSponsors, DoctEventDetaliSupportedBy, DoctEventDetaliVenueLocations, DoctEventExhibitors, DoctRegistrationMetaData, DoctEventAbstract } from './Components/EventDetailpage';
|
|
41
|
+
export { DoctSidebarMenu, DoctLayout, DoctLayoutContent, DoctTabWrapper, DoctTabContent, DoctTable, DoctLoading, DoctUserMenu, DoctDropdownSelect, DoctActionMenu, DoctModal, DoctSnackbar, DoctStep, DoctTextField, DoctTextArea, DoctForm, DoctAutoComplete, DoctPasswordInput, DoctRadioGroup, DoctCountryDropdown, DoctPhoneCodeDropdown, DoctCheckbox, DoctFormCheckbox, DoctDatePicker, DoctDatePickerV2, DoctDateRangePicker, DoctDateRangePickerCore, DoctSearchInput, DoctTopBar, DoctTopBarBranding, DoctBreadcrumbs, DoctPrivacyPolicy, DoctTermsOfService, DoctCookiePolicy, DoctPaymentPolicy, DoctEventCard, DoctFeatureCard, DoctCardVariantOne, TestingTextField, DoctChip, DoctPageLoading, DoctFreeSoloSearchInput, FiltersList, FiltersTags, DoctBadge, DoctFreeSoloMultiSelect, DoctControlledAutoComplete, DoctNotFound, DoctFileUpload, DoctAppBar, DoctTabViewFilterList, DoctTabViewFilterSkleton, DoctDisclaimerPolicy, DoctTermsAndCondition, DoctTimePicker, DoctFilterCardSkeleton, DoctAllJobsCardSkeleton, DoctSkeletonCheckboxWithLabel, DoctSkeletonFilterWithResult, DoctSkeletonFilterCollapsible, DoctSkeletonTabViewVertical, DoctEventAboutEvent, DoctEventContact, DoctEventDetailBanner, DoctEventDetailCreditPoint, DoctEventDetailOrganizer, DoctEventDetailRegistrationTable, DoctEventDetailSchedule, DoctEventDetaliSponsors, DoctEventDetaliSupportedBy, DoctEventDetaliVenueLocations, DoctEventExhibitors, DoctRegistrationMetaData, DoctScrollToTop, DoctAnimationLoading, DoctEventAbstract, DoctAutoCompleteWithChips, DoctAutoCompleteWithChipsFreeSolo, DoctAutoCompleteWithHighLightedSearch, DoctSocialShare, DoctForMe, DoctOtpVerificationModal, DoctVerifyMobileNumberModal, };
|