@docthub.frontend/app 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/build/Components/ActionMenu/DoctActionMenu.d.ts +17 -0
- package/build/Components/ActionMenu/index.d.ts +2 -0
- package/build/Components/Alert/DoctAlert.d.ts +9 -0
- package/build/Components/Alert/Enum.d.ts +6 -0
- package/build/Components/Alert/index.d.ts +2 -0
- package/build/Components/AppBar/DoctAppBar.d.ts +16 -0
- package/build/Components/AppBar/DoctAppBarDropdown.d.ts +10 -0
- package/build/Components/AppBar/index.d.ts +3 -0
- package/build/Components/Badge/Badge.d.ts +9 -0
- package/build/Components/Badge/index.d.ts +3 -0
- package/build/Components/Breadcrumbs/DoctBreadcrumbs.d.ts +12 -0
- package/build/Components/Breadcrumbs/index.d.ts +3 -0
- package/build/Components/Card/DoctCardVariantOne/DoctCardVariantOne.d.ts +14 -0
- package/build/Components/Card/DoctCardVariantOne/index.d.ts +2 -0
- package/build/Components/Card/EventCard/DoctEventCard.d.ts +13 -0
- package/build/Components/Card/EventCard/index.d.ts +2 -0
- package/build/Components/Card/FeatureCard/FeatureCard.d.ts +12 -0
- package/build/Components/Card/FeatureCard/index.d.ts +3 -0
- package/build/Components/Card/index.d.ts +4 -0
- package/build/Components/Chip/Chip.d.ts +11 -0
- package/build/Components/Chip/index.d.ts +3 -0
- package/build/Components/Collapsible/Collapsible.d.ts +11 -0
- package/build/Components/Collapsible/index.d.ts +3 -0
- package/build/Components/DoctMessage/DoctConfirm.d.ts +3 -0
- package/build/Components/DoctMessage/DoctInformation.d.ts +3 -0
- package/build/Components/DoctMessage/DoctMessage.d.ts +9 -0
- package/build/Components/DoctMessage/Enum.d.ts +4 -0
- package/build/Components/DoctMessage/MessageModal.d.ts +2 -0
- package/build/Components/DoctMessage/PropTypes.d.ts +11 -0
- package/build/Components/DoctMessage/index.d.ts +1 -0
- package/build/Components/DoctUserMenu/DoctUserMenu.d.ts +13 -0
- package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/DoctUserMenuEnterprise.d.ts +5 -0
- package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/index.d.ts +2 -0
- package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/interfaceDoctUserMenuEnterprise.d.ts +23 -0
- package/build/Components/DoctUserMenu/DoctUserMenuWrapper.d.ts +9 -0
- package/build/Components/DoctUserMenu/ListItems.d.ts +6 -0
- package/build/Components/DoctUserMenu/SideBarProfile.d.ts +8 -0
- package/build/Components/DoctUserMenu/index.d.ts +2 -0
- package/build/Components/DoctUserMenu/static/data.d.ts +11 -0
- package/build/Components/Drawer/DoctDrawer.d.ts +9 -0
- package/build/Components/Drawer/index.d.ts +2 -0
- package/build/Components/DropdownSelect/DoctDropdownSelect.d.ts +11 -0
- package/build/Components/DropdownSelect/index.d.ts +3 -0
- package/build/Components/EventDetailpage/About/About.d.ts +8 -0
- package/build/Components/EventDetailpage/About/index.d.ts +2 -0
- package/build/Components/EventDetailpage/Abstract/Abstract.d.ts +7 -0
- package/build/Components/EventDetailpage/Abstract/index.d.ts +2 -0
- package/build/Components/EventDetailpage/Contact/Contact.d.ts +13 -0
- package/build/Components/EventDetailpage/Contact/index.d.ts +2 -0
- package/build/Components/EventDetailpage/EventDetailBanner/DoctEventDetailBanner.d.ts +14 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/EventDayCounter/EventDayCounter.d.ts +8 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/EventDetailDefaultImg/DoctEventDetailDefaultImg.d.ts +12 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/Helper/enums/EventStatus.d.ts +6 -0
- package/build/Components/EventDetailpage/EventDetailBanner/components/SocialShare/SocialShare.d.ts +6 -0
- package/build/Components/EventDetailpage/EventDetailBanner/index.d.ts +3 -0
- package/build/Components/EventDetailpage/EventExhibitors/components/DoctEventExhibitorsTable.d.ts +8 -0
- package/build/Components/EventDetailpage/EventExhibitors/components/EventExhibitorsResponsiveCards.d.ts +8 -0
- package/build/Components/EventDetailpage/EventExhibitors/index.d.ts +3 -0
- package/build/Components/EventDetailpage/EventsAboutCreditsPoints/AboutCreditPoint.d.ts +9 -0
- package/build/Components/EventDetailpage/EventsAboutCreditsPoints/index.d.ts +2 -0
- package/build/Components/EventDetailpage/Organizer/Organizer.d.ts +9 -0
- package/build/Components/EventDetailpage/Organizer/index.d.ts +2 -0
- package/build/Components/EventDetailpage/RegistrationMetaData/DoctRegistrationMetaData.d.ts +7 -0
- package/build/Components/EventDetailpage/RegistrationMetaData/components/TermsConditionRemarks.d.ts +8 -0
- package/build/Components/EventDetailpage/RegistrationTable/components/DoctRegistrationTable.d.ts +9 -0
- package/build/Components/EventDetailpage/RegistrationTable/index.d.ts +3 -0
- package/build/Components/EventDetailpage/Schedule/components/DoctEventSchedule.d.ts +6 -0
- package/build/Components/EventDetailpage/Schedule/index.d.ts +3 -0
- package/build/Components/EventDetailpage/Shared/FormattedDate.d.ts +7 -0
- package/build/Components/EventDetailpage/Shared/FormattedTime.d.ts +6 -0
- package/build/Components/EventDetailpage/Sponsors/DoctSponserCard.d.ts +10 -0
- package/build/Components/EventDetailpage/Sponsors/index.d.ts +3 -0
- package/build/Components/EventDetailpage/SupportedBy/SupportedBy.d.ts +9 -0
- package/build/Components/EventDetailpage/SupportedBy/index.d.ts +2 -0
- package/build/Components/EventDetailpage/VenueLocation/VenueLocation.d.ts +11 -0
- package/build/Components/EventDetailpage/VenueLocation/index.d.ts +2 -0
- package/build/Components/EventDetailpage/index.d.ts +14 -0
- package/build/Components/FileUploads/FileUploads.d.ts +17 -0
- package/build/Components/FileUploads/index.d.ts +3 -0
- package/build/Components/FileUploads/utils.d.ts +2 -0
- package/build/Components/Filters/FilterCheckbox.d.ts +10 -0
- package/build/Components/Filters/FilterTags.d.ts +7 -0
- package/build/Components/Filters/FiltersList.d.ts +22 -0
- package/build/Components/Filters/InfiniteScroll.context.d.ts +13 -0
- package/build/Components/Filters/ListIcon.d.ts +3 -0
- package/build/Components/Filters/SingleFilter.d.ts +14 -0
- package/build/Components/Filters/index.d.ts +11 -0
- package/build/Components/ForMe/ForMe.d.ts +5 -0
- package/build/Components/ForMe/Layout/ForMeFooter.d.ts +11 -0
- package/build/Components/ForMe/Layout/ForMeHeader.d.ts +8 -0
- package/build/Components/ForMe/Layout/ForMeLayout.d.ts +13 -0
- package/build/Components/ForMe/components/Accordion.d.ts +4 -0
- package/build/Components/ForMe/components/ActionRow.d.ts +12 -0
- package/build/Components/ForMe/components/Header.d.ts +14 -0
- package/build/Components/ForMe/components/OutlineChip/OutlineChip.d.ts +10 -0
- package/build/Components/ForMe/components/Selection.d.ts +18 -0
- package/build/Components/ForMe/components/TitleDescription.d.ts +6 -0
- package/build/Components/ForMe/components/index.d.ts +6 -0
- package/build/Components/ForMe/helpers.d.ts +6 -0
- package/build/Components/ForMe/index.d.ts +1 -0
- package/build/Components/ForMe/interface.d.ts +47 -0
- package/build/Components/Form/AutoComplete/AutoComplete.d.ts +35 -0
- package/build/Components/Form/AutoCompleteWithChips/AutoCompleteWithChips.d.ts +16 -0
- package/build/Components/Form/AutoCompleteWithChipsFreeSolo/AutoCompleteWithChipsFreeSolo.d.ts +13 -0
- package/build/Components/Form/AutoCompleteWithHighlightedSearch/AutoCompleteWithHighLightedSearch.d.ts +42 -0
- package/build/Components/Form/AutoCompleteWithHighlightedSearch/helperFunction.d.ts +1 -0
- package/build/Components/Form/Checkbox/Checkbox.d.ts +17 -0
- package/build/Components/Form/ControlledAutoComplete/ControlledAutoComplete.d.ts +19 -0
- package/build/Components/Form/CountryDropdown/CountryDropdown.d.ts +14 -0
- package/build/Components/Form/DatePicker/DatePicker.d.ts +21 -0
- package/build/Components/Form/DatePickerV2/DatePickerV2.d.ts +23 -0
- package/build/Components/Form/DateRangePicker/DoctDateRangePicker.d.ts +21 -0
- package/build/Components/Form/DateRangePicker/DoctDateRangePickerCore.d.ts +21 -0
- package/build/Components/Form/DoctForm/index.d.ts +2 -0
- package/build/Components/Form/FormCheckbox/FormCheckbox.d.ts +19 -0
- package/build/Components/Form/FormStory.d.ts +3 -0
- package/build/Components/Form/FormStorySingle.d.ts +1 -0
- package/build/Components/Form/FormStoryTest.d.ts +1 -0
- package/build/Components/Form/FreeSoloMultiSelect/FreeSoloMultiSelect.d.ts +28 -0
- package/build/Components/Form/FreeSoloSearchInput/FreeSoloSearchInput.d.ts +27 -0
- package/build/Components/Form/MultiSelect/MultiSelect.d.ts +6 -0
- package/build/Components/Form/PasswordInput/PasswordInput.d.ts +22 -0
- package/build/Components/Form/PhoneCodeDropdown/PhoneCodeDropdown.d.ts +14 -0
- package/build/Components/Form/RadioButtons/DoctRadioButtons.d.ts +22 -0
- package/build/Components/Form/RangeSlider/RangeSlider.d.ts +10 -0
- package/build/Components/Form/SearchInput/SearchInput.d.ts +21 -0
- package/build/Components/Form/TestingTextField.d.ts +2 -0
- package/build/Components/Form/TextArea/TextArea.d.ts +21 -0
- package/build/Components/Form/TextField/TextField.d.ts +24 -0
- package/build/Components/Form/TimePicker/TimePicker.d.ts +21 -0
- package/build/Components/Form/index.d.ts +22 -0
- package/build/Components/Layout/DoctLayout.d.ts +8 -0
- package/build/Components/Layout/DoctLayoutContent.d.ts +7 -0
- package/build/Components/Layout/DoctLayoutStory.d.ts +4 -0
- package/build/Components/Layout/index.d.ts +3 -0
- package/build/Components/Loadings/AnimationLoading.d.ts +6 -0
- package/build/Components/Loadings/DoctLoading.d.ts +8 -0
- package/build/Components/Loadings/PageLoading.d.ts +7 -0
- package/build/Components/Modal/DoctModal.d.ts +22 -0
- package/build/Components/Modal/index.d.ts +2 -0
- package/build/Components/NavigationMenu/Components/AppleSVG.d.ts +2 -0
- package/build/Components/NavigationMenu/Components/Components.d.ts +17 -0
- package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseAndBrandingAppResponsive.d.ts +7 -0
- package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseResponsive.d.ts +4 -0
- package/build/Components/NavigationMenu/Components/Playstore.d.ts +2 -0
- package/build/Components/NavigationMenu/DoctNavigationMenuBrandingApp.d.ts +9 -0
- package/build/Components/NavigationMenu/DoctNavigationMenuUserApp.d.ts +13 -0
- package/build/Components/NavigationMenu/index.d.ts +3 -0
- package/build/Components/NavigationMenu/interfaces.d.ts +54 -0
- package/build/Components/NotFound/NotFound.d.ts +8 -0
- package/build/Components/NotFound/index.d.ts +3 -0
- package/build/Components/OTPVerificationModal/CustomOTPInputField.d.ts +12 -0
- package/build/Components/OTPVerificationModal/DoctOTPVerification.d.ts +18 -0
- package/build/Components/OTPVerificationModal/index.d.ts +2 -0
- package/build/Components/Paper/DoctPaper.d.ts +7 -0
- package/build/Components/ScrolltoTopButton/ScrolltoTop.d.ts +4 -0
- package/build/Components/ScrolltoTopButton/index.d.ts +3 -0
- package/build/Components/SidebarMenu/DoctSidebarMenu.d.ts +14 -0
- package/build/Components/SidebarMenu/index.d.ts +3 -0
- package/build/Components/Skeleton/AllJobsCard/JobsCardSkeleton.d.ts +6 -0
- package/build/Components/Skeleton/AllJobsCard/index.d.ts +3 -0
- package/build/Components/Skeleton/Components/SkeletonElements.d.ts +14 -0
- package/build/Components/Skeleton/Components/index.d.ts +3 -0
- package/build/Components/Skeleton/FilterCardSkeleton/FilterCardSkeleton.d.ts +6 -0
- package/build/Components/Skeleton/FilterCardSkeleton/index.d.ts +3 -0
- package/build/Components/Skeleton/FilterResponsiveSkleton/TabFilterSkeleton.d.ts +5 -0
- package/build/Components/Skeleton/FilterResponsiveSkleton/index.d.ts +3 -0
- package/build/Components/Skeleton/index.d.ts +2 -0
- package/build/Components/Snackbar/DoctSnackbar.d.ts +10 -0
- package/build/Components/Snackbar/DoctSnackbarMessage.d.ts +9 -0
- package/build/Components/Snackbar/index.d.ts +2 -0
- package/build/Components/SocialShare/SocialShare.d.ts +8 -0
- package/build/Components/SocialShare/index.d.ts +2 -0
- package/build/Components/Static/CookiePolicy/CookiePolicy.d.ts +8 -0
- package/build/Components/Static/CookiePolicy/index.d.ts +3 -0
- package/build/Components/Static/DisciamerPolicy/DisclaimerPolicy.d.ts +8 -0
- package/build/Components/Static/DisciamerPolicy/index.d.ts +2 -0
- package/build/Components/Static/PaymentPolicy/PaymentPolicy.d.ts +8 -0
- package/build/Components/Static/PaymentPolicy/index.d.ts +3 -0
- package/build/Components/Static/PrivacyPolicy/PrivacyPolicy.d.ts +8 -0
- package/build/Components/Static/PrivacyPolicy/index.d.ts +3 -0
- package/build/Components/Static/TermsAndCondition/TermsCondition.d.ts +8 -0
- package/build/Components/Static/TermsAndCondition/index.d.ts +3 -0
- package/build/Components/Static/TermsOfService/TermsOfService.d.ts +8 -0
- package/build/Components/Static/TermsOfService/index.d.ts +3 -0
- package/build/Components/Static/index.d.ts +7 -0
- package/build/Components/Steps/Steps.d.ts +41 -0
- package/build/Components/Steps/StepsFooter.d.ts +11 -0
- package/build/Components/Steps/index.d.ts +2 -0
- package/build/Components/TabViewFilterList/TabViewFilterList.d.ts +21 -0
- package/build/Components/TabViewFilterList/index.d.ts +10 -0
- package/build/Components/Table/DoctTable.d.ts +34 -0
- package/build/Components/Table/Utils.d.ts +16 -0
- package/build/Components/Table/index.d.ts +5 -0
- package/build/Components/Tabs/DoctTab.d.ts +10 -0
- package/build/Components/Tabs/DoctTabContent.d.ts +8 -0
- package/build/Components/Tabs/DoctTabWrapper.d.ts +11 -0
- package/build/Components/Tabs/index.d.ts +2 -0
- package/build/Components/TextEditor/TextEditor.d.ts +9 -0
- package/build/Components/TextEditor/index.d.ts +3 -0
- package/build/Components/TopBar/Branding/DoctTopBarBranding.d.ts +33 -0
- package/build/Components/TopBar/Branding/Icons.d.ts +15 -0
- package/build/Components/TopBar/Branding/index.d.ts +1 -0
- package/build/Components/TopBar/DoctTopBar.d.ts +26 -0
- package/build/Components/TopBar/DoctUserMenu.d.ts +9 -0
- package/build/Components/TopBar/DoctUserMenuDrawer.d.ts +9 -0
- package/build/Components/TopBar/LoginSignUpButton.d.ts +17 -0
- package/build/Components/TopBar/PropTypes.d.ts +13 -0
- package/build/Components/TopBar/constants.d.ts +2 -0
- package/build/Components/TopBar/index.d.ts +3 -0
- package/build/Components/VerifyMobileNumberModal/DoctVerifyMobileNumber.d.ts +12 -0
- package/build/Components/VerifyMobileNumberModal/VerifyMobileModalImg.d.ts +2 -0
- package/build/Components/VerifyMobileNumberModal/VerifyMobileNumberLayout.d.ts +5 -0
- package/build/Components/VerifyMobileNumberModal/index.d.ts +2 -0
- package/build/index.d.ts +41 -0
- package/build/index.esm.js +133828 -0
- package/build/index.esm.js.map +1 -0
- package/build/index.js +133944 -0
- package/build/index.js.map +1 -0
- package/package.json +37 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.