@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/README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# README
|
|
2
|
+
|
|
3
|
+
This README would normally document whatever steps are necessary to get your application up and running.
|
|
4
|
+
|
|
5
|
+
### What is this repository for?
|
|
6
|
+
|
|
7
|
+
- Quick summary
|
|
8
|
+
- Version
|
|
9
|
+
- [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
|
10
|
+
|
|
11
|
+
### How do I get set up?
|
|
12
|
+
|
|
13
|
+
- Summary of set up
|
|
14
|
+
- Configuration
|
|
15
|
+
- Dependencies
|
|
16
|
+
- Database configuration
|
|
17
|
+
- How to run tests
|
|
18
|
+
- Deployment instructions
|
|
19
|
+
|
|
20
|
+
### Contribution guidelines
|
|
21
|
+
|
|
22
|
+
- Writing tests
|
|
23
|
+
- Code review
|
|
24
|
+
- Other guidelines
|
|
25
|
+
|
|
26
|
+
### Who do I talk to?
|
|
27
|
+
|
|
28
|
+
- Repo owner or admin
|
|
29
|
+
- Other community or team contact
|
|
30
|
+
|
|
31
|
+
## Components
|
|
32
|
+
|
|
33
|
+
| Name | Logical Name | Description | Status |
|
|
34
|
+
| ------------------- | :----------------------------: | :----------------------------------------------------------------------------------------------------------------: | -----: |
|
|
35
|
+
| Action Menu | DoctActionMenu | It display temporary list of surfaces | Ready |
|
|
36
|
+
| Alert | DoctAlert | To displays a short, important message in a way that without interrupting the user's task. | Ready |
|
|
37
|
+
| Breadcrumbs | DoctBreadcrumbs | Breadcrumbs reduce the number of actions a site visitor needs to take in order to get to a higher-level page. | Ready |
|
|
38
|
+
| Layout | DoctLayout | A layout for docthub apps | Ready |
|
|
39
|
+
| Drawer | DoctDrawer | Drawer is used to organize access to destinations and other functionality on an app. | Ready |
|
|
40
|
+
| DropdownSelect | DoctDropdownSelect | Use the Dropdown Select when you need an enhanced combo or list box in forms. | Ready |
|
|
41
|
+
| Loading | DoctLoading | To show loading until page loads or all sub-resources have finished loading. | Ready |
|
|
42
|
+
| TopBar | DoctTopBar | Docthub Topbar with logo and user menu links. | Ready |
|
|
43
|
+
| Table | DoctTable | DoctTable component is structured for organizing and displaying information. | Ready |
|
|
44
|
+
| Tabs | DoctTabs | Use tabs to alternate between views within the same context | Ready |
|
|
45
|
+
| Modal | DoctModal | Modal inform users about a task and can contain critical information, require decisions, or involve multiple tasks | Ready |
|
|
46
|
+
| Message Modal | DoctMessage | To show information or have to ask confirmation from the users without jumping in another page | Ready |
|
|
47
|
+
| Steps | DoctSteps | Steppers convey progress through numbered steps. It provides a wizard-like workflow. | Ready |
|
|
48
|
+
| Privacy Policy | DoctPrivacyPolicy | Privacy Policy of docthub. | Ready |
|
|
49
|
+
| Terms of Use | DoctTermsOfUse | Doct Terms of use content | Ready |
|
|
50
|
+
| Auto Complete | DoctAutoComplete | The autocomplete is a normal text input enhanced by a panel of suggested options. | Ready |
|
|
51
|
+
| Checkbox | DoctCheckbox | Checkboxes allow the user to select one or more items from a set. | Ready |
|
|
52
|
+
| Form | DoctForm | DoctForm is used for creating a form for user input | Ready |
|
|
53
|
+
| Text Area | DoctTextArea | DoctTextArea of use content | Ready |
|
|
54
|
+
| TextField | DoctTextField | DoctTextField of use content | Ready |
|
|
55
|
+
| Password | PasswordInput | PasswordInput of use content | Ready |
|
|
56
|
+
| Card | DoctEventCard, DoctFeatureCard | Doctcards provide a flexible and extensible content container with multiple variants and options | Ready |
|
|
57
|
+
| Country Dropdown | DoctCountryDropdown | Country name dropdown | Ready |
|
|
58
|
+
| Phone Code Dropdown | DoctPhoneCodeDropdown | Country phone call code dropdown | Ready |
|
|
59
|
+
| Chip | DoctChip | Chips allow users to enter information, make selections, filter content, or trigger actions. | Ready |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import './DoctActionMenu.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
onClick?: (option: any) => void;
|
|
5
|
+
options: {
|
|
6
|
+
title: string;
|
|
7
|
+
icon?: {
|
|
8
|
+
name?: string;
|
|
9
|
+
width?: string;
|
|
10
|
+
};
|
|
11
|
+
className?: string;
|
|
12
|
+
}[];
|
|
13
|
+
className?: string;
|
|
14
|
+
btnType?: 'secondary' | 'primary' | 'semantic-danger' | 'semantic-success' | 'semantic-warning' | 'semantic-info' | 'inverse';
|
|
15
|
+
}
|
|
16
|
+
declare function DoctActionMenu({ onClick, options, className, btnType }: Props): ReactElement;
|
|
17
|
+
export default DoctActionMenu;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { AlertSeverity } from './Enum';
|
|
3
|
+
import './DoctAlert.scss';
|
|
4
|
+
interface Props {
|
|
5
|
+
message: string;
|
|
6
|
+
severity: AlertSeverity.Info | AlertSeverity.Success | AlertSeverity.Warning | AlertSeverity.Error;
|
|
7
|
+
}
|
|
8
|
+
export default function DoctAlert({ message, severity }: Props): ReactElement;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './DoctAppBar.scss';
|
|
3
|
+
interface DoctAppBarProps {
|
|
4
|
+
appName: 'jobs' | 'courses' | 'events';
|
|
5
|
+
links: any;
|
|
6
|
+
menuLinks: any;
|
|
7
|
+
brandingLink: any;
|
|
8
|
+
isMenuOpen: boolean;
|
|
9
|
+
onMenuClosed?: any;
|
|
10
|
+
actionButton?: {
|
|
11
|
+
title: string;
|
|
12
|
+
onClick: () => void;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
declare const DoctTopBar: React.FC<DoctAppBarProps>;
|
|
16
|
+
export default DoctTopBar;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import './DoctAppBarDropdown.scss';
|
|
2
|
+
interface DoctAppBarDropdownProps {
|
|
3
|
+
menuLinks: any;
|
|
4
|
+
brandingLink: any;
|
|
5
|
+
setMenuOpen: any;
|
|
6
|
+
onMenuClosed?: any;
|
|
7
|
+
}
|
|
8
|
+
export declare function useOuterClick(callback: any): any;
|
|
9
|
+
declare const DoctAppBarDropdown: ({ menuLinks, brandingLink, setMenuOpen, onMenuClosed }: DoctAppBarDropdownProps) => any;
|
|
10
|
+
export default DoctAppBarDropdown;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactElement, Component } from 'react';
|
|
2
|
+
import './DoctBreadcrumbs.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
children: any;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
declare function BreadCrumbsItem({ children }: Props): ReactElement;
|
|
8
|
+
declare class DoctBreadcrumbs extends Component<Props> {
|
|
9
|
+
static Item: typeof BreadCrumbsItem;
|
|
10
|
+
render(): JSX.Element;
|
|
11
|
+
}
|
|
12
|
+
export default DoctBreadcrumbs;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './DoctCardVariantOne.scss';
|
|
3
|
+
interface DoctCardProps {
|
|
4
|
+
className?: string;
|
|
5
|
+
variant?: string;
|
|
6
|
+
imageSrc?: string;
|
|
7
|
+
name: string;
|
|
8
|
+
designation: string;
|
|
9
|
+
showOptions: boolean;
|
|
10
|
+
options: any;
|
|
11
|
+
onClickOption?: any;
|
|
12
|
+
}
|
|
13
|
+
declare const DoctCardVariantOne: React.FC<DoctCardProps>;
|
|
14
|
+
export default DoctCardVariantOne;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './DoctEventCard.scss';
|
|
3
|
+
interface DoctCardProps {
|
|
4
|
+
cardHeader?: React.ReactElement;
|
|
5
|
+
cardBody?: React.ReactElement;
|
|
6
|
+
cardFooter?: React.ReactElement;
|
|
7
|
+
className?: string;
|
|
8
|
+
imageSrc?: string;
|
|
9
|
+
title: string;
|
|
10
|
+
textLabel: string;
|
|
11
|
+
}
|
|
12
|
+
declare const DoctCard: React.FC<DoctCardProps>;
|
|
13
|
+
export default DoctCard;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './FeatureCard.scss';
|
|
3
|
+
interface FeatureCardProps {
|
|
4
|
+
iconProps: {
|
|
5
|
+
name: string;
|
|
6
|
+
size?: string;
|
|
7
|
+
color?: string;
|
|
8
|
+
};
|
|
9
|
+
title: string;
|
|
10
|
+
}
|
|
11
|
+
declare const FeatureCard: React.FC<FeatureCardProps>;
|
|
12
|
+
export default FeatureCard;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './Chip.scss';
|
|
3
|
+
interface ChipProps {
|
|
4
|
+
icon?: string;
|
|
5
|
+
title: string | any;
|
|
6
|
+
showCloseIcon?: boolean;
|
|
7
|
+
onCloseHandler?: () => void;
|
|
8
|
+
small?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const Chip: React.FC<ChipProps>;
|
|
11
|
+
export default Chip;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ModalType } from './Enum';
|
|
2
|
+
import { DoctMessagePropTypes } from './PropTypes';
|
|
3
|
+
import './DoctMessage.scss';
|
|
4
|
+
export declare const confirmModal: (props: DoctMessagePropTypes) => void;
|
|
5
|
+
export declare const informationModal: (props: DoctMessagePropTypes, type?: ModalType) => void;
|
|
6
|
+
export declare const DoctMessage: {
|
|
7
|
+
confirm: (props: DoctMessagePropTypes) => void;
|
|
8
|
+
information: (props: DoctMessagePropTypes, type?: ModalType) => void;
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function index(): unknown;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import './doctusermenu.scss';
|
|
3
|
+
interface IDoctUserMenu {
|
|
4
|
+
open: boolean;
|
|
5
|
+
image: string;
|
|
6
|
+
name: string;
|
|
7
|
+
professionalTitle: string;
|
|
8
|
+
handleLogout: () => void;
|
|
9
|
+
onClose: any;
|
|
10
|
+
anchorEl: any;
|
|
11
|
+
}
|
|
12
|
+
export default function DoctUserMenu({ onClose, open, image, name, professionalTitle, handleLogout, anchorEl, }: IDoctUserMenu): React.ReactElement;
|
|
13
|
+
export {};
|
package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/interfaceDoctUserMenuEnterprise.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface DoctUserMenuEnterpriseProps {
|
|
2
|
+
handleLogout: () => void;
|
|
3
|
+
anchorEl?: any;
|
|
4
|
+
open?: any;
|
|
5
|
+
handleClose?: any;
|
|
6
|
+
onClose?: any;
|
|
7
|
+
userDetails?: any;
|
|
8
|
+
defaultImgAvatarEnterprise?: any;
|
|
9
|
+
}
|
|
10
|
+
export interface MenuInfoAreaProps {
|
|
11
|
+
defaultImgAvatarEnterprise?: any;
|
|
12
|
+
userDetails?: any;
|
|
13
|
+
}
|
|
14
|
+
export interface MenuLinkProps {
|
|
15
|
+
el?: any;
|
|
16
|
+
href?: string;
|
|
17
|
+
onClick?: () => void;
|
|
18
|
+
icon?: string;
|
|
19
|
+
title?: string;
|
|
20
|
+
hideRightIcon?: boolean;
|
|
21
|
+
subTitle?: string;
|
|
22
|
+
deviderLine?: boolean;
|
|
23
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactElement, ReactNode } from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
anchor: 'right' | 'left' | 'top' | 'bottom';
|
|
4
|
+
openDrawer: boolean;
|
|
5
|
+
handleCloseDrawer: () => void;
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export default function TemporaryDrawer({ anchor, openDrawer, handleCloseDrawer, children }: Props): ReactElement;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import './DoctDropdown.scss';
|
|
3
|
+
interface Props {
|
|
4
|
+
menuItems: Record<string, string | number>[];
|
|
5
|
+
handleChange: (event: any) => void;
|
|
6
|
+
value: unknown;
|
|
7
|
+
width?: number;
|
|
8
|
+
label?: string;
|
|
9
|
+
}
|
|
10
|
+
declare function DoctDropdownSelect({ menuItems, handleChange, value, width, label }: Props): ReactElement;
|
|
11
|
+
export default DoctDropdownSelect;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './Contact.scss';
|
|
3
|
+
interface DoctCardProps {
|
|
4
|
+
className?: string;
|
|
5
|
+
telephone?: string;
|
|
6
|
+
mobilenumber?: string;
|
|
7
|
+
isLoggedIn?: boolean;
|
|
8
|
+
mailId?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
onButtonClick?: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const DoctEventDetailContact: React.FC<DoctCardProps>;
|
|
13
|
+
export default DoctEventDetailContact;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './EventDetails.scss';
|
|
3
|
+
interface DoctEventBannerProps {
|
|
4
|
+
eventDetails?: any;
|
|
5
|
+
onBrochureDownload?: () => void;
|
|
6
|
+
handleBookmarkClick?: () => void;
|
|
7
|
+
isBookMarkValue?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare function useWindowSize(): Array<{
|
|
10
|
+
width: number;
|
|
11
|
+
height: number;
|
|
12
|
+
}>;
|
|
13
|
+
declare const DoctEventDetailBanner: React.FC<DoctEventBannerProps>;
|
|
14
|
+
export default DoctEventDetailBanner;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import dayjs from 'dayjs';
|
|
3
|
+
import './EventDayCounter.scss';
|
|
4
|
+
declare const EventDayCounter: ({ startDate, eventStartDate }: {
|
|
5
|
+
startDate?: dayjs.Dayjs;
|
|
6
|
+
eventStartDate: any;
|
|
7
|
+
}) => React.JSX.Element;
|
|
8
|
+
export default EventDayCounter;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './EventDetailDefaultImg.scss';
|
|
3
|
+
interface DoctEventDetailDefaultImgProps {
|
|
4
|
+
name: any;
|
|
5
|
+
venue: any;
|
|
6
|
+
organizer: any;
|
|
7
|
+
startDate: any;
|
|
8
|
+
endDate: any;
|
|
9
|
+
eventCard: any;
|
|
10
|
+
}
|
|
11
|
+
declare const DoctEventDetailDefaultImg: React.FC<DoctEventDetailDefaultImgProps>;
|
|
12
|
+
export default DoctEventDetailDefaultImg;
|
package/build/Components/EventDetailpage/EventExhibitors/components/DoctEventExhibitorsTable.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '../styles/DoctEventExhibitors.scss';
|
|
3
|
+
interface DoctEventExhibitorsTableProps {
|
|
4
|
+
eventExhibitorsData?: any[];
|
|
5
|
+
searchText?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const DoctEventExhibitorsTable: React.FC<DoctEventExhibitorsTableProps>;
|
|
8
|
+
export default DoctEventExhibitorsTable;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface EventExhibitorsResponsiveCardsProps {
|
|
3
|
+
companyName?: string;
|
|
4
|
+
city?: string;
|
|
5
|
+
boothNumber?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const EventExhibitorsResponsiveCards: React.FC<EventExhibitorsResponsiveCardsProps>;
|
|
8
|
+
export default EventExhibitorsResponsiveCards;
|
package/build/Components/EventDetailpage/RegistrationMetaData/components/TermsConditionRemarks.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TermsConditionRemarksProps {
|
|
3
|
+
termsAndCondition?: string;
|
|
4
|
+
cancellationPolicy?: string;
|
|
5
|
+
remarks?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const TermsConditionsRemarks: React.FC<TermsConditionRemarksProps>;
|
|
8
|
+
export default TermsConditionsRemarks;
|