@campxdev/react-blueprint 1.9.6 → 2.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/dist/README.md +100 -0
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/types/src/App.d.ts +3 -0
- package/dist/cjs/types/src/AppContent.d.ts +1 -0
- package/dist/cjs/types/src/assets/export.d.ts +1 -0
- package/dist/cjs/types/src/assets/images/gif/index.d.ts +7 -0
- package/dist/cjs/types/src/assets/images/svg/index.d.ts +8 -0
- package/dist/cjs/types/src/components/Assets/ErrorPages/InternalServerError.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/ErrorPages/NoInternetConnection.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/ErrorPages/NoItemFound.d.ts +7 -0
- package/dist/cjs/types/src/components/Assets/ErrorPages/PageNotFound.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/ErrorPages/UnAuthorized.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/ErrorPages/styles.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AcademicIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AccordionArrow.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AddSquare.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdminIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdministratorIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdmissionsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ApproveIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AppsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ArchiveIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ArrowBackIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AssessmentsIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AssignmentIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AttachmentIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AttendanceIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BarChartIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BookletIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BulbIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CalendarIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CampxFullLogoIcon.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CampxIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CareerIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CareersIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CautionIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CertificatesIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CetIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClassroomIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClearIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClogWheelIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CollapseIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ColumnsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CommutexIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompletedStateIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConcessionsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConfigureIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CounsellorsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CourseInfoIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CreditMemoIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CrossIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CrossIcon2.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DFormsIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DashBoardIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DatabaseIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DeleteIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DeviceIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DocumentIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DoneSquare.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DownArrow.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DownloadIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EditIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EmailIcon.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EnrollxIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EvaluationIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamResultIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamxIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExcelIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExpandIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExportIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExportMenuIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeePaymentIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FilterIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FormBuilderIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HallTicketsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HandoutsIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HelpDocsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HelpIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HomeIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HostelxIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HostlersIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ImageIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ImportIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InfoFilledIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InfoIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InstitutionsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InternalExamsIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InvigilationIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LIneDivider.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeadsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeftIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LegacyIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LocationIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LogoutIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ManageUsersIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MarksIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MenteesIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MentorsIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MinusSquare.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MoreVertIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NavigationIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NoteIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NotificationIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ObeIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OmrsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OnlineTransactions.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PayxIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PdfIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PeoplexIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PrinterIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ProfileIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/QuizIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RedirectIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RedoIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RegistrationsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RejectIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ReportIssueIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ReportsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ResourcesIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RevaluationIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RightIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RoomsIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RoutesIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SaveIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ScanningIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ScholarshipIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SearchIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SeatingPlan.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SettlementsIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ShareIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SignaturesIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SmsIcon.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StatisticsIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StopWatchIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StudentsIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TasksIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TicketsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TimeTableIcon.d.ts +5 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TimerIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TransactionCardIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UmsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ViewIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ViewsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/VisibilityIcon.d.ts +1 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WarningFilledIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WhatsappIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/Icons.d.ts +710 -0
- package/dist/cjs/types/src/components/Charts/BarChart/BarChart.d.ts +34 -0
- package/dist/cjs/types/src/components/Charts/LineChart/LineChart.d.ts +31 -0
- package/dist/cjs/types/src/components/Charts/PieChart/PieChart.d.ts +31 -0
- package/dist/cjs/types/src/components/Charts/TreeMap/TreeMap.d.ts +29 -0
- package/dist/cjs/types/src/components/Charts/types/types.d.ts +51 -0
- package/dist/cjs/types/src/components/DataDisplay/Accordion/Accordion.d.ts +11 -0
- package/dist/cjs/types/src/components/DataDisplay/Accordion/styles.d.ts +16 -0
- package/dist/cjs/types/src/components/DataDisplay/AccordionGroup/AccordionGroup.d.ts +10 -0
- package/dist/cjs/types/src/components/DataDisplay/AccordionGroup/styles.d.ts +3 -0
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/ActivityLogView.d.ts +24 -0
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/Icons.d.ts +3 -0
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/service.d.ts +13 -0
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/styles.d.ts +15 -0
- package/dist/cjs/types/src/components/DataDisplay/Avatar/Avatar.d.ts +10 -0
- package/dist/cjs/types/src/components/DataDisplay/Card/Card.d.ts +39 -0
- package/dist/cjs/types/src/components/DataDisplay/Card/styles.d.ts +20 -0
- package/dist/cjs/types/src/components/DataDisplay/Chips/Chips.d.ts +14 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/DataTable.d.ts +12 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/TablePagination.d.ts +10 -0
- package/dist/cjs/types/src/components/DataDisplay/EditableDataTable/EditableDataTable.d.ts +11 -0
- package/dist/cjs/types/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.d.ts +10 -0
- package/dist/cjs/types/src/components/DataDisplay/SidePanel/SidePanel.d.ts +25 -0
- package/dist/cjs/types/src/components/DataDisplay/SidePanel/styles.d.ts +12 -0
- package/dist/cjs/types/src/components/DataDisplay/StatusCard/StatusCard.d.ts +9 -0
- package/dist/cjs/types/src/components/DataDisplay/Timeline/Timeline.d.ts +11 -0
- package/dist/cjs/types/src/components/DataDisplay/Typography/Typography.d.ts +3 -0
- package/dist/cjs/types/src/components/Feedback/Alert/Alert.d.ts +6 -0
- package/dist/cjs/types/src/components/Feedback/Snackbar/Snackbar.d.ts +7 -0
- package/dist/cjs/types/src/components/Feedback/Spinner/Spinner.d.ts +2 -0
- package/dist/cjs/types/src/components/Feedback/Tooltip/ToolTipContent.d.ts +2 -0
- package/dist/cjs/types/src/components/Feedback/Tooltip/Tooltip.d.ts +9 -0
- package/dist/cjs/types/src/components/Feedback/Tutorial/Tutorial.d.ts +1 -0
- package/dist/cjs/types/src/components/Image/Image.d.ts +11 -0
- package/dist/cjs/types/src/components/Input/Button/Button.d.ts +9 -0
- package/dist/cjs/types/src/components/Input/DatePicker/DatePicker.d.ts +16 -0
- package/dist/cjs/types/src/components/Input/DateTimePicker/DateTimePicker.d.ts +15 -0
- package/dist/cjs/types/src/components/Input/FileUpload/FileUpload.d.ts +21 -0
- package/dist/cjs/types/src/components/Input/FormActions/FormActions.d.ts +15 -0
- package/dist/cjs/types/src/components/Input/FormControlWrapper/FormControlWrapper.d.ts +13 -0
- package/dist/cjs/types/src/components/Input/FormWrapper/FormWrapper.d.ts +8 -0
- package/dist/cjs/types/src/components/Input/HelpButton/HelpButton.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/HelpButton/HelpButton.stories.d.ts +10 -0
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/DeleteButton.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/EditButton.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/RedirectButton.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/ViewButton.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons.d.ts +10 -0
- package/dist/cjs/types/src/components/Input/LabelWrapper/LabelWrapper.d.ts +9 -0
- package/dist/cjs/types/src/components/Input/MultiCheckBox/MultiCheckBox.d.ts +17 -0
- package/dist/cjs/types/src/components/Input/OtpInput/OtpInput.d.ts +7 -0
- package/dist/cjs/types/src/components/Input/PasswordField/PasswordField.d.ts +6 -0
- package/dist/cjs/types/src/components/Input/RadioGroup/RadioGroup.d.ts +15 -0
- package/dist/cjs/types/src/components/Input/SearchBar/SearchBar.d.ts +9 -0
- package/dist/cjs/types/src/components/Input/Select/Select.d.ts +16 -0
- package/dist/cjs/types/src/components/Input/Select/styles.d.ts +7 -0
- package/dist/cjs/types/src/components/Input/SingleCheckBox/SingleCheckBox.d.ts +11 -0
- package/dist/cjs/types/src/components/Input/SingleSelect/SingleSelect.d.ts +45 -0
- package/dist/cjs/types/src/components/Input/SingleSelect/components/MenuFooter.d.ts +3 -0
- package/dist/cjs/types/src/components/Input/SingleSelect/components/OptionsLoader.d.ts +3 -0
- package/dist/cjs/types/src/components/Input/SingleSelect/components/SingleFilter.d.ts +19 -0
- package/dist/cjs/types/src/components/Input/SingleSelect/components/SingleInput.d.ts +19 -0
- package/dist/cjs/types/src/components/Input/SingleSelect/singleSelectReducer.d.ts +42 -0
- package/dist/cjs/types/src/components/Input/Switch/Switch.d.ts +3 -0
- package/dist/cjs/types/src/components/Input/Tags/Tags.d.ts +8 -0
- package/dist/cjs/types/src/components/Input/TextField/TextField.d.ts +6 -0
- package/dist/cjs/types/src/components/Input/TimePicker/TimePicker.d.ts +12 -0
- package/dist/cjs/types/src/components/Input/styles.d.ts +6 -0
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeader.d.ts +18 -0
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.d.ts +5 -0
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.d.ts +5 -0
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderActions/UserBox.d.ts +16 -0
- package/dist/cjs/types/src/components/Layout/AppHeader/styles/styles.d.ts +15 -0
- package/dist/cjs/types/src/components/Layout/FloatingContainer/FloatingContainer.d.ts +9 -0
- package/dist/cjs/types/src/components/Layout/PageContent/PageContent.d.ts +5 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/PageHeader.d.ts +15 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Anchors.d.ts +17 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.d.ts +7 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.d.ts +13 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/SearchBar.d.ts +4 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.d.ts +15 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/CreateViewForm.d.ts +5 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/Views.d.ts +19 -0
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/ViewsActions.d.ts +2 -0
- package/dist/cjs/types/src/components/Layout/TabsLayout/Tabs.d.ts +11 -0
- package/dist/cjs/types/src/components/Layout/TabsLayout/TabsLayout.d.ts +10 -0
- package/dist/cjs/types/src/components/Navigation/Breadcrumbs/Breadcrumbs.d.ts +8 -0
- package/dist/cjs/types/src/components/Navigation/ConfirmDialog/ConfirmDialog.d.ts +12 -0
- package/dist/cjs/types/src/components/Navigation/Dialog/Dialog.d.ts +10 -0
- package/dist/cjs/types/src/components/Navigation/DialogButton/DialogButton.d.ts +10 -0
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropDownButton.d.ts +2 -0
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropDownIcon.d.ts +10 -0
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropDownMenu.d.ts +21 -0
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropdownMenuItem.d.ts +9 -0
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/styles.d.ts +8 -0
- package/dist/cjs/types/src/components/Navigation/PreviewFiles/PreviewFiles.d.ts +10 -0
- package/dist/cjs/types/src/components/Navigation/Sidebar/Components.d.ts +8 -0
- package/dist/cjs/types/src/components/Navigation/Sidebar/MenuBar.d.ts +9 -0
- package/dist/cjs/types/src/components/Navigation/Sidebar/MenuItem.d.ts +10 -0
- package/dist/cjs/types/src/components/Navigation/Sidebar/Sidebar.d.ts +19 -0
- package/dist/cjs/types/src/components/Navigation/Sidebar/SubMenuItem.d.ts +7 -0
- package/dist/cjs/types/src/components/Navigation/Sidebar/interfaces.d.ts +39 -0
- package/dist/cjs/types/src/components/Navigation/Sidebar/styles.d.ts +47 -0
- package/dist/cjs/types/src/components/Navigation/Stepper/Stepper.d.ts +13 -0
- package/dist/cjs/types/src/components/Navigation/Stepper/StepperComponents.d.ts +13 -0
- package/dist/cjs/types/src/components/Navigation/TabsContainer/TabsContainer.d.ts +15 -0
- package/dist/cjs/types/src/components/Navigation/UploadDialog/LoadingUploadDialogContainer.d.ts +1 -0
- package/dist/cjs/types/src/components/Navigation/UploadDialog/Styles.d.ts +11 -0
- package/dist/cjs/types/src/components/Navigation/UploadDialog/UploadDialog.d.ts +15 -0
- package/dist/cjs/types/src/components/Navigation/UploadDialog/UploadDialogContainer.d.ts +6 -0
- package/dist/cjs/types/src/hooks/usePageHeader.d.ts +20 -0
- package/dist/cjs/types/src/hooks/useParams.d.ts +6 -0
- package/dist/cjs/types/src/hooks/useUrlParams.d.ts +3 -0
- package/dist/cjs/types/src/index.d.ts +1 -0
- package/dist/cjs/types/src/redux/reducers.d.ts +3 -0
- package/dist/cjs/types/src/redux/slices/pageHeaderSlice.d.ts +18 -0
- package/dist/cjs/types/src/redux/store.d.ts +9 -0
- package/dist/cjs/types/src/reportWebVitals.d.ts +3 -0
- package/dist/cjs/types/src/setupTests.d.ts +1 -0
- package/dist/cjs/types/src/stories/Assets/Icons.stories.d.ts +6 -0
- package/dist/cjs/types/src/stories/Charts/BarChart.stories.d.ts +55 -0
- package/dist/cjs/types/src/stories/Charts/LineChart.stories.d.ts +52 -0
- package/dist/cjs/types/src/stories/Charts/PieChart.stories.d.ts +86 -0
- package/dist/cjs/types/src/stories/Charts/Treemap.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/DataDisplay/AccordionGroup.stories.d.ts +7 -0
- package/dist/cjs/types/src/stories/DataDisplay/ActivityLogView.stories.d.ts +6 -0
- package/dist/cjs/types/src/stories/DataDisplay/Card.stories.d.ts +44 -0
- package/dist/cjs/types/src/stories/DataDisplay/Chips.stories.d.ts +14 -0
- package/dist/cjs/types/src/stories/DataDisplay/CircularAvatar.stories.d.ts +16 -0
- package/dist/cjs/types/src/stories/DataDisplay/DataTable.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/DataDisplay/SidePanel.stories.d.ts +34 -0
- package/dist/cjs/types/src/stories/DataDisplay/SquareAvatar.stories.d.ts +16 -0
- package/dist/cjs/types/src/stories/DataDisplay/StatusCard.stories.d.ts +11 -0
- package/dist/cjs/types/src/stories/DataDisplay/Timeline.stories.d.ts +43 -0
- package/dist/cjs/types/src/stories/DesignSystem/colorTokens.stories.d.ts +10 -0
- package/dist/cjs/types/src/stories/DesignSystem/typography.stories.d.ts +6 -0
- package/dist/cjs/types/src/stories/Feedback/Alert.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/Feedback/Snackbar.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/Feedback/Spinner.stories.d.ts +8 -0
- package/dist/cjs/types/src/stories/Feedback/Tooltip.stories.d.ts +7 -0
- package/dist/cjs/types/src/stories/Input/Button.stories.d.ts +28 -0
- package/dist/cjs/types/src/stories/Input/DatePicker.stories.d.ts +85 -0
- package/dist/cjs/types/src/stories/Input/DateTimePicker.stories.d.ts +16 -0
- package/dist/cjs/types/src/stories/Input/IconButtons.stories.d.ts +6 -0
- package/dist/cjs/types/src/stories/Input/MultiCheckBox.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/Input/OtpInput.stories.d.ts +11 -0
- package/dist/cjs/types/src/stories/Input/Password.stories.d.ts +13 -0
- package/dist/cjs/types/src/stories/Input/RadioGroup.stories.d.ts +17 -0
- package/dist/cjs/types/src/stories/Input/SearchBar.stories.d.ts +9 -0
- package/dist/cjs/types/src/stories/Input/Select.stories.d.ts +9 -0
- package/dist/cjs/types/src/stories/Input/SingleCheckBox.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/Input/SingleSelect.stories.d.ts +66 -0
- package/dist/cjs/types/src/stories/Input/Switch.stories.d.ts +28 -0
- package/dist/cjs/types/src/stories/Input/Tags.stories.d.ts +11 -0
- package/dist/cjs/types/src/stories/Input/TextField.stories.d.ts +83 -0
- package/dist/cjs/types/src/stories/Input/TimePicker.stories.d.ts +18 -0
- package/dist/cjs/types/src/stories/Layout/AppHeader.stories.d.ts +6 -0
- package/dist/cjs/types/src/stories/Layout/TabsLayout.stories.d.ts +6 -0
- package/dist/cjs/types/src/stories/Navigation/ColumnFilters.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/Navigation/ConfirmDialog.stories.d.ts +7 -0
- package/dist/cjs/types/src/stories/Navigation/DensitySelector.stories.d.ts +5 -0
- package/dist/cjs/types/src/stories/Navigation/DialogButton.stories.d.ts +10 -0
- package/dist/cjs/types/src/stories/Navigation/DropDownMenu.stories.d.ts +9 -0
- package/dist/cjs/types/src/stories/Navigation/FileUpload.stories.d.ts +41 -0
- package/dist/cjs/types/src/stories/Navigation/FloatingSidebar.stories.d.ts +7 -0
- package/dist/cjs/types/src/stories/Navigation/ImportDialog.stories.d.ts +29 -0
- package/dist/cjs/types/src/stories/Navigation/PreviewFiles.stories.d.ts +9 -0
- package/dist/cjs/types/src/stories/Navigation/Stepper.stories.d.ts +9 -0
- package/dist/cjs/types/src/stories/Navigation/TabsContainer.stories.d.ts +6 -0
- package/dist/cjs/types/src/themes/MuiThemeProvider.d.ts +5 -0
- package/dist/cjs/types/src/themes/colorTokens/colorPalette.d.ts +50 -0
- package/dist/cjs/types/src/themes/colorTokens/darkColorTokens.d.ts +47 -0
- package/dist/cjs/types/src/themes/colorTokens/lightColorTokens.d.ts +47 -0
- package/dist/cjs/types/src/themes/commonTheme.d.ts +11 -0
- package/dist/cjs/types/src/themes/customCssBaseline.d.ts +1 -0
- package/dist/cjs/types/src/themes/darkTheme.d.ts +1 -0
- package/dist/cjs/types/src/themes/export.d.ts +4 -0
- package/dist/cjs/types/src/themes/lightTheme.d.ts +1 -0
- package/dist/cjs/types/src/utils/breadcrumbs.d.ts +11 -0
- package/dist/cjs/types/src/utils/constants.d.ts +2 -0
- package/dist/esm/assets/assignment.svg +15 -0
- package/dist/esm/assets/confirmation-alert.gif +0 -0
- package/dist/esm/assets/delete-confirmation-alert.gif +0 -0
- package/dist/esm/assets/empty.svg +9 -0
- package/dist/esm/assets/error-image.svg +9 -0
- package/dist/esm/assets/no-connection.svg +9 -0
- package/dist/esm/assets/server-error.svg +9 -0
- package/dist/esm/assets/success.gif +0 -0
- package/dist/esm/assets/unauthorized.svg +9 -0
- package/dist/esm/assets/upload-file.gif +0 -0
- package/dist/esm/assets/uploading-file.gif +0 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/types/src/App.d.ts +3 -0
- package/dist/esm/types/src/AppContent.d.ts +1 -0
- package/dist/esm/types/src/assets/export.d.ts +1 -0
- package/dist/esm/types/src/assets/images/export.d.ts +2 -0
- package/dist/esm/types/src/assets/images/gif/index.d.ts +7 -0
- package/dist/esm/types/src/assets/images/svg/index.d.ts +8 -0
- package/dist/esm/types/src/components/Assets/ErrorPages/InternalServerError.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/ErrorPages/NoInternetConnection.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/ErrorPages/NoItemFound.d.ts +7 -0
- package/dist/esm/types/src/components/Assets/ErrorPages/PageNotFound.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/ErrorPages/UnAuthorized.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/ErrorPages/styles.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AcademicIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AccordionArrow.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AddSquare.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdminIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdministratorIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdmissionsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ApproveIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AppsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ArchiveIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ArrowBackIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AssessmentsIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AssignmentIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AttachmentIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AttendanceIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BarChartIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BookletIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BulbIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CalendarIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CampxFullLogoIcon.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CampxIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CareerIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CareersIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CautionIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CertificatesIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CetIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClassroomIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClearIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClogWheelIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CollapseIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ColumnsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CommutexIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompletedStateIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConcessionsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConfigureIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CounsellorsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CourseInfoIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CreditMemoIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CrossIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CrossIcon2.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DFormsIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DashBoardIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DatabaseIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DeleteIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DeviceIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DocumentIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DoneSquare.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DownArrow.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DownloadIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EditIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EmailIcon.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EnrollxIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EvaluationIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamResultIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamxIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExcelIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExpandIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExportIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExportMenuIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeePaymentIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FilterIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FormBuilderIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HallTicketsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HandoutsIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HelpDocsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HelpIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HomeIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HostelxIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HostlersIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ImageIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ImportIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InfoFilledIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InfoIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InstitutionsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InternalExamsIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InvigilationIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LIneDivider.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeadsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeftIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LegacyIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LocationIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LogoutIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ManageUsersIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MarksIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MenteesIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MentorsIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MinusSquare.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MoreVertIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NavigationIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NoteIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NotificationIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ObeIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/OmrsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/OnlineTransactions.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PayxIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PdfIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PeoplexIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PrinterIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ProfileIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/QuizIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RedirectIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RedoIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RegistrationsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RejectIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ReportIssueIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ReportsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ResourcesIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RevaluationIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RightIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RoomsIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RoutesIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SaveIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ScanningIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ScholarshipIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SearchIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SeatingPlan.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SettlementsIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ShareIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SignaturesIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SmsIcon.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StatisticsIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StopWatchIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StudentsIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TasksIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TicketsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TimeTableIcon.d.ts +5 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TimerIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TransactionCardIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/UmsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ViewIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ViewsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/VisibilityIcon.d.ts +1 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/WarningFilledIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/WhatsappIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/Icons.d.ts +710 -0
- package/dist/esm/types/src/components/Assets/export.d.ts +6 -0
- package/dist/esm/types/src/components/Charts/BarChart/BarChart.d.ts +34 -0
- package/dist/esm/types/src/components/Charts/LineChart/LineChart.d.ts +31 -0
- package/dist/esm/types/src/components/Charts/PieChart/PieChart.d.ts +31 -0
- package/dist/esm/types/src/components/Charts/TreeMap/TreeMap.d.ts +29 -0
- package/dist/esm/types/src/components/Charts/export.d.ts +4 -0
- package/dist/esm/types/src/components/Charts/types/types.d.ts +51 -0
- package/dist/esm/types/src/components/DataDisplay/Accordion/Accordion.d.ts +11 -0
- package/dist/esm/types/src/components/DataDisplay/Accordion/styles.d.ts +16 -0
- package/dist/esm/types/src/components/DataDisplay/AccordionGroup/AccordionGroup.d.ts +10 -0
- package/dist/esm/types/src/components/DataDisplay/AccordionGroup/styles.d.ts +3 -0
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/ActivityLogView.d.ts +24 -0
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/Icons.d.ts +3 -0
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/service.d.ts +13 -0
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/styles.d.ts +15 -0
- package/dist/esm/types/src/components/DataDisplay/Avatar/Avatar.d.ts +10 -0
- package/dist/esm/types/src/components/DataDisplay/Card/Card.d.ts +39 -0
- package/dist/esm/types/src/components/DataDisplay/Card/styles.d.ts +20 -0
- package/dist/esm/types/src/components/DataDisplay/Chips/Chips.d.ts +14 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/DataTable.d.ts +12 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/TablePagination.d.ts +10 -0
- package/dist/esm/types/src/components/DataDisplay/EditableDataTable/EditableDataTable.d.ts +11 -0
- package/dist/esm/types/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.d.ts +10 -0
- package/dist/esm/types/src/components/DataDisplay/SidePanel/SidePanel.d.ts +25 -0
- package/dist/esm/types/src/components/DataDisplay/SidePanel/styles.d.ts +12 -0
- package/dist/esm/types/src/components/DataDisplay/StatusCard/StatusCard.d.ts +9 -0
- package/dist/esm/types/src/components/DataDisplay/Timeline/Timeline.d.ts +11 -0
- package/dist/esm/types/src/components/DataDisplay/Typography/Typography.d.ts +3 -0
- package/dist/esm/types/src/components/DataDisplay/export.d.ts +12 -0
- package/dist/esm/types/src/components/Feedback/Alert/Alert.d.ts +6 -0
- package/dist/esm/types/src/components/Feedback/Snackbar/Snackbar.d.ts +7 -0
- package/dist/esm/types/src/components/Feedback/Spinner/Spinner.d.ts +2 -0
- package/dist/esm/types/src/components/Feedback/Tooltip/ToolTipContent.d.ts +2 -0
- package/dist/esm/types/src/components/Feedback/Tooltip/Tooltip.d.ts +9 -0
- package/dist/esm/types/src/components/Feedback/Tutorial/Tutorial.d.ts +1 -0
- package/dist/esm/types/src/components/Feedback/export.d.ts +6 -0
- package/dist/esm/types/src/components/Image/Image.d.ts +11 -0
- package/dist/esm/types/src/components/Input/Button/Button.d.ts +9 -0
- package/dist/esm/types/src/components/Input/DatePicker/DatePicker.d.ts +16 -0
- package/dist/esm/types/src/components/Input/DateTimePicker/DateTimePicker.d.ts +15 -0
- package/dist/esm/types/src/components/Input/FileUpload/FileUpload.d.ts +21 -0
- package/dist/esm/types/src/components/Input/FormActions/FormActions.d.ts +15 -0
- package/dist/esm/types/src/components/Input/FormControlWrapper/FormControlWrapper.d.ts +13 -0
- package/dist/esm/types/src/components/Input/FormWrapper/FormWrapper.d.ts +8 -0
- package/dist/esm/types/src/components/Input/HelpButton/HelpButton.d.ts +2 -0
- package/dist/esm/types/src/components/Input/HelpButton/HelpButton.stories.d.ts +10 -0
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/DeleteButton.d.ts +2 -0
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/EditButton.d.ts +2 -0
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/RedirectButton.d.ts +2 -0
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/ViewButton.d.ts +2 -0
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons.d.ts +10 -0
- package/dist/esm/types/src/components/Input/LabelWrapper/LabelWrapper.d.ts +9 -0
- package/dist/esm/types/src/components/Input/MultiCheckBox/MultiCheckBox.d.ts +17 -0
- package/dist/esm/types/src/components/Input/OtpInput/OtpInput.d.ts +7 -0
- package/dist/esm/types/src/components/Input/PasswordField/PasswordField.d.ts +6 -0
- package/dist/esm/types/src/components/Input/RadioGroup/RadioGroup.d.ts +15 -0
- package/dist/esm/types/src/components/Input/SearchBar/SearchBar.d.ts +9 -0
- package/dist/esm/types/src/components/Input/Select/Select.d.ts +16 -0
- package/dist/esm/types/src/components/Input/Select/styles.d.ts +7 -0
- package/dist/esm/types/src/components/Input/SingleCheckBox/SingleCheckBox.d.ts +11 -0
- package/dist/esm/types/src/components/Input/SingleSelect/SingleSelect.d.ts +45 -0
- package/dist/esm/types/src/components/Input/SingleSelect/components/MenuFooter.d.ts +3 -0
- package/dist/esm/types/src/components/Input/SingleSelect/components/OptionsLoader.d.ts +3 -0
- package/dist/esm/types/src/components/Input/SingleSelect/components/SingleFilter.d.ts +19 -0
- package/dist/esm/types/src/components/Input/SingleSelect/components/SingleInput.d.ts +19 -0
- package/dist/esm/types/src/components/Input/SingleSelect/singleSelectReducer.d.ts +42 -0
- package/dist/esm/types/src/components/Input/Switch/Switch.d.ts +3 -0
- package/dist/esm/types/src/components/Input/Tags/Tags.d.ts +8 -0
- package/dist/esm/types/src/components/Input/TextField/TextField.d.ts +6 -0
- package/dist/esm/types/src/components/Input/TimePicker/TimePicker.d.ts +12 -0
- package/dist/esm/types/src/components/Input/export.d.ts +18 -0
- package/dist/esm/types/src/components/Input/styles.d.ts +6 -0
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeader.d.ts +18 -0
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.d.ts +5 -0
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.d.ts +5 -0
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderActions/UserBox.d.ts +16 -0
- package/dist/esm/types/src/components/Layout/AppHeader/styles/styles.d.ts +15 -0
- package/dist/esm/types/src/components/Layout/FloatingContainer/FloatingContainer.d.ts +9 -0
- package/dist/esm/types/src/components/Layout/PageContent/PageContent.d.ts +5 -0
- package/dist/esm/types/src/components/Layout/PageHeader/PageHeader.d.ts +15 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/Anchors.d.ts +17 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.d.ts +7 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.d.ts +13 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/SearchBar.d.ts +4 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.d.ts +15 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/Views/CreateViewForm.d.ts +5 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/Views/Views.d.ts +19 -0
- package/dist/esm/types/src/components/Layout/PageHeader/components/Views/ViewsActions.d.ts +2 -0
- package/dist/esm/types/src/components/Layout/TabsLayout/Tabs.d.ts +11 -0
- package/dist/esm/types/src/components/Layout/TabsLayout/TabsLayout.d.ts +10 -0
- package/dist/esm/types/src/components/Layout/export.d.ts +6 -0
- package/dist/esm/types/src/components/Navigation/Breadcrumbs/Breadcrumbs.d.ts +8 -0
- package/dist/esm/types/src/components/Navigation/ConfirmDialog/ConfirmDialog.d.ts +12 -0
- package/dist/esm/types/src/components/Navigation/Dialog/Dialog.d.ts +10 -0
- package/dist/esm/types/src/components/Navigation/DialogButton/DialogButton.d.ts +10 -0
- package/dist/esm/types/src/components/Navigation/DropDownMenu/DropDownButton.d.ts +2 -0
- package/dist/esm/types/src/components/Navigation/DropDownMenu/DropDownIcon.d.ts +10 -0
- package/dist/esm/types/src/components/Navigation/DropDownMenu/DropDownMenu.d.ts +21 -0
- package/dist/esm/types/src/components/Navigation/DropDownMenu/DropdownMenuItem.d.ts +9 -0
- package/dist/esm/types/src/components/Navigation/DropDownMenu/styles.d.ts +8 -0
- package/dist/esm/types/src/components/Navigation/PreviewFiles/PreviewFiles.d.ts +10 -0
- package/dist/esm/types/src/components/Navigation/Sidebar/Components.d.ts +8 -0
- package/dist/esm/types/src/components/Navigation/Sidebar/MenuBar.d.ts +9 -0
- package/dist/esm/types/src/components/Navigation/Sidebar/MenuItem.d.ts +10 -0
- package/dist/esm/types/src/components/Navigation/Sidebar/Sidebar.d.ts +19 -0
- package/dist/esm/types/src/components/Navigation/Sidebar/SubMenuItem.d.ts +7 -0
- package/dist/esm/types/src/components/Navigation/Sidebar/interfaces.d.ts +39 -0
- package/dist/esm/types/src/components/Navigation/Sidebar/styles.d.ts +47 -0
- package/dist/esm/types/src/components/Navigation/Stepper/Stepper.d.ts +13 -0
- package/dist/esm/types/src/components/Navigation/Stepper/StepperComponents.d.ts +13 -0
- package/dist/esm/types/src/components/Navigation/TabsContainer/TabsContainer.d.ts +15 -0
- package/dist/esm/types/src/components/Navigation/UploadDialog/LoadingUploadDialogContainer.d.ts +1 -0
- package/dist/esm/types/src/components/Navigation/UploadDialog/Styles.d.ts +11 -0
- package/dist/esm/types/src/components/Navigation/UploadDialog/UploadDialog.d.ts +15 -0
- package/dist/esm/types/src/components/Navigation/UploadDialog/UploadDialogContainer.d.ts +6 -0
- package/dist/esm/types/src/components/Navigation/export.d.ts +14 -0
- package/dist/esm/types/src/components/export.d.ts +7 -0
- package/dist/esm/types/src/hooks/export.d.ts +3 -0
- package/dist/esm/types/src/hooks/usePageHeader.d.ts +20 -0
- package/dist/esm/types/src/hooks/useParams.d.ts +6 -0
- package/dist/esm/types/src/hooks/useUrlParams.d.ts +3 -0
- package/dist/esm/types/src/index.d.ts +1 -0
- package/dist/esm/types/src/redux/export.d.ts +1 -0
- package/dist/esm/types/src/redux/reducers.d.ts +3 -0
- package/dist/esm/types/src/redux/slices/pageHeaderSlice.d.ts +18 -0
- package/dist/esm/types/src/redux/store.d.ts +9 -0
- package/dist/esm/types/src/reportWebVitals.d.ts +3 -0
- package/dist/esm/types/src/setupTests.d.ts +1 -0
- package/dist/esm/types/src/stories/Assets/Icons.stories.d.ts +6 -0
- package/dist/esm/types/src/stories/Charts/BarChart.stories.d.ts +55 -0
- package/dist/esm/types/src/stories/Charts/LineChart.stories.d.ts +52 -0
- package/dist/esm/types/src/stories/Charts/PieChart.stories.d.ts +86 -0
- package/dist/esm/types/src/stories/Charts/Treemap.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/DataDisplay/AccordionGroup.stories.d.ts +7 -0
- package/dist/esm/types/src/stories/DataDisplay/ActivityLogView.stories.d.ts +6 -0
- package/dist/esm/types/src/stories/DataDisplay/Card.stories.d.ts +44 -0
- package/dist/esm/types/src/stories/DataDisplay/Chips.stories.d.ts +14 -0
- package/dist/esm/types/src/stories/DataDisplay/CircularAvatar.stories.d.ts +16 -0
- package/dist/esm/types/src/stories/DataDisplay/DataTable.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/DataDisplay/SidePanel.stories.d.ts +34 -0
- package/dist/esm/types/src/stories/DataDisplay/SquareAvatar.stories.d.ts +16 -0
- package/dist/esm/types/src/stories/DataDisplay/StatusCard.stories.d.ts +11 -0
- package/dist/esm/types/src/stories/DataDisplay/Timeline.stories.d.ts +43 -0
- package/dist/esm/types/src/stories/DesignSystem/colorTokens.stories.d.ts +10 -0
- package/dist/esm/types/src/stories/DesignSystem/typography.stories.d.ts +6 -0
- package/dist/esm/types/src/stories/Feedback/Alert.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/Feedback/Snackbar.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/Feedback/Spinner.stories.d.ts +8 -0
- package/dist/esm/types/src/stories/Feedback/Tooltip.stories.d.ts +7 -0
- package/dist/esm/types/src/stories/Input/Button.stories.d.ts +28 -0
- package/dist/esm/types/src/stories/Input/DatePicker.stories.d.ts +85 -0
- package/dist/esm/types/src/stories/Input/DateTimePicker.stories.d.ts +16 -0
- package/dist/esm/types/src/stories/Input/IconButtons.stories.d.ts +6 -0
- package/dist/esm/types/src/stories/Input/MultiCheckBox.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/Input/OtpInput.stories.d.ts +11 -0
- package/dist/esm/types/src/stories/Input/Password.stories.d.ts +13 -0
- package/dist/esm/types/src/stories/Input/RadioGroup.stories.d.ts +17 -0
- package/dist/esm/types/src/stories/Input/SearchBar.stories.d.ts +9 -0
- package/dist/esm/types/src/stories/Input/Select.stories.d.ts +9 -0
- package/dist/esm/types/src/stories/Input/SingleCheckBox.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/Input/SingleSelect.stories.d.ts +66 -0
- package/dist/esm/types/src/stories/Input/Switch.stories.d.ts +28 -0
- package/dist/esm/types/src/stories/Input/Tags.stories.d.ts +11 -0
- package/dist/esm/types/src/stories/Input/TextField.stories.d.ts +83 -0
- package/dist/esm/types/src/stories/Input/TimePicker.stories.d.ts +18 -0
- package/dist/esm/types/src/stories/Layout/AppHeader.stories.d.ts +6 -0
- package/dist/esm/types/src/stories/Layout/TabsLayout.stories.d.ts +6 -0
- package/dist/esm/types/src/stories/Navigation/ColumnFilters.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/Navigation/ConfirmDialog.stories.d.ts +7 -0
- package/dist/esm/types/src/stories/Navigation/DensitySelector.stories.d.ts +5 -0
- package/dist/esm/types/src/stories/Navigation/DialogButton.stories.d.ts +10 -0
- package/dist/esm/types/src/stories/Navigation/DropDownMenu.stories.d.ts +9 -0
- package/dist/esm/types/src/stories/Navigation/FileUpload.stories.d.ts +41 -0
- package/dist/esm/types/src/stories/Navigation/FloatingSidebar.stories.d.ts +7 -0
- package/dist/esm/types/src/stories/Navigation/ImportDialog.stories.d.ts +29 -0
- package/dist/esm/types/src/stories/Navigation/PreviewFiles.stories.d.ts +9 -0
- package/dist/esm/types/src/stories/Navigation/Stepper.stories.d.ts +9 -0
- package/dist/esm/types/src/stories/Navigation/TabsContainer.stories.d.ts +6 -0
- package/dist/esm/types/src/themes/MuiThemeProvider.d.ts +5 -0
- package/dist/esm/types/src/themes/colorTokens/colorPalette.d.ts +50 -0
- package/dist/esm/types/src/themes/colorTokens/darkColorTokens.d.ts +47 -0
- package/dist/esm/types/src/themes/colorTokens/lightColorTokens.d.ts +47 -0
- package/dist/esm/types/src/themes/commonTheme.d.ts +11 -0
- package/dist/esm/types/src/themes/customCssBaseline.d.ts +1 -0
- package/dist/esm/types/src/themes/darkTheme.d.ts +1 -0
- package/dist/esm/types/src/themes/export.d.ts +4 -0
- package/dist/esm/types/src/themes/lightTheme.d.ts +1 -0
- package/dist/esm/types/src/utils/breadcrumbs.d.ts +11 -0
- package/dist/esm/types/src/utils/constants.d.ts +2 -0
- package/dist/esm/types/src/utils/export.d.ts +2 -0
- package/dist/index.d.ts +1623 -0
- package/package.json +99 -51
- package/.prettierrc +0 -8
- package/.storybook/main.ts +0 -30
- package/.storybook/preview.tsx +0 -54
- package/.vscode/settings.json +0 -7
- package/bitbucket-pipelines.yml +0 -60
- package/export.ts +0 -6
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -78
- package/public/logo192.png +0 -0
- package/public/logo512.png +0 -0
- package/public/manifest.json +0 -25
- package/public/robots.txt +0 -3
- package/src/App.css +0 -38
- package/src/App.tsx +0 -41
- package/src/AppContent.tsx +0 -13
- package/src/assets/export.ts +0 -2
- package/src/assets/fonts/export.ts +0 -2
- package/src/assets/fonts/heebo/Heebo-Medium.ttf +0 -0
- package/src/assets/fonts/heebo/Heebo-SemiBold.ttf +0 -0
- package/src/assets/fonts/heebo/index.ts +0 -3
- package/src/assets/fonts/poppins/Poppins-Bold.ttf +0 -0
- package/src/assets/fonts/poppins/Poppins-Light.ttf +0 -0
- package/src/assets/fonts/poppins/Poppins-Medium.ttf +0 -0
- package/src/assets/fonts/poppins/Poppins-Regular.ttf +0 -0
- package/src/assets/fonts/poppins/Poppins-SemiBold.ttf +0 -0
- package/src/assets/fonts/poppins/index.ts +0 -14
- package/src/assets/images/gif/index.ts +0 -13
- package/src/assets/images/svg/index.ts +0 -15
- package/src/components/Assets/ErrorPages/InternalServerError.tsx +0 -31
- package/src/components/Assets/ErrorPages/NoInternetConnection.tsx +0 -33
- package/src/components/Assets/ErrorPages/NoItemFound.tsx +0 -28
- package/src/components/Assets/ErrorPages/PageNotFound.tsx +0 -25
- package/src/components/Assets/ErrorPages/UnAuthorized.tsx +0 -25
- package/src/components/Assets/ErrorPages/styles.tsx +0 -29
- package/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.tsx +0 -37
- package/src/components/Assets/Icons/IconComponents/AcademicIcon.tsx +0 -53
- package/src/components/Assets/Icons/IconComponents/AccordionArrow.tsx +0 -23
- package/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.tsx +0 -37
- package/src/components/Assets/Icons/IconComponents/AddSquare.tsx +0 -26
- package/src/components/Assets/Icons/IconComponents/AdminIcon.tsx +0 -73
- package/src/components/Assets/Icons/IconComponents/AdministratorIcon.tsx +0 -26
- package/src/components/Assets/Icons/IconComponents/AdmissionsIcon.tsx +0 -17
- package/src/components/Assets/Icons/IconComponents/AlertFilledIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/ApproveIcon.tsx +0 -34
- package/src/components/Assets/Icons/IconComponents/AppsIcon.tsx +0 -36
- package/src/components/Assets/Icons/IconComponents/ArchiveIcon.tsx +0 -54
- package/src/components/Assets/Icons/IconComponents/ArrowBackIcon.tsx +0 -22
- package/src/components/Assets/Icons/IconComponents/AssessmentsIcon.tsx +0 -46
- package/src/components/Assets/Icons/IconComponents/AssignmentIcon.tsx +0 -21
- package/src/components/Assets/Icons/IconComponents/AttachmentIcon.tsx +0 -32
- package/src/components/Assets/Icons/IconComponents/AttendanceIcon.tsx +0 -54
- package/src/components/Assets/Icons/IconComponents/BarChartIcon.tsx +0 -58
- package/src/components/Assets/Icons/IconComponents/BookletIcon.tsx +0 -41
- package/src/components/Assets/Icons/IconComponents/BulbIcon.tsx +0 -26
- package/src/components/Assets/Icons/IconComponents/CalendarIcon.tsx +0 -96
- package/src/components/Assets/Icons/IconComponents/CampxFullLogoIcon.tsx +0 -61
- package/src/components/Assets/Icons/IconComponents/CampxIcon.tsx +0 -27
- package/src/components/Assets/Icons/IconComponents/CareerIcon.tsx +0 -24
- package/src/components/Assets/Icons/IconComponents/CareersIcon.tsx +0 -30
- package/src/components/Assets/Icons/IconComponents/CautionIcon.tsx +0 -37
- package/src/components/Assets/Icons/IconComponents/CertificatesIcon.tsx +0 -56
- package/src/components/Assets/Icons/IconComponents/CetIcon.tsx +0 -60
- package/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.tsx +0 -25
- package/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.tsx +0 -44
- package/src/components/Assets/Icons/IconComponents/ClassroomIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/ClearIcon.tsx +0 -37
- package/src/components/Assets/Icons/IconComponents/ClogWheelIcon.tsx +0 -38
- package/src/components/Assets/Icons/IconComponents/CollapseIcon.tsx +0 -22
- package/src/components/Assets/Icons/IconComponents/ColumnsIcon.tsx +0 -31
- package/src/components/Assets/Icons/IconComponents/Comfortable.tsx +0 -21
- package/src/components/Assets/Icons/IconComponents/CommutexIcon.tsx +0 -76
- package/src/components/Assets/Icons/IconComponents/CompactIcon.tsx +0 -23
- package/src/components/Assets/Icons/IconComponents/CompletedStateIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/ConcessionsIcon.tsx +0 -67
- package/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.tsx +0 -40
- package/src/components/Assets/Icons/IconComponents/ConfigureIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/CounsellorsIcon.tsx +0 -46
- package/src/components/Assets/Icons/IconComponents/CourseInfoIcon.tsx +0 -60
- package/src/components/Assets/Icons/IconComponents/CreditMemoIcon.tsx +0 -77
- package/src/components/Assets/Icons/IconComponents/CrossIcon.tsx +0 -25
- package/src/components/Assets/Icons/IconComponents/CrossIcon2.tsx +0 -16
- package/src/components/Assets/Icons/IconComponents/DFormsIcon.tsx +0 -67
- package/src/components/Assets/Icons/IconComponents/DashBoardIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/DatabaseIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/DeleteIcon.tsx +0 -58
- package/src/components/Assets/Icons/IconComponents/DeviceIcon.tsx +0 -57
- package/src/components/Assets/Icons/IconComponents/DocumentIcon.tsx +0 -52
- package/src/components/Assets/Icons/IconComponents/DoneSquare.tsx +0 -33
- package/src/components/Assets/Icons/IconComponents/DownArrow.tsx +0 -32
- package/src/components/Assets/Icons/IconComponents/DownloadIcon.tsx +0 -49
- package/src/components/Assets/Icons/IconComponents/EditIcon.tsx +0 -43
- package/src/components/Assets/Icons/IconComponents/EmailIcon.tsx +0 -20
- package/src/components/Assets/Icons/IconComponents/EnrollxIcon.tsx +0 -42
- package/src/components/Assets/Icons/IconComponents/EvaluationIcon.tsx +0 -82
- package/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.tsx +0 -46
- package/src/components/Assets/Icons/IconComponents/ExamResultIcon.tsx +0 -26
- package/src/components/Assets/Icons/IconComponents/ExamxIcon.tsx +0 -21
- package/src/components/Assets/Icons/IconComponents/ExcelIcon.tsx +0 -56
- package/src/components/Assets/Icons/IconComponents/ExpandIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/ExportIcon.tsx +0 -48
- package/src/components/Assets/Icons/IconComponents/ExportMenuIcon.tsx +0 -43
- package/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.tsx +0 -59
- package/src/components/Assets/Icons/IconComponents/FeePaymentIcon.tsx +0 -30
- package/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.tsx +0 -36
- package/src/components/Assets/Icons/IconComponents/FilterIcon.tsx +0 -32
- package/src/components/Assets/Icons/IconComponents/FormBuilderIcon.tsx +0 -80
- package/src/components/Assets/Icons/IconComponents/HallTicketsIcon.tsx +0 -47
- package/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.tsx +0 -20
- package/src/components/Assets/Icons/IconComponents/HandoutsIcon.tsx +0 -58
- package/src/components/Assets/Icons/IconComponents/HelpDocsIcon.tsx +0 -16
- package/src/components/Assets/Icons/IconComponents/HelpIcon.tsx +0 -57
- package/src/components/Assets/Icons/IconComponents/HomeIcon.tsx +0 -52
- package/src/components/Assets/Icons/IconComponents/HostelxIcon.tsx +0 -70
- package/src/components/Assets/Icons/IconComponents/HostlersIcon.tsx +0 -48
- package/src/components/Assets/Icons/IconComponents/ImageIcon.tsx +0 -44
- package/src/components/Assets/Icons/IconComponents/ImportIcon.tsx +0 -43
- package/src/components/Assets/Icons/IconComponents/InfoFilledIcon.tsx +0 -26
- package/src/components/Assets/Icons/IconComponents/InfoIcon.tsx +0 -42
- package/src/components/Assets/Icons/IconComponents/InstitutionsIcon.tsx +0 -76
- package/src/components/Assets/Icons/IconComponents/InternalExamsIcon.tsx +0 -27
- package/src/components/Assets/Icons/IconComponents/InvigilationIcon.tsx +0 -70
- package/src/components/Assets/Icons/IconComponents/LIneDivider.tsx +0 -23
- package/src/components/Assets/Icons/IconComponents/LeadsIcon.tsx +0 -53
- package/src/components/Assets/Icons/IconComponents/LeftIcon.tsx +0 -72
- package/src/components/Assets/Icons/IconComponents/LegacyIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/LocationIcon.tsx +0 -50
- package/src/components/Assets/Icons/IconComponents/LogoutIcon.tsx +0 -70
- package/src/components/Assets/Icons/IconComponents/ManageUsersIcon.tsx +0 -37
- package/src/components/Assets/Icons/IconComponents/MarksIcon.tsx +0 -36
- package/src/components/Assets/Icons/IconComponents/MenteesIcon.tsx +0 -30
- package/src/components/Assets/Icons/IconComponents/MentorsIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/MinusSquare.tsx +0 -26
- package/src/components/Assets/Icons/IconComponents/MoreVertIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/NavigationIcon.tsx +0 -30
- package/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.tsx +0 -59
- package/src/components/Assets/Icons/IconComponents/NoteIcon.tsx +0 -47
- package/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.tsx +0 -31
- package/src/components/Assets/Icons/IconComponents/NotificationIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/ObeIcon.tsx +0 -30
- package/src/components/Assets/Icons/IconComponents/OmrsIcon.tsx +0 -48
- package/src/components/Assets/Icons/IconComponents/OnlineTransactions.tsx +0 -36
- package/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.tsx +0 -42
- package/src/components/Assets/Icons/IconComponents/PayxIcon.tsx +0 -21
- package/src/components/Assets/Icons/IconComponents/PdfIcon.tsx +0 -52
- package/src/components/Assets/Icons/IconComponents/PeoplexIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.tsx +0 -47
- package/src/components/Assets/Icons/IconComponents/PrinterIcon.tsx +0 -42
- package/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.tsx +0 -72
- package/src/components/Assets/Icons/IconComponents/ProfileIcon.tsx +0 -49
- package/src/components/Assets/Icons/IconComponents/QuizIcon.tsx +0 -47
- package/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/RedirectIcon.tsx +0 -44
- package/src/components/Assets/Icons/IconComponents/RedoIcon.tsx +0 -29
- package/src/components/Assets/Icons/IconComponents/RegistrationsIcon.tsx +0 -41
- package/src/components/Assets/Icons/IconComponents/RejectIcon.tsx +0 -40
- package/src/components/Assets/Icons/IconComponents/ReportIssueIcon.tsx +0 -53
- package/src/components/Assets/Icons/IconComponents/ReportsIcon.tsx +0 -53
- package/src/components/Assets/Icons/IconComponents/ResourcesIcon.tsx +0 -54
- package/src/components/Assets/Icons/IconComponents/RevaluationIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/RightIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/RoomsIcon.tsx +0 -102
- package/src/components/Assets/Icons/IconComponents/RoutesIcon.tsx +0 -49
- package/src/components/Assets/Icons/IconComponents/SaveIcon.tsx +0 -42
- package/src/components/Assets/Icons/IconComponents/ScanningIcon.tsx +0 -71
- package/src/components/Assets/Icons/IconComponents/ScholarshipIcon.tsx +0 -55
- package/src/components/Assets/Icons/IconComponents/SearchIcon.tsx +0 -33
- package/src/components/Assets/Icons/IconComponents/SeatingPlan.tsx +0 -30
- package/src/components/Assets/Icons/IconComponents/SettlementsIcon.tsx +0 -53
- package/src/components/Assets/Icons/IconComponents/ShareIcon.tsx +0 -61
- package/src/components/Assets/Icons/IconComponents/SignaturesIcon.tsx +0 -91
- package/src/components/Assets/Icons/IconComponents/SmsIcon.tsx +0 -20
- package/src/components/Assets/Icons/IconComponents/StandardIcon.tsx +0 -22
- package/src/components/Assets/Icons/IconComponents/StatisticsIcon.tsx +0 -48
- package/src/components/Assets/Icons/IconComponents/StopWatchIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/StudentsIcon.tsx +0 -53
- package/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.tsx +0 -29
- package/src/components/Assets/Icons/IconComponents/TasksIcon.tsx +0 -59
- package/src/components/Assets/Icons/IconComponents/TextLocalIcon.tsx +0 -8
- package/src/components/Assets/Icons/IconComponents/TextlocalLogo.svg +0 -9
- package/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.tsx +0 -45
- package/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.tsx +0 -36
- package/src/components/Assets/Icons/IconComponents/TicketsIcon.tsx +0 -74
- package/src/components/Assets/Icons/IconComponents/TimeTableIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/TimerIcon.tsx +0 -711
- package/src/components/Assets/Icons/IconComponents/TransactionCardIcon.tsx +0 -49
- package/src/components/Assets/Icons/IconComponents/UmsIcon.tsx +0 -85
- package/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.tsx +0 -22
- package/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/ViewIcon.tsx +0 -34
- package/src/components/Assets/Icons/IconComponents/ViewsIcon.tsx +0 -35
- package/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.tsx +0 -20
- package/src/components/Assets/Icons/IconComponents/VisibilityIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/WarningFilledIcon.tsx +0 -40
- package/src/components/Assets/Icons/IconComponents/WhatsappIcon.tsx +0 -28
- package/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.tsx +0 -19
- package/src/components/Assets/Icons/Icons.tsx +0 -328
- package/src/components/Charts/BarChart/BarChart.tsx +0 -247
- package/src/components/Charts/LineChart/LineChart.tsx +0 -158
- package/src/components/Charts/PieChart/PieChart.tsx +0 -121
- package/src/components/Charts/TreeMap/TreeMap.tsx +0 -142
- package/src/components/Charts/types/types.ts +0 -65
- package/src/components/DataDisplay/Accordion/Accordion.tsx +0 -54
- package/src/components/DataDisplay/Accordion/styles.ts +0 -10
- package/src/components/DataDisplay/AccordionGroup/AccordionGroup.tsx +0 -52
- package/src/components/DataDisplay/AccordionGroup/styles.ts +0 -8
- package/src/components/DataDisplay/ActivityLogView/ActivityLogView.tsx +0 -243
- package/src/components/DataDisplay/ActivityLogView/Icons.tsx +0 -65
- package/src/components/DataDisplay/ActivityLogView/service.tsx +0 -83
- package/src/components/DataDisplay/ActivityLogView/styles.tsx +0 -54
- package/src/components/DataDisplay/Avatar/Avatar.tsx +0 -68
- package/src/components/DataDisplay/Card/Card.tsx +0 -185
- package/src/components/DataDisplay/Card/styles.tsx +0 -61
- package/src/components/DataDisplay/Chips/Chips.tsx +0 -91
- package/src/components/DataDisplay/DataTable/DataTable.tsx +0 -89
- package/src/components/DataDisplay/DataTable/TablePagination.tsx +0 -92
- package/src/components/DataDisplay/EditableDataTable/EditableDataTable.tsx +0 -252
- package/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.tsx +0 -40
- package/src/components/DataDisplay/SidePanel/SidePanel.tsx +0 -81
- package/src/components/DataDisplay/SidePanel/styles.tsx +0 -32
- package/src/components/DataDisplay/StatusCard/StatusCard.tsx +0 -74
- package/src/components/DataDisplay/Timeline/Timeline.tsx +0 -82
- package/src/components/DataDisplay/Typography/Typography.tsx +0 -18
- package/src/components/Feedback/Alert/Alert.tsx +0 -32
- package/src/components/Feedback/Snackbar/Snackbar.tsx +0 -121
- package/src/components/Feedback/Spinner/Spinner.css +0 -32
- package/src/components/Feedback/Spinner/Spinner.tsx +0 -5
- package/src/components/Feedback/Tooltip/ToolTipContent.tsx +0 -15
- package/src/components/Feedback/Tooltip/Tooltip.tsx +0 -29
- package/src/components/Feedback/Tutorial/Tutorial.tsx +0 -151
- package/src/components/Image/Image.tsx +0 -45
- package/src/components/Input/Button/Button.tsx +0 -40
- package/src/components/Input/Button/ButtonLoader.css +0 -25
- package/src/components/Input/DatePicker/DatePicker.tsx +0 -75
- package/src/components/Input/DateTimePicker/DateTimePicker.tsx +0 -98
- package/src/components/Input/FileUpload/FileUpload.tsx +0 -236
- package/src/components/Input/FormActions/FormActions.tsx +0 -62
- package/src/components/Input/FormControlWrapper/FormControlWrapper.tsx +0 -105
- package/src/components/Input/FormWrapper/FormWrapper.tsx +0 -12
- package/src/components/Input/HelpButton/HelpButton.stories.tsx +0 -21
- package/src/components/Input/HelpButton/HelpButton.tsx +0 -17
- package/src/components/Input/IconButtons/IconButtons/DeleteButton.tsx +0 -10
- package/src/components/Input/IconButtons/IconButtons/EditButton.tsx +0 -10
- package/src/components/Input/IconButtons/IconButtons/RedirectButton.tsx +0 -10
- package/src/components/Input/IconButtons/IconButtons/ViewButton.tsx +0 -10
- package/src/components/Input/IconButtons/IconButtons.tsx +0 -11
- package/src/components/Input/LabelWrapper/LabelWrapper.tsx +0 -35
- package/src/components/Input/MultiCheckBox/MultiCheckBox.tsx +0 -59
- package/src/components/Input/OtpInput/OtpInput.tsx +0 -87
- package/src/components/Input/PasswordField/PasswordField.tsx +0 -67
- package/src/components/Input/RadioGroup/RadioGroup.tsx +0 -62
- package/src/components/Input/SearchBar/SearchBar.tsx +0 -85
- package/src/components/Input/Select/Select.tsx +0 -104
- package/src/components/Input/Select/styles.tsx +0 -29
- package/src/components/Input/SingleCheckBox/SingleCheckBox.tsx +0 -60
- package/src/components/Input/SingleSelect/SingleSelect.tsx +0 -412
- package/src/components/Input/SingleSelect/components/MenuFooter.tsx +0 -24
- package/src/components/Input/SingleSelect/components/OptionsLoader.tsx +0 -14
- package/src/components/Input/SingleSelect/components/SingleFilter.tsx +0 -235
- package/src/components/Input/SingleSelect/components/SingleInput.tsx +0 -187
- package/src/components/Input/SingleSelect/singleSelectReducer.ts +0 -125
- package/src/components/Input/Switch/Switch.tsx +0 -9
- package/src/components/Input/Tags/Tags.tsx +0 -36
- package/src/components/Input/TextField/TextField.tsx +0 -46
- package/src/components/Input/TimePicker/TimePicker.tsx +0 -53
- package/src/components/Input/styles.tsx +0 -14
- package/src/components/Layout/AppHeader/AppHeader.tsx +0 -65
- package/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.tsx +0 -32
- package/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.tsx +0 -100
- package/src/components/Layout/AppHeader/AppHeaderActions/UserBox.tsx +0 -144
- package/src/components/Layout/AppHeader/styles/styles.tsx +0 -61
- package/src/components/Layout/FloatingContainer/FloatingContainer.tsx +0 -38
- package/src/components/Layout/PageContent/PageContent.tsx +0 -57
- package/src/components/Layout/PageHeader/PageHeader.tsx +0 -214
- package/src/components/Layout/PageHeader/components/Anchors.tsx +0 -84
- package/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.tsx +0 -96
- package/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.tsx +0 -172
- package/src/components/Layout/PageHeader/components/SearchBar.tsx +0 -109
- package/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.tsx +0 -242
- package/src/components/Layout/PageHeader/components/Views/CreateViewForm.tsx +0 -74
- package/src/components/Layout/PageHeader/components/Views/Views.tsx +0 -113
- package/src/components/Layout/PageHeader/components/Views/ViewsActions.tsx +0 -61
- package/src/components/Layout/TabsLayout/Tabs.tsx +0 -68
- package/src/components/Layout/TabsLayout/TabsLayout.tsx +0 -56
- package/src/components/Navigation/Breadcrumbs/Breadcrumbs.tsx +0 -95
- package/src/components/Navigation/ConfirmDialog/ConfirmDialog.tsx +0 -80
- package/src/components/Navigation/Dialog/Dialog.tsx +0 -33
- package/src/components/Navigation/DialogButton/DialogButton.tsx +0 -52
- package/src/components/Navigation/DropDownMenu/DropDownButton.tsx +0 -8
- package/src/components/Navigation/DropDownMenu/DropDownIcon.tsx +0 -31
- package/src/components/Navigation/DropDownMenu/DropDownMenu.tsx +0 -112
- package/src/components/Navigation/DropDownMenu/DropdownMenuItem.tsx +0 -25
- package/src/components/Navigation/DropDownMenu/styles.tsx +0 -25
- package/src/components/Navigation/PreviewFiles/PreviewFiles.tsx +0 -243
- package/src/components/Navigation/Sidebar/Components.tsx +0 -135
- package/src/components/Navigation/Sidebar/MenuBar.tsx +0 -61
- package/src/components/Navigation/Sidebar/MenuItem.tsx +0 -134
- package/src/components/Navigation/Sidebar/Sidebar.tsx +0 -274
- package/src/components/Navigation/Sidebar/SubMenuItem.tsx +0 -40
- package/src/components/Navigation/Sidebar/interfaces.ts +0 -46
- package/src/components/Navigation/Sidebar/styles.tsx +0 -179
- package/src/components/Navigation/Stepper/Stepper.tsx +0 -61
- package/src/components/Navigation/Stepper/StepperComponents.tsx +0 -86
- package/src/components/Navigation/TabsContainer/TabsContainer.tsx +0 -90
- package/src/components/Navigation/UploadDialog/LoadingUploadDialogContainer.tsx +0 -23
- package/src/components/Navigation/UploadDialog/Styles.tsx +0 -35
- package/src/components/Navigation/UploadDialog/UploadDialog.tsx +0 -146
- package/src/components/Navigation/UploadDialog/UploadDialogContainer.tsx +0 -84
- package/src/hooks/usePageHeader.ts +0 -69
- package/src/hooks/useParams.ts +0 -20
- package/src/hooks/useUrlParams.ts +0 -3
- package/src/index.css +0 -13
- package/src/index.tsx +0 -27
- package/src/logo.svg +0 -1
- package/src/react-app-env.d.ts +0 -1
- package/src/redux/reducers.ts +0 -5
- package/src/redux/slices/pageHeaderSlice.ts +0 -122
- package/src/redux/store.ts +0 -9
- package/src/reportWebVitals.ts +0 -15
- package/src/setupTests.ts +0 -5
- package/src/stories/Assets/Icons.stories.tsx +0 -41
- package/src/stories/Charts/BarChart.stories.tsx +0 -145
- package/src/stories/Charts/LineChart.stories.tsx +0 -112
- package/src/stories/Charts/PieChart.stories.tsx +0 -137
- package/src/stories/Charts/Treemap.stories.tsx +0 -224
- package/src/stories/DataDisplay/AccordionGroup.stories.tsx +0 -130
- package/src/stories/DataDisplay/ActivityLogView.stories.tsx +0 -96
- package/src/stories/DataDisplay/Card.stories.tsx +0 -87
- package/src/stories/DataDisplay/Chips.stories.tsx +0 -77
- package/src/stories/DataDisplay/CircularAvatar.stories.tsx +0 -30
- package/src/stories/DataDisplay/DataTable.stories.tsx +0 -81
- package/src/stories/DataDisplay/SidePanel.stories.tsx +0 -73
- package/src/stories/DataDisplay/SquareAvatar.stories.tsx +0 -50
- package/src/stories/DataDisplay/StatusCard.stories.tsx +0 -62
- package/src/stories/DataDisplay/Timeline.stories.tsx +0 -150
- package/src/stories/DesignSystem/colorTokens.stories.tsx +0 -67
- package/src/stories/DesignSystem/typography.stories.tsx +0 -85
- package/src/stories/Feedback/Alert.stories.tsx +0 -25
- package/src/stories/Feedback/Snackbar.stories.tsx +0 -28
- package/src/stories/Feedback/Spinner.stories.tsx +0 -19
- package/src/stories/Feedback/Tooltip.stories.tsx +0 -43
- package/src/stories/Feedback/Tutorial.stories.tsx +0 -69
- package/src/stories/Input/Button.stories.tsx +0 -72
- package/src/stories/Input/DatePicker.stories.tsx +0 -178
- package/src/stories/Input/DateTimePicker.stories.tsx +0 -124
- package/src/stories/Input/IconButtons.stories.tsx +0 -30
- package/src/stories/Input/MultiCheckBox.stories.tsx +0 -49
- package/src/stories/Input/OtpInput.stories.tsx +0 -21
- package/src/stories/Input/Password.stories.tsx +0 -19
- package/src/stories/Input/RadioGroup.stories.tsx +0 -44
- package/src/stories/Input/SearchBar.stories.tsx +0 -51
- package/src/stories/Input/Select.stories.tsx +0 -70
- package/src/stories/Input/SingleCheckBox.stories.tsx +0 -34
- package/src/stories/Input/SingleSelect.stories.tsx +0 -131
- package/src/stories/Input/Switch.stories.tsx +0 -61
- package/src/stories/Input/Tags.stories.tsx +0 -43
- package/src/stories/Input/TextField.stories.tsx +0 -153
- package/src/stories/Input/TimePicker.stories.tsx +0 -160
- package/src/stories/Layout/AppHeader.stories.tsx +0 -46
- package/src/stories/Layout/TabsLayout.stories.tsx +0 -53
- package/src/stories/Navigation/ColumnFilters.stories.tsx +0 -72
- package/src/stories/Navigation/ConfirmDialog.stories.tsx +0 -98
- package/src/stories/Navigation/DensitySelector.stories.tsx +0 -36
- package/src/stories/Navigation/DialogButton.stories.tsx +0 -151
- package/src/stories/Navigation/DropDownMenu.stories.tsx +0 -136
- package/src/stories/Navigation/FileUpload.stories.tsx +0 -43
- package/src/stories/Navigation/FloatingSidebar.stories.tsx +0 -75
- package/src/stories/Navigation/ImportDialog.stories.tsx +0 -45
- package/src/stories/Navigation/PreviewFiles.stories.tsx +0 -83
- package/src/stories/Navigation/Stepper.stories.tsx +0 -71
- package/src/stories/Navigation/TabsContainer.stories.tsx +0 -57
- package/src/themes/MuiThemeProvider.tsx +0 -18
- package/src/themes/colorTokens/colorPalette.tsx +0 -50
- package/src/themes/colorTokens/darkColorTokens.tsx +0 -47
- package/src/themes/colorTokens/lightColorTokens.ts +0 -47
- package/src/themes/commonTheme.ts +0 -657
- package/src/themes/customCssBaseline.ts +0 -40
- package/src/themes/darkTheme.ts +0 -12
- package/src/themes/export.ts +0 -5
- package/src/themes/lightTheme.ts +0 -11
- package/src/utils/breadcrumbs.ts +0 -27
- package/src/utils/constants.ts +0 -4
- package/tsconfig.json +0 -21
- /package/{src/assets/images/svg → dist/cjs/assets}/assignment.svg +0 -0
- /package/{src/assets/images/gif → dist/cjs/assets}/confirmation-alert.gif +0 -0
- /package/{src/assets/images/gif → dist/cjs/assets}/delete-confirmation-alert.gif +0 -0
- /package/{src/assets/images/svg → dist/cjs/assets}/empty.svg +0 -0
- /package/{src/assets/images/svg → dist/cjs/assets}/error-image.svg +0 -0
- /package/{src/assets/images/svg → dist/cjs/assets}/no-connection.svg +0 -0
- /package/{src/assets/images/svg → dist/cjs/assets}/server-error.svg +0 -0
- /package/{src/assets/images/gif → dist/cjs/assets}/success.gif +0 -0
- /package/{src/assets/images/svg → dist/cjs/assets}/unauthorized.svg +0 -0
- /package/{src/assets/images/gif → dist/cjs/assets}/upload-file.gif +0 -0
- /package/{src/assets/images/gif → dist/cjs/assets}/uploading-file.gif +0 -0
- /package/{src/assets/images/export.ts → dist/cjs/types/src/assets/images/export.d.ts} +0 -0
- /package/{src/components/Assets/export.ts → dist/cjs/types/src/components/Assets/export.d.ts} +0 -0
- /package/{src/components/Charts/export.ts → dist/cjs/types/src/components/Charts/export.d.ts} +0 -0
- /package/{src/components/DataDisplay/export.ts → dist/cjs/types/src/components/DataDisplay/export.d.ts} +0 -0
- /package/{src/components/Feedback/export.ts → dist/cjs/types/src/components/Feedback/export.d.ts} +0 -0
- /package/{src/components/Input/export.ts → dist/cjs/types/src/components/Input/export.d.ts} +0 -0
- /package/{src/components/Layout/export.ts → dist/cjs/types/src/components/Layout/export.d.ts} +0 -0
- /package/{src/components/Navigation/export.ts → dist/cjs/types/src/components/Navigation/export.d.ts} +0 -0
- /package/{src/components/export.ts → dist/cjs/types/src/components/export.d.ts} +0 -0
- /package/{src/hooks/export.ts → dist/cjs/types/src/hooks/export.d.ts} +0 -0
- /package/{src/redux/export.ts → dist/cjs/types/src/redux/export.d.ts} +0 -0
- /package/{src/utils/export.ts → dist/cjs/types/src/utils/export.d.ts} +0 -0
- /package/{types → dist/types}/theme.d.ts +0 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,1623 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { ReactNode, FC, ReactElement } from 'react';
|
|
4
|
+
import * as _mui_material from '@mui/material';
|
|
5
|
+
import { SxProps, AccordionProps as AccordionProps$1, AvatarProps, TypographyOwnProps, TypographyProps as TypographyProps$1, AlertProps as AlertProps$1, SnackbarProps as SnackbarProps$1, TooltipProps as TooltipProps$1, ButtonProps as ButtonProps$1, StackProps, TextFieldProps as TextFieldProps$1, RadioGroupProps as RadioGroupProps$1, FormControlLabelProps, CheckboxProps as CheckboxProps$1, AutocompleteProps, SwitchProps as SwitchProps$1, BoxProps, MenuProps, MenuListProps, BreadcrumbsProps as BreadcrumbsProps$1, DialogProps as DialogProps$1, IconButtonProps, MenuItemProps, TabProps, TabsProps } from '@mui/material';
|
|
6
|
+
import { LayoutType } from 'recharts/types/util/types';
|
|
7
|
+
import { TypographyVariant } from '@mui/material/styles';
|
|
8
|
+
import { HorizontalAlignmentType, VerticalAlignmentType, IconType } from 'recharts/types/component/DefaultLegendContent';
|
|
9
|
+
import { CurveType } from 'recharts/types/shape/Curve';
|
|
10
|
+
import * as _emotion_styled from '@emotion/styled';
|
|
11
|
+
import * as _mui_system from '@mui/system';
|
|
12
|
+
import { ResponsiveStyleValue } from '@mui/system';
|
|
13
|
+
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
14
|
+
import * as _mui_x_data_grid from '@mui/x-data-grid';
|
|
15
|
+
import { DataGridProps, GridValidRowModel, GridDensity, GridColumnVisibilityModel, GridColDef } from '@mui/x-data-grid';
|
|
16
|
+
import { AxiosInstance, Axios } from 'axios';
|
|
17
|
+
import { TimelineProps as TimelineProps$1 } from '@mui/lab';
|
|
18
|
+
import { PickerValidDate, PickersShortcutsItem, DateTimePickerProps as DateTimePickerProps$1 } from '@mui/x-date-pickers';
|
|
19
|
+
import { DatePickerProps as DatePickerProps$1 } from '@mui/x-date-pickers/DatePicker';
|
|
20
|
+
import { FieldValues, Control } from 'react-hook-form';
|
|
21
|
+
import { BaseSelectProps } from '@mui/material/Select';
|
|
22
|
+
import { TimePickerProps as TimePickerProps$1 } from '@mui/x-date-pickers/TimePicker';
|
|
23
|
+
import * as redux from 'redux';
|
|
24
|
+
|
|
25
|
+
declare const AnimatedGIFs: {
|
|
26
|
+
ConfirmationAlert: string;
|
|
27
|
+
DeleteConfirmationAlert: string;
|
|
28
|
+
UploadFile: string;
|
|
29
|
+
UploadingFile: string;
|
|
30
|
+
Success: string;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
declare const Svgs: {
|
|
34
|
+
assignmentImage: string;
|
|
35
|
+
emptyImage: string;
|
|
36
|
+
errorImage: string;
|
|
37
|
+
noConnectionImage: string;
|
|
38
|
+
serverErrorImage: string;
|
|
39
|
+
unauthorizedImage: string;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
declare const InternalServerError: ({ resetBoundary }: any) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
44
|
+
declare const NoInterneConnection: ({ resetBoundary }: any) => react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
46
|
+
interface NoItemFoundProps {
|
|
47
|
+
title?: string;
|
|
48
|
+
description: ReactNode;
|
|
49
|
+
}
|
|
50
|
+
declare const NoItemFound: ({ title, description, }: NoItemFoundProps) => react_jsx_runtime.JSX.Element;
|
|
51
|
+
|
|
52
|
+
declare const PageNotFound: () => react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
declare const UnAuthorized: ({ component }: {
|
|
55
|
+
component?: ReactNode;
|
|
56
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
|
|
58
|
+
interface IconProps {
|
|
59
|
+
color?: string;
|
|
60
|
+
size?: number;
|
|
61
|
+
hoverColor?: string;
|
|
62
|
+
}
|
|
63
|
+
type IconComponent = FC<IconProps>;
|
|
64
|
+
type IconsType = {
|
|
65
|
+
MoreVertIcon: IconComponent;
|
|
66
|
+
NoteIcon: IconComponent;
|
|
67
|
+
PrintDesignerIcon: IconComponent;
|
|
68
|
+
CautionIcon: IconComponent;
|
|
69
|
+
PrinterIcon: IconComponent;
|
|
70
|
+
RedoIcon: IconComponent;
|
|
71
|
+
WhatsappIcon: IconComponent;
|
|
72
|
+
AssignmentIcon: IconComponent;
|
|
73
|
+
ThreeDotsMenuIcon: IconComponent;
|
|
74
|
+
ReportIssueIcon: IconComponent;
|
|
75
|
+
SmsIcon: IconComponent;
|
|
76
|
+
EmailIcon: IconComponent;
|
|
77
|
+
TextLocalIcon: IconComponent;
|
|
78
|
+
ApproveIcon: IconComponent;
|
|
79
|
+
RejectIcon: IconComponent;
|
|
80
|
+
ArrowBackIcon: IconComponent;
|
|
81
|
+
CollapseIcon: IconComponent;
|
|
82
|
+
MinusSquare: IconComponent;
|
|
83
|
+
AddSquare: IconComponent;
|
|
84
|
+
DoneSquare: IconComponent;
|
|
85
|
+
ExpandIcon: IconComponent;
|
|
86
|
+
CreditMemoIcon: IconComponent;
|
|
87
|
+
ScholarshipIcon: IconComponent;
|
|
88
|
+
AppsIcon: IconComponent;
|
|
89
|
+
CareerIcon: IconComponent;
|
|
90
|
+
ClogWheelIcon: IconComponent;
|
|
91
|
+
DashBoardIcon: IconComponent;
|
|
92
|
+
VisibilityIcon: IconComponent;
|
|
93
|
+
VisibilityOffIcon: IconComponent;
|
|
94
|
+
DownloadIcon: IconComponent;
|
|
95
|
+
HelpIcon: IconComponent;
|
|
96
|
+
HomeIcon: IconComponent;
|
|
97
|
+
LeftIcon: IconComponent;
|
|
98
|
+
ExamResultIcon: IconComponent;
|
|
99
|
+
NotificationIcon: IconComponent;
|
|
100
|
+
RightIcon: IconComponent;
|
|
101
|
+
SuccessFilledIcon: IconComponent;
|
|
102
|
+
InfoFilledIcon: IconComponent;
|
|
103
|
+
WarningFilledIcon: IconComponent;
|
|
104
|
+
AlertFilledIcon: IconComponent;
|
|
105
|
+
CrossIcon2: IconComponent;
|
|
106
|
+
ExcelIcon: IconComponent;
|
|
107
|
+
ImageIcon: IconComponent;
|
|
108
|
+
AttachmentIcon: IconComponent;
|
|
109
|
+
PdfIcon: IconComponent;
|
|
110
|
+
DocumentIcon: IconComponent;
|
|
111
|
+
ConfigureIcon: IconComponent;
|
|
112
|
+
ComfortableIcon: IconComponent;
|
|
113
|
+
CompactIcon: IconComponent;
|
|
114
|
+
StandardIcon: IconComponent;
|
|
115
|
+
LogoutIcon: IconComponent;
|
|
116
|
+
ColumnsIcon: IconComponent;
|
|
117
|
+
AccordionArrow: IconComponent;
|
|
118
|
+
TicketsIcon: IconComponent;
|
|
119
|
+
FilterIcon: IconComponent;
|
|
120
|
+
ExportIcon: IconComponent;
|
|
121
|
+
ProfileIcon: IconComponent;
|
|
122
|
+
InstitutionsIcon: IconComponent;
|
|
123
|
+
ActiveDevicesIcon: IconComponent;
|
|
124
|
+
NavigationIcon: IconComponent;
|
|
125
|
+
CompletedStateIcon: IconComponent;
|
|
126
|
+
UnCheckedCheckboxIcon: IconComponent;
|
|
127
|
+
CheckedCheckboxIcon: IconComponent;
|
|
128
|
+
UnCheckedRadioIcon: IconComponent;
|
|
129
|
+
CheckedRadioIcon: IconComponent;
|
|
130
|
+
BulbIcon: IconComponent;
|
|
131
|
+
InfoIcon: IconComponent;
|
|
132
|
+
LocationIcon: IconComponent;
|
|
133
|
+
DeviceIcon: IconComponent;
|
|
134
|
+
CrossIcon: IconComponent;
|
|
135
|
+
ProductFeaturesIcon: IconComponent;
|
|
136
|
+
CampxIcon: IconComponent;
|
|
137
|
+
AdministratorIcon: IconComponent;
|
|
138
|
+
CampxFullLogoIcon: IconComponent;
|
|
139
|
+
CommutexIcon: IconComponent;
|
|
140
|
+
EnrollxIcon: IconComponent;
|
|
141
|
+
PeoplexIcon: IconComponent;
|
|
142
|
+
PayxIcon: IconComponent;
|
|
143
|
+
HostelxIcon: IconComponent;
|
|
144
|
+
ExamxIcon: IconComponent;
|
|
145
|
+
UmsIcon: IconComponent;
|
|
146
|
+
AdminIcon: IconComponent;
|
|
147
|
+
ShareIcon: IconComponent;
|
|
148
|
+
SaveIcon: IconComponent;
|
|
149
|
+
SearchIcon: IconComponent;
|
|
150
|
+
DeleteIcon: IconComponent;
|
|
151
|
+
EditIcon: IconComponent;
|
|
152
|
+
ViewIcon: IconComponent;
|
|
153
|
+
RedirectIcon: IconComponent;
|
|
154
|
+
AcademicsIcon: IconComponent;
|
|
155
|
+
ViewsIcon: IconComponent;
|
|
156
|
+
HandoutsIcon: IconComponent;
|
|
157
|
+
StudentsIcon: IconComponent;
|
|
158
|
+
AssessmentsIcon: IconComponent;
|
|
159
|
+
ArchiveIcon: IconComponent;
|
|
160
|
+
TasksIcon: IconComponent;
|
|
161
|
+
CourseInfoIcon: IconComponent;
|
|
162
|
+
StatisticsIcon: IconComponent;
|
|
163
|
+
CalendarIcon: IconComponent;
|
|
164
|
+
AttendanceIcon: IconComponent;
|
|
165
|
+
ResourcesIcon: IconComponent;
|
|
166
|
+
TimeTableIcon: IconComponent;
|
|
167
|
+
TimerIcon: IconComponent;
|
|
168
|
+
QuizIcon: IconComponent;
|
|
169
|
+
LeadsIcon: IconComponent;
|
|
170
|
+
AdmissionIcon: IconComponent;
|
|
171
|
+
CounsellorIcon: IconComponent;
|
|
172
|
+
ConcessionIcon: IconComponent;
|
|
173
|
+
ReportIcon: IconComponent;
|
|
174
|
+
CetIcon: IconComponent;
|
|
175
|
+
CertificateIcon: IconComponent;
|
|
176
|
+
HostlerIcon: IconComponent;
|
|
177
|
+
FeePaymentIcon: IconComponent;
|
|
178
|
+
TicketSystemIcon: IconComponent;
|
|
179
|
+
RegistrationIcon: IconComponent;
|
|
180
|
+
RouteIcon: IconComponent;
|
|
181
|
+
ManageUserIcon: IconComponent;
|
|
182
|
+
ImportIcon: IconComponent;
|
|
183
|
+
ExportMenuIcon: IconComponent;
|
|
184
|
+
NoticeBoardIcon: IconComponent;
|
|
185
|
+
AcademicFeesIcon: IconComponent;
|
|
186
|
+
OnlineTransactionIcon: IconComponent;
|
|
187
|
+
OpenPaymentsIcon: IconComponent;
|
|
188
|
+
TransactionCardIcon: IconComponent;
|
|
189
|
+
HamburgerMenuIcon: IconComponent;
|
|
190
|
+
ObeIcon: IconComponent;
|
|
191
|
+
SettlementsIcon: IconComponent;
|
|
192
|
+
DownArrow: IconComponent;
|
|
193
|
+
ClearIcon: IconComponent;
|
|
194
|
+
LineDividerIcon: IconComponent;
|
|
195
|
+
WorkFlowDocsIcon: IconComponent;
|
|
196
|
+
RaiseTicketIcon: IconComponent;
|
|
197
|
+
HelpDocsIcon: IconComponent;
|
|
198
|
+
FeedbackStarIcon: IconComponent;
|
|
199
|
+
BookletIcon: IconComponent;
|
|
200
|
+
DFormsIcon: IconComponent;
|
|
201
|
+
ExamConfigurationIcon: IconComponent;
|
|
202
|
+
ExamDetailsIcon: IconComponent;
|
|
203
|
+
FeeConfigurationIcon: IconComponent;
|
|
204
|
+
HallTicketsIcon: IconComponent;
|
|
205
|
+
MarksIcon: IconComponent;
|
|
206
|
+
NominalSheetsIcon: IconComponent;
|
|
207
|
+
OmrsIcon: IconComponent;
|
|
208
|
+
RevaluationIcon: IconComponent;
|
|
209
|
+
ScanningIcon: IconComponent;
|
|
210
|
+
ActivitylogsIcon: IconComponent;
|
|
211
|
+
CareersIcon: IconComponent;
|
|
212
|
+
ClassroomsIcon: IconComponent;
|
|
213
|
+
ConfigurationsIcon: IconComponent;
|
|
214
|
+
FormBuilderIcon: IconComponent;
|
|
215
|
+
MenteesIcon: IconComponent;
|
|
216
|
+
MentorsIcon: IconComponent;
|
|
217
|
+
InternalExamsIcon: IconComponent;
|
|
218
|
+
BarChartIcon: IconComponent;
|
|
219
|
+
StopWatchIcon: IconComponent;
|
|
220
|
+
RoomsIcon: IconComponent;
|
|
221
|
+
EvaluationIcon: IconComponent;
|
|
222
|
+
SignaturesIcon: IconComponent;
|
|
223
|
+
InvigilationIcon: IconComponent;
|
|
224
|
+
DatabaseIcon: IconComponent;
|
|
225
|
+
SeatingPlan: IconComponent;
|
|
226
|
+
LegacyIcon: IconComponent;
|
|
227
|
+
};
|
|
228
|
+
declare const Icons: {
|
|
229
|
+
readonly MoreVertIcon: ({ size }: {
|
|
230
|
+
size?: number | undefined;
|
|
231
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
232
|
+
readonly NoteIcon: ({ size }: {
|
|
233
|
+
size?: number | undefined;
|
|
234
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
235
|
+
readonly PrintDesignerIcon: ({ size }: {
|
|
236
|
+
size?: number | undefined;
|
|
237
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
238
|
+
readonly CautionIcon: ({ size }: {
|
|
239
|
+
size?: number | undefined;
|
|
240
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
241
|
+
readonly PrinterIcon: ({ size }: {
|
|
242
|
+
size?: number | undefined;
|
|
243
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
244
|
+
readonly RedoIcon: ({ size }: {
|
|
245
|
+
size?: number | undefined;
|
|
246
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
247
|
+
readonly WhatsappIcon: ({ size }: {
|
|
248
|
+
size?: number;
|
|
249
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
250
|
+
readonly AssignmentIcon: ({ size }: {
|
|
251
|
+
size?: number | undefined;
|
|
252
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
253
|
+
readonly ThreeDotsMenuIcon: ({ size, color, backgroundColor, }: {
|
|
254
|
+
size?: number;
|
|
255
|
+
color?: string;
|
|
256
|
+
backgroundColor?: string;
|
|
257
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
258
|
+
readonly ReportIssueIcon: ({ size }: {
|
|
259
|
+
size?: number | undefined;
|
|
260
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
261
|
+
readonly SmsIcon: () => react_jsx_runtime.JSX.Element;
|
|
262
|
+
readonly EmailIcon: () => react_jsx_runtime.JSX.Element;
|
|
263
|
+
readonly ApproveIcon: ({ size, color, }: {
|
|
264
|
+
size?: number;
|
|
265
|
+
color?: string;
|
|
266
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
267
|
+
readonly RejectIcon: ({ size, color, }: {
|
|
268
|
+
size?: number;
|
|
269
|
+
color?: string;
|
|
270
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
271
|
+
readonly ArrowBackIcon: ({ size }: {
|
|
272
|
+
size?: number | undefined;
|
|
273
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
274
|
+
readonly CollapseIcon: ({ size }: {
|
|
275
|
+
size?: number | undefined;
|
|
276
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
277
|
+
readonly MinusSquare: ({ size, color, }: {
|
|
278
|
+
size?: number;
|
|
279
|
+
color?: string;
|
|
280
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
281
|
+
readonly AddSquare: ({ size, color, }: {
|
|
282
|
+
size?: number;
|
|
283
|
+
color?: string;
|
|
284
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
285
|
+
readonly DoneSquare: ({ size, color, }: {
|
|
286
|
+
size?: number;
|
|
287
|
+
color?: string;
|
|
288
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
289
|
+
readonly ExpandIcon: ({ size }: {
|
|
290
|
+
size?: number | undefined;
|
|
291
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
292
|
+
readonly CreditMemoIcon: ({ color, size, }: {
|
|
293
|
+
color?: string;
|
|
294
|
+
size?: number;
|
|
295
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
296
|
+
readonly ScholarshipIcon: ({ color, size, }: {
|
|
297
|
+
color?: string;
|
|
298
|
+
size?: number;
|
|
299
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
300
|
+
readonly AppsIcon: ({ size }: {
|
|
301
|
+
size?: number | undefined;
|
|
302
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
303
|
+
readonly CareerIcon: ({ size }: {
|
|
304
|
+
size?: number | undefined;
|
|
305
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
306
|
+
readonly ClogWheelIcon: ({ size }: {
|
|
307
|
+
size?: number | undefined;
|
|
308
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
309
|
+
readonly DashBoardIcon: ({ size }: {
|
|
310
|
+
size?: number | undefined;
|
|
311
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
312
|
+
readonly VisibilityIcon: ({ size, color }: any) => react_jsx_runtime.JSX.Element;
|
|
313
|
+
readonly VisibilityOffIcon: ({ size, color }: any) => react_jsx_runtime.JSX.Element;
|
|
314
|
+
readonly DownloadIcon: ({ size }: {
|
|
315
|
+
size?: number | undefined;
|
|
316
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
317
|
+
readonly HelpIcon: ({ size }: {
|
|
318
|
+
size?: number | undefined;
|
|
319
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
320
|
+
readonly HomeIcon: ({ size }: {
|
|
321
|
+
size?: number | undefined;
|
|
322
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
323
|
+
readonly LeftIcon: ({ size }: {
|
|
324
|
+
size?: number | undefined;
|
|
325
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
326
|
+
readonly ExamResultIcon: ({ size }: {
|
|
327
|
+
size?: number | undefined;
|
|
328
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
329
|
+
readonly NotificationIcon: ({ size }: {
|
|
330
|
+
size?: number | undefined;
|
|
331
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
332
|
+
readonly RightIcon: ({ size }: {
|
|
333
|
+
size?: number | undefined;
|
|
334
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
335
|
+
readonly SuccessFilledIcon: ({ backgroundColor, size, }: {
|
|
336
|
+
backgroundColor?: string;
|
|
337
|
+
size?: number;
|
|
338
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
339
|
+
readonly InfoFilledIcon: ({ backgroundColor, size, }: {
|
|
340
|
+
backgroundColor?: string;
|
|
341
|
+
size?: number;
|
|
342
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
343
|
+
readonly WarningFilledIcon: ({ size, backgroundColor, }: {
|
|
344
|
+
backgroundColor?: string;
|
|
345
|
+
size?: number;
|
|
346
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
347
|
+
readonly AlertFilledIcon: ({ size, backgroundColor, }: {
|
|
348
|
+
backgroundColor?: string;
|
|
349
|
+
size?: number;
|
|
350
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
351
|
+
readonly CrossIcon2: () => react_jsx_runtime.JSX.Element;
|
|
352
|
+
readonly ExcelIcon: ({ size }: {
|
|
353
|
+
size?: number | undefined;
|
|
354
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
355
|
+
readonly ImageIcon: ({ size }: {
|
|
356
|
+
size?: number | undefined;
|
|
357
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
358
|
+
readonly AttachmentIcon: ({ size }: {
|
|
359
|
+
size?: number | undefined;
|
|
360
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
361
|
+
readonly PdfIcon: ({ size }: {
|
|
362
|
+
size?: number | undefined;
|
|
363
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
364
|
+
readonly DocumentIcon: ({ size }: {
|
|
365
|
+
size?: number | undefined;
|
|
366
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
367
|
+
readonly ConfigureIcon: ({ size }: {
|
|
368
|
+
size?: number | undefined;
|
|
369
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
370
|
+
readonly ComfortableIcon: ({ size }: {
|
|
371
|
+
size: number;
|
|
372
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
373
|
+
readonly CompactIcon: ({ size }: {
|
|
374
|
+
size: number;
|
|
375
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
376
|
+
readonly StandardIcon: ({ size }: {
|
|
377
|
+
size: number;
|
|
378
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
379
|
+
readonly LogoutIcon: ({ hoverColor, size, }: {
|
|
380
|
+
hoverColor?: string;
|
|
381
|
+
size?: number;
|
|
382
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
383
|
+
readonly ColumnsIcon: ({ size }: {
|
|
384
|
+
size?: number | undefined;
|
|
385
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
386
|
+
readonly AccordionArrow: ({ size }: {
|
|
387
|
+
size?: number | undefined;
|
|
388
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
389
|
+
readonly TicketsIcon: ({ size }: {
|
|
390
|
+
size?: number | undefined;
|
|
391
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
392
|
+
readonly FilterIcon: ({ size }: {
|
|
393
|
+
size?: number | undefined;
|
|
394
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
395
|
+
readonly ExportIcon: ({ sx, color, size, }: {
|
|
396
|
+
sx?: any;
|
|
397
|
+
color?: string;
|
|
398
|
+
size?: number;
|
|
399
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
400
|
+
readonly ProfileIcon: ({ size }: {
|
|
401
|
+
size?: number | undefined;
|
|
402
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
403
|
+
readonly InstitutionsIcon: ({ size }: {
|
|
404
|
+
size?: number | undefined;
|
|
405
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
406
|
+
readonly ActiveDevicesIcon: ({ size }: {
|
|
407
|
+
size?: number | undefined;
|
|
408
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
409
|
+
readonly NavigationIcon: ({ size }: {
|
|
410
|
+
size?: number | undefined;
|
|
411
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
412
|
+
readonly CompletedStateIcon: ({ size }: {
|
|
413
|
+
size?: number | undefined;
|
|
414
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
415
|
+
readonly UnCheckedCheckboxIcon: ({ size }: {
|
|
416
|
+
size?: number | undefined;
|
|
417
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
418
|
+
readonly CheckedCheckboxIcon: ({ size }: {
|
|
419
|
+
size?: number | undefined;
|
|
420
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
421
|
+
readonly UnCheckedRadioIcon: ({ size }: {
|
|
422
|
+
size?: number | undefined;
|
|
423
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
424
|
+
readonly CheckedRadioIcon: ({ size }: {
|
|
425
|
+
size?: number | undefined;
|
|
426
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
427
|
+
readonly BulbIcon: ({ size }: {
|
|
428
|
+
size?: number | undefined;
|
|
429
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
430
|
+
readonly InfoIcon: ({ size }: {
|
|
431
|
+
size?: number | undefined;
|
|
432
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
433
|
+
readonly LocationIcon: ({ size }: {
|
|
434
|
+
size?: number | undefined;
|
|
435
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
436
|
+
readonly DeviceIcon: ({ size }: {
|
|
437
|
+
size?: number | undefined;
|
|
438
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
439
|
+
readonly CrossIcon: ({ size }: {
|
|
440
|
+
size?: number | undefined;
|
|
441
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
442
|
+
readonly ProductFeaturesIcon: ({ size }: {
|
|
443
|
+
size?: number | undefined;
|
|
444
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
445
|
+
readonly CampxIcon: ({ size }: {
|
|
446
|
+
size?: number | undefined;
|
|
447
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
448
|
+
readonly AdministratorIcon: ({ size }: {
|
|
449
|
+
size?: number | undefined;
|
|
450
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
451
|
+
readonly CampxFullLogoIcon: () => react_jsx_runtime.JSX.Element;
|
|
452
|
+
readonly CommutexIcon: ({ size }: {
|
|
453
|
+
size?: number | undefined;
|
|
454
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
455
|
+
readonly EnrollxIcon: ({ size }: {
|
|
456
|
+
size?: number | undefined;
|
|
457
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
458
|
+
readonly PeoplexIcon: ({ size }: {
|
|
459
|
+
size?: number | undefined;
|
|
460
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
461
|
+
readonly PayxIcon: ({ size }: {
|
|
462
|
+
size?: number | undefined;
|
|
463
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
464
|
+
readonly HostelxIcon: ({ size }: {
|
|
465
|
+
size?: number | undefined;
|
|
466
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
467
|
+
readonly ExamxIcon: ({ size }: {
|
|
468
|
+
size?: number | undefined;
|
|
469
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
470
|
+
readonly UmsIcon: ({ size }: {
|
|
471
|
+
size?: number | undefined;
|
|
472
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
473
|
+
readonly AdminIcon: ({ size }: {
|
|
474
|
+
size?: number | undefined;
|
|
475
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
476
|
+
readonly ShareIcon: ({ size }: {
|
|
477
|
+
size?: number | undefined;
|
|
478
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
479
|
+
readonly SaveIcon: ({ size }: {
|
|
480
|
+
size?: number | undefined;
|
|
481
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
482
|
+
readonly SearchIcon: ({ size, backgroundColor, }: {
|
|
483
|
+
size?: number;
|
|
484
|
+
backgroundColor?: string;
|
|
485
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
486
|
+
readonly DeleteIcon: ({ size }: {
|
|
487
|
+
size?: number | undefined;
|
|
488
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
489
|
+
readonly EditIcon: ({ size }: {
|
|
490
|
+
size?: number | undefined;
|
|
491
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
492
|
+
readonly ViewIcon: ({ size }: {
|
|
493
|
+
size?: number | undefined;
|
|
494
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
495
|
+
readonly RedirectIcon: ({ size, color, opacity, }: {
|
|
496
|
+
color?: string;
|
|
497
|
+
size?: number;
|
|
498
|
+
opacity?: string;
|
|
499
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
500
|
+
readonly AcademicsIcon: ({ sx, color, size, }: {
|
|
501
|
+
sx?: any;
|
|
502
|
+
color?: string;
|
|
503
|
+
size?: number;
|
|
504
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
505
|
+
readonly ViewsIcon: ({ size }: {
|
|
506
|
+
size?: number;
|
|
507
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
508
|
+
readonly HandoutsIcon: ({ sx, color, size, }: {
|
|
509
|
+
sx?: any;
|
|
510
|
+
color?: string;
|
|
511
|
+
size?: number;
|
|
512
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
513
|
+
readonly StudentsIcon: ({ sx, color, size, }: {
|
|
514
|
+
sx?: any;
|
|
515
|
+
color?: string;
|
|
516
|
+
size?: number;
|
|
517
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
518
|
+
readonly AssessmentsIcon: ({ sx, color, size, }: {
|
|
519
|
+
sx?: any;
|
|
520
|
+
color?: string;
|
|
521
|
+
size?: number;
|
|
522
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
523
|
+
readonly ArchiveIcon: ({ sx, color, size, }: {
|
|
524
|
+
sx?: any;
|
|
525
|
+
color?: string;
|
|
526
|
+
size?: number;
|
|
527
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
528
|
+
readonly TasksIcon: ({ sx, color, size, }: {
|
|
529
|
+
sx?: any;
|
|
530
|
+
color?: string;
|
|
531
|
+
size?: number;
|
|
532
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
533
|
+
readonly CourseInfoIcon: ({ sx, color, size, }: {
|
|
534
|
+
sx?: any;
|
|
535
|
+
color?: string;
|
|
536
|
+
size?: number;
|
|
537
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
538
|
+
readonly StatisticsIcon: ({ sx, color, size, }: {
|
|
539
|
+
sx?: any;
|
|
540
|
+
color?: string;
|
|
541
|
+
size?: number;
|
|
542
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
543
|
+
readonly CalendarIcon: ({ sx, color, size, }: {
|
|
544
|
+
sx?: any;
|
|
545
|
+
color?: string;
|
|
546
|
+
size?: number;
|
|
547
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
548
|
+
readonly AttendanceIcon: ({ sx, color, size, }: {
|
|
549
|
+
sx?: any;
|
|
550
|
+
color?: string;
|
|
551
|
+
size?: number;
|
|
552
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
553
|
+
readonly ResourcesIcon: ({ sx, color, size, }: {
|
|
554
|
+
sx?: any;
|
|
555
|
+
color?: string;
|
|
556
|
+
size?: number;
|
|
557
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
558
|
+
readonly TimeTableIcon: ({ sx, color, size, }: {
|
|
559
|
+
sx?: any;
|
|
560
|
+
color?: string;
|
|
561
|
+
size?: number;
|
|
562
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
563
|
+
readonly TimerIcon: ({ size }: {
|
|
564
|
+
size?: number | undefined;
|
|
565
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
566
|
+
readonly QuizIcon: ({ color, size }: {
|
|
567
|
+
color?: string;
|
|
568
|
+
size?: number;
|
|
569
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
570
|
+
readonly LeadsIcon: ({ size }: {
|
|
571
|
+
size?: number | undefined;
|
|
572
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
573
|
+
readonly AdmissionIcon: ({ size }: {
|
|
574
|
+
size?: number | undefined;
|
|
575
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
576
|
+
readonly CounsellorIcon: ({ size }: {
|
|
577
|
+
size?: number | undefined;
|
|
578
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
579
|
+
readonly ConcessionIcon: ({ size }: {
|
|
580
|
+
size?: number | undefined;
|
|
581
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
582
|
+
readonly ReportIcon: ({ size }: {
|
|
583
|
+
size?: number | undefined;
|
|
584
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
585
|
+
readonly CetIcon: ({ size }: {
|
|
586
|
+
size?: number | undefined;
|
|
587
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
588
|
+
readonly CertificateIcon: ({ size }: {
|
|
589
|
+
size?: number | undefined;
|
|
590
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
591
|
+
readonly HostlerIcon: ({ size }: {
|
|
592
|
+
size?: number | undefined;
|
|
593
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
594
|
+
readonly FeePaymentIcon: ({ size }: {
|
|
595
|
+
size?: number | undefined;
|
|
596
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
597
|
+
readonly TicketSystemIcon: ({ size }: {
|
|
598
|
+
size?: number | undefined;
|
|
599
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
600
|
+
readonly RegistrationIcon: ({ size }: {
|
|
601
|
+
size?: number | undefined;
|
|
602
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
603
|
+
readonly RouteIcon: ({ size }: {
|
|
604
|
+
size?: number | undefined;
|
|
605
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
606
|
+
readonly ManageUserIcon: ({ size }: {
|
|
607
|
+
size?: number | undefined;
|
|
608
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
609
|
+
readonly ImportIcon: ({ size }: {
|
|
610
|
+
size?: number | undefined;
|
|
611
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
612
|
+
readonly ExportMenuIcon: ({ size }: {
|
|
613
|
+
size?: number | undefined;
|
|
614
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
615
|
+
readonly NoticeBoardIcon: ({ size }: {
|
|
616
|
+
size?: number | undefined;
|
|
617
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
618
|
+
readonly AcademicFeesIcon: ({ size }: {
|
|
619
|
+
size?: number | undefined;
|
|
620
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
621
|
+
readonly OnlineTransactionIcon: ({ size }: {
|
|
622
|
+
size?: number | undefined;
|
|
623
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
624
|
+
readonly OpenPaymentsIcon: ({ size }: {
|
|
625
|
+
size?: number | undefined;
|
|
626
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
627
|
+
readonly TransactionCardIcon: ({ size }: {
|
|
628
|
+
size?: number | undefined;
|
|
629
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
630
|
+
readonly HamburgerMenuIcon: ({ size }: {
|
|
631
|
+
size?: number | undefined;
|
|
632
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
633
|
+
readonly ObeIcon: ({ size }: {
|
|
634
|
+
size?: number | undefined;
|
|
635
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
636
|
+
readonly SettlementsIcon: ({ color, size, }: {
|
|
637
|
+
color?: string;
|
|
638
|
+
size?: number;
|
|
639
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
640
|
+
readonly DownArrow: ({ size, disabled, onClick, }: {
|
|
641
|
+
size?: number;
|
|
642
|
+
disabled?: boolean;
|
|
643
|
+
onClick?: (e: React.MouseEvent<SVGSVGElement>) => void;
|
|
644
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
645
|
+
readonly ClearIcon: ({ size, onClick, }: {
|
|
646
|
+
size?: number;
|
|
647
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
648
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
649
|
+
readonly LineDividerIcon: ({ size, height, }: {
|
|
650
|
+
size?: number;
|
|
651
|
+
height?: number;
|
|
652
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
653
|
+
readonly WorkFlowDocsIcon: ({ size }: {
|
|
654
|
+
size?: number | undefined;
|
|
655
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
656
|
+
readonly RaiseTicketIcon: ({ size }: {
|
|
657
|
+
size?: number | undefined;
|
|
658
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
659
|
+
readonly HelpDocsIcon: ({ size }: {
|
|
660
|
+
size?: number | undefined;
|
|
661
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
662
|
+
readonly FeedbackStarIcon: ({ size }: {
|
|
663
|
+
size: number;
|
|
664
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
665
|
+
readonly BookletIcon: ({ size }: {
|
|
666
|
+
size?: number | undefined;
|
|
667
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
668
|
+
readonly DFormsIcon: ({ size }: {
|
|
669
|
+
size?: number | undefined;
|
|
670
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
671
|
+
readonly ExamConfigurationIcon: ({ size }: {
|
|
672
|
+
size?: number | undefined;
|
|
673
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
674
|
+
readonly ExamDetailsIcon: ({ size }: {
|
|
675
|
+
size?: number | undefined;
|
|
676
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
677
|
+
readonly FeeConfigurationIcon: ({ size }: {
|
|
678
|
+
size?: number | undefined;
|
|
679
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
680
|
+
readonly HallTicketsIcon: ({ size }: {
|
|
681
|
+
size?: number | undefined;
|
|
682
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
683
|
+
readonly MarksIcon: ({ size }: {
|
|
684
|
+
size?: number | undefined;
|
|
685
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
686
|
+
readonly NominalSheetsIcon: ({ size }: {
|
|
687
|
+
size?: number | undefined;
|
|
688
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
689
|
+
readonly OmrsIcon: ({ size }: {
|
|
690
|
+
size?: number | undefined;
|
|
691
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
692
|
+
readonly RevaluationIcon: ({ size }: {
|
|
693
|
+
size?: number | undefined;
|
|
694
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
695
|
+
readonly ScanningIcon: ({ size }: {
|
|
696
|
+
size?: number | undefined;
|
|
697
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
698
|
+
readonly ActivitylogsIcon: ({ color, size, }: {
|
|
699
|
+
color?: string;
|
|
700
|
+
size?: number;
|
|
701
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
702
|
+
readonly CareersIcon: ({ color, size, }: {
|
|
703
|
+
color?: string;
|
|
704
|
+
size?: number;
|
|
705
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
706
|
+
readonly ClassroomsIcon: ({ color, size, }: {
|
|
707
|
+
color?: string;
|
|
708
|
+
size?: number;
|
|
709
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
710
|
+
readonly ConfigurationsIcon: ({ color, size, }: {
|
|
711
|
+
color?: string;
|
|
712
|
+
size?: number;
|
|
713
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
714
|
+
readonly FormBuilderIcon: ({ color, size, }: {
|
|
715
|
+
color?: string;
|
|
716
|
+
size?: number;
|
|
717
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
718
|
+
readonly MenteesIcon: ({ color, size, }: {
|
|
719
|
+
color?: string;
|
|
720
|
+
size?: number;
|
|
721
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
722
|
+
readonly MentorsIcon: ({ color, size, }: {
|
|
723
|
+
color?: string;
|
|
724
|
+
size?: number;
|
|
725
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
726
|
+
readonly InternalExamsIcon: ({ color, size, }: {
|
|
727
|
+
color?: string;
|
|
728
|
+
size?: number;
|
|
729
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
730
|
+
readonly BarChartIcon: ({ color, size, }: {
|
|
731
|
+
color?: string;
|
|
732
|
+
size?: number;
|
|
733
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
734
|
+
readonly StopWatchIcon: ({ color, size, }: {
|
|
735
|
+
color?: string;
|
|
736
|
+
size?: number;
|
|
737
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
738
|
+
readonly RoomsIcon: ({ color, size, }: {
|
|
739
|
+
color?: string;
|
|
740
|
+
size?: number;
|
|
741
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
742
|
+
readonly EvaluationIcon: ({ color, size, }: {
|
|
743
|
+
color?: string;
|
|
744
|
+
size?: number;
|
|
745
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
746
|
+
readonly SignaturesIcon: ({ color, size, }: {
|
|
747
|
+
color?: string;
|
|
748
|
+
size?: number;
|
|
749
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
750
|
+
readonly InvigilationIcon: ({ color, size, }: {
|
|
751
|
+
color?: string;
|
|
752
|
+
size?: number;
|
|
753
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
754
|
+
readonly DatabaseIcon: ({ color, size, }: {
|
|
755
|
+
color?: string;
|
|
756
|
+
size?: number;
|
|
757
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
758
|
+
readonly SeatingPlan: ({ color, size, }: {
|
|
759
|
+
color?: string;
|
|
760
|
+
size?: number;
|
|
761
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
762
|
+
readonly LegacyIcon: ({ color, size, }: {
|
|
763
|
+
color?: string;
|
|
764
|
+
size?: number;
|
|
765
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
766
|
+
};
|
|
767
|
+
|
|
768
|
+
type CartesianGridProps = {
|
|
769
|
+
showCartesianGrid: boolean;
|
|
770
|
+
size?: number;
|
|
771
|
+
};
|
|
772
|
+
type AxisLabelProps = {
|
|
773
|
+
xLabel?: LabelProps;
|
|
774
|
+
yLabel?: LabelProps;
|
|
775
|
+
};
|
|
776
|
+
type TitleProps = {
|
|
777
|
+
variant?: TypographyVariant;
|
|
778
|
+
sx?: any;
|
|
779
|
+
};
|
|
780
|
+
type SubTitleProps = {
|
|
781
|
+
variant?: TypographyVariant;
|
|
782
|
+
sx?: any;
|
|
783
|
+
};
|
|
784
|
+
type MarginProps = {
|
|
785
|
+
top?: number;
|
|
786
|
+
right?: number;
|
|
787
|
+
bottom?: number;
|
|
788
|
+
left?: number;
|
|
789
|
+
};
|
|
790
|
+
type LabelProps = {
|
|
791
|
+
value: string;
|
|
792
|
+
dx?: number;
|
|
793
|
+
dy?: number;
|
|
794
|
+
angle?: number;
|
|
795
|
+
};
|
|
796
|
+
type BaseAxisProps = {
|
|
797
|
+
xAxis?: TickProps;
|
|
798
|
+
yAxis?: TickProps;
|
|
799
|
+
};
|
|
800
|
+
type TickProps = {
|
|
801
|
+
angle?: number;
|
|
802
|
+
tickMargin?: number;
|
|
803
|
+
tick?: any;
|
|
804
|
+
};
|
|
805
|
+
type LegendProps = {
|
|
806
|
+
width?: number;
|
|
807
|
+
height?: number;
|
|
808
|
+
layout?: LayoutType;
|
|
809
|
+
align?: HorizontalAlignmentType;
|
|
810
|
+
verticalAlign?: VerticalAlignmentType;
|
|
811
|
+
iconSize?: number;
|
|
812
|
+
iconType?: IconType;
|
|
813
|
+
margin?: MarginProps;
|
|
814
|
+
className?: string;
|
|
815
|
+
};
|
|
816
|
+
|
|
817
|
+
type BarChartProps = {
|
|
818
|
+
title?: string;
|
|
819
|
+
showSubtitle?: boolean;
|
|
820
|
+
subTitle?: string;
|
|
821
|
+
titleProps?: TitleProps;
|
|
822
|
+
subTitleProps?: SubTitleProps;
|
|
823
|
+
width?: number;
|
|
824
|
+
height?: number;
|
|
825
|
+
layout?: LayoutType;
|
|
826
|
+
dataKey: string;
|
|
827
|
+
data: any[];
|
|
828
|
+
bars: BarItem[];
|
|
829
|
+
domain?: any[];
|
|
830
|
+
barGap?: number | string;
|
|
831
|
+
barSize?: number | string;
|
|
832
|
+
showToolTip?: boolean;
|
|
833
|
+
showLegend?: boolean;
|
|
834
|
+
cartesianGrid?: CartesianGridProps;
|
|
835
|
+
axisLabelProps?: AxisLabelProps;
|
|
836
|
+
baseAxisProps?: BaseAxisProps;
|
|
837
|
+
legendSx?: LegendProps;
|
|
838
|
+
containerSx?: SxProps;
|
|
839
|
+
margin?: MarginProps;
|
|
840
|
+
};
|
|
841
|
+
type BarItem = {
|
|
842
|
+
dataKey: string;
|
|
843
|
+
stackId?: string;
|
|
844
|
+
fill: string;
|
|
845
|
+
};
|
|
846
|
+
declare const BarChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, width, height, margin, layout, dataKey, domain, data, bars, barGap, barSize, showToolTip, showLegend, baseAxisProps, cartesianGrid, axisLabelProps, legendSx, containerSx, }: BarChartProps) => react_jsx_runtime.JSX.Element;
|
|
847
|
+
|
|
848
|
+
type LineChartProps = {
|
|
849
|
+
title?: string;
|
|
850
|
+
showSubtitle?: boolean;
|
|
851
|
+
subTitle?: string;
|
|
852
|
+
titleProps?: TitleProps;
|
|
853
|
+
subTitleProps?: SubTitleProps;
|
|
854
|
+
width?: number;
|
|
855
|
+
height?: number;
|
|
856
|
+
dataKey: string;
|
|
857
|
+
data: any[];
|
|
858
|
+
lines: LineItem[];
|
|
859
|
+
showToolTip?: boolean;
|
|
860
|
+
showLegend?: boolean;
|
|
861
|
+
cartesianGrid?: CartesianGridProps;
|
|
862
|
+
axisLabelProps?: AxisLabelProps;
|
|
863
|
+
baseAxisProps?: BaseAxisProps;
|
|
864
|
+
legendSx?: LegendProps;
|
|
865
|
+
containerSx?: SxProps;
|
|
866
|
+
margin?: MarginProps;
|
|
867
|
+
};
|
|
868
|
+
type LineItem = {
|
|
869
|
+
type: CurveType;
|
|
870
|
+
dataKey: string;
|
|
871
|
+
stroke: string;
|
|
872
|
+
activeDot?: any;
|
|
873
|
+
};
|
|
874
|
+
declare const LineChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, width, height, margin, dataKey, data, lines, showToolTip, showLegend, cartesianGrid, axisLabelProps, baseAxisProps, legendSx, containerSx, }: LineChartProps) => react_jsx_runtime.JSX.Element;
|
|
875
|
+
|
|
876
|
+
declare const StyledContainer: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
877
|
+
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
878
|
+
}, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
879
|
+
|
|
880
|
+
type PieChartProps = {
|
|
881
|
+
title?: string;
|
|
882
|
+
showSubtitle?: boolean;
|
|
883
|
+
subTitle?: string;
|
|
884
|
+
titleProps?: TitleProps;
|
|
885
|
+
subTitleProps?: SubTitleProps;
|
|
886
|
+
margin?: MarginProps;
|
|
887
|
+
width?: number;
|
|
888
|
+
height?: number;
|
|
889
|
+
pie1: PieProps;
|
|
890
|
+
pie2?: PieProps;
|
|
891
|
+
containerSx?: SxProps;
|
|
892
|
+
showLegend?: boolean;
|
|
893
|
+
legendSx?: LegendProps;
|
|
894
|
+
showToolTip?: boolean;
|
|
895
|
+
};
|
|
896
|
+
type PieProps = {
|
|
897
|
+
data: any[];
|
|
898
|
+
dataKey: string;
|
|
899
|
+
innerRadius?: number;
|
|
900
|
+
outerRadius?: number;
|
|
901
|
+
fill?: string;
|
|
902
|
+
label?: boolean;
|
|
903
|
+
cx?: string;
|
|
904
|
+
cy?: string;
|
|
905
|
+
colors?: string[];
|
|
906
|
+
};
|
|
907
|
+
declare const PieChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, margin, width, height, showToolTip, showLegend, legendSx, pie1, pie2, containerSx, }: PieChartProps) => react_jsx_runtime.JSX.Element;
|
|
908
|
+
|
|
909
|
+
type AccordionProps = {
|
|
910
|
+
title: ReactNode;
|
|
911
|
+
content: ReactNode;
|
|
912
|
+
actions?: ReactNode;
|
|
913
|
+
index?: number;
|
|
914
|
+
errorKeys?: string[];
|
|
915
|
+
expanded?: boolean | number;
|
|
916
|
+
} & Omit<AccordionProps$1, 'children' | 'content' | 'title' | 'index' | 'expanded' | 'actions'>;
|
|
917
|
+
|
|
918
|
+
type AccordionGroupProps = {
|
|
919
|
+
data: AccordionProps[];
|
|
920
|
+
containerSx?: SxProps;
|
|
921
|
+
defaultExpandedIndex?: number;
|
|
922
|
+
errorField?: string;
|
|
923
|
+
};
|
|
924
|
+
declare const AccordionGroup: ({ data, containerSx, defaultExpandedIndex, errorField, }: AccordionGroupProps) => react_jsx_runtime.JSX.Element;
|
|
925
|
+
|
|
926
|
+
type ActivityAction = 'create' | 'update' | 'delete';
|
|
927
|
+
interface Activity {
|
|
928
|
+
userName?: string;
|
|
929
|
+
action?: ActivityAction;
|
|
930
|
+
message: string;
|
|
931
|
+
timestamp: string;
|
|
932
|
+
}
|
|
933
|
+
interface ActivityLogProps {
|
|
934
|
+
activitiesData: Activity[];
|
|
935
|
+
isFetchingNextPage: boolean;
|
|
936
|
+
fetchNextPage: () => void;
|
|
937
|
+
hasNextPage: boolean | undefined;
|
|
938
|
+
fromDate: Date | null;
|
|
939
|
+
toDate: Date | null;
|
|
940
|
+
setFromDate: (date: Date | null) => void;
|
|
941
|
+
setToDate: (date: Date | null) => void;
|
|
942
|
+
isLoading: boolean;
|
|
943
|
+
hideLogFilter?: boolean;
|
|
944
|
+
timelineContentSx?: SxProps;
|
|
945
|
+
timelineSx?: SxProps;
|
|
946
|
+
}
|
|
947
|
+
declare const ActivityLogView: ({ activitiesData, isFetchingNextPage, fetchNextPage, hasNextPage, fromDate, toDate, setFromDate, setToDate, isLoading, hideLogFilter, timelineContentSx, timelineSx, }: ActivityLogProps) => react_jsx_runtime.JSX.Element;
|
|
948
|
+
|
|
949
|
+
type CircularAvatarProps = {
|
|
950
|
+
text: string;
|
|
951
|
+
} & Omit<AvatarProps, 'sx'>;
|
|
952
|
+
declare const CircularAvatar: ({ text, ...rest }: CircularAvatarProps) => react_jsx_runtime.JSX.Element;
|
|
953
|
+
type SquareAvatarProps = {
|
|
954
|
+
text: string;
|
|
955
|
+
onlyStartLetters: boolean;
|
|
956
|
+
} & Omit<AvatarProps, 'sx'>;
|
|
957
|
+
declare const SquareAvatar: ({ onlyStartLetters, text, ...rest }: SquareAvatarProps) => react_jsx_runtime.JSX.Element;
|
|
958
|
+
|
|
959
|
+
interface CardProps {
|
|
960
|
+
title: string;
|
|
961
|
+
caption?: string;
|
|
962
|
+
children?: ReactNode;
|
|
963
|
+
footer?: {
|
|
964
|
+
buttonText?: string | ReactNode;
|
|
965
|
+
onClick: () => void;
|
|
966
|
+
endIcon?: ReactNode;
|
|
967
|
+
buttonProps?: any;
|
|
968
|
+
};
|
|
969
|
+
fields?: {
|
|
970
|
+
title: string;
|
|
971
|
+
value: ReactNode | string;
|
|
972
|
+
}[];
|
|
973
|
+
titleProps?: {
|
|
974
|
+
variant: TypographyVariant;
|
|
975
|
+
sx?: SxProps;
|
|
976
|
+
};
|
|
977
|
+
captionProps?: {
|
|
978
|
+
variant: TypographyVariant;
|
|
979
|
+
sx?: SxProps;
|
|
980
|
+
};
|
|
981
|
+
status?: string;
|
|
982
|
+
imageSrc?: string;
|
|
983
|
+
titleImgIcon?: ReactNode;
|
|
984
|
+
checkBox?: boolean;
|
|
985
|
+
moreOptions?: boolean;
|
|
986
|
+
menu?: ReactNode[] | ((props: {
|
|
987
|
+
close: () => void;
|
|
988
|
+
}) => ReactNode[]);
|
|
989
|
+
icon?: ReactNode;
|
|
990
|
+
headerSx?: SxProps;
|
|
991
|
+
statusSx?: SxProps;
|
|
992
|
+
cardSx?: SxProps;
|
|
993
|
+
}
|
|
994
|
+
declare const Card: ({ title, titleImgIcon, caption, status, footer, fields, imageSrc, statusSx, cardSx, headerSx, moreOptions, titleProps, captionProps, icon, children, menu, }: CardProps) => react_jsx_runtime.JSX.Element;
|
|
995
|
+
|
|
996
|
+
type DataTableProps = {
|
|
997
|
+
limit?: number;
|
|
998
|
+
offset?: number;
|
|
999
|
+
totalCount?: number;
|
|
1000
|
+
onPageChange?: (page: number) => void;
|
|
1001
|
+
onLimitChange?: (limit: number) => void;
|
|
1002
|
+
} & DataGridProps;
|
|
1003
|
+
declare const DataTable: (props: DataTableProps) => react_jsx_runtime.JSX.Element;
|
|
1004
|
+
declare const CellContainer: _emotion_styled.StyledComponent<_mui_material.StackOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1005
|
+
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
1006
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | keyof _mui_material.StackOwnProps> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1007
|
+
|
|
1008
|
+
type EditableDataTableProps = {
|
|
1009
|
+
onChange: (rows: GridValidRowModel) => void;
|
|
1010
|
+
onSave?: (params: any) => void;
|
|
1011
|
+
onDelete?: (params: any) => void;
|
|
1012
|
+
editVisibilityArray?: number[];
|
|
1013
|
+
deleteVisibilityArray?: number[];
|
|
1014
|
+
} & Omit<DataTableProps, 'rowModesModel' | 'onRowModesModelChange' | 'onRowEditStop' | 'processRowUpdate'>;
|
|
1015
|
+
declare const EditableDataTable: (props: EditableDataTableProps) => react_jsx_runtime.JSX.Element;
|
|
1016
|
+
declare const EditableTableCore: (props: EditableDataTableProps) => react_jsx_runtime.JSX.Element;
|
|
1017
|
+
|
|
1018
|
+
declare const CenterBox: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1019
|
+
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
1020
|
+
}, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1021
|
+
declare const EmptyIllustration: ({ message, imageSize, messageProps, containerProps, }: {
|
|
1022
|
+
message: string;
|
|
1023
|
+
imageSize?: string;
|
|
1024
|
+
messageProps?: TypographyOwnProps;
|
|
1025
|
+
containerProps?: SxProps;
|
|
1026
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1027
|
+
|
|
1028
|
+
interface SidePanelProps {
|
|
1029
|
+
variables?: {
|
|
1030
|
+
label: string;
|
|
1031
|
+
value: string;
|
|
1032
|
+
}[];
|
|
1033
|
+
bottomChildren?: ReactNode;
|
|
1034
|
+
containerSx?: SxProps;
|
|
1035
|
+
variablesContainerSX?: SxProps;
|
|
1036
|
+
imageUrl?: string;
|
|
1037
|
+
imageWidth?: string;
|
|
1038
|
+
imageHeight?: string;
|
|
1039
|
+
title?: ReactNode;
|
|
1040
|
+
}
|
|
1041
|
+
interface variablesProps {
|
|
1042
|
+
data?: {
|
|
1043
|
+
label: string;
|
|
1044
|
+
value: string;
|
|
1045
|
+
}[];
|
|
1046
|
+
variablesContainerSX?: SxProps;
|
|
1047
|
+
}
|
|
1048
|
+
declare const SidePanelVariables: ({ data, variablesContainerSX, }: variablesProps) => react_jsx_runtime.JSX.Element;
|
|
1049
|
+
declare const SidePanel: ({ variables, bottomChildren, containerSx, variablesContainerSX, imageUrl, imageHeight, imageWidth, title, }: SidePanelProps) => react_jsx_runtime.JSX.Element;
|
|
1050
|
+
|
|
1051
|
+
type StatusCardProps = {
|
|
1052
|
+
color: 'green' | 'red' | 'orange' | 'yellow' | 'blue' | 'pink';
|
|
1053
|
+
text: string;
|
|
1054
|
+
containerSx?: SxProps;
|
|
1055
|
+
typographyVariant?: TypographyProps['variant'];
|
|
1056
|
+
};
|
|
1057
|
+
declare const StatusCard: ({ color, text, containerSx, typographyVariant, }: StatusCardProps) => react_jsx_runtime.JSX.Element;
|
|
1058
|
+
|
|
1059
|
+
type TimelineItems = {
|
|
1060
|
+
timelineContent: ReactNode;
|
|
1061
|
+
timelineOppositeContent?: ReactNode;
|
|
1062
|
+
variant?: 'info' | 'success' | 'error' | 'warning';
|
|
1063
|
+
};
|
|
1064
|
+
type TimelineProps = {
|
|
1065
|
+
timelineItems: TimelineItems[];
|
|
1066
|
+
} & Omit<TimelineProps$1, 'ref'>;
|
|
1067
|
+
declare const Timeline: (props: TimelineProps) => react_jsx_runtime.JSX.Element;
|
|
1068
|
+
|
|
1069
|
+
type TypographyProps = {} & TypographyProps$1;
|
|
1070
|
+
declare const Typography: ({ variant, children, ...props }: TypographyProps) => react_jsx_runtime.JSX.Element;
|
|
1071
|
+
|
|
1072
|
+
type AlertProps = {
|
|
1073
|
+
message: string | ReactNode;
|
|
1074
|
+
} & AlertProps$1;
|
|
1075
|
+
declare const Alert: ({ severity, message, ...rest }: AlertProps) => react_jsx_runtime.JSX.Element;
|
|
1076
|
+
|
|
1077
|
+
type Severity = 'success' | 'info' | 'warning' | 'error';
|
|
1078
|
+
type SnackbarProps = {
|
|
1079
|
+
severity: Severity;
|
|
1080
|
+
message: string;
|
|
1081
|
+
} & SnackbarProps$1;
|
|
1082
|
+
declare const Snackbar: ({ ...props }: SnackbarProps) => react_jsx_runtime.JSX.Element;
|
|
1083
|
+
|
|
1084
|
+
declare const Spinner: () => react_jsx_runtime.JSX.Element;
|
|
1085
|
+
|
|
1086
|
+
type TooltipProps = {
|
|
1087
|
+
children: ReactNode;
|
|
1088
|
+
} & TooltipProps$1;
|
|
1089
|
+
type TooltipContentProps = {
|
|
1090
|
+
message: string;
|
|
1091
|
+
};
|
|
1092
|
+
declare const Tooltip: ({ placement, arrow, ...props }: TooltipProps) => react_jsx_runtime.JSX.Element;
|
|
1093
|
+
|
|
1094
|
+
declare const ToolTipContent: ({ message }: TooltipContentProps) => react_jsx_runtime.JSX.Element;
|
|
1095
|
+
|
|
1096
|
+
declare const Tutorial: () => react_jsx_runtime.JSX.Element;
|
|
1097
|
+
|
|
1098
|
+
type ButtonProps = {
|
|
1099
|
+
loading?: boolean;
|
|
1100
|
+
background?: string;
|
|
1101
|
+
hoverBackground?: string;
|
|
1102
|
+
textColor?: string;
|
|
1103
|
+
} & ButtonProps$1;
|
|
1104
|
+
declare const Button: ({ loading, color, background, hoverBackground, textColor, ...props }: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1105
|
+
|
|
1106
|
+
type DatePickerProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false> = {
|
|
1107
|
+
format?: 'yyyy' | 'MMMM yyyy' | 'dd MMMM yyyy' | 'dd/MM/yyyy';
|
|
1108
|
+
views?: ('year' | 'month' | 'day')[];
|
|
1109
|
+
helperText?: string;
|
|
1110
|
+
placeholder?: string;
|
|
1111
|
+
shortcutsItems?: PickersShortcutsItem<any>[];
|
|
1112
|
+
required?: boolean;
|
|
1113
|
+
containerProps?: StackProps;
|
|
1114
|
+
openPickerIcon?: React.ElementType;
|
|
1115
|
+
error?: any;
|
|
1116
|
+
} & DatePickerProps$1<TEnableAccessibleFieldDOMStructure>;
|
|
1117
|
+
declare const DatePicker: <TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false>({ label, name, value, required, format, views, helperText, placeholder, shortcutsItems, openPickerIcon: Icon, containerProps, error, ...rest }: DatePickerProps<TDate, TEnableAccessibleFieldDOMStructure>) => react_jsx_runtime.JSX.Element;
|
|
1118
|
+
|
|
1119
|
+
type DateTimePickerProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false> = {
|
|
1120
|
+
format?: 'yyyy' | 'MMMM yyyy' | 'MMM yyyy' | 'dd MMMM yyyy' | 'dd/MM/yyyy' | 'MM/dd/yyyy' | 'yyyy-MM-dd' | 'yyyy-MM-dd hh:mm a' | 'yyyy-MM-dd HH:mm' | 'dd MMM yyyy HH:mm' | 'dd MMM yyyy hh:mm a' | 'dd/MM/yyyy hh:mm a' | 'dd/MM/yyyy HH:mm' | 'hh:mm a' | 'HH:mm' | 'hh:mm:ss a' | 'HH:mm:ss' | 'MMM dd, yyyy hh:mm a' | 'MMMM dd, yyyy HH:mm' | 'EEE, MMM dd yyyy' | 'EEEE, MMMM dd, yyyy';
|
|
1121
|
+
views?: ('year' | 'month' | 'day' | 'hours' | 'minutes' | 'seconds')[];
|
|
1122
|
+
helperText?: string;
|
|
1123
|
+
placeholder?: string;
|
|
1124
|
+
shortcutsItems?: PickersShortcutsItem<any>[];
|
|
1125
|
+
required?: boolean;
|
|
1126
|
+
containerProps?: StackProps;
|
|
1127
|
+
openPickerIcon?: React.ElementType;
|
|
1128
|
+
error?: any;
|
|
1129
|
+
} & DateTimePickerProps$1<TEnableAccessibleFieldDOMStructure>;
|
|
1130
|
+
declare const DateTimePicker: <TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false>({ label, name, required, format, views, helperText, placeholder, shortcutsItems, openPickerIcon: Icon, containerProps, value, error, ...rest }: DateTimePickerProps<TDate, TEnableAccessibleFieldDOMStructure>) => react_jsx_runtime.JSX.Element;
|
|
1131
|
+
|
|
1132
|
+
type FileUploadProps = {
|
|
1133
|
+
label: string;
|
|
1134
|
+
name: string;
|
|
1135
|
+
disabled?: boolean;
|
|
1136
|
+
files?: File[];
|
|
1137
|
+
onChange?: (files: File[]) => void;
|
|
1138
|
+
handleRemove?: (index: number) => void;
|
|
1139
|
+
accept?: 'image/*' | '.pdf' | '.docx' | '.txt' | '*';
|
|
1140
|
+
onInvalidFile?: (file: File) => void;
|
|
1141
|
+
inputText?: string;
|
|
1142
|
+
multiple?: boolean;
|
|
1143
|
+
hideDeleteButton?: boolean;
|
|
1144
|
+
hideInput?: boolean;
|
|
1145
|
+
errorText?: string;
|
|
1146
|
+
sx?: SxProps;
|
|
1147
|
+
showImage?: boolean;
|
|
1148
|
+
previewSx?: SxProps;
|
|
1149
|
+
required?: boolean;
|
|
1150
|
+
};
|
|
1151
|
+
declare const FileUpload: ({ label, name, disabled, onChange, handleRemove, files, accept, inputText, onInvalidFile, hideDeleteButton, hideInput, multiple, errorText, showImage, previewSx, sx, required, }: FileUploadProps) => react_jsx_runtime.JSX.Element;
|
|
1152
|
+
|
|
1153
|
+
interface ButtonConfig extends ButtonProps {
|
|
1154
|
+
show?: boolean;
|
|
1155
|
+
title?: string;
|
|
1156
|
+
onClick?: () => void;
|
|
1157
|
+
}
|
|
1158
|
+
interface FormActionsProps {
|
|
1159
|
+
submitButtonProps?: ButtonConfig;
|
|
1160
|
+
cancelButtonProps?: ButtonConfig;
|
|
1161
|
+
stackProps?: StackProps;
|
|
1162
|
+
showTopBorder?: boolean;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
interface FormControlWrapperProps<T extends FieldValues = FieldValues> {
|
|
1166
|
+
control: Control<T>;
|
|
1167
|
+
children: ReactNode;
|
|
1168
|
+
containerSx?: SxProps;
|
|
1169
|
+
formActionProps?: FormActionsProps;
|
|
1170
|
+
disabled?: boolean;
|
|
1171
|
+
}
|
|
1172
|
+
declare function FormControlWrapper<T extends FieldValues = FieldValues>({ control, children, containerSx, formActionProps, disabled, }: FormControlWrapperProps<T>): react_jsx_runtime.JSX.Element;
|
|
1173
|
+
|
|
1174
|
+
type FormWrapperProps = {
|
|
1175
|
+
children: ReactNode;
|
|
1176
|
+
containerSx?: SxProps;
|
|
1177
|
+
};
|
|
1178
|
+
declare const FormWrapper: ({ children, containerSx }: FormWrapperProps) => react_jsx_runtime.JSX.Element;
|
|
1179
|
+
|
|
1180
|
+
declare function DeleteButton({ disabled, ...props }: ButtonProps$1): react_jsx_runtime.JSX.Element;
|
|
1181
|
+
|
|
1182
|
+
declare function EditButton({ disabled, ...props }: ButtonProps$1): react_jsx_runtime.JSX.Element;
|
|
1183
|
+
|
|
1184
|
+
declare function RedirectButton({ disabled, ...props }: ButtonProps$1): react_jsx_runtime.JSX.Element;
|
|
1185
|
+
|
|
1186
|
+
declare function ViewButton({ disabled, ...props }: ButtonProps$1): react_jsx_runtime.JSX.Element;
|
|
1187
|
+
|
|
1188
|
+
declare const IconButtons: {
|
|
1189
|
+
DeleteButton: typeof DeleteButton;
|
|
1190
|
+
EditButton: typeof EditButton;
|
|
1191
|
+
ViewButton: typeof ViewButton;
|
|
1192
|
+
RedirectButton: typeof RedirectButton;
|
|
1193
|
+
};
|
|
1194
|
+
|
|
1195
|
+
type MultiCheckboxProps = {
|
|
1196
|
+
containerProps?: StackProps;
|
|
1197
|
+
options: Array<{
|
|
1198
|
+
label: ReactNode;
|
|
1199
|
+
value: any;
|
|
1200
|
+
}>;
|
|
1201
|
+
label: string;
|
|
1202
|
+
direction?: ResponsiveStyleValue<'row' | 'row-reverse' | 'column' | 'column-reverse'>;
|
|
1203
|
+
values: any[];
|
|
1204
|
+
onChange: (values: any[]) => void;
|
|
1205
|
+
required: boolean;
|
|
1206
|
+
name: string;
|
|
1207
|
+
};
|
|
1208
|
+
declare const MultiCheckBox: ({ name, options, required, containerProps, label, direction, values, onChange, ...rest }: MultiCheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
1209
|
+
|
|
1210
|
+
type PasswordFieldProps = {
|
|
1211
|
+
containerProps?: StackProps;
|
|
1212
|
+
description?: string;
|
|
1213
|
+
} & TextFieldProps$1;
|
|
1214
|
+
declare const PasswordField: ({ name, label, value, onChange, required, containerProps, description, type, ...rest }: PasswordFieldProps) => react_jsx_runtime.JSX.Element;
|
|
1215
|
+
|
|
1216
|
+
type RadioGroupProps = {
|
|
1217
|
+
containerProps?: StackProps;
|
|
1218
|
+
options: Array<{
|
|
1219
|
+
label: ReactNode;
|
|
1220
|
+
value: any;
|
|
1221
|
+
disabled?: boolean;
|
|
1222
|
+
}>;
|
|
1223
|
+
label: string;
|
|
1224
|
+
required: boolean;
|
|
1225
|
+
name: string;
|
|
1226
|
+
disabled: boolean;
|
|
1227
|
+
} & RadioGroupProps$1;
|
|
1228
|
+
declare const RadioGroup: ({ label, required, options, name, containerProps, disabled, onChange, ...rest }: RadioGroupProps) => react_jsx_runtime.JSX.Element;
|
|
1229
|
+
|
|
1230
|
+
type SearchBarProps = {
|
|
1231
|
+
placeholder?: string;
|
|
1232
|
+
label?: string | ReactNode;
|
|
1233
|
+
value?: string;
|
|
1234
|
+
onSearch: (value: string) => void;
|
|
1235
|
+
} & TextFieldProps$1;
|
|
1236
|
+
declare const SearchBar: ({ placeholder, label, value, onSearch, ...rest }: SearchBarProps) => react_jsx_runtime.JSX.Element;
|
|
1237
|
+
|
|
1238
|
+
type SelectProps = {
|
|
1239
|
+
options: Array<{
|
|
1240
|
+
label: react.ReactNode;
|
|
1241
|
+
value: string | number;
|
|
1242
|
+
color?: 'red' | 'green' | 'blue' | 'pink' | 'yellow' | 'orange';
|
|
1243
|
+
}>;
|
|
1244
|
+
onChange?: (event: react.ChangeEvent<{
|
|
1245
|
+
value: any;
|
|
1246
|
+
}>) => void;
|
|
1247
|
+
value: string | number;
|
|
1248
|
+
containerSx?: SxProps;
|
|
1249
|
+
} & BaseSelectProps;
|
|
1250
|
+
declare const Select: ({ options, onChange, value, containerSx, }: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
1251
|
+
|
|
1252
|
+
type CheckboxProps = {
|
|
1253
|
+
checkedIcon?: ReactNode;
|
|
1254
|
+
icon?: ReactNode;
|
|
1255
|
+
label: ReactNode;
|
|
1256
|
+
formControlLabelProps?: Omit<FormControlLabelProps, 'control' | 'label'>;
|
|
1257
|
+
typographyProps?: TypographyProps;
|
|
1258
|
+
} & CheckboxProps$1;
|
|
1259
|
+
declare const SingleCheckBox: ({ checked, label, onChange, required, checkedIcon, icon, formControlLabelProps, typographyProps, ...rest }: CheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
1260
|
+
|
|
1261
|
+
declare module '@mui/material/Autocomplete' {
|
|
1262
|
+
interface AutocompletePaperSlotPropsOverrides {
|
|
1263
|
+
loadingOptions: boolean;
|
|
1264
|
+
isSearch: boolean;
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
type SingleSelectProps = {
|
|
1268
|
+
options?: {
|
|
1269
|
+
label: string;
|
|
1270
|
+
subLabel?: string;
|
|
1271
|
+
value: any;
|
|
1272
|
+
}[] | any[];
|
|
1273
|
+
optionsApiEndPoint?: string;
|
|
1274
|
+
optionsApiEndpointParams?: any;
|
|
1275
|
+
externalAxios?: AxiosInstance;
|
|
1276
|
+
required?: boolean;
|
|
1277
|
+
label?: string;
|
|
1278
|
+
name?: string;
|
|
1279
|
+
getValue?: (option: any) => any;
|
|
1280
|
+
dbValueProps?: {
|
|
1281
|
+
valueKey: string;
|
|
1282
|
+
isObjectId?: boolean;
|
|
1283
|
+
isInt?: boolean;
|
|
1284
|
+
isFloat?: boolean;
|
|
1285
|
+
};
|
|
1286
|
+
dbLabelProps?: {
|
|
1287
|
+
labelKey: string;
|
|
1288
|
+
subLabelKey?: string;
|
|
1289
|
+
useLabelStartCase?: boolean;
|
|
1290
|
+
useSubLabelStartCase?: boolean;
|
|
1291
|
+
};
|
|
1292
|
+
onChange?: (value: any) => void;
|
|
1293
|
+
error?: any;
|
|
1294
|
+
helperText?: string;
|
|
1295
|
+
type?: 'input' | 'filter';
|
|
1296
|
+
disableClear?: boolean;
|
|
1297
|
+
} & Omit<AutocompleteProps<{
|
|
1298
|
+
label: string;
|
|
1299
|
+
subLabel?: string;
|
|
1300
|
+
value: any;
|
|
1301
|
+
} | any, false, true, false>, 'options' | 'open' | 'onChange' | 'autoFocus' | 'PaperComponent' | 'renderOption' | 'options' | 'renderInput'>;
|
|
1302
|
+
declare const SingleSelect: ({ options, optionsApiEndPoint, optionsApiEndpointParams, externalAxios, getValue, value, onChange, dbValueProps, dbLabelProps, onOpen, onClose, type, ...restProps }: SingleSelectProps) => react_jsx_runtime.JSX.Element;
|
|
1303
|
+
|
|
1304
|
+
type SwitchProps = {} & SwitchProps$1;
|
|
1305
|
+
declare const Switch: (props: SwitchProps) => react_jsx_runtime.JSX.Element;
|
|
1306
|
+
|
|
1307
|
+
type TextFieldProps = {
|
|
1308
|
+
containerProps?: StackProps;
|
|
1309
|
+
description?: string;
|
|
1310
|
+
} & TextFieldProps$1;
|
|
1311
|
+
declare const TextField: ({ name, label, value, onChange, required, containerProps, description, ...rest }: TextFieldProps) => react_jsx_runtime.JSX.Element;
|
|
1312
|
+
|
|
1313
|
+
type TimePickerProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false> = {
|
|
1314
|
+
format?: 'hh:mm a' | 'HH:mm' | 'HH:mm:ss a' | 'HH:mm:ss';
|
|
1315
|
+
views?: ('hours' | 'minutes' | 'seconds')[];
|
|
1316
|
+
helperText?: string;
|
|
1317
|
+
placeholder?: string;
|
|
1318
|
+
required?: boolean;
|
|
1319
|
+
containerProps?: any;
|
|
1320
|
+
} & TimePickerProps$1<TEnableAccessibleFieldDOMStructure>;
|
|
1321
|
+
declare const TimePicker: <TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false>({ label, name, value, format, views, helperText, placeholder, required, containerProps, ...rest }: TimePickerProps<TDate, TEnableAccessibleFieldDOMStructure>) => react_jsx_runtime.JSX.Element;
|
|
1322
|
+
|
|
1323
|
+
type AppHeaderProps = {
|
|
1324
|
+
actions?: ReactNode[];
|
|
1325
|
+
profileActions?: ReactNode[];
|
|
1326
|
+
appsMenu?: ReactNode;
|
|
1327
|
+
clientLogoUrl?: string;
|
|
1328
|
+
clientName?: string;
|
|
1329
|
+
userFullName: string;
|
|
1330
|
+
designation?: string;
|
|
1331
|
+
collapsed: boolean;
|
|
1332
|
+
institutionsData?: any[];
|
|
1333
|
+
profileSx?: any;
|
|
1334
|
+
onLogoutClick?: any;
|
|
1335
|
+
showActiveDevices?: boolean;
|
|
1336
|
+
headerSx?: SxProps;
|
|
1337
|
+
};
|
|
1338
|
+
declare const AppHeader: ({ actions, profileActions, profileSx, clientLogoUrl, onLogoutClick, designation, clientName, userFullName, collapsed, institutionsData, showActiveDevices, headerSx, }: AppHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1339
|
+
|
|
1340
|
+
type FloatingContainerProps = {
|
|
1341
|
+
title?: string;
|
|
1342
|
+
content: ReactNode;
|
|
1343
|
+
contentProps?: BoxProps;
|
|
1344
|
+
titleProps?: BoxProps;
|
|
1345
|
+
};
|
|
1346
|
+
declare const FloatingContent: (props: FloatingContainerProps) => react_jsx_runtime.JSX.Element;
|
|
1347
|
+
|
|
1348
|
+
type PageContentProps = {
|
|
1349
|
+
variant?: 'stepper' | 'standard' | 'side-panel';
|
|
1350
|
+
} & BoxProps;
|
|
1351
|
+
declare const PageContent: ({ variant, ...props }: PageContentProps) => react_jsx_runtime.JSX.Element;
|
|
1352
|
+
|
|
1353
|
+
type DensitySelectorProps = {
|
|
1354
|
+
menuProps?: Omit<MenuProps, 'open'>;
|
|
1355
|
+
menuListProps?: MenuListProps;
|
|
1356
|
+
uniqueId: string;
|
|
1357
|
+
};
|
|
1358
|
+
declare const DensitySelector: ({ uniqueId, ...props }: DensitySelectorProps) => react_jsx_runtime.JSX.Element;
|
|
1359
|
+
|
|
1360
|
+
type PageHeaderSingleState = {
|
|
1361
|
+
density: GridDensity;
|
|
1362
|
+
columnVisibilityModel: GridColumnVisibilityModel;
|
|
1363
|
+
filters: {
|
|
1364
|
+
search?: string;
|
|
1365
|
+
limit: number;
|
|
1366
|
+
offset: number;
|
|
1367
|
+
skip: number;
|
|
1368
|
+
[x: string]: any;
|
|
1369
|
+
};
|
|
1370
|
+
};
|
|
1371
|
+
type PageHeaderState = {
|
|
1372
|
+
[uniqueId: string]: PageHeaderSingleState;
|
|
1373
|
+
};
|
|
1374
|
+
|
|
1375
|
+
type ViewsProps = {
|
|
1376
|
+
type: string;
|
|
1377
|
+
axios: Axios;
|
|
1378
|
+
uniqueId: string;
|
|
1379
|
+
};
|
|
1380
|
+
|
|
1381
|
+
interface PageHeaderProps {
|
|
1382
|
+
uniqueId?: string;
|
|
1383
|
+
viewsSlot?: ReactNode;
|
|
1384
|
+
filterComponents?: ReactElement[];
|
|
1385
|
+
viewsProps?: Omit<ViewsProps, 'uniqueId'>;
|
|
1386
|
+
actions?: ReactNode[];
|
|
1387
|
+
columns?: GridColDef[];
|
|
1388
|
+
searchText?: string;
|
|
1389
|
+
defaultShowLabels?: string[];
|
|
1390
|
+
}
|
|
1391
|
+
declare const PageHeader: ({ uniqueId, actions, filterComponents, defaultShowLabels, columns, viewsSlot, searchText, viewsProps, }: PageHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1392
|
+
|
|
1393
|
+
interface TabsLayoutProps {
|
|
1394
|
+
menu: MenuItem[];
|
|
1395
|
+
}
|
|
1396
|
+
interface MenuItem {
|
|
1397
|
+
title: string;
|
|
1398
|
+
path: string;
|
|
1399
|
+
permissionKey?: string;
|
|
1400
|
+
}
|
|
1401
|
+
declare const TabsLayout: ({ menu }: TabsLayoutProps) => react_jsx_runtime.JSX.Element;
|
|
1402
|
+
|
|
1403
|
+
type TableColumnsSelectorProps = {
|
|
1404
|
+
columns: GridColDef[];
|
|
1405
|
+
menuProps?: Omit<MenuProps, 'open'>;
|
|
1406
|
+
menuListProps?: MenuListProps;
|
|
1407
|
+
uniqueId: string;
|
|
1408
|
+
};
|
|
1409
|
+
declare const FooterContainerContainer: _emotion_styled.StyledComponent<_mui_material.StackOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1410
|
+
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
1411
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | keyof _mui_material.StackOwnProps> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1412
|
+
declare const TableColumnsSelectorMenuFooter: ({ onClick, }: {
|
|
1413
|
+
onClick: () => void;
|
|
1414
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1415
|
+
declare const TableColumnsSelector: ({ columns, uniqueId, ...props }: TableColumnsSelectorProps) => react_jsx_runtime.JSX.Element;
|
|
1416
|
+
|
|
1417
|
+
type BreadcrumbsProps = {
|
|
1418
|
+
pathTrimCount: number;
|
|
1419
|
+
containerProps?: SxProps;
|
|
1420
|
+
actions?: ReactNode[];
|
|
1421
|
+
} & BreadcrumbsProps$1;
|
|
1422
|
+
declare const Breadcrumbs: ({ pathTrimCount, containerProps, actions, ...rest }: BreadcrumbsProps) => react_jsx_runtime.JSX.Element;
|
|
1423
|
+
|
|
1424
|
+
type ConfirmDialogType = 'confirm' | 'delete';
|
|
1425
|
+
type ConfirmDialogProps = {
|
|
1426
|
+
isOpen: boolean;
|
|
1427
|
+
title: string;
|
|
1428
|
+
message: string;
|
|
1429
|
+
onConfirm: () => void;
|
|
1430
|
+
onCancel: () => void;
|
|
1431
|
+
type: ConfirmDialogType;
|
|
1432
|
+
confirmButtonText?: string;
|
|
1433
|
+
cancelButtonText?: string;
|
|
1434
|
+
};
|
|
1435
|
+
declare const ConfirmDialog: React.FC<ConfirmDialogProps>;
|
|
1436
|
+
|
|
1437
|
+
type DialogProps = {
|
|
1438
|
+
content: (props: {
|
|
1439
|
+
close: () => void;
|
|
1440
|
+
}) => ReactNode;
|
|
1441
|
+
title?: string | undefined;
|
|
1442
|
+
onClose: () => void;
|
|
1443
|
+
} & Omit<DialogProps$1, 'content'>;
|
|
1444
|
+
declare const Dialog: ({ onClose, title, content, open, ...props }: DialogProps) => react_jsx_runtime.JSX.Element;
|
|
1445
|
+
|
|
1446
|
+
type DialogButtonProps = {
|
|
1447
|
+
anchor: (props: {
|
|
1448
|
+
open: () => void;
|
|
1449
|
+
}) => ReactNode;
|
|
1450
|
+
onDialogOpen?: () => void;
|
|
1451
|
+
onDialogClose?: () => void;
|
|
1452
|
+
} & Omit<DialogProps, 'open' | 'onClose'>;
|
|
1453
|
+
declare const DialogButton: ({ onDialogClose, onDialogOpen, anchor, ...props }: DialogButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1454
|
+
|
|
1455
|
+
declare const DropDownButton: (props: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1456
|
+
|
|
1457
|
+
declare const DropDownIcon: ({ icon, handleClick, }: {
|
|
1458
|
+
icon?: {
|
|
1459
|
+
icon?: ReactNode;
|
|
1460
|
+
iconProps?: IconButtonProps;
|
|
1461
|
+
outlined?: boolean;
|
|
1462
|
+
};
|
|
1463
|
+
handleClick: any;
|
|
1464
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1465
|
+
|
|
1466
|
+
type DropdownMenuProps = {
|
|
1467
|
+
anchor: (props: {
|
|
1468
|
+
open: (e: any) => void;
|
|
1469
|
+
}) => ReactNode;
|
|
1470
|
+
menu?: ReactNode[] | ((props: {
|
|
1471
|
+
close: () => void;
|
|
1472
|
+
}) => ReactNode[]);
|
|
1473
|
+
menuSlot?: (props: {
|
|
1474
|
+
close: () => void;
|
|
1475
|
+
}) => ReactNode;
|
|
1476
|
+
useMenuSlot?: boolean;
|
|
1477
|
+
menuProps?: Omit<MenuProps, 'open'>;
|
|
1478
|
+
menuListProps?: MenuListProps;
|
|
1479
|
+
menuListContainerSx?: StackProps['sx'];
|
|
1480
|
+
menuHeader?: ReactNode;
|
|
1481
|
+
menuFooter?: ReactNode;
|
|
1482
|
+
handleMenuScroll?: (event: any) => Promise<void>;
|
|
1483
|
+
};
|
|
1484
|
+
declare const DropdownMenu: ({ menuProps, menu, menuSlot, useMenuSlot, menuListProps, menuHeader, menuFooter, menuListContainerSx, anchor, handleMenuScroll, }: DropdownMenuProps) => react_jsx_runtime.JSX.Element;
|
|
1485
|
+
|
|
1486
|
+
type DropdownMenuItemProps = {
|
|
1487
|
+
icon?: ReactNode;
|
|
1488
|
+
label: ReactNode;
|
|
1489
|
+
sx?: SxProps;
|
|
1490
|
+
onClick: () => void;
|
|
1491
|
+
} & MenuItemProps;
|
|
1492
|
+
declare const DropdownMenuItem: ({ icon, label, onClick, sx, ...props }: DropdownMenuItemProps) => react_jsx_runtime.JSX.Element;
|
|
1493
|
+
|
|
1494
|
+
type PreviewFilesProps = {
|
|
1495
|
+
files: File[] | File | string[] | string | null;
|
|
1496
|
+
label?: string;
|
|
1497
|
+
onChange?: (newFiles: File[], deletedFile: File) => void;
|
|
1498
|
+
showDownload?: boolean;
|
|
1499
|
+
hideDelete?: boolean;
|
|
1500
|
+
sx?: SxProps;
|
|
1501
|
+
} & Omit<BoxProps, 'onChange'>;
|
|
1502
|
+
declare const PreviewFiles: ({ files, label, onChange, showDownload, hideDelete, sx, ...props }: PreviewFilesProps) => react_jsx_runtime.JSX.Element;
|
|
1503
|
+
|
|
1504
|
+
declare const Sidebar: ({ menu, collapsed, setCollapsed, }: {
|
|
1505
|
+
menu: SideMenuItemProps[];
|
|
1506
|
+
collapsed: boolean;
|
|
1507
|
+
setCollapsed: any;
|
|
1508
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1509
|
+
interface SideMenuItemProps {
|
|
1510
|
+
name: string;
|
|
1511
|
+
path: string;
|
|
1512
|
+
icon: ReactElement;
|
|
1513
|
+
permissionKey?: string;
|
|
1514
|
+
subMenu?: SubMenuItemProps[];
|
|
1515
|
+
menu?: SideMenuItemProps[];
|
|
1516
|
+
}
|
|
1517
|
+
interface SubMenuItemProps {
|
|
1518
|
+
name: string;
|
|
1519
|
+
path: string;
|
|
1520
|
+
permissionKey?: string;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
interface StepperProps {
|
|
1524
|
+
orientation: 'vertical' | 'horizontal';
|
|
1525
|
+
activeStep: number;
|
|
1526
|
+
steps: StepItem[];
|
|
1527
|
+
containerSx: SxProps;
|
|
1528
|
+
}
|
|
1529
|
+
interface StepItem {
|
|
1530
|
+
label: string;
|
|
1531
|
+
description?: string;
|
|
1532
|
+
}
|
|
1533
|
+
declare const Stepper: ({ orientation, steps, activeStep, containerSx, }: StepperProps) => react_jsx_runtime.JSX.Element;
|
|
1534
|
+
|
|
1535
|
+
interface CustomTabProps extends Omit<TabProps, 'component'> {
|
|
1536
|
+
key: string | number;
|
|
1537
|
+
component: React.ReactNode;
|
|
1538
|
+
highlight?: boolean;
|
|
1539
|
+
}
|
|
1540
|
+
interface TabsContainerProps {
|
|
1541
|
+
tabs: CustomTabProps[];
|
|
1542
|
+
onTabChange?: (tabKey: string) => void;
|
|
1543
|
+
currentTabIndex?: number;
|
|
1544
|
+
tabsProps: TabsProps;
|
|
1545
|
+
variant?: 'fixed' | 'dynamic';
|
|
1546
|
+
}
|
|
1547
|
+
declare const TabsContainer: ({ tabs, onTabChange, currentTabIndex, tabsProps, variant, }: TabsContainerProps) => react_jsx_runtime.JSX.Element;
|
|
1548
|
+
|
|
1549
|
+
type UploadDialogProps = {
|
|
1550
|
+
anchor: (props: {
|
|
1551
|
+
open: () => void;
|
|
1552
|
+
}) => ReactNode;
|
|
1553
|
+
onDialogOpen?: () => void;
|
|
1554
|
+
onDialogClose?: () => void;
|
|
1555
|
+
title?: string;
|
|
1556
|
+
sampleFileUrl?: string;
|
|
1557
|
+
onUpload: (file: File | File[]) => void;
|
|
1558
|
+
acceptFileType?: string;
|
|
1559
|
+
loading?: boolean;
|
|
1560
|
+
} & Omit<DialogProps, 'content' | 'onClose' | 'open'>;
|
|
1561
|
+
declare const UploadDialog: ({ onUpload, sampleFileUrl, acceptFileType, loading, title, anchor, onDialogClose, onDialogOpen, ...props }: UploadDialogProps) => react_jsx_runtime.JSX.Element;
|
|
1562
|
+
|
|
1563
|
+
declare const usePageHeader: (defaultFilters?: {
|
|
1564
|
+
[x: string]: any;
|
|
1565
|
+
}) => {
|
|
1566
|
+
columnVisibilityModel: _mui_x_data_grid.GridColumnVisibilityModel;
|
|
1567
|
+
density: _mui_x_data_grid.GridDensity;
|
|
1568
|
+
filters: {
|
|
1569
|
+
[x: string]: any;
|
|
1570
|
+
search?: string;
|
|
1571
|
+
limit: number;
|
|
1572
|
+
offset: number;
|
|
1573
|
+
skip: number;
|
|
1574
|
+
};
|
|
1575
|
+
uniqueId: string;
|
|
1576
|
+
resetState: () => void;
|
|
1577
|
+
setDefaultFilters: (defaultFilters: {
|
|
1578
|
+
[x: string]: any;
|
|
1579
|
+
}) => void;
|
|
1580
|
+
onPageChange: (offset: number) => void;
|
|
1581
|
+
onLimitChange: (limit: number) => void;
|
|
1582
|
+
};
|
|
1583
|
+
|
|
1584
|
+
declare const useParams: () => {
|
|
1585
|
+
[x: string]: {
|
|
1586
|
+
id: string | number;
|
|
1587
|
+
slug: string;
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
|
|
1591
|
+
declare const useUrlParams: () => {
|
|
1592
|
+
[x: string]: string;
|
|
1593
|
+
};
|
|
1594
|
+
|
|
1595
|
+
declare const reactBlueprintReducers: {
|
|
1596
|
+
pageHeader: redux.Reducer<PageHeaderState>;
|
|
1597
|
+
};
|
|
1598
|
+
|
|
1599
|
+
declare const darkTheme: CustomTheme;
|
|
1600
|
+
|
|
1601
|
+
declare const lightTheme: CustomTheme;
|
|
1602
|
+
|
|
1603
|
+
declare const MuiThemeProvider: ({ children, theme, }: {
|
|
1604
|
+
children: ReactNode;
|
|
1605
|
+
theme?: any;
|
|
1606
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1607
|
+
|
|
1608
|
+
declare const getBreadcrumbsCharacter: () => string;
|
|
1609
|
+
type CreateUrlSlug = {
|
|
1610
|
+
name: string;
|
|
1611
|
+
id: string | number;
|
|
1612
|
+
};
|
|
1613
|
+
declare const createBreadcrumbIdSlug: ({ name, id }: CreateUrlSlug) => string;
|
|
1614
|
+
declare const splitBreadcrumbIdSlug: (param: string) => {
|
|
1615
|
+
name: string;
|
|
1616
|
+
id: string;
|
|
1617
|
+
};
|
|
1618
|
+
|
|
1619
|
+
declare const isLocal: boolean;
|
|
1620
|
+
declare const isDevelopment: boolean;
|
|
1621
|
+
|
|
1622
|
+
export { AccordionGroup, ActivityLogView, Alert, AnimatedGIFs, AppHeader, BarChart, Breadcrumbs, Button, Card, CellContainer, CenterBox, CircularAvatar, ConfirmDialog, DataTable, DatePicker, DateTimePicker, DensitySelector, Dialog, DialogButton, DropDownButton, DropDownIcon, DropdownMenu, DropdownMenuItem, EditableDataTable, EditableTableCore, EmptyIllustration, FileUpload, FloatingContent, FooterContainerContainer, FormControlWrapper, FormWrapper, IconButtons, Icons, InternalServerError, LineChart, MuiThemeProvider, MultiCheckBox, NoInterneConnection, NoItemFound, PageContent, PageHeader, PageNotFound, PasswordField, PieChart, PreviewFiles, RadioGroup, SearchBar, Select, SidePanel, SidePanelVariables, Sidebar, SingleCheckBox, SingleSelect, Snackbar, Spinner, SquareAvatar, StatusCard, Stepper, StyledContainer, Svgs, Switch, TableColumnsSelector, TableColumnsSelectorMenuFooter, TabsContainer, TabsLayout, TextField, TimePicker, Timeline, ToolTipContent, Tooltip, Tutorial, Typography, UnAuthorized, UploadDialog, createBreadcrumbIdSlug, darkTheme, getBreadcrumbsCharacter, isDevelopment, isLocal, lightTheme, reactBlueprintReducers, splitBreadcrumbIdSlug, usePageHeader, useParams, useUrlParams };
|
|
1623
|
+
export type { Activity, ActivityAction, AlertProps, AppHeaderProps, BarChartProps, BreadcrumbsProps, ButtonConfig, ButtonProps, CardProps, CheckboxProps, CircularAvatarProps, ConfirmDialogProps, ConfirmDialogType, DataTableProps, DensitySelectorProps, DialogButtonProps, DialogProps, DropdownMenuItemProps, DropdownMenuProps, EditableDataTableProps, FileUploadProps, FloatingContainerProps, FormActionsProps, IconComponent, IconProps, IconsType, LineChartProps, MultiCheckboxProps, PageContentProps, PasswordFieldProps, PieChartProps, PreviewFilesProps, RadioGroupProps, SearchBarProps, SelectProps, Severity, SideMenuItemProps, SidePanelProps, SingleSelectProps, SnackbarProps, SquareAvatarProps, StatusCardProps, SubMenuItemProps, SwitchProps, TableColumnsSelectorProps, TabsContainerProps, TextFieldProps, TimelineItems, TimelineProps, TooltipContentProps, TooltipProps, TypographyProps, UploadDialogProps };
|