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