@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.
Files changed (221) hide show
  1. package/README.md +59 -0
  2. package/build/Components/ActionMenu/DoctActionMenu.d.ts +17 -0
  3. package/build/Components/ActionMenu/index.d.ts +2 -0
  4. package/build/Components/Alert/DoctAlert.d.ts +9 -0
  5. package/build/Components/Alert/Enum.d.ts +6 -0
  6. package/build/Components/Alert/index.d.ts +2 -0
  7. package/build/Components/AppBar/DoctAppBar.d.ts +16 -0
  8. package/build/Components/AppBar/DoctAppBarDropdown.d.ts +10 -0
  9. package/build/Components/AppBar/index.d.ts +3 -0
  10. package/build/Components/Badge/Badge.d.ts +9 -0
  11. package/build/Components/Badge/index.d.ts +3 -0
  12. package/build/Components/Breadcrumbs/DoctBreadcrumbs.d.ts +12 -0
  13. package/build/Components/Breadcrumbs/index.d.ts +3 -0
  14. package/build/Components/Card/DoctCardVariantOne/DoctCardVariantOne.d.ts +14 -0
  15. package/build/Components/Card/DoctCardVariantOne/index.d.ts +2 -0
  16. package/build/Components/Card/EventCard/DoctEventCard.d.ts +13 -0
  17. package/build/Components/Card/EventCard/index.d.ts +2 -0
  18. package/build/Components/Card/FeatureCard/FeatureCard.d.ts +12 -0
  19. package/build/Components/Card/FeatureCard/index.d.ts +3 -0
  20. package/build/Components/Card/index.d.ts +4 -0
  21. package/build/Components/Chip/Chip.d.ts +11 -0
  22. package/build/Components/Chip/index.d.ts +3 -0
  23. package/build/Components/Collapsible/Collapsible.d.ts +11 -0
  24. package/build/Components/Collapsible/index.d.ts +3 -0
  25. package/build/Components/DoctMessage/DoctConfirm.d.ts +3 -0
  26. package/build/Components/DoctMessage/DoctInformation.d.ts +3 -0
  27. package/build/Components/DoctMessage/DoctMessage.d.ts +9 -0
  28. package/build/Components/DoctMessage/Enum.d.ts +4 -0
  29. package/build/Components/DoctMessage/MessageModal.d.ts +2 -0
  30. package/build/Components/DoctMessage/PropTypes.d.ts +11 -0
  31. package/build/Components/DoctMessage/index.d.ts +1 -0
  32. package/build/Components/DoctUserMenu/DoctUserMenu.d.ts +13 -0
  33. package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/DoctUserMenuEnterprise.d.ts +5 -0
  34. package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/index.d.ts +2 -0
  35. package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/interfaceDoctUserMenuEnterprise.d.ts +23 -0
  36. package/build/Components/DoctUserMenu/DoctUserMenuWrapper.d.ts +9 -0
  37. package/build/Components/DoctUserMenu/ListItems.d.ts +6 -0
  38. package/build/Components/DoctUserMenu/SideBarProfile.d.ts +8 -0
  39. package/build/Components/DoctUserMenu/index.d.ts +2 -0
  40. package/build/Components/DoctUserMenu/static/data.d.ts +11 -0
  41. package/build/Components/Drawer/DoctDrawer.d.ts +9 -0
  42. package/build/Components/Drawer/index.d.ts +2 -0
  43. package/build/Components/DropdownSelect/DoctDropdownSelect.d.ts +11 -0
  44. package/build/Components/DropdownSelect/index.d.ts +3 -0
  45. package/build/Components/EventDetailpage/About/About.d.ts +8 -0
  46. package/build/Components/EventDetailpage/About/index.d.ts +2 -0
  47. package/build/Components/EventDetailpage/Abstract/Abstract.d.ts +7 -0
  48. package/build/Components/EventDetailpage/Abstract/index.d.ts +2 -0
  49. package/build/Components/EventDetailpage/Contact/Contact.d.ts +13 -0
  50. package/build/Components/EventDetailpage/Contact/index.d.ts +2 -0
  51. package/build/Components/EventDetailpage/EventDetailBanner/DoctEventDetailBanner.d.ts +14 -0
  52. package/build/Components/EventDetailpage/EventDetailBanner/components/EventDayCounter/EventDayCounter.d.ts +8 -0
  53. package/build/Components/EventDetailpage/EventDetailBanner/components/EventDetailDefaultImg/DoctEventDetailDefaultImg.d.ts +12 -0
  54. package/build/Components/EventDetailpage/EventDetailBanner/components/Helper/enums/EventStatus.d.ts +6 -0
  55. package/build/Components/EventDetailpage/EventDetailBanner/components/SocialShare/SocialShare.d.ts +6 -0
  56. package/build/Components/EventDetailpage/EventDetailBanner/index.d.ts +3 -0
  57. package/build/Components/EventDetailpage/EventExhibitors/components/DoctEventExhibitorsTable.d.ts +8 -0
  58. package/build/Components/EventDetailpage/EventExhibitors/components/EventExhibitorsResponsiveCards.d.ts +8 -0
  59. package/build/Components/EventDetailpage/EventExhibitors/index.d.ts +3 -0
  60. package/build/Components/EventDetailpage/EventsAboutCreditsPoints/AboutCreditPoint.d.ts +9 -0
  61. package/build/Components/EventDetailpage/EventsAboutCreditsPoints/index.d.ts +2 -0
  62. package/build/Components/EventDetailpage/Organizer/Organizer.d.ts +9 -0
  63. package/build/Components/EventDetailpage/Organizer/index.d.ts +2 -0
  64. package/build/Components/EventDetailpage/RegistrationMetaData/DoctRegistrationMetaData.d.ts +7 -0
  65. package/build/Components/EventDetailpage/RegistrationMetaData/components/TermsConditionRemarks.d.ts +8 -0
  66. package/build/Components/EventDetailpage/RegistrationTable/components/DoctRegistrationTable.d.ts +9 -0
  67. package/build/Components/EventDetailpage/RegistrationTable/index.d.ts +3 -0
  68. package/build/Components/EventDetailpage/Schedule/components/DoctEventSchedule.d.ts +6 -0
  69. package/build/Components/EventDetailpage/Schedule/index.d.ts +3 -0
  70. package/build/Components/EventDetailpage/Shared/FormattedDate.d.ts +7 -0
  71. package/build/Components/EventDetailpage/Shared/FormattedTime.d.ts +6 -0
  72. package/build/Components/EventDetailpage/Sponsors/DoctSponserCard.d.ts +10 -0
  73. package/build/Components/EventDetailpage/Sponsors/index.d.ts +3 -0
  74. package/build/Components/EventDetailpage/SupportedBy/SupportedBy.d.ts +9 -0
  75. package/build/Components/EventDetailpage/SupportedBy/index.d.ts +2 -0
  76. package/build/Components/EventDetailpage/VenueLocation/VenueLocation.d.ts +11 -0
  77. package/build/Components/EventDetailpage/VenueLocation/index.d.ts +2 -0
  78. package/build/Components/EventDetailpage/index.d.ts +14 -0
  79. package/build/Components/FileUploads/FileUploads.d.ts +17 -0
  80. package/build/Components/FileUploads/index.d.ts +3 -0
  81. package/build/Components/FileUploads/utils.d.ts +2 -0
  82. package/build/Components/Filters/FilterCheckbox.d.ts +10 -0
  83. package/build/Components/Filters/FilterTags.d.ts +7 -0
  84. package/build/Components/Filters/FiltersList.d.ts +22 -0
  85. package/build/Components/Filters/InfiniteScroll.context.d.ts +13 -0
  86. package/build/Components/Filters/ListIcon.d.ts +3 -0
  87. package/build/Components/Filters/SingleFilter.d.ts +14 -0
  88. package/build/Components/Filters/index.d.ts +11 -0
  89. package/build/Components/ForMe/ForMe.d.ts +5 -0
  90. package/build/Components/ForMe/Layout/ForMeFooter.d.ts +11 -0
  91. package/build/Components/ForMe/Layout/ForMeHeader.d.ts +8 -0
  92. package/build/Components/ForMe/Layout/ForMeLayout.d.ts +13 -0
  93. package/build/Components/ForMe/components/Accordion.d.ts +4 -0
  94. package/build/Components/ForMe/components/ActionRow.d.ts +12 -0
  95. package/build/Components/ForMe/components/Header.d.ts +14 -0
  96. package/build/Components/ForMe/components/OutlineChip/OutlineChip.d.ts +10 -0
  97. package/build/Components/ForMe/components/Selection.d.ts +18 -0
  98. package/build/Components/ForMe/components/TitleDescription.d.ts +6 -0
  99. package/build/Components/ForMe/components/index.d.ts +6 -0
  100. package/build/Components/ForMe/helpers.d.ts +6 -0
  101. package/build/Components/ForMe/index.d.ts +1 -0
  102. package/build/Components/ForMe/interface.d.ts +47 -0
  103. package/build/Components/Form/AutoComplete/AutoComplete.d.ts +35 -0
  104. package/build/Components/Form/AutoCompleteWithChips/AutoCompleteWithChips.d.ts +16 -0
  105. package/build/Components/Form/AutoCompleteWithChipsFreeSolo/AutoCompleteWithChipsFreeSolo.d.ts +13 -0
  106. package/build/Components/Form/AutoCompleteWithHighlightedSearch/AutoCompleteWithHighLightedSearch.d.ts +42 -0
  107. package/build/Components/Form/AutoCompleteWithHighlightedSearch/helperFunction.d.ts +1 -0
  108. package/build/Components/Form/Checkbox/Checkbox.d.ts +17 -0
  109. package/build/Components/Form/ControlledAutoComplete/ControlledAutoComplete.d.ts +19 -0
  110. package/build/Components/Form/CountryDropdown/CountryDropdown.d.ts +14 -0
  111. package/build/Components/Form/DatePicker/DatePicker.d.ts +21 -0
  112. package/build/Components/Form/DatePickerV2/DatePickerV2.d.ts +23 -0
  113. package/build/Components/Form/DateRangePicker/DoctDateRangePicker.d.ts +21 -0
  114. package/build/Components/Form/DateRangePicker/DoctDateRangePickerCore.d.ts +21 -0
  115. package/build/Components/Form/DoctForm/index.d.ts +2 -0
  116. package/build/Components/Form/FormCheckbox/FormCheckbox.d.ts +19 -0
  117. package/build/Components/Form/FormStory.d.ts +3 -0
  118. package/build/Components/Form/FormStorySingle.d.ts +1 -0
  119. package/build/Components/Form/FormStoryTest.d.ts +1 -0
  120. package/build/Components/Form/FreeSoloMultiSelect/FreeSoloMultiSelect.d.ts +28 -0
  121. package/build/Components/Form/FreeSoloSearchInput/FreeSoloSearchInput.d.ts +27 -0
  122. package/build/Components/Form/MultiSelect/MultiSelect.d.ts +6 -0
  123. package/build/Components/Form/PasswordInput/PasswordInput.d.ts +22 -0
  124. package/build/Components/Form/PhoneCodeDropdown/PhoneCodeDropdown.d.ts +14 -0
  125. package/build/Components/Form/RadioButtons/DoctRadioButtons.d.ts +22 -0
  126. package/build/Components/Form/RangeSlider/RangeSlider.d.ts +10 -0
  127. package/build/Components/Form/SearchInput/SearchInput.d.ts +21 -0
  128. package/build/Components/Form/TestingTextField.d.ts +2 -0
  129. package/build/Components/Form/TextArea/TextArea.d.ts +21 -0
  130. package/build/Components/Form/TextField/TextField.d.ts +24 -0
  131. package/build/Components/Form/TimePicker/TimePicker.d.ts +21 -0
  132. package/build/Components/Form/index.d.ts +22 -0
  133. package/build/Components/Layout/DoctLayout.d.ts +8 -0
  134. package/build/Components/Layout/DoctLayoutContent.d.ts +7 -0
  135. package/build/Components/Layout/DoctLayoutStory.d.ts +4 -0
  136. package/build/Components/Layout/index.d.ts +3 -0
  137. package/build/Components/Loadings/AnimationLoading.d.ts +6 -0
  138. package/build/Components/Loadings/DoctLoading.d.ts +8 -0
  139. package/build/Components/Loadings/PageLoading.d.ts +7 -0
  140. package/build/Components/Modal/DoctModal.d.ts +22 -0
  141. package/build/Components/Modal/index.d.ts +2 -0
  142. package/build/Components/NavigationMenu/Components/AppleSVG.d.ts +2 -0
  143. package/build/Components/NavigationMenu/Components/Components.d.ts +17 -0
  144. package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseAndBrandingAppResponsive.d.ts +7 -0
  145. package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseResponsive.d.ts +4 -0
  146. package/build/Components/NavigationMenu/Components/Playstore.d.ts +2 -0
  147. package/build/Components/NavigationMenu/DoctNavigationMenuBrandingApp.d.ts +9 -0
  148. package/build/Components/NavigationMenu/DoctNavigationMenuUserApp.d.ts +13 -0
  149. package/build/Components/NavigationMenu/index.d.ts +3 -0
  150. package/build/Components/NavigationMenu/interfaces.d.ts +54 -0
  151. package/build/Components/NotFound/NotFound.d.ts +8 -0
  152. package/build/Components/NotFound/index.d.ts +3 -0
  153. package/build/Components/OTPVerificationModal/CustomOTPInputField.d.ts +12 -0
  154. package/build/Components/OTPVerificationModal/DoctOTPVerification.d.ts +18 -0
  155. package/build/Components/OTPVerificationModal/index.d.ts +2 -0
  156. package/build/Components/Paper/DoctPaper.d.ts +7 -0
  157. package/build/Components/ScrolltoTopButton/ScrolltoTop.d.ts +4 -0
  158. package/build/Components/ScrolltoTopButton/index.d.ts +3 -0
  159. package/build/Components/SidebarMenu/DoctSidebarMenu.d.ts +14 -0
  160. package/build/Components/SidebarMenu/index.d.ts +3 -0
  161. package/build/Components/Skeleton/AllJobsCard/JobsCardSkeleton.d.ts +6 -0
  162. package/build/Components/Skeleton/AllJobsCard/index.d.ts +3 -0
  163. package/build/Components/Skeleton/Components/SkeletonElements.d.ts +14 -0
  164. package/build/Components/Skeleton/Components/index.d.ts +3 -0
  165. package/build/Components/Skeleton/FilterCardSkeleton/FilterCardSkeleton.d.ts +6 -0
  166. package/build/Components/Skeleton/FilterCardSkeleton/index.d.ts +3 -0
  167. package/build/Components/Skeleton/FilterResponsiveSkleton/TabFilterSkeleton.d.ts +5 -0
  168. package/build/Components/Skeleton/FilterResponsiveSkleton/index.d.ts +3 -0
  169. package/build/Components/Skeleton/index.d.ts +2 -0
  170. package/build/Components/Snackbar/DoctSnackbar.d.ts +10 -0
  171. package/build/Components/Snackbar/DoctSnackbarMessage.d.ts +9 -0
  172. package/build/Components/Snackbar/index.d.ts +2 -0
  173. package/build/Components/SocialShare/SocialShare.d.ts +8 -0
  174. package/build/Components/SocialShare/index.d.ts +2 -0
  175. package/build/Components/Static/CookiePolicy/CookiePolicy.d.ts +8 -0
  176. package/build/Components/Static/CookiePolicy/index.d.ts +3 -0
  177. package/build/Components/Static/DisciamerPolicy/DisclaimerPolicy.d.ts +8 -0
  178. package/build/Components/Static/DisciamerPolicy/index.d.ts +2 -0
  179. package/build/Components/Static/PaymentPolicy/PaymentPolicy.d.ts +8 -0
  180. package/build/Components/Static/PaymentPolicy/index.d.ts +3 -0
  181. package/build/Components/Static/PrivacyPolicy/PrivacyPolicy.d.ts +8 -0
  182. package/build/Components/Static/PrivacyPolicy/index.d.ts +3 -0
  183. package/build/Components/Static/TermsAndCondition/TermsCondition.d.ts +8 -0
  184. package/build/Components/Static/TermsAndCondition/index.d.ts +3 -0
  185. package/build/Components/Static/TermsOfService/TermsOfService.d.ts +8 -0
  186. package/build/Components/Static/TermsOfService/index.d.ts +3 -0
  187. package/build/Components/Static/index.d.ts +7 -0
  188. package/build/Components/Steps/Steps.d.ts +41 -0
  189. package/build/Components/Steps/StepsFooter.d.ts +11 -0
  190. package/build/Components/Steps/index.d.ts +2 -0
  191. package/build/Components/TabViewFilterList/TabViewFilterList.d.ts +21 -0
  192. package/build/Components/TabViewFilterList/index.d.ts +10 -0
  193. package/build/Components/Table/DoctTable.d.ts +34 -0
  194. package/build/Components/Table/Utils.d.ts +16 -0
  195. package/build/Components/Table/index.d.ts +5 -0
  196. package/build/Components/Tabs/DoctTab.d.ts +10 -0
  197. package/build/Components/Tabs/DoctTabContent.d.ts +8 -0
  198. package/build/Components/Tabs/DoctTabWrapper.d.ts +11 -0
  199. package/build/Components/Tabs/index.d.ts +2 -0
  200. package/build/Components/TextEditor/TextEditor.d.ts +9 -0
  201. package/build/Components/TextEditor/index.d.ts +3 -0
  202. package/build/Components/TopBar/Branding/DoctTopBarBranding.d.ts +33 -0
  203. package/build/Components/TopBar/Branding/Icons.d.ts +15 -0
  204. package/build/Components/TopBar/Branding/index.d.ts +1 -0
  205. package/build/Components/TopBar/DoctTopBar.d.ts +26 -0
  206. package/build/Components/TopBar/DoctUserMenu.d.ts +9 -0
  207. package/build/Components/TopBar/DoctUserMenuDrawer.d.ts +9 -0
  208. package/build/Components/TopBar/LoginSignUpButton.d.ts +17 -0
  209. package/build/Components/TopBar/PropTypes.d.ts +13 -0
  210. package/build/Components/TopBar/constants.d.ts +2 -0
  211. package/build/Components/TopBar/index.d.ts +3 -0
  212. package/build/Components/VerifyMobileNumberModal/DoctVerifyMobileNumber.d.ts +12 -0
  213. package/build/Components/VerifyMobileNumberModal/VerifyMobileModalImg.d.ts +2 -0
  214. package/build/Components/VerifyMobileNumberModal/VerifyMobileNumberLayout.d.ts +5 -0
  215. package/build/Components/VerifyMobileNumberModal/index.d.ts +2 -0
  216. package/build/index.d.ts +41 -0
  217. package/build/index.esm.js +133828 -0
  218. package/build/index.esm.js.map +1 -0
  219. package/build/index.js +133944 -0
  220. package/build/index.js.map +1 -0
  221. 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,2 @@
1
+ import { ReactElement } from 'react';
2
+ export default function index(): ReactElement;
@@ -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,6 @@
1
+ export declare enum AlertSeverity {
2
+ Info = "info",
3
+ Error = "error",
4
+ Success = "success",
5
+ Warning = "warning"
6
+ }
@@ -0,0 +1,2 @@
1
+ import { ReactElement } from 'react';
2
+ export default function Index(): ReactElement;
@@ -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,3 @@
1
+ import { ReactElement } from 'react';
2
+ declare function index(): ReactElement;
3
+ export default index;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import './Badge.scss';
3
+ interface BadgeProps {
4
+ children: any;
5
+ horizontalPosition?: 'left' | 'right';
6
+ badgeCount: number;
7
+ }
8
+ declare const BadgeComponent: React.FC<BadgeProps>;
9
+ export default BadgeComponent;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const index: () => React.JSX.Element;
3
+ export default index;
@@ -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,3 @@
1
+ import { ReactElement } from 'react';
2
+ declare function index(): ReactElement;
3
+ export default index;
@@ -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,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -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,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -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,3 @@
1
+ import React from 'react';
2
+ declare const index: React.FC;
3
+ export default index;
@@ -0,0 +1,4 @@
1
+ import DoctEventCard from './EventCard/DoctEventCard';
2
+ import DoctFeatureCard from './FeatureCard/FeatureCard';
3
+ import DoctCardVariantOne from './DoctCardVariantOne/DoctCardVariantOne';
4
+ export { DoctEventCard, DoctFeatureCard, DoctCardVariantOne };
@@ -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,3 @@
1
+ import React from 'react';
2
+ declare const index: React.FC;
3
+ export default index;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ declare const Collapsible: {
3
+ ({ children, title, index, initialState }: {
4
+ children: any;
5
+ title: any;
6
+ index: any;
7
+ initialState: any;
8
+ }): React.JSX.Element;
9
+ propTypes: {};
10
+ };
11
+ export default Collapsible;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const index: React.FC;
3
+ export default index;
@@ -0,0 +1,3 @@
1
+ import { DoctMessagePropTypes } from './PropTypes';
2
+ declare function DoctConfirm(props: DoctMessagePropTypes): void;
3
+ export default DoctConfirm;
@@ -0,0 +1,3 @@
1
+ import { DoctMessagePropTypes } from './PropTypes';
2
+ declare function DoctInformation(props: DoctMessagePropTypes): void;
3
+ export default DoctInformation;
@@ -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,4 @@
1
+ export declare enum ModalType {
2
+ Information = "information",
3
+ Confirm = "confirm"
4
+ }
@@ -0,0 +1,2 @@
1
+ import { DoctMessagePropTypes } from './PropTypes';
2
+ export default function MessageModal({ title, content, onPrimaryClick, onSecondaryClick, primaryBtnText, secondaryBtnText, backDropClick, width, type, }: DoctMessagePropTypes): void;
@@ -0,0 +1,11 @@
1
+ export interface DoctMessagePropTypes {
2
+ title: unknown;
3
+ content: unknown;
4
+ onPrimaryClick: () => void;
5
+ onSecondaryClick: () => void;
6
+ primaryBtnText: string;
7
+ secondaryBtnText: string;
8
+ backDropClick: boolean;
9
+ width: number;
10
+ type: string;
11
+ }
@@ -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 {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { DoctUserMenuEnterpriseProps } from './interfaceDoctUserMenuEnterprise';
3
+ import './DoctUserMenuEnterprise.scss';
4
+ declare const DoctUserMenuEnterprise: React.FC<DoctUserMenuEnterpriseProps>;
5
+ export default DoctUserMenuEnterprise;
@@ -0,0 +1,2 @@
1
+ import { ReactElement } from 'react';
2
+ export default function index(): ReactElement;
@@ -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 React from 'react';
2
+ interface IDialogWrapper {
3
+ listItemIcon: string;
4
+ listItemText: string;
5
+ listItemColor: string;
6
+ imgSRC?: React.ReactNode;
7
+ }
8
+ declare const DialogWrapper: React.FC<IDialogWrapper>;
9
+ export default DialogWrapper;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface IListItems {
3
+ handleLogout: () => void;
4
+ }
5
+ declare const ListItems: React.FC<IListItems>;
6
+ export default ListItems;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ interface ISideBarProfile {
3
+ name: string;
4
+ image: string;
5
+ professionalTitle: string;
6
+ }
7
+ declare const SideBarProdfile: React.FC<ISideBarProfile>;
8
+ export default SideBarProdfile;
@@ -0,0 +1,2 @@
1
+ import { ReactElement } from 'react';
2
+ export default function index(): ReactElement;
@@ -0,0 +1,11 @@
1
+ export declare const listItems: ({
2
+ icon: string;
3
+ name: string;
4
+ url: string;
5
+ color?: undefined;
6
+ } | {
7
+ icon: string;
8
+ name: string;
9
+ url: string;
10
+ color: string;
11
+ })[];
@@ -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,2 @@
1
+ import { ReactElement } from 'react';
2
+ export default function index(): ReactElement;
@@ -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,3 @@
1
+ import { ReactElement } from 'react';
2
+ declare function index(): ReactElement;
3
+ export default index;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import './About.scss';
3
+ interface AboutCardsProps {
4
+ className?: string;
5
+ aboutdata?: string;
6
+ }
7
+ declare const AboutCard: React.FC<AboutCardsProps>;
8
+ export default AboutCard;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import './Abstract.scss';
3
+ interface AboutCardsProps {
4
+ abstractDocumentUrl?: any;
5
+ }
6
+ declare const AbstractCard: React.FC<AboutCardsProps>;
7
+ export default AbstractCard;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -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,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -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;
@@ -0,0 +1,6 @@
1
+ declare const EventStatus: Readonly<{
2
+ COMPLETED: "Completed";
3
+ EXPIRED: "Expired";
4
+ ACTIVE: "Active";
5
+ }>;
6
+ export default EventStatus;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import './SocialShare.scss';
3
+ declare const SocialShare: ({ redirectUrl }: {
4
+ redirectUrl?: string;
5
+ }) => React.JSX.Element;
6
+ export default SocialShare;
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from 'react';
2
+ declare const index: () => ReactElement;
3
+ export default index;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const index: () => React.JSX.Element;
3
+ export default index;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import './aboutCreditPoint.scss';
3
+ interface DoctCardProps {
4
+ className?: string;
5
+ approvedBy?: string;
6
+ point?: string;
7
+ }
8
+ declare const DocteventCreditPoint: React.FC<DoctCardProps>;
9
+ export default DocteventCreditPoint;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import './Organizer.scss';
3
+ interface DoctCardProps {
4
+ className?: string;
5
+ organizername?: string;
6
+ location?: string;
7
+ }
8
+ declare const OrganizerCard: React.FC<DoctCardProps>;
9
+ export default OrganizerCard;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import './style/DoctRegistrationMetaData.scss';
3
+ interface DoctRegistrationProps {
4
+ eventDetails?: any;
5
+ }
6
+ declare const DoctRegistrationMetaData: React.FC<DoctRegistrationProps>;
7
+ export default DoctRegistrationMetaData;
@@ -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;