@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,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
+ interface Props {
5
+ label?: string;
6
+ id: string;
7
+ name: string;
8
+ control: Control<Record<string, any>>;
9
+ disabled?: boolean;
10
+ readOnly?: boolean;
11
+ className?: string;
12
+ isErrors?: DeepMap<Record<string, any>, FieldError>;
13
+ touched?: DeepMap<Record<string, any>, true>;
14
+ validationRules?: any;
15
+ defaultValue?: any;
16
+ showStar?: boolean;
17
+ keepOpenPicker?: boolean;
18
+ inputFormat?: string;
19
+ }
20
+ export default function DoctDateRangePicker({ label, id, name, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, inputFormat, ...rest }: Props): ReactElement;
21
+ export {};
@@ -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
+ interface Props {
5
+ label?: string;
6
+ id?: string;
7
+ name?: string;
8
+ control?: Control<Record<string, any>>;
9
+ disabled?: boolean;
10
+ readOnly?: boolean;
11
+ className?: string;
12
+ isErrors?: DeepMap<Record<string, any>, FieldError>;
13
+ touched?: DeepMap<Record<string, any>, true>;
14
+ validationRules?: any;
15
+ defaultValue?: any;
16
+ showStar?: boolean;
17
+ keepOpenPicker?: boolean;
18
+ onChange?: any;
19
+ }
20
+ export default function DoctDateRangePickerCore({ label, id, name, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, onChange, ...rest }: Props): ReactElement;
21
+ export {};
@@ -0,0 +1,2 @@
1
+ import { useForm as DoctForm } from 'react-hook-form';
2
+ export default DoctForm;
@@ -0,0 +1,19 @@
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 './FormCheckbox.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
+ validationRules?: any;
15
+ defaultValue?: boolean;
16
+ indeterminate?: boolean;
17
+ }
18
+ export default function DoctFormCheckbox({ label, id, name, disabled, className, control, defaultValue, validationRules, indeterminate, ...rest }: Props): ReactElement;
19
+ export {};
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from 'react';
2
+ import './Form.scss';
3
+ export default function index(): ReactElement;
@@ -0,0 +1 @@
1
+ export default function index(): any;
@@ -0,0 +1 @@
1
+ export default function index(): any;
@@ -0,0 +1,28 @@
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 FreeSoloMultiSelectProps {
5
+ register: any;
6
+ setValue: any;
7
+ name: string;
8
+ isErrors: DeepMap<Record<string, any>, FieldError>;
9
+ control: Control<Record<string, any>>;
10
+ options: any;
11
+ label: string;
12
+ readOnly?: boolean;
13
+ disabled?: boolean;
14
+ className?: string;
15
+ maxChips?: number;
16
+ minChips?: number;
17
+ placeholder?: string;
18
+ errorMessage?: {
19
+ requiredMessage?: string;
20
+ maxChipsMessage?: string;
21
+ minChipsMessage?: string;
22
+ };
23
+ defaultValue?: string[];
24
+ setMultipleValue: (option: any) => void;
25
+ multipleValue: string[];
26
+ }
27
+ declare const FreeSoloMultiSelect: React.FC<FreeSoloMultiSelectProps>;
28
+ export default FreeSoloMultiSelect;
@@ -0,0 +1,27 @@
1
+ import React from 'react';
2
+ import { DeepMap } from 'react-hook-form/dist/types/utils';
3
+ import { FieldError } from 'react-hook-form';
4
+ type SearchInputProps = {
5
+ onInputChangeHandler: (val: any) => void;
6
+ onChangeHandler: any;
7
+ inputValue: string;
8
+ value: any;
9
+ options: {
10
+ title: string;
11
+ value?: string;
12
+ }[];
13
+ name: string;
14
+ placeholder?: string;
15
+ inverseBackground?: boolean;
16
+ noRadial?: boolean;
17
+ onClearHandler?: any;
18
+ bgWhite?: boolean;
19
+ hideSearchIcon?: boolean;
20
+ label?: string;
21
+ isErrors?: DeepMap<Record<string, any>, FieldError>;
22
+ disableOnEnterFormSubmit?: boolean;
23
+ onEnterPressed?: (e: any) => void;
24
+ autoCompleteProps?: any;
25
+ };
26
+ declare const SearchInput: React.FC<SearchInputProps>;
27
+ export default SearchInput;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import './MultiSelect.scss';
3
+ export default function CustomizedHook({ setMultipleValue, setGetTagProps }: {
4
+ setMultipleValue: any;
5
+ setGetTagProps: any;
6
+ }): React.JSX.Element;
@@ -0,0 +1,22 @@
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 './PasswordInput.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
+ showPassword?: boolean;
20
+ }
21
+ export default function DoctPasswordInput({ label, id, name, variant, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, showPassword, ...rest }: Props): ReactElement;
22
+ export {};
@@ -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 PhoneCodeDropdown: React.FC<CountryDropdownProps>;
14
+ export default PhoneCodeDropdown;
@@ -0,0 +1,22 @@
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 './RadioButtons.scss';
5
+ type StrNum = string | number;
6
+ interface Props {
7
+ control: Control<Record<string, any>>;
8
+ name: string;
9
+ options: {
10
+ value: StrNum;
11
+ label: StrNum;
12
+ disabled?: boolean;
13
+ }[];
14
+ id: string;
15
+ ariaLabel?: string;
16
+ isErrors?: DeepMap<Record<string, any>, FieldError>;
17
+ validationRules?: any;
18
+ defaultValue?: StrNum;
19
+ className?: string;
20
+ }
21
+ export default function DoctRadioButtons({ name, id, isErrors, validationRules, control, options, defaultValue, className, ...rest }: Props): ReactElement;
22
+ export {};
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import './RangeSlider.scss';
3
+ interface RangeSliderProps {
4
+ min: number;
5
+ max: number;
6
+ defaultValue: number | number[];
7
+ setRangeValue: (val: any) => void;
8
+ }
9
+ declare const RangeSlider: React.FC<RangeSliderProps>;
10
+ export default RangeSlider;
@@ -0,0 +1,21 @@
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 SearchInputProps {
5
+ label?: string;
6
+ id: string;
7
+ name: string;
8
+ control: Control<Record<string, any>>;
9
+ variant?: 'standard' | 'filled' | 'outlined';
10
+ disabled?: boolean;
11
+ readOnly?: boolean;
12
+ className?: string;
13
+ isErrors?: DeepMap<Record<string, any>, FieldError>;
14
+ validationRules?: any;
15
+ defaultValue?: any;
16
+ placeholder?: string;
17
+ inverseBackground?: boolean;
18
+ hideSearchIcon?: boolean;
19
+ }
20
+ declare const SearchInput: React.FC<SearchInputProps>;
21
+ export default SearchInput;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function TestingTextField(): React.JSX.Element;
@@ -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 '../Form.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
+ }
20
+ export default function DoctTextArea({ label, id, name, variant, disabled, readOnly, className, control, isErrors, touched, defaultValue, validationRules, showStar, ...rest }: Props): ReactElement;
21
+ export {};
@@ -0,0 +1,24 @@
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 '../Form.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
+ formState?: any;
20
+ inputProps?: object;
21
+ standaloneName?: string;
22
+ }
23
+ export default function DoctTextField({ label, id, name, variant, disabled, readOnly, className, control, isErrors, defaultValue, validationRules, showStar, inputProps, standaloneName, ...rest }: Props): ReactElement;
24
+ export {};
@@ -0,0 +1,21 @@
1
+ import * as React from 'react';
2
+ import { DeepMap, FieldError } from 'react-hook-form';
3
+ interface timePickerProps {
4
+ readOnly?: boolean;
5
+ className?: any;
6
+ disabled?: any;
7
+ label?: string;
8
+ control?: any;
9
+ isErrors?: DeepMap<Record<string, any>, FieldError>;
10
+ touched?: DeepMap<Record<string, any>, true>;
11
+ handleChange?: any;
12
+ rest?: any;
13
+ name: any;
14
+ defaultValue?: any;
15
+ id: any;
16
+ validationRules?: any;
17
+ valueProps?: any;
18
+ ampm?: boolean;
19
+ }
20
+ export default function TimePicker({ readOnly, className, disabled, label, control, handleChange: handleChangeProps, rest, name, defaultValue, valueProps, id, validationRules, isErrors, ampm, }: timePickerProps): React.JSX.Element;
21
+ export {};
@@ -0,0 +1,22 @@
1
+ import DoctAutoComplete from './AutoComplete/AutoComplete';
2
+ import DoctPasswordInput from './PasswordInput/PasswordInput';
3
+ import DoctRadioGroup from './RadioButtons/DoctRadioButtons';
4
+ import DoctTextArea from './TextArea/TextArea';
5
+ import DoctTextField from './TextField/TextField';
6
+ import DoctCountryDropdown from './CountryDropdown/CountryDropdown';
7
+ import DoctPhoneCodeDropdown from './PhoneCodeDropdown/PhoneCodeDropdown';
8
+ import DoctCheckbox from './Checkbox/Checkbox';
9
+ import DoctDatePicker from './DatePicker/DatePicker';
10
+ import DoctDatePickerV2 from './DatePickerV2/DatePickerV2';
11
+ import DoctSearchInput from './SearchInput/SearchInput';
12
+ import DoctFreeSoloSearchInput from './FreeSoloSearchInput/FreeSoloSearchInput';
13
+ import DoctFreeSoloMultiSelect from './FreeSoloMultiSelect/FreeSoloMultiSelect';
14
+ import DoctControlledAutoComplete from './ControlledAutoComplete/ControlledAutoComplete';
15
+ import DoctFormCheckbox from './FormCheckbox/FormCheckbox';
16
+ import DoctDateRangePicker from './DateRangePicker/DoctDateRangePicker';
17
+ import DoctDateRangePickerCore from './DateRangePicker/DoctDateRangePickerCore';
18
+ import DoctTimePicker from './TimePicker/TimePicker';
19
+ import DoctAutoCompleteWithChips from './AutoCompleteWithChips/AutoCompleteWithChips';
20
+ import DoctAutoCompleteWithChipsFreeSolo from './AutoCompleteWithChipsFreeSolo/AutoCompleteWithChipsFreeSolo';
21
+ import DoctAutoCompleteWithHighLightedSearch from './AutoCompleteWithHighlightedSearch/AutoCompleteWithHighLightedSearch';
22
+ export { DoctAutoComplete, DoctPasswordInput, DoctRadioGroup, DoctTextArea, DoctTextField, DoctCheckbox, DoctDatePicker, DoctCountryDropdown, DoctPhoneCodeDropdown, DoctSearchInput, DoctFreeSoloSearchInput, DoctFreeSoloMultiSelect, DoctControlledAutoComplete, DoctFormCheckbox, DoctDateRangePicker, DoctDateRangePickerCore, DoctDatePickerV2, DoctTimePicker, DoctAutoCompleteWithChips, DoctAutoCompleteWithChipsFreeSolo, DoctAutoCompleteWithHighLightedSearch, };
@@ -0,0 +1,8 @@
1
+ import { ReactElement, ReactNode } from 'react';
2
+ import './DoctLayout.scss';
3
+ interface Props {
4
+ children: ReactNode;
5
+ className?: string;
6
+ }
7
+ declare function DoctLayout({ children, className, ...props }: Props): ReactElement;
8
+ export default DoctLayout;
@@ -0,0 +1,7 @@
1
+ import { ReactElement, ReactNode } from 'react';
2
+ interface Props {
3
+ children: ReactNode;
4
+ className?: string;
5
+ }
6
+ declare function DoctLayoutContent({ className, children }: Props): ReactElement;
7
+ export default DoctLayoutContent;
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import './DoctLayout.scss';
3
+ declare function index(): ReactElement;
4
+ export default index;
@@ -0,0 +1,3 @@
1
+ import DoctLayoutContent from './DoctLayoutContent';
2
+ import DoctLayout from './DoctLayout';
3
+ export { DoctLayoutContent, DoctLayout };
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import './DoctLoading.scss';
3
+ interface AnimationLoadingProps {
4
+ }
5
+ declare const AnimationLoading: React.FC<AnimationLoadingProps>;
6
+ export default AnimationLoading;
@@ -0,0 +1,8 @@
1
+ import { ReactElement } from 'react';
2
+ import './DoctLoading.scss';
3
+ interface Props {
4
+ type?: string;
5
+ spinnerSize?: number;
6
+ }
7
+ export default function DoctLoading({ type, spinnerSize }: Props): ReactElement;
8
+ export {};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import './DoctLoading.scss';
3
+ interface PageLoadingProps {
4
+ spinnerSize?: number;
5
+ }
6
+ declare const PageLoading: React.FC<PageLoadingProps>;
7
+ export default PageLoading;
@@ -0,0 +1,22 @@
1
+ import React, { ReactNode } from 'react';
2
+ import './DoctModal.scss';
3
+ interface DoctModalProps {
4
+ width?: number;
5
+ title?: string;
6
+ children: ReactNode;
7
+ open: boolean;
8
+ handleClose: () => void;
9
+ handleSecondaryButtonClick?: () => any;
10
+ handlePrimaryButtonClick?: () => any;
11
+ handleIconButtonClick?: () => any;
12
+ iconName?: string;
13
+ secondaryBtnText?: string;
14
+ primaryBtnText?: string;
15
+ disableBackdropClick?: boolean;
16
+ showFooter?: boolean;
17
+ className?: string;
18
+ isPrimaryBtnDisable?: boolean;
19
+ isSecondaryBtnDisable?: boolean;
20
+ }
21
+ declare const DoctModal: React.FC<DoctModalProps>;
22
+ export default DoctModal;
@@ -0,0 +1,2 @@
1
+ import { ReactElement } from 'react';
2
+ export default function index(): ReactElement;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const AppleSVG: () => React.JSX.Element;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { BaseNavigationMenuProps, CompanyInfoBoxProps, FeatureBoxResponsiveProps, HeadingAndContentProps, LayoutNavigationMenuProps, LinkItemProps, NavigationItemColumnProps, NavigationMenuContainerProps, SharePlayAppStoreProps, EnterpriseLoginInfoProps } from '../interfaces';
3
+ import '../DoctNavigationMenu.scss';
4
+ export declare const SharePlayAppStore: React.FC<SharePlayAppStoreProps>;
5
+ export declare const EnterpriseLoginInfo: React.FC<EnterpriseLoginInfoProps>;
6
+ export declare const CompanyInfoBox: React.FC<CompanyInfoBoxProps>;
7
+ export declare const EntperiseNavigation: React.FC;
8
+ export declare const NavigationItemColumn: React.FC<NavigationItemColumnProps>;
9
+ export declare const FeatureBoxResponsive: React.FC<FeatureBoxResponsiveProps>;
10
+ export declare const LinkItemOutLine: React.FC;
11
+ export declare const LinkItem: React.FC<LinkItemProps>;
12
+ export declare const HeadingAndContent: React.FC<HeadingAndContentProps>;
13
+ export declare const LayoutNavigationMenu: React.FC<LayoutNavigationMenuProps>;
14
+ export declare const LayoutNavigationMenuBranding: React.FC<LayoutNavigationMenuProps>;
15
+ export declare const ProductGridLayoutBrandingPage: React.FC;
16
+ export declare const BaseNavigationMenu: React.FC<BaseNavigationMenuProps>;
17
+ export declare const NavigationMenuContainer: React.FC<NavigationMenuContainerProps>;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface AppsProps {
3
+ showCloseIcon?: boolean;
4
+ isWhiteBox?: boolean;
5
+ }
6
+ declare const Apps: React.FC<AppsProps>;
7
+ export default Apps;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import './DoctNavigationMenuEnterpriseAppResponsive.scss';
3
+ declare const DoctNavigationMenuEnterpriseResponsive: React.FC;
4
+ export default DoctNavigationMenuEnterpriseResponsive;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const Playstore: () => React.JSX.Element;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import './DoctNavigationMenu.scss';
3
+ interface DoctNavigationMenuUserAppBrandingProps {
4
+ className?: string;
5
+ onClosePressed?: () => void;
6
+ adjustSpacing?: number;
7
+ }
8
+ declare const DoctNavigationMenuBrandingApp: React.FC<DoctNavigationMenuUserAppBrandingProps>;
9
+ export default DoctNavigationMenuBrandingApp;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface DoctNavigationMenuUserAppBrandingProps {
3
+ onClosePressed: any;
4
+ setMenuOpen?: any;
5
+ branding?: boolean;
6
+ adjustSpacing?: number;
7
+ }
8
+ interface UserAppNavigationPropsProps {
9
+ branding?: boolean;
10
+ }
11
+ export declare const UserAppNavigation: React.FC<UserAppNavigationPropsProps>;
12
+ declare const DoctNavigationMenuUserAppUserApp: React.FC<DoctNavigationMenuUserAppBrandingProps>;
13
+ export default DoctNavigationMenuUserAppUserApp;
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from 'react';
2
+ export declare function UserAppNavigation(): ReactElement;
3
+ export declare function BrandingAppNavigation(): ReactElement;
@@ -0,0 +1,54 @@
1
+ export interface NavigationMenuContainerProps {
2
+ className?: string;
3
+ adjustSpacing?: number;
4
+ }
5
+ export interface HeadingAndContentProps {
6
+ heading: string;
7
+ isBrandingView?: boolean;
8
+ className?: any;
9
+ }
10
+ export interface LinkItemProps {
11
+ href: string;
12
+ title: string;
13
+ description?: string;
14
+ iconName: string;
15
+ tiny?: boolean;
16
+ className?: string;
17
+ }
18
+ export interface NavigationItemColumnProps {
19
+ tiny?: boolean;
20
+ className?: any;
21
+ }
22
+ export interface BaseNavigationMenuProps {
23
+ onClosePressed?: any;
24
+ setMenuOpen?: any;
25
+ }
26
+ export interface CompanyInfoBoxProps {
27
+ className?: string;
28
+ branding?: boolean;
29
+ }
30
+ export interface EnterpriseLoginInfoProps {
31
+ className?: string;
32
+ }
33
+ export interface LinkItemOutLineProps {
34
+ onEnterpriseLoginPressed: () => void;
35
+ }
36
+ export interface EntperiseNavigationProps {
37
+ onEnterpriseLoginPressed: () => void;
38
+ }
39
+ export interface FeatureBoxResponsiveProps {
40
+ href?: string;
41
+ title?: string;
42
+ iconName?: string;
43
+ className?: string;
44
+ membership?: any;
45
+ }
46
+ export interface SharePlayAppStoreProps {
47
+ classNamePlayStoreLinkMargin?: string;
48
+ }
49
+ export interface DoctNavigationMenuEnterpriseAndBrandingAppResponsiveProps {
50
+ productListResponsive: any;
51
+ }
52
+ export interface LayoutNavigationMenuProps {
53
+ branding?: boolean;
54
+ }
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import './NotFound.scss';
3
+ interface NotFoundProps {
4
+ onClick: () => void;
5
+ btnText?: string;
6
+ }
7
+ declare const NotFound: React.FC<NotFoundProps>;
8
+ export default NotFound;
@@ -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 React from 'react';
2
+ type CustomOTPInputFieldProps = {
3
+ error?: any;
4
+ verifiedMessage?: any;
5
+ onResendClick?: any;
6
+ setOtpValues?: any;
7
+ otpValues?: any;
8
+ isResendDisable?: boolean;
9
+ countDownTime?: any;
10
+ };
11
+ declare const CustomOTPInputField: React.FC<CustomOTPInputFieldProps>;
12
+ export default CustomOTPInputField;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import './DoctOTPVerification.scss';
3
+ interface OTPVerification {
4
+ handleClose: () => void;
5
+ onResendClick: () => void;
6
+ onButtonSubmit: (value: any) => void;
7
+ error?: boolean;
8
+ verifiedMessage?: any;
9
+ open: boolean;
10
+ isOTPValue?: boolean;
11
+ isSubmitButtonDisable?: boolean;
12
+ isResendDisable?: boolean;
13
+ countDownTime?: any;
14
+ variant?: string;
15
+ phoneNumber?: any;
16
+ }
17
+ declare const OTPVerification: React.FC<OTPVerification>;
18
+ export default OTPVerification;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function index(): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { ReactElement, ReactNode } from 'react';
2
+ import './DoctPaper.scss';
3
+ interface Props {
4
+ children?: ReactNode;
5
+ }
6
+ declare function DoctPaper({ children }: Props): ReactElement;
7
+ export default DoctPaper;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import './Scroll.scss';
3
+ declare const ScrollToTop: () => React.JSX.Element;
4
+ export default ScrollToTop;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const index: () => React.JSX.Element;
3
+ export default index;
@@ -0,0 +1,14 @@
1
+ import { Component, ReactNode } from 'react';
2
+ import './DoctSidebarMenu.scss';
3
+ interface Props {
4
+ children?: ReactNode;
5
+ className?: string;
6
+ menuItems: {
7
+ link: any;
8
+ }[];
9
+ responsive?: boolean;
10
+ }
11
+ export default class DoctSidebarMenu extends Component<Props> {
12
+ render(): JSX.Element;
13
+ }
14
+ export {};
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from 'react';
2
+ declare function index(): ReactElement;
3
+ export default index;