@campxdev/react-blueprint 2.3.10 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -21
- package/dist/README.md +32 -21
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/Icons.d.ts +0 -179
- package/dist/cjs/types/src/components/Charts/BarChart/BarChart.d.ts +13 -34
- package/dist/cjs/types/src/components/Charts/BarChart/HorizontalBarChart.d.ts +38 -0
- package/dist/cjs/types/src/components/Charts/BarChart/VerticalBarChart.d.ts +45 -0
- package/dist/cjs/types/src/components/Charts/LineChart/LineChart.d.ts +7 -3
- package/dist/cjs/types/src/components/Charts/PieChart/PieChart.d.ts +6 -3
- package/dist/cjs/types/src/components/Charts/TreeMap/TreeMap.d.ts +8 -10
- package/dist/cjs/types/src/components/Charts/export.d.ts +1 -1
- package/dist/cjs/types/src/components/Charts/types/types.d.ts +5 -5
- package/dist/cjs/types/src/components/DataDisplay/Accordion/Accordion.d.ts +12 -7
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/ActivityLogFilter.d.ts +10 -0
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/ActivityLogView.d.ts +3 -4
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/service.d.ts +0 -4
- package/dist/cjs/types/src/components/DataDisplay/Avatar/Avatar.d.ts +7 -8
- package/dist/cjs/types/src/components/DataDisplay/Card/Card.d.ts +60 -38
- package/dist/cjs/types/src/components/DataDisplay/Chip/Chip.d.ts +7 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/DataTable.d.ts +37 -7
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/CardsView.d.ts +3 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ColumnSelector/ColumnSelector.d.ts +8 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/DensitySelector/DensitySelector.d.ts +5 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableActionHeader.d.ts +14 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableSelectionHeader.d.ts +8 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TablePagination.d.ts +9 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/TableView.d.ts +20 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ViewList/CreateViewForm.d.ts +8 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ViewList/ResponsiveViews.d.ts +10 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/ViewList/ViewButton.d.ts +20 -0
- package/dist/cjs/types/src/components/DataDisplay/DataTable/components/utils.d.ts +19 -0
- package/dist/cjs/types/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.d.ts +4 -8
- package/dist/cjs/types/src/components/DataDisplay/Separator/Separator.d.ts +9 -0
- package/dist/cjs/types/src/components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
- package/dist/cjs/types/src/components/DataDisplay/StatusCard/StatusCard.d.ts +3 -4
- package/dist/cjs/types/src/components/DataDisplay/Timeline/Timeline.d.ts +4 -3
- package/dist/cjs/types/src/components/DataDisplay/Typography/Typography.d.ts +2 -2
- package/dist/cjs/types/src/components/DataDisplay/export.d.ts +3 -3
- package/dist/cjs/types/src/components/Feedback/Alert/Alert.d.ts +5 -3
- package/dist/cjs/types/src/components/Feedback/Snackbar/Snackbar.d.ts +10 -3
- package/dist/cjs/types/src/components/Feedback/Spinner/Spinner.d.ts +0 -1
- package/dist/cjs/types/src/components/Feedback/Tooltip/Tooltip.d.ts +8 -5
- package/dist/cjs/types/src/components/Feedback/export.d.ts +0 -2
- package/dist/cjs/types/src/components/Image/Image.d.ts +4 -3
- package/dist/cjs/types/src/components/Input/Button/Button.d.ts +11 -7
- package/dist/cjs/types/src/components/Input/DatePicker/DatePicker.d.ts +29 -11
- package/dist/cjs/types/src/components/Input/DateTimePicker/DateTimePicker.d.ts +31 -10
- package/dist/cjs/types/src/components/Input/FileUpload/FileUpload.d.ts +4 -4
- package/dist/cjs/types/src/components/Input/FormActions/FormActions.d.ts +3 -4
- package/dist/cjs/types/src/components/Input/FormControlWrapper/FormControlWrapper.d.ts +2 -3
- package/dist/cjs/types/src/components/Input/FormWrapper/FormWrapper.d.ts +2 -3
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/DeleteButton.d.ts +1 -1
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/EditButton.d.ts +1 -1
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/RedirectButton.d.ts +1 -1
- package/dist/cjs/types/src/components/Input/IconButtons/IconButtons/ViewButton.d.ts +1 -1
- package/dist/cjs/types/src/components/Input/LabelWrapper/LabelWrapper.d.ts +4 -4
- package/dist/cjs/types/src/components/Input/MultiCheckBox/MultiCheckBox.d.ts +4 -5
- package/dist/cjs/types/src/components/Input/MultiSelect/MultiSelect.d.ts +40 -0
- package/dist/cjs/types/src/components/Input/MultiSelect/components/MenuFooter.d.ts +3 -0
- package/dist/cjs/types/src/components/Input/MultiSelect/components/MultiSelectFilter.d.ts +14 -0
- package/dist/cjs/types/src/components/Input/MultiSelect/components/MultiSelectInput.d.ts +14 -0
- package/dist/cjs/types/src/components/Input/MultiSelect/components/OptionsLoader.d.ts +3 -0
- package/dist/cjs/types/src/components/Input/MultiSelect/multiSelectReducer.d.ts +46 -0
- package/dist/cjs/types/src/components/Input/MultiSelect/utils.d.ts +14 -0
- package/dist/cjs/types/src/components/Input/OtpInput/OtpInput.d.ts +3 -4
- package/dist/cjs/types/src/components/Input/PasswordField/PasswordField.d.ts +13 -4
- package/dist/cjs/types/src/components/Input/RadioGroup/RadioGroup.d.ts +14 -7
- package/dist/cjs/types/src/components/Input/SearchBar/SearchBar.d.ts +6 -4
- package/dist/cjs/types/src/components/Input/Select/Select.d.ts +9 -9
- package/dist/cjs/types/src/components/Input/SingleCheckBox/SingleCheckBox.d.ts +11 -8
- package/dist/cjs/types/src/components/Input/SingleSelect/SingleSelect.d.ts +6 -13
- package/dist/cjs/types/src/components/Input/SingleSelect/components/SingleFilter.d.ts +3 -10
- package/dist/cjs/types/src/components/Input/SingleSelect/components/SingleInput.d.ts +3 -10
- package/dist/cjs/types/src/components/Input/SingleSelect/singleSelectReducer.d.ts +1 -0
- package/dist/cjs/types/src/components/Input/Switch/Switch.d.ts +6 -3
- package/dist/cjs/types/src/components/Input/Tags/Tags.d.ts +3 -1
- package/dist/cjs/types/src/components/Input/TextField/TextField.d.ts +9 -4
- package/dist/cjs/types/src/components/Input/export.d.ts +1 -1
- package/dist/cjs/types/src/components/Layout/AppLayout/components/MenuToggleButton.d.ts +7 -0
- package/dist/cjs/types/src/components/Layout/AppLayout/components/Sidebar/Sidebar.d.ts +2 -1
- package/dist/cjs/types/src/components/Layout/AppLayout/components/Sidebar/StyledComponents.d.ts +38 -0
- package/dist/cjs/types/src/components/Layout/AppLayout/components/UserProfilePopup.d.ts +2 -20
- package/dist/cjs/types/src/components/Layout/AppLayout/context/SidebarContext.d.ts +13 -0
- package/dist/cjs/types/src/components/Layout/AppLayout/index.d.ts +2 -3
- package/dist/cjs/types/src/components/Layout/AppLayout/types.d.ts +5 -7
- package/dist/cjs/types/src/components/Layout/PageContent/PageContent.d.ts +8 -5
- package/dist/cjs/types/src/components/Layout/PageHeader/PageHeader.d.ts +19 -11
- package/dist/cjs/types/src/components/Layout/PageHeader/components/SearchBar.d.ts +4 -3
- package/dist/cjs/types/src/components/Layout/Sheet/Sheet.d.ts +1 -0
- package/dist/cjs/types/src/components/Layout/export.d.ts +2 -5
- package/dist/cjs/types/src/components/Navigation/Breadcrumbs/Breadcrumbs.d.ts +3 -6
- package/dist/cjs/types/src/components/Navigation/Calendar/Calendar.d.ts +1 -0
- package/dist/cjs/types/src/components/Navigation/Calendar/types.d.ts +1 -2
- package/dist/cjs/types/src/components/Navigation/ConfirmDialog/ConfirmDialog.d.ts +3 -0
- package/dist/cjs/types/src/components/Navigation/Dialog/Dialog.d.ts +9 -4
- package/dist/cjs/types/src/components/Navigation/DialogButton/DialogButton.d.ts +11 -3
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropDownIcon.d.ts +1 -2
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropDownMenu.d.ts +5 -5
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/DropdownMenuItem.d.ts +5 -4
- package/dist/cjs/types/src/components/Navigation/PreviewFiles/PreviewFiles.d.ts +3 -4
- package/dist/cjs/types/src/components/Navigation/Stepper/HorizontalStepper.d.ts +4 -0
- package/dist/cjs/types/src/components/Navigation/Stepper/Stepper.d.ts +26 -38
- package/dist/cjs/types/src/components/Navigation/Stepper/VerticalStepper.d.ts +4 -0
- package/dist/cjs/types/src/components/Navigation/Stepper/utils.d.ts +25 -0
- package/dist/cjs/types/src/components/Navigation/TabsContainer/TabsContainer.d.ts +8 -4
- package/dist/cjs/types/src/components/Navigation/UploadDialog/UploadDialog.d.ts +2 -3
- package/dist/cjs/types/src/components/Navigation/export.d.ts +0 -2
- package/dist/cjs/types/src/hooks/export.d.ts +1 -0
- package/dist/cjs/types/src/hooks/useMediaQuery.d.ts +6 -0
- package/dist/cjs/types/src/hooks/usePageHeader.d.ts +6 -2
- package/dist/cjs/types/src/lib/export.d.ts +1 -0
- package/dist/cjs/types/src/lib/utils.d.ts +2 -0
- package/dist/cjs/types/src/redux/slices/pageHeaderSlice.d.ts +6 -4
- package/dist/cjs/types/src/shadcn-components/Charts/Chart.d.ts +40 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Accordion/Accordion.d.ts +7 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Avatar/Avatar.d.ts +6 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Badge/Badge.d.ts +9 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Card/Card.d.ts +9 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Dialog/Dialog.d.ts +15 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Seperator/Seperator.d.ts +4 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Table/Pagination.d.ts +13 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Table/Table.d.ts +10 -0
- package/dist/cjs/types/src/shadcn-components/DataDisplay/Typography/Typography.d.ts +11 -0
- package/dist/cjs/types/src/shadcn-components/Feedback/Altert/Alert.d.ts +9 -0
- package/dist/cjs/types/src/shadcn-components/Feedback/Tooltip/Tooltip.d.ts +7 -0
- package/dist/cjs/types/src/shadcn-components/Input/Button/Button.d.ts +10 -0
- package/dist/cjs/types/src/shadcn-components/Input/Calendar/Calendar.d.ts +8 -0
- package/dist/cjs/types/src/shadcn-components/Input/Checkbox/Checkbox.d.ts +4 -0
- package/dist/cjs/types/src/shadcn-components/Input/Command/Command.d.ts +18 -0
- package/dist/cjs/types/src/shadcn-components/Input/Input/Input.d.ts +3 -0
- package/dist/cjs/types/src/shadcn-components/Input/Label/Label.d.ts +4 -0
- package/dist/cjs/types/src/shadcn-components/Input/Popover/Popover.d.ts +7 -0
- package/dist/cjs/types/src/shadcn-components/Input/RadioGroup/RadioGroup.d.ts +5 -0
- package/dist/cjs/types/src/shadcn-components/Input/Select/Select.d.ts +13 -0
- package/dist/cjs/types/src/shadcn-components/Input/Switch/Switch.d.ts +4 -0
- package/dist/cjs/types/src/shadcn-components/Layout/Sheet/Sheet.d.ts +13 -0
- package/dist/cjs/types/src/shadcn-components/Navigation/Breadcrumb/Breadcrumb.d.ts +11 -0
- package/dist/cjs/types/src/shadcn-components/Navigation/DropdownMenu/DropdownMenu.d.ts +25 -0
- package/dist/cjs/types/src/shadcn-components/Navigation/Tabs/Tabs.d.ts +7 -0
- package/dist/cjs/types/src/stories/Charts/BarChart.stories.d.ts +17 -55
- package/dist/cjs/types/src/stories/Charts/LineChart.stories.d.ts +11 -52
- package/dist/cjs/types/src/stories/Charts/PieChart.stories.d.ts +7 -86
- package/dist/cjs/types/src/stories/Charts/Treemap.stories.d.ts +5 -4
- package/dist/cjs/types/src/stories/DataDisplay/Accordion.stories.d.ts +9 -0
- package/dist/cjs/types/src/stories/DataDisplay/Card.stories.d.ts +17 -44
- package/dist/cjs/types/src/stories/DataDisplay/Chip.stories.d.ts +8 -0
- package/dist/cjs/types/src/stories/DataDisplay/CircularAvatar.stories.d.ts +8 -14
- package/dist/cjs/types/src/stories/DataDisplay/Seperator.stories.d.ts +9 -0
- package/dist/cjs/types/src/stories/DataDisplay/Skeleton.stories.d.ts +12 -0
- package/dist/cjs/types/src/stories/DataDisplay/StatusCard.stories.d.ts +4 -2
- package/dist/cjs/types/src/stories/DataDisplay/Timeline.stories.d.ts +4 -40
- package/dist/cjs/types/src/stories/DesignSystem/typography.stories.d.ts +9 -5
- package/dist/cjs/types/src/stories/Feedback/Alert.stories.d.ts +5 -1
- package/dist/cjs/types/src/stories/Feedback/Tooltip.stories.d.ts +2 -0
- package/dist/cjs/types/src/stories/Image/Image.stories.d.ts +11 -0
- package/dist/cjs/types/src/stories/Input/Button.stories.d.ts +17 -28
- package/dist/cjs/types/src/stories/Input/DatePicker.stories.d.ts +10 -74
- package/dist/cjs/types/src/stories/Input/DateTimePicker.stories.d.ts +15 -10
- package/dist/cjs/types/src/stories/Input/FileUpload.stories.d.ts +13 -0
- package/dist/cjs/types/src/stories/Input/HelpButton.stories.d.ts +10 -0
- package/dist/cjs/types/src/stories/Input/MultiCheckBox.stories.d.ts +4 -0
- package/dist/cjs/types/src/stories/Input/MultiSelect.stories.d.ts +204 -0
- package/dist/cjs/types/src/stories/Input/OtpInput.stories.d.ts +8 -8
- package/dist/cjs/types/src/stories/Input/Password.stories.d.ts +9 -10
- package/dist/cjs/types/src/stories/Input/RadioGroup.stories.d.ts +11 -17
- package/dist/cjs/types/src/stories/Input/SearchBar.stories.d.ts +3 -1
- package/dist/cjs/types/src/stories/Input/Select.stories.d.ts +6 -1
- package/dist/cjs/types/src/stories/Input/SingleCheckBox.stories.d.ts +4 -0
- package/dist/cjs/types/src/stories/Input/SingleSelect.stories.d.ts +121 -23
- package/dist/cjs/types/src/stories/Input/Switch.stories.d.ts +10 -28
- package/dist/cjs/types/src/stories/Input/Tags.stories.d.ts +9 -10
- package/dist/cjs/types/src/stories/Input/TextField.stories.d.ts +13 -24
- package/dist/cjs/types/src/stories/Navigation/ConfirmDialog.stories.d.ts +4 -1
- package/dist/cjs/types/src/stories/Navigation/DialogButton.stories.d.ts +1 -0
- package/dist/cjs/types/src/stories/Navigation/ImportDialog.stories.d.ts +1 -1
- package/dist/cjs/types/src/stories/Navigation/Stepper.stories.d.ts +6 -1
- package/dist/cjs/types/src/stories/Navigation/TabsContainer.stories.d.ts +4 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/src/components/Assets/Icons/Icons.d.ts +0 -179
- package/dist/esm/types/src/components/Charts/BarChart/BarChart.d.ts +13 -34
- package/dist/esm/types/src/components/Charts/BarChart/HorizontalBarChart.d.ts +38 -0
- package/dist/esm/types/src/components/Charts/BarChart/VerticalBarChart.d.ts +45 -0
- package/dist/esm/types/src/components/Charts/LineChart/LineChart.d.ts +7 -3
- package/dist/esm/types/src/components/Charts/PieChart/PieChart.d.ts +6 -3
- package/dist/esm/types/src/components/Charts/TreeMap/TreeMap.d.ts +8 -10
- package/dist/esm/types/src/components/Charts/export.d.ts +1 -1
- package/dist/esm/types/src/components/Charts/types/types.d.ts +5 -5
- package/dist/esm/types/src/components/DataDisplay/Accordion/Accordion.d.ts +12 -7
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/ActivityLogFilter.d.ts +10 -0
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/ActivityLogView.d.ts +3 -4
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/service.d.ts +0 -4
- package/dist/esm/types/src/components/DataDisplay/Avatar/Avatar.d.ts +7 -8
- package/dist/esm/types/src/components/DataDisplay/Card/Card.d.ts +60 -38
- package/dist/esm/types/src/components/DataDisplay/Chip/Chip.d.ts +7 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/DataTable.d.ts +37 -7
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/CardsView.d.ts +3 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/ColumnSelector/ColumnSelector.d.ts +8 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/DensitySelector/DensitySelector.d.ts +5 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableActionHeader.d.ts +14 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/TableHeaders/TableSelectionHeader.d.ts +8 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/TablePagination.d.ts +9 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/TableView.d.ts +20 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/ViewList/CreateViewForm.d.ts +8 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/ViewList/ResponsiveViews.d.ts +10 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/ViewList/ViewButton.d.ts +20 -0
- package/dist/esm/types/src/components/DataDisplay/DataTable/components/utils.d.ts +19 -0
- package/dist/esm/types/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.d.ts +4 -8
- package/dist/esm/types/src/components/DataDisplay/Separator/Separator.d.ts +9 -0
- package/dist/esm/types/src/components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
- package/dist/esm/types/src/components/DataDisplay/StatusCard/StatusCard.d.ts +3 -4
- package/dist/esm/types/src/components/DataDisplay/Timeline/Timeline.d.ts +4 -3
- package/dist/esm/types/src/components/DataDisplay/Typography/Typography.d.ts +2 -2
- package/dist/esm/types/src/components/DataDisplay/export.d.ts +3 -3
- package/dist/esm/types/src/components/Feedback/Alert/Alert.d.ts +5 -3
- package/dist/esm/types/src/components/Feedback/Snackbar/Snackbar.d.ts +10 -3
- package/dist/esm/types/src/components/Feedback/Spinner/Spinner.d.ts +0 -1
- package/dist/esm/types/src/components/Feedback/Tooltip/Tooltip.d.ts +8 -5
- package/dist/esm/types/src/components/Feedback/export.d.ts +0 -2
- package/dist/esm/types/src/components/Image/Image.d.ts +4 -3
- package/dist/esm/types/src/components/Input/Button/Button.d.ts +11 -7
- package/dist/esm/types/src/components/Input/DatePicker/DatePicker.d.ts +29 -11
- package/dist/esm/types/src/components/Input/DateTimePicker/DateTimePicker.d.ts +31 -10
- package/dist/esm/types/src/components/Input/FileUpload/FileUpload.d.ts +4 -4
- package/dist/esm/types/src/components/Input/FormActions/FormActions.d.ts +3 -4
- package/dist/esm/types/src/components/Input/FormControlWrapper/FormControlWrapper.d.ts +2 -3
- package/dist/esm/types/src/components/Input/FormWrapper/FormWrapper.d.ts +2 -3
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/DeleteButton.d.ts +1 -1
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/EditButton.d.ts +1 -1
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/RedirectButton.d.ts +1 -1
- package/dist/esm/types/src/components/Input/IconButtons/IconButtons/ViewButton.d.ts +1 -1
- package/dist/esm/types/src/components/Input/LabelWrapper/LabelWrapper.d.ts +4 -4
- package/dist/esm/types/src/components/Input/MultiCheckBox/MultiCheckBox.d.ts +4 -5
- package/dist/esm/types/src/components/Input/MultiSelect/MultiSelect.d.ts +40 -0
- package/dist/esm/types/src/components/Input/MultiSelect/components/MenuFooter.d.ts +3 -0
- package/dist/esm/types/src/components/Input/MultiSelect/components/MultiSelectFilter.d.ts +14 -0
- package/dist/esm/types/src/components/Input/MultiSelect/components/MultiSelectInput.d.ts +14 -0
- package/dist/esm/types/src/components/Input/MultiSelect/components/OptionsLoader.d.ts +3 -0
- package/dist/esm/types/src/components/Input/MultiSelect/multiSelectReducer.d.ts +46 -0
- package/dist/esm/types/src/components/Input/MultiSelect/utils.d.ts +14 -0
- package/dist/esm/types/src/components/Input/OtpInput/OtpInput.d.ts +3 -4
- package/dist/esm/types/src/components/Input/PasswordField/PasswordField.d.ts +13 -4
- package/dist/esm/types/src/components/Input/RadioGroup/RadioGroup.d.ts +14 -7
- package/dist/esm/types/src/components/Input/SearchBar/SearchBar.d.ts +6 -4
- package/dist/esm/types/src/components/Input/Select/Select.d.ts +9 -9
- package/dist/esm/types/src/components/Input/SingleCheckBox/SingleCheckBox.d.ts +11 -8
- package/dist/esm/types/src/components/Input/SingleSelect/SingleSelect.d.ts +6 -13
- package/dist/esm/types/src/components/Input/SingleSelect/components/SingleFilter.d.ts +3 -10
- package/dist/esm/types/src/components/Input/SingleSelect/components/SingleInput.d.ts +3 -10
- package/dist/esm/types/src/components/Input/SingleSelect/singleSelectReducer.d.ts +1 -0
- package/dist/esm/types/src/components/Input/Switch/Switch.d.ts +6 -3
- package/dist/esm/types/src/components/Input/Tags/Tags.d.ts +3 -1
- package/dist/esm/types/src/components/Input/TextField/TextField.d.ts +9 -4
- package/dist/esm/types/src/components/Input/export.d.ts +1 -1
- package/dist/esm/types/src/components/Layout/AppLayout/components/MenuToggleButton.d.ts +7 -0
- package/dist/esm/types/src/components/Layout/AppLayout/components/Sidebar/Sidebar.d.ts +2 -1
- package/dist/esm/types/src/components/Layout/AppLayout/components/Sidebar/StyledComponents.d.ts +38 -0
- package/dist/esm/types/src/components/Layout/AppLayout/components/UserProfilePopup.d.ts +2 -20
- package/dist/esm/types/src/components/Layout/AppLayout/context/SidebarContext.d.ts +13 -0
- package/dist/esm/types/src/components/Layout/AppLayout/index.d.ts +2 -3
- package/dist/esm/types/src/components/Layout/AppLayout/types.d.ts +5 -7
- package/dist/esm/types/src/components/Layout/PageContent/PageContent.d.ts +8 -5
- package/dist/esm/types/src/components/Layout/PageHeader/PageHeader.d.ts +19 -11
- package/dist/esm/types/src/components/Layout/PageHeader/components/SearchBar.d.ts +4 -3
- package/dist/esm/types/src/components/Layout/Sheet/Sheet.d.ts +1 -0
- package/dist/esm/types/src/components/Layout/export.d.ts +2 -5
- package/dist/esm/types/src/components/Navigation/Breadcrumbs/Breadcrumbs.d.ts +3 -6
- package/dist/esm/types/src/components/Navigation/Calendar/Calendar.d.ts +1 -0
- package/dist/esm/types/src/components/Navigation/Calendar/types.d.ts +1 -2
- package/dist/esm/types/src/components/Navigation/ConfirmDialog/ConfirmDialog.d.ts +3 -0
- package/dist/esm/types/src/components/Navigation/Dialog/Dialog.d.ts +9 -4
- package/dist/esm/types/src/components/Navigation/DialogButton/DialogButton.d.ts +11 -3
- package/dist/esm/types/src/components/Navigation/DropDownMenu/DropDownIcon.d.ts +1 -2
- package/dist/esm/types/src/components/Navigation/DropDownMenu/DropDownMenu.d.ts +5 -5
- package/dist/esm/types/src/components/Navigation/DropDownMenu/DropdownMenuItem.d.ts +5 -4
- package/dist/esm/types/src/components/Navigation/PreviewFiles/PreviewFiles.d.ts +3 -4
- package/dist/esm/types/src/components/Navigation/Stepper/HorizontalStepper.d.ts +4 -0
- package/dist/esm/types/src/components/Navigation/Stepper/Stepper.d.ts +26 -38
- package/dist/esm/types/src/components/Navigation/Stepper/VerticalStepper.d.ts +4 -0
- package/dist/esm/types/src/components/Navigation/Stepper/utils.d.ts +25 -0
- package/dist/esm/types/src/components/Navigation/TabsContainer/TabsContainer.d.ts +8 -4
- package/dist/esm/types/src/components/Navigation/UploadDialog/UploadDialog.d.ts +2 -3
- package/dist/esm/types/src/components/Navigation/export.d.ts +0 -2
- package/dist/esm/types/src/hooks/export.d.ts +1 -0
- package/dist/esm/types/src/hooks/useMediaQuery.d.ts +6 -0
- package/dist/esm/types/src/hooks/usePageHeader.d.ts +6 -2
- package/dist/esm/types/src/lib/export.d.ts +1 -0
- package/dist/esm/types/src/lib/utils.d.ts +2 -0
- package/dist/esm/types/src/redux/slices/pageHeaderSlice.d.ts +6 -4
- package/dist/esm/types/src/shadcn-components/Charts/Chart.d.ts +40 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Accordion/Accordion.d.ts +7 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Avatar/Avatar.d.ts +6 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Badge/Badge.d.ts +9 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Card/Card.d.ts +9 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Dialog/Dialog.d.ts +15 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Seperator/Seperator.d.ts +4 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Skeleton/Skeleton.d.ts +2 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Table/Pagination.d.ts +13 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Table/Table.d.ts +10 -0
- package/dist/esm/types/src/shadcn-components/DataDisplay/Typography/Typography.d.ts +11 -0
- package/dist/esm/types/src/shadcn-components/Feedback/Altert/Alert.d.ts +9 -0
- package/dist/esm/types/src/shadcn-components/Feedback/Tooltip/Tooltip.d.ts +7 -0
- package/dist/esm/types/src/shadcn-components/Input/Button/Button.d.ts +10 -0
- package/dist/esm/types/src/shadcn-components/Input/Calendar/Calendar.d.ts +8 -0
- package/dist/esm/types/src/shadcn-components/Input/Checkbox/Checkbox.d.ts +4 -0
- package/dist/esm/types/src/shadcn-components/Input/Command/Command.d.ts +18 -0
- package/dist/esm/types/src/shadcn-components/Input/Input/Input.d.ts +3 -0
- package/dist/esm/types/src/shadcn-components/Input/Label/Label.d.ts +4 -0
- package/dist/esm/types/src/shadcn-components/Input/Popover/Popover.d.ts +7 -0
- package/dist/esm/types/src/shadcn-components/Input/RadioGroup/RadioGroup.d.ts +5 -0
- package/dist/esm/types/src/shadcn-components/Input/Select/Select.d.ts +13 -0
- package/dist/esm/types/src/shadcn-components/Input/Switch/Switch.d.ts +4 -0
- package/dist/esm/types/src/shadcn-components/Layout/Sheet/Sheet.d.ts +13 -0
- package/dist/esm/types/src/shadcn-components/Navigation/Breadcrumb/Breadcrumb.d.ts +11 -0
- package/dist/esm/types/src/shadcn-components/Navigation/DropdownMenu/DropdownMenu.d.ts +25 -0
- package/dist/esm/types/src/shadcn-components/Navigation/Tabs/Tabs.d.ts +7 -0
- package/dist/esm/types/src/stories/Charts/BarChart.stories.d.ts +17 -55
- package/dist/esm/types/src/stories/Charts/LineChart.stories.d.ts +11 -52
- package/dist/esm/types/src/stories/Charts/PieChart.stories.d.ts +7 -86
- package/dist/esm/types/src/stories/Charts/Treemap.stories.d.ts +5 -4
- package/dist/esm/types/src/stories/DataDisplay/Accordion.stories.d.ts +9 -0
- package/dist/esm/types/src/stories/DataDisplay/Card.stories.d.ts +17 -44
- package/dist/esm/types/src/stories/DataDisplay/Chip.stories.d.ts +8 -0
- package/dist/esm/types/src/stories/DataDisplay/CircularAvatar.stories.d.ts +8 -14
- package/dist/esm/types/src/stories/DataDisplay/Seperator.stories.d.ts +9 -0
- package/dist/esm/types/src/stories/DataDisplay/Skeleton.stories.d.ts +12 -0
- package/dist/esm/types/src/stories/DataDisplay/StatusCard.stories.d.ts +4 -2
- package/dist/esm/types/src/stories/DataDisplay/Timeline.stories.d.ts +4 -40
- package/dist/esm/types/src/stories/DesignSystem/typography.stories.d.ts +9 -5
- package/dist/esm/types/src/stories/Feedback/Alert.stories.d.ts +5 -1
- package/dist/esm/types/src/stories/Feedback/Tooltip.stories.d.ts +2 -0
- package/dist/esm/types/src/stories/Image/Image.stories.d.ts +11 -0
- package/dist/esm/types/src/stories/Input/Button.stories.d.ts +17 -28
- package/dist/esm/types/src/stories/Input/DatePicker.stories.d.ts +10 -74
- package/dist/esm/types/src/stories/Input/DateTimePicker.stories.d.ts +15 -10
- package/dist/esm/types/src/stories/Input/FileUpload.stories.d.ts +13 -0
- package/dist/esm/types/src/stories/Input/HelpButton.stories.d.ts +10 -0
- package/dist/esm/types/src/stories/Input/MultiCheckBox.stories.d.ts +4 -0
- package/dist/esm/types/src/stories/Input/MultiSelect.stories.d.ts +204 -0
- package/dist/esm/types/src/stories/Input/OtpInput.stories.d.ts +8 -8
- package/dist/esm/types/src/stories/Input/Password.stories.d.ts +9 -10
- package/dist/esm/types/src/stories/Input/RadioGroup.stories.d.ts +11 -17
- package/dist/esm/types/src/stories/Input/SearchBar.stories.d.ts +3 -1
- package/dist/esm/types/src/stories/Input/Select.stories.d.ts +6 -1
- package/dist/esm/types/src/stories/Input/SingleCheckBox.stories.d.ts +4 -0
- package/dist/esm/types/src/stories/Input/SingleSelect.stories.d.ts +121 -23
- package/dist/esm/types/src/stories/Input/Switch.stories.d.ts +10 -28
- package/dist/esm/types/src/stories/Input/Tags.stories.d.ts +9 -10
- package/dist/esm/types/src/stories/Input/TextField.stories.d.ts +13 -24
- package/dist/esm/types/src/stories/Navigation/ConfirmDialog.stories.d.ts +4 -1
- package/dist/esm/types/src/stories/Navigation/DialogButton.stories.d.ts +1 -0
- package/dist/esm/types/src/stories/Navigation/ImportDialog.stories.d.ts +1 -1
- package/dist/esm/types/src/stories/Navigation/Stepper.stories.d.ts +6 -1
- package/dist/esm/types/src/stories/Navigation/TabsContainer.stories.d.ts +4 -0
- package/dist/index.d.ts +703 -817
- package/dist/styles.css +4380 -0
- package/export.ts +1 -1
- package/package.json +39 -16
- package/src/App.tsx +3 -326
- package/src/components/Assets/ErrorPages/ComingSoon.tsx +4 -5
- package/src/components/Assets/ErrorPages/InternalServerError.tsx +17 -20
- package/src/components/Assets/ErrorPages/NoInternetConnection.tsx +18 -21
- package/src/components/Assets/ErrorPages/NoItemFound.tsx +4 -5
- package/src/components/Assets/ErrorPages/PageNotFound.tsx +10 -13
- package/src/components/Assets/ErrorPages/ResourceNotFound.tsx +6 -9
- package/src/components/Assets/ErrorPages/UnAuthorized.tsx +9 -12
- package/src/components/Assets/Icons/IconComponents/CampxFullLogoIcon.tsx +44 -52
- package/src/components/Assets/Icons/IconComponents/CampxIcon.tsx +27 -18
- package/src/components/Assets/Icons/Icons.tsx +1 -539
- package/src/components/Charts/BarChart/BarChart.tsx +28 -240
- package/src/components/Charts/BarChart/HorizontalBarChart.tsx +211 -0
- package/src/components/Charts/BarChart/VerticalBarChart.tsx +266 -0
- package/src/components/Charts/LineChart/LineChart.tsx +112 -81
- package/src/components/Charts/PieChart/PieChart.tsx +66 -57
- package/src/components/Charts/TreeMap/TreeMap.tsx +62 -65
- package/src/components/Charts/export.ts +1 -1
- package/src/components/Charts/types/types.ts +19 -5
- package/src/components/DataDisplay/Accordion/Accordion.tsx +73 -44
- package/src/components/DataDisplay/ActivityLogView/ActivityLogFilter.tsx +92 -0
- package/src/components/DataDisplay/ActivityLogView/ActivityLogView.tsx +108 -152
- package/src/components/DataDisplay/ActivityLogView/service.tsx +10 -31
- package/src/components/DataDisplay/Avatar/Avatar.tsx +26 -48
- package/src/components/DataDisplay/Card/Card.tsx +114 -176
- package/src/components/DataDisplay/Chip/Chip.tsx +12 -0
- package/src/components/DataDisplay/Chips/Chips.tsx +15 -22
- package/src/components/DataDisplay/DataTable/DataTable.tsx +280 -64
- package/src/components/DataDisplay/DataTable/components/CardsView.tsx +76 -0
- package/src/components/DataDisplay/DataTable/components/ColumnSelector/ColumnSelector.tsx +97 -0
- package/src/components/DataDisplay/DataTable/components/DensitySelector/DensitySelector.tsx +66 -0
- package/src/components/DataDisplay/DataTable/components/TableHeaders/TableActionHeader.tsx +124 -0
- package/src/components/DataDisplay/DataTable/components/TableHeaders/TableSelectionHeader.tsx +50 -0
- package/src/components/DataDisplay/DataTable/components/TablePagination.tsx +179 -0
- package/src/components/DataDisplay/DataTable/components/TableView.tsx +205 -0
- package/src/components/DataDisplay/DataTable/components/ViewList/CreateViewForm.tsx +79 -0
- package/src/components/DataDisplay/DataTable/components/ViewList/ResponsiveViews.tsx +134 -0
- package/src/components/DataDisplay/DataTable/components/ViewList/ViewButton.tsx +124 -0
- package/src/components/DataDisplay/DataTable/components/utils.ts +65 -0
- package/src/components/DataDisplay/EmptyIllustration/EmptyIllustration.tsx +16 -20
- package/src/components/DataDisplay/ReactJoyride/ReactJoyride.tsx +19 -69
- package/src/components/DataDisplay/Separator/Separator.tsx +32 -0
- package/src/components/DataDisplay/Skeleton/Skeleton.tsx +3 -0
- package/src/components/DataDisplay/StatusCard/StatusCard.tsx +33 -35
- package/src/components/DataDisplay/Timeline/Timeline.tsx +89 -64
- package/src/components/DataDisplay/Typography/Typography.tsx +9 -8
- package/src/components/DataDisplay/export.ts +3 -3
- package/src/components/Feedback/Alert/Alert.tsx +26 -16
- package/src/components/Feedback/Snackbar/Snackbar.tsx +88 -95
- package/src/components/Feedback/Spinner/Spinner.tsx +3 -3
- package/src/components/Feedback/Tooltip/Tooltip.tsx +26 -19
- package/src/components/Feedback/export.ts +0 -2
- package/src/components/Image/Image.tsx +22 -20
- package/src/components/Input/Button/Button.tsx +29 -28
- package/src/components/Input/Button/ButtonLoader.css +50 -23
- package/src/components/Input/DatePicker/DatePicker.tsx +178 -46
- package/src/components/Input/DateTimePicker/DateTimePicker.tsx +313 -69
- package/src/components/Input/FileUpload/FileUpload.tsx +78 -126
- package/src/components/Input/FormActions/FormActions.tsx +13 -17
- package/src/components/Input/FormControlWrapper/FormControlWrapper.tsx +13 -9
- package/src/components/Input/FormWrapper/FormWrapper.tsx +5 -4
- package/src/components/Input/HelpButton/HelpButton.tsx +10 -9
- package/src/components/Input/IconButtons/IconButtons/DeleteButton.tsx +5 -5
- package/src/components/Input/IconButtons/IconButtons/EditButton.tsx +5 -5
- package/src/components/Input/IconButtons/IconButtons/RedirectButton.tsx +5 -5
- package/src/components/Input/IconButtons/IconButtons/ViewButton.tsx +5 -5
- package/src/components/Input/LabelWrapper/LabelWrapper.tsx +15 -18
- package/src/components/Input/MultiCheckBox/MultiCheckBox.tsx +16 -11
- package/src/components/Input/MultiSelect/MultiSelect.tsx +456 -0
- package/src/components/Input/MultiSelect/components/MenuFooter.tsx +11 -0
- package/src/components/Input/MultiSelect/components/MultiSelectFilter.tsx +185 -0
- package/src/components/Input/MultiSelect/components/MultiSelectInput.tsx +240 -0
- package/src/components/Input/MultiSelect/components/OptionsLoader.tsx +13 -0
- package/src/components/Input/MultiSelect/multiSelectReducer.ts +151 -0
- package/src/components/Input/MultiSelect/utils.ts +50 -0
- package/src/components/Input/OtpInput/OtpInput.tsx +33 -48
- package/src/components/Input/PasswordField/PasswordField.tsx +74 -39
- package/src/components/Input/RadioGroup/RadioGroup.tsx +59 -31
- package/src/components/Input/SearchBar/SearchBar.tsx +33 -58
- package/src/components/Input/Select/Select.tsx +86 -73
- package/src/components/Input/SingleCheckBox/SingleCheckBox.tsx +40 -45
- package/src/components/Input/SingleSelect/SingleSelect.tsx +7 -29
- package/src/components/Input/SingleSelect/components/MenuFooter.tsx +4 -17
- package/src/components/Input/SingleSelect/components/OptionsLoader.tsx +4 -5
- package/src/components/Input/SingleSelect/components/SingleFilter.tsx +121 -181
- package/src/components/Input/SingleSelect/components/SingleInput.tsx +148 -136
- package/src/components/Input/SingleSelect/singleSelectReducer.ts +1 -0
- package/src/components/Input/Switch/Switch.tsx +24 -8
- package/src/components/Input/Tags/Tags.tsx +23 -25
- package/src/components/Input/TextField/TextField.tsx +27 -13
- package/src/components/Input/export.ts +1 -1
- package/src/components/Layout/AppLayout/AppLayout.tsx +53 -96
- package/src/components/Layout/AppLayout/components/MenuToggleButton.tsx +30 -0
- package/src/components/Layout/AppLayout/components/Sidebar/MenuBar.tsx +15 -11
- package/src/components/Layout/AppLayout/components/Sidebar/MenuItem.tsx +46 -49
- package/src/components/Layout/AppLayout/components/Sidebar/Sidebar.tsx +43 -74
- package/src/components/Layout/AppLayout/components/Sidebar/StyledComponents.tsx +245 -0
- package/src/components/Layout/AppLayout/components/UserProfilePopup.tsx +55 -119
- package/src/components/Layout/AppLayout/context/SidebarContext.tsx +39 -0
- package/src/components/Layout/AppLayout/index.ts +5 -4
- package/src/components/Layout/AppLayout/types.ts +3 -9
- package/src/components/Layout/PageContent/PageContent.tsx +27 -54
- package/src/components/Layout/PageHeader/PageHeader.tsx +101 -174
- package/src/components/Layout/PageHeader/components/SearchBar.tsx +16 -88
- package/src/components/Layout/Sheet/Sheet.tsx +10 -0
- package/src/components/Layout/UserBox/UserBox.tsx +126 -0
- package/src/components/Layout/export.ts +5 -6
- package/src/components/Navigation/Breadcrumbs/Breadcrumbs.tsx +102 -72
- package/src/components/Navigation/Calendar/Calendar.css +285 -0
- package/src/components/Navigation/Calendar/Calendar.tsx +23 -9
- package/src/components/Navigation/Calendar/types.ts +1 -2
- package/src/components/Navigation/ConfirmDialog/ConfirmDialog.tsx +50 -51
- package/src/components/Navigation/Dialog/Dialog.tsx +42 -17
- package/src/components/Navigation/DialogButton/DialogButton.tsx +44 -19
- package/src/components/Navigation/DropDownMenu/DropDownButton.tsx +6 -2
- package/src/components/Navigation/DropDownMenu/DropDownIcon.tsx +10 -9
- package/src/components/Navigation/DropDownMenu/DropDownMenu.tsx +49 -62
- package/src/components/Navigation/DropDownMenu/DropdownMenuItem.tsx +19 -9
- package/src/components/Navigation/PreviewFiles/PreviewFiles.tsx +65 -71
- package/src/components/Navigation/Stepper/HorizontalStepper.tsx +230 -0
- package/src/components/Navigation/Stepper/Stepper.tsx +37 -104
- package/src/components/Navigation/Stepper/VerticalStepper.tsx +97 -0
- package/src/components/Navigation/Stepper/utils.ts +67 -0
- package/src/components/Navigation/TabsContainer/TabsContainer.tsx +67 -59
- package/src/components/Navigation/UploadDialog/LoadingUploadDialogContainer.tsx +14 -13
- package/src/components/Navigation/UploadDialog/UploadDialog.tsx +64 -75
- package/src/components/Navigation/UploadDialog/UploadDialogContainer.tsx +18 -19
- package/src/components/Navigation/export.ts +0 -2
- package/src/hooks/export.ts +1 -0
- package/src/hooks/useMediaQuery.ts +32 -0
- package/src/hooks/usePageHeader.ts +12 -0
- package/src/index.tsx +3 -6
- package/src/lib/export.ts +1 -0
- package/src/lib/utils.ts +6 -0
- package/src/redux/slices/pageHeaderSlice.ts +14 -3
- package/src/shadcn-components/Charts/Chart.tsx +355 -0
- package/src/shadcn-components/DataDisplay/Accordion/Accordion.tsx +64 -0
- package/src/shadcn-components/DataDisplay/Avatar/Avatar.tsx +51 -0
- package/src/shadcn-components/DataDisplay/Badge/Badge.tsx +46 -0
- package/src/shadcn-components/DataDisplay/Card/Card.tsx +92 -0
- package/src/shadcn-components/DataDisplay/Dialog/Dialog.tsx +141 -0
- package/src/shadcn-components/DataDisplay/Seperator/Seperator.tsx +26 -0
- package/src/shadcn-components/DataDisplay/Skeleton/Skeleton.tsx +13 -0
- package/src/shadcn-components/DataDisplay/Table/Pagination.tsx +130 -0
- package/src/shadcn-components/DataDisplay/Table/Table.tsx +114 -0
- package/src/shadcn-components/DataDisplay/Typography/Typography.tsx +86 -0
- package/src/shadcn-components/Feedback/Altert/Alert.tsx +66 -0
- package/src/shadcn-components/Feedback/Tooltip/Tooltip.tsx +59 -0
- package/src/shadcn-components/Input/Button/Button.tsx +61 -0
- package/src/shadcn-components/Input/Calendar/Calendar.tsx +214 -0
- package/src/shadcn-components/Input/Checkbox/Checkbox.tsx +30 -0
- package/src/shadcn-components/Input/Command/Command.tsx +182 -0
- package/src/shadcn-components/Input/Input/Input.tsx +21 -0
- package/src/shadcn-components/Input/Label/Label.tsx +22 -0
- package/src/shadcn-components/Input/Popover/Popover.tsx +46 -0
- package/src/shadcn-components/Input/RadioGroup/RadioGroup.tsx +47 -0
- package/src/shadcn-components/Input/Select/Select.tsx +157 -0
- package/src/shadcn-components/Input/Switch/Switch.tsx +29 -0
- package/src/shadcn-components/Layout/Sheet/Sheet.tsx +137 -0
- package/src/shadcn-components/Navigation/Breadcrumb/Breadcrumb.tsx +109 -0
- package/src/shadcn-components/Navigation/DropdownMenu/DropdownMenu.tsx +255 -0
- package/src/shadcn-components/Navigation/Tabs/Tabs.tsx +64 -0
- package/src/stories/Assets/Icons.stories.tsx +28 -15
- package/src/stories/Charts/BarChart.stories.tsx +347 -124
- package/src/stories/Charts/LineChart.stories.tsx +209 -78
- package/src/stories/Charts/PieChart.stories.tsx +72 -49
- package/src/stories/Charts/Treemap.stories.tsx +56 -23
- package/src/stories/DataDisplay/Accordion.stories.tsx +171 -0
- package/src/stories/DataDisplay/ActivityLogView.stories.tsx +1 -9
- package/src/stories/DataDisplay/Card.stories.tsx +485 -70
- package/src/stories/DataDisplay/Chip.stories.tsx +51 -0
- package/src/stories/DataDisplay/CircularAvatar.stories.tsx +60 -16
- package/src/stories/DataDisplay/Seperator.stories.tsx +127 -0
- package/src/stories/DataDisplay/Skeleton.stories.tsx +169 -0
- package/src/stories/DataDisplay/StatusCard.stories.tsx +33 -4
- package/src/stories/DataDisplay/Timeline.stories.tsx +128 -123
- package/src/stories/DesignSystem/colorTokens.stories.tsx +229 -43
- package/src/stories/DesignSystem/typography.stories.tsx +314 -73
- package/src/stories/Feedback/Alert.stories.tsx +40 -1
- package/src/stories/Feedback/Tooltip.stories.tsx +54 -15
- package/src/stories/Image/Image.stories.tsx +112 -0
- package/src/stories/Input/Button.stories.tsx +115 -43
- package/src/stories/Input/DatePicker.stories.tsx +80 -34
- package/src/stories/Input/DateTimePicker.stories.tsx +176 -54
- package/src/stories/Input/FileUpload.stories.tsx +145 -0
- package/src/stories/Input/HelpButton.stories.tsx +20 -0
- package/src/stories/Input/IconButtons.stories.tsx +11 -12
- package/src/stories/Input/MultiCheckBox.stories.tsx +123 -8
- package/src/stories/Input/MultiSelect.stories.tsx +552 -0
- package/src/stories/Input/OtpInput.stories.tsx +109 -9
- package/src/stories/Input/Password.stories.tsx +112 -10
- package/src/stories/Input/RadioGroup.stories.tsx +101 -33
- package/src/stories/Input/SearchBar.stories.tsx +50 -10
- package/src/stories/Input/Select.stories.tsx +116 -13
- package/src/stories/Input/SingleCheckBox.stories.tsx +58 -8
- package/src/stories/Input/SingleSelect.stories.tsx +330 -64
- package/src/stories/Input/Switch.stories.tsx +41 -37
- package/src/stories/Input/Tags.stories.tsx +60 -22
- package/src/stories/Input/TextField.stories.tsx +26 -51
- package/src/stories/Navigation/Calendar.stories.tsx +61 -67
- package/src/stories/Navigation/ConfirmDialog.stories.tsx +89 -4
- package/src/stories/Navigation/DialogButton.stories.tsx +57 -59
- package/src/stories/Navigation/DropDownMenu.stories.tsx +35 -32
- package/src/stories/Navigation/ImportDialog.stories.tsx +1 -1
- package/src/stories/Navigation/PreviewFiles.stories.tsx +2 -3
- package/src/stories/Navigation/Stepper.stories.tsx +156 -5
- package/src/stories/Navigation/TabsContainer.stories.tsx +111 -12
- package/src/styles/globals.css +286 -0
- package/src/styles/index.css +3 -0
- package/dist/cjs/types/src/AppContent.d.ts +0 -1
- package/dist/cjs/types/src/components/Assets/ErrorPages/styles.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AcademicIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AccordionArrow.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActivitiesIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AddSquare.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdminIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdministratorIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AdmissionsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AmenitiesIcon.d.ts +0 -2
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ApproveIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AppsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ArchiveIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ArrowBackIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AssessmentsIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AssignmentIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AttachmentIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AttendanceIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BarChartIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BoardingPointsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BookletIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BulbIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/BusesIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CalendarIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CampxFullLogoIconV2.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CampxIconV2.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CareerIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CareersIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CautionIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CertificatesIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CetIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ChallansIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClassroomIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClearIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ClogWheelIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CollapseIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ColumnsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CommutexIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompletedStateIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConcessionsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ConfigureIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CounsellorsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CourseInfoIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CreditMemoIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CrossIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CrossIcon2.d.ts +0 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DFormsIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DashBoardIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DatabaseIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DeleteIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DeviceIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DocumentIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DoneSquare.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DownArrow.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/DownloadIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ESSIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EditIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EmailIcon.d.ts +0 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EmailNewIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EnrollxIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/EvaluationIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamResultIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExamxIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExcelIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExpandIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExpensesIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExportIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExportMenuIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeePaymentIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FilterIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FormBuilderIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/GatePassIcon.d.ts +0 -2
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HallTicketsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HandoutsIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HelpDocsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HelpIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HomeIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HostelxIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/HostlersIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ImageIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ImportIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InfoFilledIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InfoIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InstitutionsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InternalExamsIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/InvigilationIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LIneDivider.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeadsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeavesIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LeftIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LegacyIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LocationIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/LogoutIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ManageUsersIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MarksIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MenteesIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MentorsIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MinusSquare.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/MoreVertIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NavigationIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NewSmsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NoteIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/NotificationIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ObeIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OmrsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OnlineTransactions.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PayxIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PdfIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PeoplexIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/PrinterIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ProfileIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/QuizIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RedirectIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RedoIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RegistrationsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RejectIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ReportIssueIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ReportsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ResourcesIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RevaluationIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RightIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RoomsIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RouteBusAssignmentIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/RoutesIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SalaryIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SaveIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ScanningIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ScholarshipIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SearchIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SeatingPlan.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SettlementsIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ShareIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SidebarCloseIcon.d.ts +0 -7
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SignaturesIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SmsIcon.d.ts +0 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StatisticsIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StopWatchIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StudentsIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TasksIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TicketsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TimeTableIcon.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TimerIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TransactionCardIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TransportRegistrationsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/TransportRoutesIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UmsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/UpArrow.d.ts +0 -5
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ViewIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ViewsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.d.ts +0 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/VisibilityIcon.d.ts +0 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WarningFilledIcon.d.ts +0 -4
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WhatsappIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.d.ts +0 -3
- package/dist/cjs/types/src/components/Charts/ProgressCard/ProgressCard.d.ts +0 -66
- package/dist/cjs/types/src/components/DataDisplay/Accordion/styles.d.ts +0 -16
- package/dist/cjs/types/src/components/DataDisplay/AccordionGroup/AccordionGroup.d.ts +0 -10
- package/dist/cjs/types/src/components/DataDisplay/AccordionGroup/styles.d.ts +0 -3
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/Icons.d.ts +0 -3
- package/dist/cjs/types/src/components/DataDisplay/ActivityLogView/styles.d.ts +0 -15
- package/dist/cjs/types/src/components/DataDisplay/Card/styles.d.ts +0 -20
- package/dist/cjs/types/src/components/DataDisplay/DataTable/TablePagination.d.ts +0 -10
- package/dist/cjs/types/src/components/DataDisplay/EditableDataTable/EditableDataTable.d.ts +0 -11
- package/dist/cjs/types/src/components/DataDisplay/SidePanel/SidePanel.d.ts +0 -25
- package/dist/cjs/types/src/components/DataDisplay/SidePanel/styles.d.ts +0 -12
- package/dist/cjs/types/src/components/Feedback/Tooltip/ToolTipContent.d.ts +0 -2
- package/dist/cjs/types/src/components/Feedback/Tutorial/Tutorial.d.ts +0 -1
- package/dist/cjs/types/src/components/Input/HelpButton/HelpButton.stories.d.ts +0 -10
- package/dist/cjs/types/src/components/Input/Select/styles.d.ts +0 -7
- package/dist/cjs/types/src/components/Input/TimePicker/TimePicker.d.ts +0 -12
- package/dist/cjs/types/src/components/Input/styles.d.ts +0 -6
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeader.d.ts +0 -23
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.d.ts +0 -5
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.d.ts +0 -5
- package/dist/cjs/types/src/components/Layout/AppHeader/AppHeaderV2.d.ts +0 -31
- package/dist/cjs/types/src/components/Layout/AppHeader/styles/styles.d.ts +0 -15
- package/dist/cjs/types/src/components/Layout/AppHeader/styles/stylesV2.d.ts +0 -1
- package/dist/cjs/types/src/components/Layout/AppLayout/components/AppBar.d.ts +0 -19
- package/dist/cjs/types/src/components/Layout/AppLayout/components/FloatingHelpDocs.d.ts +0 -22
- package/dist/cjs/types/src/components/Layout/AppLayout/components/HelpPopup.d.ts +0 -28
- package/dist/cjs/types/src/components/Layout/AppLayout/components/SideDrawer.d.ts +0 -12
- package/dist/cjs/types/src/components/Layout/AppLayout/components/Sidebar/styles.d.ts +0 -45
- package/dist/cjs/types/src/components/Layout/AppLayout/components/SwitchInstitutionPopup.d.ts +0 -17
- package/dist/cjs/types/src/components/Layout/FloatingContainer/FloatingContainer.d.ts +0 -9
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Anchors.d.ts +0 -17
- package/dist/cjs/types/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.d.ts +0 -7
- package/dist/cjs/types/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.d.ts +0 -13
- package/dist/cjs/types/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.d.ts +0 -15
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/CreateViewForm.d.ts +0 -5
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/Views.d.ts +0 -19
- package/dist/cjs/types/src/components/Layout/PageHeader/components/Views/ViewsActions.d.ts +0 -2
- package/dist/cjs/types/src/components/Layout/TabsLayout/Tabs.d.ts +0 -11
- package/dist/cjs/types/src/components/Layout/TabsLayout/TabsLayout.d.ts +0 -10
- package/dist/cjs/types/src/components/Navigation/Calendar/styles.d.ts +0 -9
- package/dist/cjs/types/src/components/Navigation/DropDownMenu/styles.d.ts +0 -8
- package/dist/cjs/types/src/components/Navigation/Sidebar/Components.d.ts +0 -8
- package/dist/cjs/types/src/components/Navigation/Sidebar/MenuBar.d.ts +0 -9
- package/dist/cjs/types/src/components/Navigation/Sidebar/MenuItem.d.ts +0 -10
- package/dist/cjs/types/src/components/Navigation/Sidebar/Sidebar.d.ts +0 -19
- package/dist/cjs/types/src/components/Navigation/Sidebar/SidebarV2.d.ts +0 -20
- package/dist/cjs/types/src/components/Navigation/Sidebar/SubMenuItem.d.ts +0 -7
- package/dist/cjs/types/src/components/Navigation/Sidebar/interfaces.d.ts +0 -39
- package/dist/cjs/types/src/components/Navigation/Sidebar/styles.d.ts +0 -47
- package/dist/cjs/types/src/components/Navigation/Stepper/StepperComponents.d.ts +0 -15
- package/dist/cjs/types/src/components/Navigation/UploadDialog/Styles.d.ts +0 -11
- package/dist/cjs/types/src/pages/Admin/AcademicStructure/AcademicStructure.d.ts +0 -2
- package/dist/cjs/types/src/pages/Admin/SystemSettings/SystemSettings.d.ts +0 -2
- package/dist/cjs/types/src/pages/Admin/UserManagement/UserManagement.d.ts +0 -2
- package/dist/cjs/types/src/pages/Admin.d.ts +0 -2
- package/dist/cjs/types/src/pages/Communications/Announcements/Announcements.d.ts +0 -2
- package/dist/cjs/types/src/pages/Communications.d.ts +0 -2
- package/dist/cjs/types/src/pages/Dashboard.d.ts +0 -2
- package/dist/cjs/types/src/pages/Exams/Management/Management.d.ts +0 -2
- package/dist/cjs/types/src/pages/Exams/Results/Results.d.ts +0 -2
- package/dist/cjs/types/src/pages/Exams.d.ts +0 -2
- package/dist/cjs/types/src/pages/HRMS/Attendance/Attendance.d.ts +0 -2
- package/dist/cjs/types/src/pages/HRMS/EmployeeManagement/EmployeeManagement.d.ts +0 -2
- package/dist/cjs/types/src/pages/HRMS/Performance/Performance.d.ts +0 -2
- package/dist/cjs/types/src/pages/HRMS.d.ts +0 -2
- package/dist/cjs/types/src/pages/Payments/Expenses/Expenses.d.ts +0 -2
- package/dist/cjs/types/src/pages/Payments/FeeCollection/FeeCollection.d.ts +0 -2
- package/dist/cjs/types/src/pages/Payments/FinancialReports/FinancialReports.d.ts +0 -2
- package/dist/cjs/types/src/pages/Payments.d.ts +0 -2
- package/dist/cjs/types/src/pages/Reports.d.ts +0 -2
- package/dist/cjs/types/src/pages/StudentCentral/Academic/Academic.d.ts +0 -2
- package/dist/cjs/types/src/pages/StudentCentral/Services/Services.d.ts +0 -2
- package/dist/cjs/types/src/pages/StudentCentral.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Classrooms/ClassroomManagement.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Classrooms/Classrooms.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Classrooms/RoomAllocation.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Classrooms/Timetables.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Courses/Courses.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Students/Enrollment.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Students/StudentList.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Students/StudentProfiles.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Students/Students.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Teachers/Performance.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Teachers/Qualifications.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Teachers/TeacherDirectory.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS/Teachers/Teachers.d.ts +0 -2
- package/dist/cjs/types/src/pages/UMS.d.ts +0 -2
- package/dist/cjs/types/src/stories/DataDisplay/AccordionGroup.stories.d.ts +0 -7
- package/dist/cjs/types/src/stories/DataDisplay/DataTable.stories.d.ts +0 -5
- package/dist/cjs/types/src/stories/DataDisplay/SidePanel.stories.d.ts +0 -34
- package/dist/cjs/types/src/stories/DataDisplay/SquareAvatar.stories.d.ts +0 -16
- package/dist/cjs/types/src/stories/Input/TimePicker.stories.d.ts +0 -18
- package/dist/cjs/types/src/stories/Layout/AppHeader.stories.d.ts +0 -6
- package/dist/cjs/types/src/stories/Layout/AppHeaderV2.stories.d.ts +0 -8
- package/dist/cjs/types/src/stories/Layout/TabsLayout.stories.d.ts +0 -6
- package/dist/cjs/types/src/stories/Navigation/ColumnFilters.stories.d.ts +0 -5
- package/dist/cjs/types/src/stories/Navigation/DensitySelector.stories.d.ts +0 -5
- package/dist/cjs/types/src/stories/Navigation/FileUpload.stories.d.ts +0 -41
- package/dist/cjs/types/src/themes/MuiThemeProvider.d.ts +0 -5
- package/dist/cjs/types/src/themes/colorTokens/colorPalette.d.ts +0 -50
- package/dist/cjs/types/src/themes/colorTokens/darkColorTokens.d.ts +0 -47
- package/dist/cjs/types/src/themes/colorTokens/lightColorTokens.d.ts +0 -47
- package/dist/cjs/types/src/themes/commonTheme.d.ts +0 -11
- package/dist/cjs/types/src/themes/customCssBaseline.d.ts +0 -1
- package/dist/cjs/types/src/themes/darkTheme.d.ts +0 -1
- package/dist/cjs/types/src/themes/export.d.ts +0 -4
- package/dist/cjs/types/src/themes/lightTheme.d.ts +0 -1
- package/dist/esm/types/src/AppContent.d.ts +0 -1
- package/dist/esm/types/src/components/Assets/ErrorPages/styles.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AcademicFeesIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AcademicIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AccordionArrow.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActiveDevicesIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActivitiesIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ActivityLogsIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AddSquare.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdminIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdministratorIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AdmissionsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AmenitiesIcon.d.ts +0 -2
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ApproveIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AppsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ArchiveIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ArrowBackIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AssessmentsIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AssignmentIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AttachmentIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AttendanceIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BarChartIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BoardingPointsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BookletIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BulbIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/BusesIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CalendarIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CampxFullLogoIconV2.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CampxIconV2.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CareerIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CareersIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CautionIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CertificatesIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CetIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ChallansIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CheckedCheckBoxIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CheckedRadioIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClassroomIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClearIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ClogWheelIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CollapseIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ColumnsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CommutexIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompletedStateIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConcessionsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConfigurationsIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ConfigureIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CounsellorsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CourseInfoIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CreditMemoIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CrossIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CrossIcon2.d.ts +0 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DFormsIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DashBoardIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DatabaseIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DeleteIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DeviceIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DocumentIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DoneSquare.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DownArrow.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/DownloadIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ESSIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EditIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EmailIcon.d.ts +0 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EmailNewIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EnrollxIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/EvaluationIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamConfigurationIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamDetailsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamResultIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExamxIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExcelIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExpandIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExpensesIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExportIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExportMenuIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeeConfigurationIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeePaymentIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FilterIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FormBuilderIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/GatePassIcon.d.ts +0 -2
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HallTicketsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HamburgerMenuIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HandoutsIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HelpDocsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HelpIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HomeIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HostelxIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/HostlersIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ImageIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ImportIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InfoFilledIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InfoIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InstitutionsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InternalExamsIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/InvigilationIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LIneDivider.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeadsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeavesIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LeftIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LegacyIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LocationIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/LogoutIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ManageUsersIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MarksIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MenteesIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MentorsIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MinusSquare.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/MoreVertIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NavigationIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NewSmsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NominalSheetsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NoteIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NoticeBoardIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/NotificationIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ObeIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/OmrsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/OnlineTransactions.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/OpenPaymentsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PayxIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PdfIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PeoplexIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PrintDesignerIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/PrinterIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ProductFeaturesIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ProfileIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/QuizIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RaiseTicketIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RedirectIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RedoIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RegistrationsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RejectIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ReportIssueIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ReportsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ResourcesIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RevaluationIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RightIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RoomsIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RouteBusAssignmentIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/RoutesIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SalaryIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SaveIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ScanningIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ScholarshipIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SearchIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SeatingPlan.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SettlementsIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ShareIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SidebarCloseIcon.d.ts +0 -7
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SignaturesIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SmsIcon.d.ts +0 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StatisticsIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StopWatchIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StudentsIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SuccessFilledIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TasksIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ThreeDotsMenuIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TicketingSystemIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TicketsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TimeTableIcon.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TimerIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TransactionCardIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TransportRegistrationsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/TransportRoutesIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/UmsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/UncheckCheckBoxIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/UncheckedRadioIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/UpArrow.d.ts +0 -5
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ViewIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ViewsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/VisibiityOffIcon.d.ts +0 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/VisibilityIcon.d.ts +0 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/WarningFilledIcon.d.ts +0 -4
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/WhatsappIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.d.ts +0 -3
- package/dist/esm/types/src/components/Charts/ProgressCard/ProgressCard.d.ts +0 -66
- package/dist/esm/types/src/components/DataDisplay/Accordion/styles.d.ts +0 -16
- package/dist/esm/types/src/components/DataDisplay/AccordionGroup/AccordionGroup.d.ts +0 -10
- package/dist/esm/types/src/components/DataDisplay/AccordionGroup/styles.d.ts +0 -3
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/Icons.d.ts +0 -3
- package/dist/esm/types/src/components/DataDisplay/ActivityLogView/styles.d.ts +0 -15
- package/dist/esm/types/src/components/DataDisplay/Card/styles.d.ts +0 -20
- package/dist/esm/types/src/components/DataDisplay/DataTable/TablePagination.d.ts +0 -10
- package/dist/esm/types/src/components/DataDisplay/EditableDataTable/EditableDataTable.d.ts +0 -11
- package/dist/esm/types/src/components/DataDisplay/SidePanel/SidePanel.d.ts +0 -25
- package/dist/esm/types/src/components/DataDisplay/SidePanel/styles.d.ts +0 -12
- package/dist/esm/types/src/components/Feedback/Tooltip/ToolTipContent.d.ts +0 -2
- package/dist/esm/types/src/components/Feedback/Tutorial/Tutorial.d.ts +0 -1
- package/dist/esm/types/src/components/Input/HelpButton/HelpButton.stories.d.ts +0 -10
- package/dist/esm/types/src/components/Input/Select/styles.d.ts +0 -7
- package/dist/esm/types/src/components/Input/TimePicker/TimePicker.d.ts +0 -12
- package/dist/esm/types/src/components/Input/styles.d.ts +0 -6
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeader.d.ts +0 -23
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.d.ts +0 -5
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.d.ts +0 -5
- package/dist/esm/types/src/components/Layout/AppHeader/AppHeaderV2.d.ts +0 -31
- package/dist/esm/types/src/components/Layout/AppHeader/styles/styles.d.ts +0 -15
- package/dist/esm/types/src/components/Layout/AppHeader/styles/stylesV2.d.ts +0 -1
- package/dist/esm/types/src/components/Layout/AppLayout/components/AppBar.d.ts +0 -19
- package/dist/esm/types/src/components/Layout/AppLayout/components/FloatingHelpDocs.d.ts +0 -22
- package/dist/esm/types/src/components/Layout/AppLayout/components/HelpPopup.d.ts +0 -28
- package/dist/esm/types/src/components/Layout/AppLayout/components/SideDrawer.d.ts +0 -12
- package/dist/esm/types/src/components/Layout/AppLayout/components/Sidebar/styles.d.ts +0 -45
- package/dist/esm/types/src/components/Layout/AppLayout/components/SwitchInstitutionPopup.d.ts +0 -17
- package/dist/esm/types/src/components/Layout/FloatingContainer/FloatingContainer.d.ts +0 -9
- package/dist/esm/types/src/components/Layout/PageHeader/components/Anchors.d.ts +0 -17
- package/dist/esm/types/src/components/Layout/PageHeader/components/DensitySelector/DensitySelector.d.ts +0 -7
- package/dist/esm/types/src/components/Layout/PageHeader/components/ManageFilters/ManageFilters.d.ts +0 -13
- package/dist/esm/types/src/components/Layout/PageHeader/components/TableColumnsSelector/TableColumnsSelector.d.ts +0 -15
- package/dist/esm/types/src/components/Layout/PageHeader/components/Views/CreateViewForm.d.ts +0 -5
- package/dist/esm/types/src/components/Layout/PageHeader/components/Views/Views.d.ts +0 -19
- package/dist/esm/types/src/components/Layout/PageHeader/components/Views/ViewsActions.d.ts +0 -2
- package/dist/esm/types/src/components/Layout/TabsLayout/Tabs.d.ts +0 -11
- package/dist/esm/types/src/components/Layout/TabsLayout/TabsLayout.d.ts +0 -10
- package/dist/esm/types/src/components/Navigation/Calendar/styles.d.ts +0 -9
- package/dist/esm/types/src/components/Navigation/DropDownMenu/styles.d.ts +0 -8
- package/dist/esm/types/src/components/Navigation/Sidebar/Components.d.ts +0 -8
- package/dist/esm/types/src/components/Navigation/Sidebar/MenuBar.d.ts +0 -9
- package/dist/esm/types/src/components/Navigation/Sidebar/MenuItem.d.ts +0 -10
- package/dist/esm/types/src/components/Navigation/Sidebar/Sidebar.d.ts +0 -19
- package/dist/esm/types/src/components/Navigation/Sidebar/SidebarV2.d.ts +0 -20
- package/dist/esm/types/src/components/Navigation/Sidebar/SubMenuItem.d.ts +0 -7
- package/dist/esm/types/src/components/Navigation/Sidebar/interfaces.d.ts +0 -39
- package/dist/esm/types/src/components/Navigation/Sidebar/styles.d.ts +0 -47
- package/dist/esm/types/src/components/Navigation/Stepper/StepperComponents.d.ts +0 -15
- package/dist/esm/types/src/components/Navigation/UploadDialog/Styles.d.ts +0 -11
- package/dist/esm/types/src/pages/Admin/AcademicStructure/AcademicStructure.d.ts +0 -2
- package/dist/esm/types/src/pages/Admin/SystemSettings/SystemSettings.d.ts +0 -2
- package/dist/esm/types/src/pages/Admin/UserManagement/UserManagement.d.ts +0 -2
- package/dist/esm/types/src/pages/Admin.d.ts +0 -2
- package/dist/esm/types/src/pages/Communications/Announcements/Announcements.d.ts +0 -2
- package/dist/esm/types/src/pages/Communications.d.ts +0 -2
- package/dist/esm/types/src/pages/Dashboard.d.ts +0 -2
- package/dist/esm/types/src/pages/Exams/Management/Management.d.ts +0 -2
- package/dist/esm/types/src/pages/Exams/Results/Results.d.ts +0 -2
- package/dist/esm/types/src/pages/Exams.d.ts +0 -2
- package/dist/esm/types/src/pages/HRMS/Attendance/Attendance.d.ts +0 -2
- package/dist/esm/types/src/pages/HRMS/EmployeeManagement/EmployeeManagement.d.ts +0 -2
- package/dist/esm/types/src/pages/HRMS/Performance/Performance.d.ts +0 -2
- package/dist/esm/types/src/pages/HRMS.d.ts +0 -2
- package/dist/esm/types/src/pages/Payments/Expenses/Expenses.d.ts +0 -2
- package/dist/esm/types/src/pages/Payments/FeeCollection/FeeCollection.d.ts +0 -2
- package/dist/esm/types/src/pages/Payments/FinancialReports/FinancialReports.d.ts +0 -2
- package/dist/esm/types/src/pages/Payments.d.ts +0 -2
- package/dist/esm/types/src/pages/Reports.d.ts +0 -2
- package/dist/esm/types/src/pages/StudentCentral/Academic/Academic.d.ts +0 -2
- package/dist/esm/types/src/pages/StudentCentral/Services/Services.d.ts +0 -2
- package/dist/esm/types/src/pages/StudentCentral.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Classrooms/ClassroomManagement.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Classrooms/Classrooms.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Classrooms/RoomAllocation.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Classrooms/Timetables.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Courses/Courses.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Students/Enrollment.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Students/StudentList.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Students/StudentProfiles.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Students/Students.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Teachers/Performance.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Teachers/Qualifications.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Teachers/TeacherDirectory.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS/Teachers/Teachers.d.ts +0 -2
- package/dist/esm/types/src/pages/UMS.d.ts +0 -2
- package/dist/esm/types/src/stories/DataDisplay/AccordionGroup.stories.d.ts +0 -7
- package/dist/esm/types/src/stories/DataDisplay/DataTable.stories.d.ts +0 -5
- package/dist/esm/types/src/stories/DataDisplay/SidePanel.stories.d.ts +0 -34
- package/dist/esm/types/src/stories/DataDisplay/SquareAvatar.stories.d.ts +0 -16
- package/dist/esm/types/src/stories/Input/TimePicker.stories.d.ts +0 -18
- package/dist/esm/types/src/stories/Layout/AppHeader.stories.d.ts +0 -6
- package/dist/esm/types/src/stories/Layout/AppHeaderV2.stories.d.ts +0 -8
- package/dist/esm/types/src/stories/Layout/TabsLayout.stories.d.ts +0 -6
- package/dist/esm/types/src/stories/Navigation/ColumnFilters.stories.d.ts +0 -5
- package/dist/esm/types/src/stories/Navigation/DensitySelector.stories.d.ts +0 -5
- package/dist/esm/types/src/stories/Navigation/FileUpload.stories.d.ts +0 -41
- package/dist/esm/types/src/themes/MuiThemeProvider.d.ts +0 -5
- package/dist/esm/types/src/themes/colorTokens/colorPalette.d.ts +0 -50
- package/dist/esm/types/src/themes/colorTokens/darkColorTokens.d.ts +0 -47
- package/dist/esm/types/src/themes/colorTokens/lightColorTokens.d.ts +0 -47
- package/dist/esm/types/src/themes/commonTheme.d.ts +0 -11
- package/dist/esm/types/src/themes/customCssBaseline.d.ts +0 -1
- package/dist/esm/types/src/themes/darkTheme.d.ts +0 -1
- package/dist/esm/types/src/themes/export.d.ts +0 -4
- package/dist/esm/types/src/themes/lightTheme.d.ts +0 -1
- package/dist/types/theme.d.ts +0 -63
- package/src/App.css +0 -38
- package/src/AppContent.tsx +0 -13
- 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/ActivitiesIcon.tsx +0 -47
- 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/AmenitiesIcon.tsx +0 -50
- 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/BoardingPointsIcon.tsx +0 -65
- 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/BusesIcon.tsx +0 -58
- package/src/components/Assets/Icons/IconComponents/CalendarIcon.tsx +0 -96
- package/src/components/Assets/Icons/IconComponents/CampxFullLogoIconV2.tsx +0 -56
- package/src/components/Assets/Icons/IconComponents/CampxIconV2.tsx +0 -40
- 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/ChallansIcon.tsx +0 -57
- 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/CopyIcon.tsx +0 -15
- 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/ESSIcon.tsx +0 -52
- 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/EmailNewIcon.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/ExpensesIcon.tsx +0 -35
- 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/GatePassIcon.tsx +0 -50
- 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/LeavesIcon.tsx +0 -26
- 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 -68
- 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/NewSmsIcon.tsx +0 -26
- 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/QrIcon.tsx +0 -32
- 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/RouteBusAssignmentIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/RoutesIcon.tsx +0 -49
- package/src/components/Assets/Icons/IconComponents/SalaryIcon.tsx +0 -70
- 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/SidebarCloseIcon.tsx +0 -50
- 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/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/TransportRegistrationsIcon.tsx +0 -65
- package/src/components/Assets/Icons/IconComponents/TransportRoutesIcon.tsx +0 -65
- 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/UpArrow.tsx +0 -32
- 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 -18
- package/src/components/Assets/Icons/IconComponents/WorkflowdocsIcon.tsx +0 -19
- package/src/components/Charts/ProgressCard/ProgressCard.tsx +0 -270
- 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/Icons.tsx +0 -65
- package/src/components/DataDisplay/ActivityLogView/styles.tsx +0 -54
- package/src/components/DataDisplay/Card/styles.tsx +0 -61
- package/src/components/DataDisplay/DataTable/TablePagination.tsx +0 -257
- package/src/components/DataDisplay/EditableDataTable/EditableDataTable.tsx +0 -252
- package/src/components/DataDisplay/SidePanel/SidePanel.tsx +0 -81
- package/src/components/DataDisplay/SidePanel/styles.tsx +0 -31
- package/src/components/Feedback/Spinner/Spinner.css +0 -32
- package/src/components/Feedback/Tooltip/ToolTipContent.tsx +0 -15
- package/src/components/Feedback/Tutorial/Tutorial.tsx +0 -164
- package/src/components/Input/HelpButton/HelpButton.stories.tsx +0 -21
- package/src/components/Input/Select/styles.tsx +0 -29
- 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 -89
- package/src/components/Layout/AppHeader/AppHeaderActions/CogWheelMenu.tsx +0 -32
- package/src/components/Layout/AppHeader/AppHeaderActions/SwitchInstitution.tsx +0 -162
- package/src/components/Layout/AppHeader/AppHeaderActions/UserBox.tsx +0 -164
- package/src/components/Layout/AppHeader/AppHeaderV2.tsx +0 -159
- package/src/components/Layout/AppHeader/README.md +0 -105
- package/src/components/Layout/AppHeader/styles/styles.tsx +0 -61
- package/src/components/Layout/AppHeader/styles/stylesV2.tsx +0 -29
- package/src/components/Layout/AppLayout/components/AppBar.tsx +0 -118
- package/src/components/Layout/AppLayout/components/FloatingHelpDocs.tsx +0 -146
- package/src/components/Layout/AppLayout/components/HelpPopup.tsx +0 -105
- package/src/components/Layout/AppLayout/components/SideDrawer.tsx +0 -103
- package/src/components/Layout/AppLayout/components/Sidebar/styles.ts +0 -165
- package/src/components/Layout/AppLayout/components/SwitchInstitutionPopup.tsx +0 -44
- package/src/components/Layout/FloatingContainer/FloatingContainer.tsx +0 -38
- 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/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 -114
- 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/Calendar/styles.tsx +0 -222
- package/src/components/Navigation/DropDownMenu/styles.tsx +0 -25
- 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 -135
- package/src/components/Navigation/Sidebar/Sidebar.tsx +0 -274
- package/src/components/Navigation/Sidebar/SidebarV2.tsx +0 -213
- package/src/components/Navigation/Sidebar/SubMenuItem.tsx +0 -40
- package/src/components/Navigation/Sidebar/interfaces.ts +0 -47
- package/src/components/Navigation/Sidebar/styles.tsx +0 -180
- package/src/components/Navigation/Stepper/StepperComponents.tsx +0 -99
- package/src/components/Navigation/UploadDialog/Styles.tsx +0 -35
- package/src/index.css +0 -13
- package/src/pages/Admin/AcademicStructure/AcademicStructure.tsx +0 -104
- package/src/pages/Admin/SystemSettings/SystemSettings.tsx +0 -105
- package/src/pages/Admin/UserManagement/UserManagement.tsx +0 -105
- package/src/pages/Admin.tsx +0 -100
- package/src/pages/Communications/Announcements/Announcements.tsx +0 -105
- package/src/pages/Communications.tsx +0 -87
- package/src/pages/Dashboard.tsx +0 -28
- package/src/pages/Exams/Management/Management.tsx +0 -104
- package/src/pages/Exams/Results/Results.tsx +0 -104
- package/src/pages/Exams.tsx +0 -87
- package/src/pages/HRMS/Attendance/Attendance.tsx +0 -105
- package/src/pages/HRMS/EmployeeManagement/EmployeeManagement.tsx +0 -105
- package/src/pages/HRMS/Performance/Performance.tsx +0 -105
- package/src/pages/HRMS.tsx +0 -100
- package/src/pages/Payments/Expenses/Expenses.tsx +0 -105
- package/src/pages/Payments/FeeCollection/FeeCollection.tsx +0 -104
- package/src/pages/Payments/FinancialReports/FinancialReports.tsx +0 -104
- package/src/pages/Payments.tsx +0 -88
- package/src/pages/Reports.tsx +0 -71
- package/src/pages/StudentCentral/Academic/Academic.tsx +0 -105
- package/src/pages/StudentCentral/Services/Services.tsx +0 -105
- package/src/pages/StudentCentral.tsx +0 -100
- package/src/pages/UMS/Classrooms/ClassroomManagement.tsx +0 -59
- package/src/pages/UMS/Classrooms/Classrooms.tsx +0 -34
- package/src/pages/UMS/Classrooms/RoomAllocation.tsx +0 -59
- package/src/pages/UMS/Classrooms/Timetables.tsx +0 -59
- package/src/pages/UMS/Courses/Courses.tsx +0 -105
- package/src/pages/UMS/Students/Enrollment.tsx +0 -59
- package/src/pages/UMS/Students/StudentList.tsx +0 -61
- package/src/pages/UMS/Students/StudentProfiles.tsx +0 -59
- package/src/pages/UMS/Students/Students.tsx +0 -34
- package/src/pages/UMS/Teachers/Performance.tsx +0 -59
- package/src/pages/UMS/Teachers/Qualifications.tsx +0 -59
- package/src/pages/UMS/Teachers/TeacherDirectory.tsx +0 -59
- package/src/pages/UMS/Teachers/Teachers.tsx +0 -34
- package/src/pages/UMS.tsx +0 -103
- package/src/stories/DataDisplay/AccordionGroup.stories.tsx +0 -130
- 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/Input/TimePicker.stories.tsx +0 -160
- package/src/stories/Layout/AppHeader.stories.tsx +0 -46
- package/src/stories/Layout/AppHeaderV2.stories.tsx +0 -160
- package/src/stories/Layout/TabsLayout.stories.tsx +0 -53
- package/src/stories/Navigation/ColumnFilters.stories.tsx +0 -72
- package/src/stories/Navigation/DensitySelector.stories.tsx +0 -36
- package/src/stories/Navigation/FileUpload.stories.tsx +0 -43
- 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 -670
- package/src/themes/customCssBaseline.ts +0 -37
- package/src/themes/darkTheme.ts +0 -12
- package/src/themes/export.ts +0 -5
- package/src/themes/lightTheme.ts +0 -11
- package/types/theme.d.ts +0 -63
- /package/dist/cjs/types/src/components/Layout/{AppHeader/AppHeaderActions → UserBox}/UserBox.d.ts +0 -0
- /package/dist/esm/types/src/components/Layout/{AppHeader/AppHeaderActions → UserBox}/UserBox.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,26 +1,21 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as
|
|
3
|
-
import
|
|
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';
|
|
2
|
+
import * as React$1 from 'react';
|
|
3
|
+
import React__default, { ReactNode, MouseEvent as MouseEvent$1, FC, SyntheticEvent, ReactElement } from 'react';
|
|
8
4
|
import { HorizontalAlignmentType, VerticalAlignmentType, IconType } from 'recharts/types/component/DefaultLegendContent';
|
|
5
|
+
import { LayoutType, AnimationTiming } from 'recharts/types/util/types';
|
|
9
6
|
import { CurveType } from 'recharts/types/shape/Curve';
|
|
10
|
-
import * as
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
import
|
|
15
|
-
import
|
|
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';
|
|
7
|
+
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
|
|
8
|
+
import { VariantProps } from 'class-variance-authority';
|
|
9
|
+
import { ColumnDef, SortingState, Row } from '@tanstack/react-table';
|
|
10
|
+
export { ColumnDef } from '@tanstack/react-table';
|
|
11
|
+
import { Axios, AxiosInstance } from 'axios';
|
|
12
|
+
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
20
13
|
import { FieldValues, Control } from 'react-hook-form';
|
|
21
|
-
import
|
|
22
|
-
import
|
|
14
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
15
|
+
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
16
|
+
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
23
17
|
import { EventApi } from '@fullcalendar/core';
|
|
18
|
+
import { ClassValue } from 'clsx';
|
|
24
19
|
import * as redux from 'redux';
|
|
25
20
|
|
|
26
21
|
declare const AnimatedGIFs: {
|
|
@@ -81,190 +76,29 @@ interface IconProps {
|
|
|
81
76
|
}
|
|
82
77
|
type IconComponent = FC<IconProps>;
|
|
83
78
|
type IconsType = {
|
|
84
|
-
GatePassIcon: IconComponent;
|
|
85
|
-
AmenitiesIcon: IconComponent;
|
|
86
|
-
AcademicFeesIcon: IconComponent;
|
|
87
|
-
BoardingPointIcon: IconComponent;
|
|
88
|
-
RouteBusAssignmentIcon: IconComponent;
|
|
89
|
-
ChallansIcon: IconComponent;
|
|
90
|
-
AcademicsIcon: IconComponent;
|
|
91
|
-
ActivitiesIcon: IconComponent;
|
|
92
|
-
AccordionArrow: IconComponent;
|
|
93
|
-
ActiveDevicesIcon: IconComponent;
|
|
94
|
-
ActivitylogsIcon: IconComponent;
|
|
95
|
-
AddSquare: IconComponent;
|
|
96
|
-
AdminIcon: IconComponent;
|
|
97
|
-
AdministratorIcon: IconComponent;
|
|
98
|
-
AdmissionIcon: IconComponent;
|
|
99
|
-
AlertFilledIcon: IconComponent;
|
|
100
|
-
AppsIcon: IconComponent;
|
|
101
|
-
ApproveIcon: IconComponent;
|
|
102
|
-
ArchiveIcon: IconComponent;
|
|
103
|
-
ArrowBackIcon: IconComponent;
|
|
104
|
-
AssessmentsIcon: IconComponent;
|
|
105
|
-
AssignmentIcon: IconComponent;
|
|
106
|
-
AttachmentIcon: IconComponent;
|
|
107
|
-
AttendanceIcon: IconComponent;
|
|
108
|
-
BarChartIcon: IconComponent;
|
|
109
|
-
BookletIcon: IconComponent;
|
|
110
|
-
BulbIcon: IconComponent;
|
|
111
|
-
CalendarIcon: IconComponent;
|
|
112
79
|
CampxFullLogoIcon: IconComponent;
|
|
113
80
|
CampxIcon: IconComponent;
|
|
114
|
-
CareerIcon: IconComponent;
|
|
115
|
-
CareersIcon: IconComponent;
|
|
116
|
-
CautionIcon: IconComponent;
|
|
117
|
-
BusesIcon: IconComponent;
|
|
118
|
-
TransportRoutesIcon: IconComponent;
|
|
119
|
-
CertificateIcon: IconComponent;
|
|
120
|
-
CetIcon: IconComponent;
|
|
121
|
-
CheckedCheckboxIcon: IconComponent;
|
|
122
|
-
CheckedRadioIcon: IconComponent;
|
|
123
|
-
ClassroomsIcon: IconComponent;
|
|
124
|
-
ClearIcon: IconComponent;
|
|
125
|
-
ClogWheelIcon: IconComponent;
|
|
126
|
-
CollapseIcon: IconComponent;
|
|
127
|
-
ColumnsIcon: IconComponent;
|
|
128
|
-
ComfortableIcon: IconComponent;
|
|
129
|
-
CommutexIcon: IconComponent;
|
|
130
|
-
CompactIcon: IconComponent;
|
|
131
|
-
CompletedStateIcon: IconComponent;
|
|
132
|
-
ConcessionIcon: IconComponent;
|
|
133
|
-
ConfigurationsIcon: IconComponent;
|
|
134
|
-
ConfigureIcon: IconComponent;
|
|
135
|
-
CopyIcon: IconComponent;
|
|
136
|
-
CounsellorIcon: IconComponent;
|
|
137
|
-
CourseInfoIcon: IconComponent;
|
|
138
|
-
CreditMemoIcon: IconComponent;
|
|
139
|
-
CrossIcon: IconComponent;
|
|
140
|
-
CrossIcon2: IconComponent;
|
|
141
|
-
DashBoardIcon: IconComponent;
|
|
142
|
-
DatabaseIcon: IconComponent;
|
|
143
|
-
DeleteIcon: IconComponent;
|
|
144
|
-
DeviceIcon: IconComponent;
|
|
145
|
-
DocumentIcon: IconComponent;
|
|
146
|
-
DoneSquare: IconComponent;
|
|
147
|
-
TransportRegistrationIcon: IconComponent;
|
|
148
|
-
DownArrow: IconComponent;
|
|
149
|
-
UpArrow: IconComponent;
|
|
150
|
-
DownloadIcon: IconComponent;
|
|
151
|
-
DFormsIcon: IconComponent;
|
|
152
|
-
EditIcon: IconComponent;
|
|
153
|
-
EmailIcon: IconComponent;
|
|
154
|
-
EmailNewIcon: IconComponent;
|
|
155
|
-
EnrollxIcon: IconComponent;
|
|
156
|
-
EvaluationIcon: IconComponent;
|
|
157
|
-
ExamConfigurationIcon: IconComponent;
|
|
158
|
-
ExamDetailsIcon: IconComponent;
|
|
159
|
-
ExamResultIcon: IconComponent;
|
|
160
|
-
ExamxIcon: IconComponent;
|
|
161
|
-
ExcelIcon: IconComponent;
|
|
162
|
-
ExpandIcon: IconComponent;
|
|
163
|
-
ExportIcon: IconComponent;
|
|
164
|
-
ExportMenuIcon: IconComponent;
|
|
165
|
-
FeeConfigurationIcon: IconComponent;
|
|
166
|
-
FeePaymentIcon: IconComponent;
|
|
167
|
-
FeedbackStarIcon: IconComponent;
|
|
168
|
-
FilterIcon: IconComponent;
|
|
169
|
-
FormBuilderIcon: IconComponent;
|
|
170
|
-
HallTicketsIcon: IconComponent;
|
|
171
|
-
HamburgerMenuIcon: IconComponent;
|
|
172
|
-
HandoutsIcon: IconComponent;
|
|
173
|
-
HelpDocsIcon: IconComponent;
|
|
174
|
-
HelpIcon: IconComponent;
|
|
175
|
-
HomeIcon: IconComponent;
|
|
176
|
-
HostelxIcon: IconComponent;
|
|
177
|
-
HostlerIcon: IconComponent;
|
|
178
|
-
ImageIcon: IconComponent;
|
|
179
|
-
ImportIcon: IconComponent;
|
|
180
|
-
InfoFilledIcon: IconComponent;
|
|
181
|
-
InfoIcon: IconComponent;
|
|
182
|
-
InstitutionsIcon: IconComponent;
|
|
183
|
-
InternalExamsIcon: IconComponent;
|
|
184
|
-
InvigilationIcon: IconComponent;
|
|
185
|
-
LegacyIcon: IconComponent;
|
|
186
|
-
LeadsIcon: IconComponent;
|
|
187
|
-
LeftIcon: IconComponent;
|
|
188
|
-
LineDividerIcon: IconComponent;
|
|
189
|
-
LocationIcon: IconComponent;
|
|
190
|
-
LogoutIcon: IconComponent;
|
|
191
|
-
ManageUserIcon: IconComponent;
|
|
192
|
-
MarksIcon: IconComponent;
|
|
193
|
-
MenteesIcon: IconComponent;
|
|
194
|
-
MentorsIcon: IconComponent;
|
|
195
|
-
MinusSquare: IconComponent;
|
|
196
|
-
MoreVertIcon: IconComponent;
|
|
197
|
-
NavigationIcon: IconComponent;
|
|
198
|
-
NominalSheetsIcon: IconComponent;
|
|
199
|
-
NoteIcon: IconComponent;
|
|
200
|
-
NoticeBoardIcon: IconComponent;
|
|
201
|
-
NotificationIcon: IconComponent;
|
|
202
|
-
ObeIcon: IconComponent;
|
|
203
|
-
OmrsIcon: IconComponent;
|
|
204
|
-
OnlineTransactionIcon: IconComponent;
|
|
205
|
-
OpenPaymentsIcon: IconComponent;
|
|
206
|
-
PayxIcon: IconComponent;
|
|
207
|
-
PdfIcon: IconComponent;
|
|
208
|
-
PeoplexIcon: IconComponent;
|
|
209
|
-
PrintDesignerIcon: IconComponent;
|
|
210
|
-
PrinterIcon: IconComponent;
|
|
211
|
-
ProductFeaturesIcon: IconComponent;
|
|
212
|
-
ProfileIcon: IconComponent;
|
|
213
|
-
QrIcon: IconComponent;
|
|
214
|
-
QuizIcon: IconComponent;
|
|
215
|
-
RaiseTicketIcon: IconComponent;
|
|
216
|
-
RedirectIcon: IconComponent;
|
|
217
|
-
RedoIcon: IconComponent;
|
|
218
|
-
RegistrationIcon: IconComponent;
|
|
219
|
-
RejectIcon: IconComponent;
|
|
220
|
-
ReportIcon: IconComponent;
|
|
221
|
-
ReportIssueIcon: IconComponent;
|
|
222
|
-
ResourcesIcon: IconComponent;
|
|
223
|
-
RevaluationIcon: IconComponent;
|
|
224
|
-
RightIcon: IconComponent;
|
|
225
|
-
RoomsIcon: IconComponent;
|
|
226
|
-
RouteIcon: IconComponent;
|
|
227
|
-
SaveIcon: IconComponent;
|
|
228
|
-
ScanningIcon: IconComponent;
|
|
229
|
-
ScholarshipIcon: IconComponent;
|
|
230
|
-
SearchIcon: IconComponent;
|
|
231
|
-
SeatingPlan: IconComponent;
|
|
232
|
-
SettlementsIcon: IconComponent;
|
|
233
|
-
ShareIcon: IconComponent;
|
|
234
|
-
SignaturesIcon: IconComponent;
|
|
235
|
-
SmsIcon: IconComponent;
|
|
236
|
-
StandardIcon: IconComponent;
|
|
237
|
-
StatisticsIcon: IconComponent;
|
|
238
|
-
StopWatchIcon: IconComponent;
|
|
239
|
-
StudentsIcon: IconComponent;
|
|
240
|
-
SuccessFilledIcon: IconComponent;
|
|
241
|
-
TasksIcon: IconComponent;
|
|
242
|
-
ThreeDotsMenuIcon: IconComponent;
|
|
243
|
-
TicketSystemIcon: IconComponent;
|
|
244
|
-
TicketsIcon: IconComponent;
|
|
245
|
-
TimeTableIcon: IconComponent;
|
|
246
|
-
TimerIcon: IconComponent;
|
|
247
|
-
TransactionCardIcon: IconComponent;
|
|
248
|
-
UmsIcon: IconComponent;
|
|
249
|
-
UnCheckedCheckboxIcon: IconComponent;
|
|
250
|
-
UnCheckedRadioIcon: IconComponent;
|
|
251
|
-
ViewIcon: IconComponent;
|
|
252
|
-
ViewsIcon: IconComponent;
|
|
253
|
-
VisibilityIcon: IconComponent;
|
|
254
|
-
VisibilityOffIcon: IconComponent;
|
|
255
|
-
WarningFilledIcon: IconComponent;
|
|
256
|
-
WhatsappIcon: IconComponent;
|
|
257
|
-
WorkFlowDocsIcon: IconComponent;
|
|
258
|
-
NewSmsIcon: IconComponent;
|
|
259
|
-
ESSIcon: IconComponent;
|
|
260
|
-
SalaryIcon: IconComponent;
|
|
261
|
-
ExpensesIcon: IconComponent;
|
|
262
|
-
LeavesIcon: IconComponent;
|
|
263
|
-
CampxFullLogoIconV2: IconComponent;
|
|
264
|
-
CampxIconV2: IconComponent;
|
|
265
81
|
};
|
|
266
82
|
declare const Icons: IconsType;
|
|
267
83
|
|
|
84
|
+
declare const THEMES: {
|
|
85
|
+
readonly light: "";
|
|
86
|
+
readonly dark: ".dark";
|
|
87
|
+
};
|
|
88
|
+
type ChartConfig = {
|
|
89
|
+
[k in string]: {
|
|
90
|
+
label?: React$1.ReactNode;
|
|
91
|
+
icon?: React$1.ComponentType;
|
|
92
|
+
} & ({
|
|
93
|
+
color?: string;
|
|
94
|
+
theme?: never;
|
|
95
|
+
} | {
|
|
96
|
+
color?: never;
|
|
97
|
+
theme: Record<keyof typeof THEMES, string>;
|
|
98
|
+
});
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
type TypographyVariant = 'h1' | 'h2' | 'h3' | 'h4' | 'p' | 'blockquote' | 'list' | 'inlineCode' | 'lead' | 'large' | 'small' | 'muted';
|
|
268
102
|
type CartesianGridProps = {
|
|
269
103
|
showCartesianGrid: boolean;
|
|
270
104
|
size?: number;
|
|
@@ -275,11 +109,11 @@ type AxisLabelProps = {
|
|
|
275
109
|
};
|
|
276
110
|
type TitleProps = {
|
|
277
111
|
variant?: TypographyVariant;
|
|
278
|
-
|
|
112
|
+
className?: string;
|
|
279
113
|
};
|
|
280
114
|
type SubTitleProps = {
|
|
281
115
|
variant?: TypographyVariant;
|
|
282
|
-
|
|
116
|
+
className?: string;
|
|
283
117
|
};
|
|
284
118
|
type MarginProps = {
|
|
285
119
|
top?: number;
|
|
@@ -314,36 +148,89 @@ type LegendProps = {
|
|
|
314
148
|
className?: string;
|
|
315
149
|
};
|
|
316
150
|
|
|
317
|
-
|
|
151
|
+
interface HorizontalBarChartData {
|
|
152
|
+
[key: string]: string | number;
|
|
153
|
+
}
|
|
154
|
+
interface HorizontalBarChartProps {
|
|
155
|
+
data: HorizontalBarChartData[];
|
|
156
|
+
dataKeys: string[];
|
|
157
|
+
xAxisKey: string;
|
|
158
|
+
config: ChartConfig;
|
|
159
|
+
height?: number;
|
|
160
|
+
margin?: MarginProps;
|
|
161
|
+
barSize?: number;
|
|
162
|
+
radius?: number | [number, number, number, number];
|
|
163
|
+
stackId?: string;
|
|
164
|
+
hideXAxis?: boolean;
|
|
165
|
+
yAxisWidth?: number;
|
|
166
|
+
yAxisTickFormatter?: (value: string | number) => string;
|
|
167
|
+
xAxisTickFormatter?: (value: number | string) => string;
|
|
168
|
+
showTooltip?: boolean;
|
|
169
|
+
tooltipCursor?: boolean | object;
|
|
170
|
+
hideTooltipLabel?: boolean;
|
|
171
|
+
tooltipIndicator?: 'line' | 'dot' | 'dashed';
|
|
172
|
+
legend?: LegendProps;
|
|
173
|
+
showLegend?: boolean;
|
|
318
174
|
title?: string;
|
|
319
|
-
showSubtitle?: boolean;
|
|
320
|
-
subTitle?: string;
|
|
321
175
|
titleProps?: TitleProps;
|
|
322
|
-
|
|
323
|
-
|
|
176
|
+
subtitle?: string;
|
|
177
|
+
subtitleProps?: SubTitleProps;
|
|
178
|
+
className?: string;
|
|
179
|
+
onBarClick?: (data: any, index: number) => void;
|
|
180
|
+
animationDuration?: number;
|
|
181
|
+
animationEasing?: 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out' | 'linear';
|
|
182
|
+
accessibilityLayer?: boolean;
|
|
183
|
+
}
|
|
184
|
+
declare const HorizontalBarChart: React__default.FC<HorizontalBarChartProps>;
|
|
185
|
+
|
|
186
|
+
interface VerticalBarChartData {
|
|
187
|
+
[key: string]: string | number;
|
|
188
|
+
}
|
|
189
|
+
interface VerticalBarChartProps {
|
|
190
|
+
data: VerticalBarChartData[];
|
|
191
|
+
dataKeys: string[];
|
|
192
|
+
xAxisKey: string;
|
|
193
|
+
config: ChartConfig;
|
|
324
194
|
height?: number;
|
|
325
|
-
layout?: LayoutType;
|
|
326
|
-
dataKey: string;
|
|
327
|
-
data: any[];
|
|
328
|
-
bars: BarItem[];
|
|
329
|
-
domain?: any[];
|
|
330
|
-
barGap?: number | string;
|
|
331
|
-
barSize?: number | string;
|
|
332
|
-
showToolTip?: boolean;
|
|
333
|
-
showLegend?: boolean;
|
|
334
|
-
cartesianGrid?: CartesianGridProps;
|
|
335
|
-
axisLabelProps?: AxisLabelProps;
|
|
336
|
-
baseAxisProps?: BaseAxisProps;
|
|
337
|
-
legendSx?: LegendProps;
|
|
338
|
-
containerSx?: SxProps;
|
|
339
195
|
margin?: MarginProps;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
196
|
+
barSize?: number;
|
|
197
|
+
barGap?: number;
|
|
198
|
+
barCategoryGap?: number | string;
|
|
199
|
+
radius?: number | [number, number, number, number];
|
|
343
200
|
stackId?: string;
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
201
|
+
showGrid?: boolean;
|
|
202
|
+
gridStrokeDasharray?: string | number;
|
|
203
|
+
xAxisTickFormatter?: (value: string | number) => string;
|
|
204
|
+
yAxisTickFormatter?: (value: number | string) => string;
|
|
205
|
+
showLabels?: boolean;
|
|
206
|
+
labelPosition?: 'top' | 'bottom' | 'left' | 'right' | 'inside' | 'outside' | 'insideLeft' | 'insideRight' | 'insideTop' | 'insideBottom' | 'center';
|
|
207
|
+
labelFormatter?: (value: any) => string;
|
|
208
|
+
showTooltip?: boolean;
|
|
209
|
+
tooltipCursor?: boolean | object;
|
|
210
|
+
hideTooltipLabel?: boolean;
|
|
211
|
+
tooltipIndicator?: 'line' | 'dot' | 'dashed';
|
|
212
|
+
legend?: LegendProps;
|
|
213
|
+
showLegend?: boolean;
|
|
214
|
+
title?: string;
|
|
215
|
+
titleProps?: TitleProps;
|
|
216
|
+
subtitle?: string;
|
|
217
|
+
subtitleProps?: SubTitleProps;
|
|
218
|
+
className?: string;
|
|
219
|
+
activeBar?: boolean;
|
|
220
|
+
activeBarIndex?: number;
|
|
221
|
+
onBarClick?: (data: any, index: number) => void;
|
|
222
|
+
animationDuration?: number;
|
|
223
|
+
animationEasing?: 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out' | 'linear';
|
|
224
|
+
accessibilityLayer?: boolean;
|
|
225
|
+
}
|
|
226
|
+
declare const VerticalBarChart: React__default.FC<VerticalBarChartProps>;
|
|
227
|
+
|
|
228
|
+
type BarChartVariant = 'vertical' | 'horizontal';
|
|
229
|
+
type BarChartData = HorizontalBarChartData | VerticalBarChartData;
|
|
230
|
+
interface BarChartProps extends Omit<VerticalBarChartProps, 'data'>, Omit<HorizontalBarChartProps, 'data' | keyof VerticalBarChartProps> {
|
|
231
|
+
data: BarChartData[];
|
|
232
|
+
variant?: BarChartVariant;
|
|
233
|
+
}
|
|
347
234
|
|
|
348
235
|
type LineChartProps = {
|
|
349
236
|
title?: string;
|
|
@@ -351,6 +238,7 @@ type LineChartProps = {
|
|
|
351
238
|
subTitle?: string;
|
|
352
239
|
titleProps?: TitleProps;
|
|
353
240
|
subTitleProps?: SubTitleProps;
|
|
241
|
+
config: ChartConfig;
|
|
354
242
|
width?: number;
|
|
355
243
|
height?: number;
|
|
356
244
|
dataKey: string;
|
|
@@ -362,8 +250,11 @@ type LineChartProps = {
|
|
|
362
250
|
axisLabelProps?: AxisLabelProps;
|
|
363
251
|
baseAxisProps?: BaseAxisProps;
|
|
364
252
|
legendSx?: LegendProps;
|
|
365
|
-
|
|
253
|
+
className?: string;
|
|
366
254
|
margin?: MarginProps;
|
|
255
|
+
hideTooltipLabel?: boolean;
|
|
256
|
+
tooltipIndicator?: 'line' | 'dot' | 'dashed';
|
|
257
|
+
accessibilityLayer?: boolean;
|
|
367
258
|
};
|
|
368
259
|
type LineItem = {
|
|
369
260
|
type: CurveType;
|
|
@@ -371,7 +262,7 @@ type LineItem = {
|
|
|
371
262
|
stroke: string;
|
|
372
263
|
activeDot?: any;
|
|
373
264
|
};
|
|
374
|
-
declare const LineChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, width, height, margin, dataKey, data, lines, showToolTip, showLegend, cartesianGrid, axisLabelProps, baseAxisProps, legendSx,
|
|
265
|
+
declare const LineChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, config, width, height, margin, dataKey, data, lines, showToolTip, showLegend, cartesianGrid, axisLabelProps, baseAxisProps, legendSx, className, hideTooltipLabel, tooltipIndicator, accessibilityLayer, }: LineChartProps) => react_jsx_runtime.JSX.Element;
|
|
375
266
|
|
|
376
267
|
type PieChartProps = {
|
|
377
268
|
title?: string;
|
|
@@ -384,14 +275,17 @@ type PieChartProps = {
|
|
|
384
275
|
height?: number;
|
|
385
276
|
pie1: PieProps;
|
|
386
277
|
pie2?: PieProps;
|
|
387
|
-
|
|
278
|
+
className?: string;
|
|
388
279
|
showLegend?: boolean;
|
|
389
280
|
legendSx?: LegendProps;
|
|
390
281
|
showToolTip?: boolean;
|
|
282
|
+
config: ChartConfig;
|
|
283
|
+
hideTooltipLabel?: boolean;
|
|
391
284
|
};
|
|
392
285
|
type PieProps = {
|
|
393
286
|
data: any[];
|
|
394
287
|
dataKey: string;
|
|
288
|
+
nameKey?: string;
|
|
395
289
|
innerRadius?: number;
|
|
396
290
|
outerRadius?: number;
|
|
397
291
|
fill?: string;
|
|
@@ -402,94 +296,45 @@ type PieProps = {
|
|
|
402
296
|
endAngle?: number;
|
|
403
297
|
colors?: string[];
|
|
404
298
|
};
|
|
405
|
-
declare const PieChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, margin, width, height, showToolTip, showLegend, legendSx, pie1, pie2,
|
|
299
|
+
declare const PieChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, margin, width, height, showToolTip, showLegend, legendSx, pie1, pie2, className, config, hideTooltipLabel, }: PieChartProps) => react_jsx_runtime.JSX.Element;
|
|
406
300
|
|
|
407
|
-
interface
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
statsSx?: SxProps;
|
|
428
|
-
titleProps?: {
|
|
429
|
-
variant?: any;
|
|
430
|
-
sx?: SxProps;
|
|
431
|
-
};
|
|
432
|
-
remainingProps?: {
|
|
433
|
-
variant?: any;
|
|
434
|
-
sx?: SxProps;
|
|
435
|
-
};
|
|
436
|
-
usedProps?: {
|
|
437
|
-
variant?: any;
|
|
438
|
-
sx?: SxProps;
|
|
439
|
-
};
|
|
440
|
-
totalProps?: {
|
|
441
|
-
variant?: any;
|
|
442
|
-
sx?: SxProps;
|
|
443
|
-
};
|
|
444
|
-
pendingProps?: {
|
|
445
|
-
variant?: any;
|
|
446
|
-
sx?: SxProps;
|
|
447
|
-
};
|
|
448
|
-
children?: ReactNode;
|
|
449
|
-
renderHeader?: (props: {
|
|
450
|
-
title: string;
|
|
451
|
-
remaining: number;
|
|
452
|
-
}) => ReactNode;
|
|
453
|
-
renderProgress?: (props: {
|
|
454
|
-
current: number;
|
|
455
|
-
total: number;
|
|
456
|
-
}) => ReactNode;
|
|
457
|
-
renderStats?: (props: {
|
|
458
|
-
used: number;
|
|
459
|
-
total: number;
|
|
460
|
-
}) => ReactNode;
|
|
461
|
-
renderPending?: (props: {
|
|
462
|
-
pending: number;
|
|
463
|
-
}) => ReactNode;
|
|
464
|
-
renderFooter?: (props: {
|
|
465
|
-
used: number;
|
|
466
|
-
total: number;
|
|
467
|
-
}) => ReactNode;
|
|
301
|
+
interface TreeMapProps {
|
|
302
|
+
data: any;
|
|
303
|
+
dataKey: string | number;
|
|
304
|
+
config: ChartConfig;
|
|
305
|
+
title?: string;
|
|
306
|
+
showSubtitle?: boolean;
|
|
307
|
+
subTitle?: string;
|
|
308
|
+
titleProps?: TitleProps;
|
|
309
|
+
subTitleProps?: SubTitleProps;
|
|
310
|
+
width?: number;
|
|
311
|
+
height?: number;
|
|
312
|
+
margin?: MarginProps;
|
|
313
|
+
aspectRatio?: number;
|
|
314
|
+
fill?: string;
|
|
315
|
+
stroke?: string;
|
|
316
|
+
colors?: string[];
|
|
317
|
+
className?: string;
|
|
318
|
+
showToolTip?: boolean;
|
|
319
|
+
isAnimationActive?: boolean;
|
|
320
|
+
animationEasing?: AnimationTiming;
|
|
468
321
|
}
|
|
469
|
-
declare const ProgressCard: ({ title, current, total, remaining, used, pending, progressBarColor, remainingLabel, usedLabel, totalLabel, pendingLabel, icon, moreOptions, menu, cardSx, headerSx, progressSx, statsSx, titleProps, remainingProps, usedProps, totalProps, pendingProps, children, renderHeader, renderProgress, renderStats, renderPending, renderFooter, }: ProgressCardProps) => react_jsx_runtime.JSX.Element;
|
|
470
|
-
|
|
471
|
-
declare const StyledContainer: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
472
|
-
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;
|
|
473
|
-
}, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
474
322
|
|
|
475
|
-
type
|
|
323
|
+
type AccordionItemProps = {
|
|
476
324
|
title: ReactNode;
|
|
477
325
|
content: ReactNode;
|
|
478
326
|
actions?: ReactNode;
|
|
479
|
-
index?: number;
|
|
480
327
|
errorKeys?: string[];
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
data: AccordionProps[];
|
|
488
|
-
containerSx?: SxProps;
|
|
328
|
+
className?: string;
|
|
329
|
+
contentClassName?: string;
|
|
330
|
+
};
|
|
331
|
+
type AccordionProps = {
|
|
332
|
+
data: AccordionItemProps[];
|
|
333
|
+
className?: string;
|
|
489
334
|
defaultExpandedIndex?: number;
|
|
490
335
|
errorField?: string;
|
|
491
336
|
};
|
|
492
|
-
declare const
|
|
337
|
+
declare const Accordion: ({ data, className, defaultExpandedIndex, errorField, }: AccordionProps) => react_jsx_runtime.JSX.Element;
|
|
493
338
|
|
|
494
339
|
type ActivityAction = 'create' | 'update' | 'delete';
|
|
495
340
|
interface Activity {
|
|
@@ -509,57 +354,99 @@ interface ActivityLogProps {
|
|
|
509
354
|
setToDate: (date: Date | null) => void;
|
|
510
355
|
isLoading: boolean;
|
|
511
356
|
hideLogFilter?: boolean;
|
|
512
|
-
|
|
513
|
-
|
|
357
|
+
className?: string;
|
|
358
|
+
title?: string;
|
|
514
359
|
}
|
|
515
|
-
declare const ActivityLogView: ({ activitiesData, isFetchingNextPage, fetchNextPage, hasNextPage, fromDate, toDate, setFromDate, setToDate, isLoading, hideLogFilter,
|
|
360
|
+
declare const ActivityLogView: ({ activitiesData, isFetchingNextPage, fetchNextPage, hasNextPage, fromDate, toDate, setFromDate, setToDate, isLoading, hideLogFilter, className, title, }: ActivityLogProps) => react_jsx_runtime.JSX.Element;
|
|
516
361
|
|
|
517
362
|
type CircularAvatarProps = {
|
|
518
363
|
text: string;
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
}
|
|
525
|
-
declare const
|
|
364
|
+
src?: string;
|
|
365
|
+
alt?: string;
|
|
366
|
+
className?: string;
|
|
367
|
+
fallbackClassName?: string;
|
|
368
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
369
|
+
};
|
|
370
|
+
declare const CircularAvatar: ({ text, src, alt, className, fallbackClassName, onClick, }: CircularAvatarProps) => react_jsx_runtime.JSX.Element;
|
|
526
371
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
cardSx?: SxProps;
|
|
372
|
+
declare function Card$1({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
373
|
+
declare function CardHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
374
|
+
declare function CardTitle({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
375
|
+
declare function CardDescription({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
376
|
+
declare function CardAction({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
377
|
+
declare function CardContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
378
|
+
declare function CardFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
379
|
+
|
|
380
|
+
interface CardProps extends Omit<React$1.ComponentProps<typeof Card$1>, 'title' | 'content'> {
|
|
381
|
+
/**
|
|
382
|
+
* Card title - displayed in the header
|
|
383
|
+
*/
|
|
384
|
+
title?: React$1.ReactNode;
|
|
385
|
+
/**
|
|
386
|
+
* Card description - displayed below the title in the header
|
|
387
|
+
*/
|
|
388
|
+
description?: React$1.ReactNode;
|
|
389
|
+
/**
|
|
390
|
+
* Action buttons or elements - displayed in the top-right of the header
|
|
391
|
+
*/
|
|
392
|
+
actions?: React$1.ReactNode;
|
|
393
|
+
/**
|
|
394
|
+
* Main card content
|
|
395
|
+
*/
|
|
396
|
+
content?: React$1.ReactNode;
|
|
397
|
+
/**
|
|
398
|
+
* Footer content - displayed at the bottom of the card
|
|
399
|
+
*/
|
|
400
|
+
footer?: React$1.ReactNode;
|
|
401
|
+
/**
|
|
402
|
+
* Children - if provided, will override the structured layout and give full control
|
|
403
|
+
*/
|
|
404
|
+
children?: React$1.ReactNode;
|
|
561
405
|
}
|
|
562
|
-
|
|
406
|
+
/**
|
|
407
|
+
* Card component built on shadcn/ui Card
|
|
408
|
+
*
|
|
409
|
+
* @example
|
|
410
|
+
* // Simple card with all props
|
|
411
|
+
* <Card
|
|
412
|
+
* title="Card Title"
|
|
413
|
+
* description="This is a description"
|
|
414
|
+
* actions={<Button>Action</Button>}
|
|
415
|
+
* content={<p>Main content goes here</p>}
|
|
416
|
+
* footer={<Button variant="outline">Footer Action</Button>}
|
|
417
|
+
* />
|
|
418
|
+
*
|
|
419
|
+
* @example
|
|
420
|
+
* // Custom layout using composition
|
|
421
|
+
* <Card>
|
|
422
|
+
* <CardHeader>
|
|
423
|
+
* <CardTitle>Custom Title</CardTitle>
|
|
424
|
+
* <CardDescription>Custom Description</CardDescription>
|
|
425
|
+
* <CardAction>
|
|
426
|
+
* <Button>Action</Button>
|
|
427
|
+
* </CardAction>
|
|
428
|
+
* </CardHeader>
|
|
429
|
+
* <CardContent>
|
|
430
|
+
* Custom content layout
|
|
431
|
+
* </CardContent>
|
|
432
|
+
* <CardFooter>
|
|
433
|
+
* Custom footer
|
|
434
|
+
* </CardFooter>
|
|
435
|
+
* </Card>
|
|
436
|
+
*/
|
|
437
|
+
declare const Card: React$1.ForwardRefExoticComponent<Omit<CardProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
438
|
+
|
|
439
|
+
declare const badgeVariants: (props?: ({
|
|
440
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
|
|
441
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
442
|
+
declare function Badge({ className, variant, asChild, ...props }: React$1.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
|
|
443
|
+
asChild?: boolean;
|
|
444
|
+
}): react_jsx_runtime.JSX.Element;
|
|
445
|
+
|
|
446
|
+
interface ChipProps extends React$1.ComponentPropsWithoutRef<typeof Badge> {
|
|
447
|
+
label: string;
|
|
448
|
+
}
|
|
449
|
+
declare const Chip: ({ label, ...rest }: ChipProps) => react_jsx_runtime.JSX.Element;
|
|
563
450
|
|
|
564
451
|
interface ChipsProps {
|
|
565
452
|
list: {
|
|
@@ -574,36 +461,68 @@ interface ChipsProps {
|
|
|
574
461
|
}
|
|
575
462
|
declare const Chips: ({ list, selected: _selected, onSelected, direction, singleSelection, toggle, }: ChipsProps) => react_jsx_runtime.JSX.Element;
|
|
576
463
|
|
|
577
|
-
type
|
|
464
|
+
type PaginationProps = {
|
|
465
|
+
limit: number;
|
|
466
|
+
offset: number;
|
|
467
|
+
totalCount: number;
|
|
468
|
+
onPageChange: (offset: number) => void;
|
|
469
|
+
onLimitChange: (limit: number) => void;
|
|
470
|
+
rowCount: number;
|
|
471
|
+
};
|
|
472
|
+
declare const TablePagination: (props: PaginationProps) => react_jsx_runtime.JSX.Element;
|
|
473
|
+
|
|
474
|
+
type DataTableProps<TData = any> = {
|
|
578
475
|
limit?: number;
|
|
579
476
|
offset?: number;
|
|
580
477
|
totalCount?: number;
|
|
581
478
|
onPageChange?: (page: number) => void;
|
|
582
479
|
onLimitChange?: (limit: number) => void;
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
480
|
+
columns: ColumnDef<TData, any>[];
|
|
481
|
+
rows: TData[];
|
|
482
|
+
density?: 'standard' | 'compact' | 'comfortable';
|
|
483
|
+
columnVisibilityModel?: {
|
|
484
|
+
[x: string]: boolean;
|
|
485
|
+
};
|
|
486
|
+
isLoading?: boolean;
|
|
487
|
+
checkboxSelection?: boolean;
|
|
488
|
+
rowSelectionModel?: Record<string, boolean>;
|
|
489
|
+
onRowSelectionModelChange?: (newRowSelectionModel: Record<string, boolean>) => void;
|
|
490
|
+
selectionActions?: React__default.ReactNode[];
|
|
491
|
+
enableSorting?: boolean;
|
|
492
|
+
sortingState?: SortingState;
|
|
493
|
+
onSortingChange?: (newSortingState: SortingState) => void;
|
|
494
|
+
hideTableActionHeader?: boolean;
|
|
495
|
+
tableActionProps?: {
|
|
496
|
+
uniqueId: string;
|
|
497
|
+
viewsProps: {
|
|
498
|
+
type: string;
|
|
499
|
+
axios: Axios;
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
cards: React__default.ReactNode[];
|
|
503
|
+
className?: string;
|
|
504
|
+
tableClassName?: string;
|
|
505
|
+
headerClassName?: string;
|
|
506
|
+
rowClassName?: string | ((row: Row<TData>) => string);
|
|
507
|
+
cellClassName?: string;
|
|
508
|
+
cardContainerClassName?: string;
|
|
509
|
+
};
|
|
510
|
+
declare const DataTable: <TData extends Record<string, any> = any>(props: DataTableProps<TData>) => react_jsx_runtime.JSX.Element;
|
|
511
|
+
|
|
512
|
+
declare const typographyVariants: (props?: ({
|
|
513
|
+
variant?: "blockquote" | "h1" | "h2" | "h3" | "h4" | "p" | "small" | "list" | "muted" | "inlineCode" | "lead" | "large" | null | undefined;
|
|
514
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
515
|
+
interface TypographyProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof typographyVariants> {
|
|
516
|
+
as?: React$1.ElementType;
|
|
517
|
+
children?: React$1.ReactNode;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
declare const Typography: ({ variant, children, ...props }: TypographyProps) => react_jsx_runtime.JSX.Element;
|
|
521
|
+
|
|
522
|
+
declare const EmptyIllustration: ({ message, messageProps, containerClassName, }: {
|
|
603
523
|
message: string;
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
containerProps?: SxProps;
|
|
524
|
+
messageProps?: TypographyProps;
|
|
525
|
+
containerClassName?: string;
|
|
607
526
|
}) => react_jsx_runtime.JSX.Element;
|
|
608
527
|
|
|
609
528
|
interface JoyrideStep {
|
|
@@ -624,36 +543,24 @@ declare const ReactJoyRide: ({ steps, children, tourName, }: {
|
|
|
624
543
|
tourName: string;
|
|
625
544
|
}) => react_jsx_runtime.JSX.Element;
|
|
626
545
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
containerSx?: SxProps;
|
|
634
|
-
variablesContainerSX?: SxProps;
|
|
635
|
-
imageUrl?: string;
|
|
636
|
-
imageWidth?: string;
|
|
637
|
-
imageHeight?: string;
|
|
638
|
-
title?: ReactNode;
|
|
639
|
-
}
|
|
640
|
-
interface variablesProps {
|
|
641
|
-
data?: {
|
|
642
|
-
label: string;
|
|
643
|
-
value: string;
|
|
644
|
-
}[];
|
|
645
|
-
variablesContainerSX?: SxProps;
|
|
546
|
+
declare function Separator$1({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
547
|
+
|
|
548
|
+
interface SeparatorProps extends React$1.ComponentPropsWithoutRef<typeof Separator$1> {
|
|
549
|
+
orientation?: 'horizontal' | 'vertical';
|
|
550
|
+
decorative?: boolean;
|
|
551
|
+
className?: string;
|
|
646
552
|
}
|
|
647
|
-
declare const
|
|
648
|
-
|
|
553
|
+
declare const Separator: React$1.ForwardRefExoticComponent<SeparatorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
554
|
+
|
|
555
|
+
declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
649
556
|
|
|
650
557
|
type StatusCardProps = {
|
|
651
558
|
color: 'green' | 'red' | 'orange' | 'yellow' | 'blue' | 'pink';
|
|
652
559
|
text: string;
|
|
653
|
-
|
|
560
|
+
className?: string;
|
|
654
561
|
typographyVariant?: TypographyProps['variant'];
|
|
655
562
|
};
|
|
656
|
-
declare const StatusCard: ({ color, text,
|
|
563
|
+
declare const StatusCard: ({ color, text, className, typographyVariant, }: StatusCardProps) => react_jsx_runtime.JSX.Element;
|
|
657
564
|
|
|
658
565
|
type TimelineItems = {
|
|
659
566
|
timelineContent: ReactNode;
|
|
@@ -662,71 +569,129 @@ type TimelineItems = {
|
|
|
662
569
|
};
|
|
663
570
|
type TimelineProps = {
|
|
664
571
|
timelineItems: TimelineItems[];
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
declare const Typography: ({ variant, children, ...props }: TypographyProps) => react_jsx_runtime.JSX.Element;
|
|
572
|
+
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse';
|
|
573
|
+
className?: string;
|
|
574
|
+
};
|
|
575
|
+
declare const Timeline: ({ timelineItems, position, className, }: TimelineProps) => react_jsx_runtime.JSX.Element;
|
|
670
576
|
|
|
671
577
|
type AlertProps = {
|
|
672
578
|
message: string | ReactNode;
|
|
673
|
-
|
|
674
|
-
|
|
579
|
+
severity?: 'success' | 'error' | 'info' | 'warning';
|
|
580
|
+
variant?: 'default' | 'destructive';
|
|
581
|
+
className?: string;
|
|
582
|
+
};
|
|
583
|
+
declare const Alert: ({ severity, message, variant, className, }: AlertProps) => react_jsx_runtime.JSX.Element;
|
|
675
584
|
|
|
676
585
|
type Severity = 'success' | 'info' | 'warning' | 'error';
|
|
586
|
+
type SnackbarPosition = {
|
|
587
|
+
vertical: 'top' | 'bottom';
|
|
588
|
+
horizontal: 'left' | 'center' | 'right';
|
|
589
|
+
};
|
|
677
590
|
type SnackbarProps = {
|
|
678
591
|
severity: Severity;
|
|
679
592
|
message: string;
|
|
680
|
-
|
|
681
|
-
|
|
593
|
+
open: boolean;
|
|
594
|
+
onClose?: (reason?: 'timeout' | 'clickaway') => void;
|
|
595
|
+
anchorOrigin?: SnackbarPosition;
|
|
596
|
+
autoHideDuration?: number;
|
|
597
|
+
};
|
|
598
|
+
declare const Snackbar: ({ severity, message, open, onClose, anchorOrigin, autoHideDuration, }: SnackbarProps) => react_jsx_runtime.JSX.Element | null;
|
|
682
599
|
|
|
683
600
|
declare const Spinner: () => react_jsx_runtime.JSX.Element;
|
|
684
601
|
|
|
685
602
|
type TooltipProps = {
|
|
686
603
|
children: ReactNode;
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
604
|
+
title: ReactNode;
|
|
605
|
+
placement?: 'top' | 'right' | 'bottom' | 'left';
|
|
606
|
+
arrow?: boolean;
|
|
607
|
+
open?: boolean;
|
|
608
|
+
defaultOpen?: boolean;
|
|
609
|
+
onOpenChange?: (open: boolean) => void;
|
|
610
|
+
delayDuration?: number;
|
|
690
611
|
};
|
|
691
|
-
declare const Tooltip: ({ placement,
|
|
692
|
-
|
|
693
|
-
declare const ToolTipContent: ({ message }: TooltipContentProps) => react_jsx_runtime.JSX.Element;
|
|
612
|
+
declare const Tooltip: ({ children, title, placement, open, defaultOpen, onOpenChange, delayDuration, }: TooltipProps) => react_jsx_runtime.JSX.Element;
|
|
694
613
|
|
|
695
|
-
declare const
|
|
614
|
+
declare const buttonVariants: (props?: ({
|
|
615
|
+
variant?: "input" | "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
|
|
616
|
+
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
617
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
696
618
|
|
|
697
|
-
type ButtonProps = {
|
|
619
|
+
type ButtonProps = React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
698
620
|
loading?: boolean;
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
621
|
+
asChild?: boolean;
|
|
622
|
+
startIcon?: ReactNode;
|
|
623
|
+
endIcon?: ReactNode;
|
|
624
|
+
fullWidth?: boolean;
|
|
625
|
+
};
|
|
626
|
+
declare const Button: ({ loading, disabled, children, startIcon, endIcon, fullWidth, className, ...props }: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
704
627
|
|
|
705
|
-
type
|
|
706
|
-
|
|
707
|
-
|
|
628
|
+
type DateFormat = 'yyyy' | 'MMMM yyyy' | 'dd MMMM yyyy' | 'dd/MM/yyyy';
|
|
629
|
+
type DatePickerProps = {
|
|
630
|
+
label?: React$1.ReactNode | string;
|
|
631
|
+
name?: string;
|
|
632
|
+
value?: Date;
|
|
633
|
+
onChange?: (date: Date | undefined) => void;
|
|
634
|
+
format?: DateFormat;
|
|
708
635
|
helperText?: string;
|
|
709
636
|
placeholder?: string;
|
|
710
|
-
shortcutsItems?:
|
|
637
|
+
shortcutsItems?: {
|
|
638
|
+
label: string;
|
|
639
|
+
getValue: () => Date;
|
|
640
|
+
}[];
|
|
711
641
|
required?: boolean;
|
|
712
|
-
containerProps?:
|
|
713
|
-
openPickerIcon?: React.
|
|
642
|
+
containerProps?: React$1.HTMLAttributes<HTMLDivElement>;
|
|
643
|
+
openPickerIcon?: React$1.ReactNode;
|
|
714
644
|
error?: any;
|
|
715
|
-
|
|
716
|
-
|
|
645
|
+
disabled?: boolean;
|
|
646
|
+
minDate?: Date;
|
|
647
|
+
maxDate?: Date;
|
|
648
|
+
disablePast?: boolean;
|
|
649
|
+
disableFuture?: boolean;
|
|
650
|
+
shouldDisableDate?: (date: Date) => boolean;
|
|
651
|
+
shouldDisableMonth?: (date: Date) => boolean;
|
|
652
|
+
shouldDisableYear?: (date: Date) => boolean;
|
|
653
|
+
className?: string;
|
|
654
|
+
onOpen?: () => void;
|
|
655
|
+
onClose?: () => void;
|
|
656
|
+
onBlur?: React$1.FocusEventHandler;
|
|
657
|
+
[key: string]: any;
|
|
658
|
+
};
|
|
659
|
+
declare const DatePicker: ({ label, name, value, onChange, required, format, helperText, placeholder, shortcutsItems, openPickerIcon: Icon, containerProps, error, disabled, minDate, maxDate, disablePast, disableFuture, shouldDisableDate, shouldDisableMonth, shouldDisableYear, className, onOpen, onClose, ...rest }: DatePickerProps) => react_jsx_runtime.JSX.Element;
|
|
717
660
|
|
|
718
|
-
type
|
|
719
|
-
|
|
720
|
-
|
|
661
|
+
type DateTimePickerViews = 'year' | 'month' | 'day' | 'hours' | 'minutes' | 'seconds';
|
|
662
|
+
type DateTimeFormat = 'yyyy' | 'MMMM yyyy' | 'MMM yyyy' | 'dd MMMM yyyy' | 'dd/MM/yyyy' | 'MM/dd/yyyy' | 'yyyy-MM-dd' | 'yyyy-MM-dd hh:mm a' | 'dd MMM yyyy hh:mm a' | 'dd/MM/yyyy hh:mm a' | 'yyyy-MM-dd hh:mm:ss a' | 'dd MMM yyyy hh:mm:ss a' | 'dd/MM/yyyy hh:mm:ss a' | 'hh:mm a' | 'hh:mm:ss a' | 'MMM dd, yyyy hh:mm a' | 'MMM dd, yyyy hh:mm:ss a' | 'EEE, MMM dd yyyy' | 'EEEE, MMMM dd, yyyy';
|
|
663
|
+
type DateTimePickerProps = {
|
|
664
|
+
label?: React$1.ReactNode | string;
|
|
665
|
+
name?: string;
|
|
666
|
+
value?: Date;
|
|
667
|
+
onChange?: (date: Date | undefined) => void;
|
|
668
|
+
format?: DateTimeFormat;
|
|
669
|
+
views?: DateTimePickerViews[];
|
|
721
670
|
helperText?: string;
|
|
722
671
|
placeholder?: string;
|
|
723
|
-
shortcutsItems?:
|
|
672
|
+
shortcutsItems?: {
|
|
673
|
+
label: string;
|
|
674
|
+
getValue: () => Date;
|
|
675
|
+
}[];
|
|
724
676
|
required?: boolean;
|
|
725
|
-
containerProps?:
|
|
726
|
-
openPickerIcon?: React.
|
|
677
|
+
containerProps?: React$1.HTMLAttributes<HTMLDivElement>;
|
|
678
|
+
openPickerIcon?: React$1.ReactNode;
|
|
727
679
|
error?: any;
|
|
728
|
-
|
|
729
|
-
|
|
680
|
+
disabled?: boolean;
|
|
681
|
+
minDate?: Date;
|
|
682
|
+
maxDate?: Date;
|
|
683
|
+
disablePast?: boolean;
|
|
684
|
+
disableFuture?: boolean;
|
|
685
|
+
shouldDisableDate?: (date: Date) => boolean;
|
|
686
|
+
shouldDisableMonth?: (date: Date) => boolean;
|
|
687
|
+
shouldDisableYear?: (date: Date) => boolean;
|
|
688
|
+
className?: string;
|
|
689
|
+
onOpen?: () => void;
|
|
690
|
+
onClose?: () => void;
|
|
691
|
+
onBlur?: React$1.FocusEventHandler;
|
|
692
|
+
[key: string]: any;
|
|
693
|
+
};
|
|
694
|
+
declare const DateTimePicker: ({ label, name, value, onChange, required, format, views, helperText, placeholder, shortcutsItems, openPickerIcon: Icon, containerProps, error, disabled, minDate, maxDate, disablePast, disableFuture, shouldDisableDate, shouldDisableMonth, shouldDisableYear, className, onOpen, onClose, ...rest }: DateTimePickerProps) => react_jsx_runtime.JSX.Element;
|
|
730
695
|
|
|
731
696
|
type FileUploadProps = {
|
|
732
697
|
label: string;
|
|
@@ -742,12 +707,13 @@ type FileUploadProps = {
|
|
|
742
707
|
hideDeleteButton?: boolean;
|
|
743
708
|
hideInput?: boolean;
|
|
744
709
|
errorText?: string;
|
|
745
|
-
|
|
710
|
+
className?: string;
|
|
711
|
+
containerClassName?: string;
|
|
746
712
|
showImage?: boolean;
|
|
747
|
-
|
|
713
|
+
previewClassName?: string;
|
|
748
714
|
required?: boolean;
|
|
749
715
|
};
|
|
750
|
-
declare const FileUpload: ({ label, name, disabled, onChange, handleRemove, files, accept, inputText, onInvalidFile, hideDeleteButton, hideInput, multiple, errorText, showImage,
|
|
716
|
+
declare const FileUpload: ({ label, name, disabled, onChange, handleRemove, files, accept, inputText, onInvalidFile, hideDeleteButton, hideInput, multiple, errorText, showImage, previewClassName, className, containerClassName, required, }: FileUploadProps) => react_jsx_runtime.JSX.Element;
|
|
751
717
|
|
|
752
718
|
interface ButtonConfig extends ButtonProps {
|
|
753
719
|
show?: boolean;
|
|
@@ -757,33 +723,33 @@ interface ButtonConfig extends ButtonProps {
|
|
|
757
723
|
interface FormActionsProps {
|
|
758
724
|
submitButtonProps?: ButtonConfig;
|
|
759
725
|
cancelButtonProps?: ButtonConfig;
|
|
760
|
-
|
|
726
|
+
className?: string;
|
|
761
727
|
showTopBorder?: boolean;
|
|
762
728
|
}
|
|
763
|
-
declare const FormActions: ({ submitButtonProps, cancelButtonProps,
|
|
729
|
+
declare const FormActions: ({ submitButtonProps, cancelButtonProps, className, showTopBorder, }: FormActionsProps) => react_jsx_runtime.JSX.Element;
|
|
764
730
|
|
|
765
731
|
interface FormControlWrapperProps<T extends FieldValues = FieldValues> {
|
|
766
732
|
control: Control<T>;
|
|
767
733
|
children: ReactNode;
|
|
768
|
-
|
|
734
|
+
containerClassName?: string;
|
|
769
735
|
formActionProps?: FormActionsProps;
|
|
770
736
|
disabled?: boolean;
|
|
771
737
|
}
|
|
772
|
-
declare function FormControlWrapper<T extends FieldValues = FieldValues>({ control, children,
|
|
738
|
+
declare function FormControlWrapper<T extends FieldValues = FieldValues>({ control, children, containerClassName, formActionProps, disabled, }: FormControlWrapperProps<T>): react_jsx_runtime.JSX.Element;
|
|
773
739
|
|
|
774
740
|
type FormWrapperProps = {
|
|
775
741
|
children: ReactNode;
|
|
776
|
-
|
|
742
|
+
className?: string;
|
|
777
743
|
};
|
|
778
|
-
declare const FormWrapper: ({ children,
|
|
744
|
+
declare const FormWrapper: ({ children, className }: FormWrapperProps) => react_jsx_runtime.JSX.Element;
|
|
779
745
|
|
|
780
|
-
declare function DeleteButton({ disabled, ...props }: ButtonProps
|
|
746
|
+
declare function DeleteButton({ disabled, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
781
747
|
|
|
782
|
-
declare function EditButton({ disabled, ...props }: ButtonProps
|
|
748
|
+
declare function EditButton({ disabled, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
783
749
|
|
|
784
|
-
declare function RedirectButton({ disabled, ...props }: ButtonProps
|
|
750
|
+
declare function RedirectButton({ disabled, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
785
751
|
|
|
786
|
-
declare function ViewButton({ disabled, ...props }: ButtonProps
|
|
752
|
+
declare function ViewButton({ disabled, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
787
753
|
|
|
788
754
|
declare const IconButtons: {
|
|
789
755
|
DeleteButton: typeof DeleteButton;
|
|
@@ -792,99 +758,160 @@ declare const IconButtons: {
|
|
|
792
758
|
RedirectButton: typeof RedirectButton;
|
|
793
759
|
};
|
|
794
760
|
|
|
795
|
-
|
|
761
|
+
interface LabelWrapperProps {
|
|
796
762
|
required: boolean;
|
|
797
763
|
name?: string;
|
|
798
764
|
label?: ReactNode | string;
|
|
799
765
|
children: ReactNode;
|
|
800
|
-
containerProps?:
|
|
801
|
-
}
|
|
766
|
+
containerProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
767
|
+
}
|
|
768
|
+
declare const LabelWrapper: ({ required, name, children, containerProps, label, }: LabelWrapperProps) => react_jsx_runtime.JSX.Element;
|
|
802
769
|
|
|
803
770
|
type MultiCheckboxProps = {
|
|
804
|
-
containerProps?:
|
|
771
|
+
containerProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
805
772
|
options: Array<{
|
|
806
773
|
label: ReactNode;
|
|
807
774
|
value: any;
|
|
808
775
|
}>;
|
|
809
776
|
label: string;
|
|
810
|
-
direction?:
|
|
777
|
+
direction?: 'row' | 'column';
|
|
811
778
|
values: any[];
|
|
812
779
|
onChange: (values: any[]) => void;
|
|
813
780
|
required: boolean;
|
|
814
781
|
name: string;
|
|
782
|
+
className?: string;
|
|
783
|
+
};
|
|
784
|
+
declare const MultiCheckBox: ({ name, options, required, containerProps, label, direction, values, onChange, className, ...rest }: MultiCheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
785
|
+
|
|
786
|
+
type MultiSelectProps = {
|
|
787
|
+
options?: {
|
|
788
|
+
label: string;
|
|
789
|
+
subLabel?: string;
|
|
790
|
+
value: any;
|
|
791
|
+
icon?: ReactNode;
|
|
792
|
+
}[] | any[];
|
|
793
|
+
optionsApiEndPoint?: string;
|
|
794
|
+
optionsApiEndpointParams?: any;
|
|
795
|
+
externalAxios?: AxiosInstance;
|
|
796
|
+
required?: boolean;
|
|
797
|
+
label?: string;
|
|
798
|
+
name?: string;
|
|
799
|
+
getValue?: (option: any) => any;
|
|
800
|
+
value?: any[];
|
|
801
|
+
dbValueProps?: {
|
|
802
|
+
valueKey: string;
|
|
803
|
+
isObjectId?: boolean;
|
|
804
|
+
isInt?: boolean;
|
|
805
|
+
isFloat?: boolean;
|
|
806
|
+
};
|
|
807
|
+
dbLabelProps?: {
|
|
808
|
+
labelKey: string;
|
|
809
|
+
subLabelKey?: string;
|
|
810
|
+
useLabelStartCase?: boolean;
|
|
811
|
+
useSubLabelStartCase?: boolean;
|
|
812
|
+
};
|
|
813
|
+
onChange?: (values: any[]) => void;
|
|
814
|
+
onOpen?: (event: SyntheticEvent) => void;
|
|
815
|
+
onClose?: (event: SyntheticEvent, reason: string) => void;
|
|
816
|
+
error?: any;
|
|
817
|
+
helperText?: string;
|
|
818
|
+
type?: 'input' | 'filter';
|
|
819
|
+
disableClear?: boolean;
|
|
820
|
+
fullWidth?: boolean;
|
|
815
821
|
};
|
|
816
|
-
declare const
|
|
822
|
+
declare const MultiSelect: ({ options, optionsApiEndPoint, optionsApiEndpointParams, externalAxios, getValue, value, onChange, dbValueProps, dbLabelProps, onOpen, onClose, type, ...restProps }: MultiSelectProps) => react_jsx_runtime.JSX.Element;
|
|
817
823
|
|
|
818
824
|
interface OtpInputProps {
|
|
819
825
|
length: number;
|
|
820
826
|
onChangeOtp: (otp: string) => void;
|
|
821
|
-
|
|
822
|
-
|
|
827
|
+
containerClassName?: string;
|
|
828
|
+
inputClassName?: string;
|
|
823
829
|
label?: string;
|
|
824
830
|
name?: string;
|
|
825
831
|
required?: boolean;
|
|
826
832
|
error?: boolean;
|
|
827
833
|
helperText?: string;
|
|
828
834
|
}
|
|
829
|
-
declare const OtpInput: ({ length, onChangeOtp,
|
|
835
|
+
declare const OtpInput: ({ length, onChangeOtp, containerClassName, inputClassName, label, name, required, error, helperText, }: OtpInputProps) => react_jsx_runtime.JSX.Element;
|
|
830
836
|
|
|
831
837
|
type PasswordFieldProps = {
|
|
832
|
-
|
|
838
|
+
name?: string;
|
|
839
|
+
label?: string;
|
|
840
|
+
value?: string;
|
|
841
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
842
|
+
required?: boolean;
|
|
843
|
+
containerProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
833
844
|
description?: string;
|
|
834
|
-
|
|
835
|
-
|
|
845
|
+
placeholder?: string;
|
|
846
|
+
disabled?: boolean;
|
|
847
|
+
error?: boolean;
|
|
848
|
+
helperText?: string;
|
|
849
|
+
className?: string;
|
|
850
|
+
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'>;
|
|
851
|
+
declare const PasswordField: ({ name, label, value, onChange, required, containerProps, description, placeholder, disabled, error, helperText, className, ...rest }: PasswordFieldProps) => react_jsx_runtime.JSX.Element;
|
|
836
852
|
|
|
837
853
|
type RadioGroupProps = {
|
|
838
|
-
containerProps?:
|
|
854
|
+
containerProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
839
855
|
options: Array<{
|
|
840
856
|
label: ReactNode;
|
|
841
857
|
value: any;
|
|
842
858
|
disabled?: boolean;
|
|
843
859
|
}>;
|
|
844
|
-
label
|
|
845
|
-
required
|
|
860
|
+
label?: string;
|
|
861
|
+
required?: boolean;
|
|
846
862
|
name: string;
|
|
847
|
-
disabled
|
|
848
|
-
|
|
849
|
-
|
|
863
|
+
disabled?: boolean;
|
|
864
|
+
value?: any;
|
|
865
|
+
defaultValue?: any;
|
|
866
|
+
onChange?: (value: any) => void;
|
|
867
|
+
onValueChange?: (value: string) => void;
|
|
868
|
+
direction?: 'row' | 'column';
|
|
869
|
+
className?: string;
|
|
870
|
+
error?: boolean;
|
|
871
|
+
helperText?: ReactNode;
|
|
872
|
+
};
|
|
873
|
+
declare const RadioGroup: ({ label, required, options, name, containerProps, disabled, onChange, onValueChange, direction, className, error, helperText, ...rest }: RadioGroupProps) => react_jsx_runtime.JSX.Element;
|
|
850
874
|
|
|
851
875
|
type SearchBarProps = {
|
|
852
876
|
placeholder?: string;
|
|
853
877
|
label?: string | ReactNode;
|
|
854
878
|
value?: string;
|
|
855
|
-
onSearch
|
|
856
|
-
|
|
857
|
-
|
|
879
|
+
onSearch?: (value: string) => void;
|
|
880
|
+
className?: string;
|
|
881
|
+
containerClassName?: string;
|
|
882
|
+
inputClassName?: string;
|
|
883
|
+
} & Omit<React.ComponentProps<'input'>, 'onChange' | 'value'>;
|
|
884
|
+
declare const SearchBar: ({ placeholder, label, value, onSearch, className, containerClassName, inputClassName, ...rest }: SearchBarProps) => react_jsx_runtime.JSX.Element;
|
|
858
885
|
|
|
859
886
|
type SelectProps = {
|
|
860
887
|
options: Array<{
|
|
861
|
-
label:
|
|
888
|
+
label: React$1.ReactNode;
|
|
862
889
|
value: string | number;
|
|
863
890
|
color?: 'red' | 'green' | 'blue' | 'pink' | 'yellow' | 'orange' | 'secondary';
|
|
864
891
|
}>;
|
|
865
|
-
onChange?: (
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
892
|
+
onChange?: (value: string) => void;
|
|
893
|
+
value?: string | number;
|
|
894
|
+
defaultValue?: string | number;
|
|
895
|
+
placeholder?: string;
|
|
896
|
+
className?: string;
|
|
897
|
+
disabled?: boolean;
|
|
898
|
+
fullWidth?: boolean;
|
|
899
|
+
};
|
|
900
|
+
declare const Select: ({ options, onChange, value, placeholder, className, defaultValue, disabled, fullWidth, }: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
872
901
|
|
|
873
902
|
type CheckboxProps = {
|
|
874
|
-
checkedIcon?: ReactNode;
|
|
875
|
-
icon?: ReactNode;
|
|
876
903
|
label: ReactNode;
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
904
|
+
required?: boolean;
|
|
905
|
+
checked?: boolean;
|
|
906
|
+
onChange?: (checked: boolean) => void;
|
|
907
|
+
className?: string;
|
|
908
|
+
labelClassName?: string;
|
|
909
|
+
containerClassName?: string;
|
|
910
|
+
disabled?: boolean;
|
|
911
|
+
name?: string;
|
|
912
|
+
} & Omit<React.ComponentProps<typeof CheckboxPrimitive.Root>, 'checked' | 'onChange' | 'onCheckedChange'>;
|
|
913
|
+
declare const SingleCheckBox: ({ checked, label, onChange, required, className, labelClassName, containerClassName, disabled, name, ...rest }: CheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
914
|
+
|
|
888
915
|
type SingleSelectProps = {
|
|
889
916
|
options?: {
|
|
890
917
|
label: string;
|
|
@@ -899,6 +926,7 @@ type SingleSelectProps = {
|
|
|
899
926
|
label?: string;
|
|
900
927
|
name?: string;
|
|
901
928
|
getValue?: (option: any) => any;
|
|
929
|
+
value?: any;
|
|
902
930
|
dbValueProps?: {
|
|
903
931
|
valueKey: string;
|
|
904
932
|
isObjectId?: boolean;
|
|
@@ -912,43 +940,42 @@ type SingleSelectProps = {
|
|
|
912
940
|
useSubLabelStartCase?: boolean;
|
|
913
941
|
};
|
|
914
942
|
onChange?: (value: any) => void;
|
|
943
|
+
onOpen?: (event: SyntheticEvent) => void;
|
|
944
|
+
onClose?: (event: SyntheticEvent, reason: string) => void;
|
|
915
945
|
error?: any;
|
|
916
946
|
helperText?: string;
|
|
917
947
|
type?: 'input' | 'filter';
|
|
918
948
|
disableClear?: boolean;
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
subLabel?: string;
|
|
922
|
-
value: any;
|
|
923
|
-
} | any, false, true, false>, 'options' | 'open' | 'onChange' | 'autoFocus' | 'PaperComponent' | 'renderOption' | 'options' | 'renderInput'>;
|
|
949
|
+
fullWidth?: boolean;
|
|
950
|
+
};
|
|
924
951
|
declare const SingleSelect: ({ options, optionsApiEndPoint, optionsApiEndpointParams, externalAxios, getValue, value, onChange, dbValueProps, dbLabelProps, onOpen, onClose, type, ...restProps }: SingleSelectProps) => react_jsx_runtime.JSX.Element;
|
|
925
952
|
|
|
926
|
-
|
|
927
|
-
|
|
953
|
+
declare function Switch$1({ className, ...props }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
954
|
+
|
|
955
|
+
interface SwitchProps extends React$1.ComponentPropsWithoutRef<typeof Switch$1> {
|
|
956
|
+
label?: string;
|
|
957
|
+
}
|
|
958
|
+
declare const Switch: React$1.ForwardRefExoticComponent<SwitchProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
959
|
+
|
|
960
|
+
declare function Input({ className, type, ...props }: React$1.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
|
|
928
961
|
|
|
929
962
|
type TextFieldProps = {
|
|
930
|
-
containerProps?:
|
|
963
|
+
containerProps?: React$1.HTMLAttributes<HTMLDivElement>;
|
|
931
964
|
description?: string;
|
|
932
|
-
|
|
933
|
-
declare const TextField: ({ name, label, value, onChange, required, containerProps, description, ...rest }: TextFieldProps) => react_jsx_runtime.JSX.Element;
|
|
934
|
-
|
|
935
|
-
type TimePickerProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false> = {
|
|
936
|
-
format?: 'hh:mm a' | 'HH:mm' | 'HH:mm:ss a' | 'HH:mm:ss';
|
|
937
|
-
views?: ('hours' | 'minutes' | 'seconds')[];
|
|
938
|
-
helperText?: string;
|
|
939
|
-
placeholder?: string;
|
|
965
|
+
label?: React$1.ReactNode | string;
|
|
940
966
|
required?: boolean;
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
967
|
+
fullWidth?: boolean;
|
|
968
|
+
error?: boolean;
|
|
969
|
+
} & React$1.ComponentProps<typeof Input>;
|
|
970
|
+
declare const TextField: ({ name, label, value, onChange, required, containerProps, description, fullWidth, className, error, ...rest }: TextFieldProps) => react_jsx_runtime.JSX.Element;
|
|
944
971
|
|
|
945
|
-
interface SideMenuItemProps
|
|
972
|
+
interface SideMenuItemProps {
|
|
946
973
|
name: string;
|
|
947
974
|
path: string;
|
|
948
975
|
icon: ReactElement;
|
|
949
976
|
permissionKey?: string;
|
|
950
977
|
subMenu?: SubMenuData[];
|
|
951
|
-
menu?: SideMenuItemProps
|
|
978
|
+
menu?: SideMenuItemProps[];
|
|
952
979
|
}
|
|
953
980
|
interface SubMenuData {
|
|
954
981
|
name: string;
|
|
@@ -962,13 +989,13 @@ interface UserProfilePopupProps {
|
|
|
962
989
|
/** User's email */
|
|
963
990
|
email?: string;
|
|
964
991
|
/** Profile dropdown actions (custom menu items) */
|
|
965
|
-
profileActions?:
|
|
992
|
+
profileActions?: React__default.ReactNode[];
|
|
966
993
|
/** Logout click handler */
|
|
967
994
|
onLogout?: () => void;
|
|
968
995
|
/** Profile image URL */
|
|
969
996
|
profileUrl?: string;
|
|
970
|
-
/** Custom
|
|
971
|
-
|
|
997
|
+
/** Custom className for the avatar */
|
|
998
|
+
avatarClassName?: string;
|
|
972
999
|
/** Whether to show active devices option */
|
|
973
1000
|
showActiveDevices?: boolean;
|
|
974
1001
|
/** Active devices click handler */
|
|
@@ -978,25 +1005,7 @@ interface UserProfilePopupProps {
|
|
|
978
1005
|
/**Persistant Side bar collapsed - boolean */
|
|
979
1006
|
collapsed?: boolean;
|
|
980
1007
|
}
|
|
981
|
-
|
|
982
|
-
* Independent User Profile popup component for AppLayout right section
|
|
983
|
-
* No longer depends on UserBox - contains its own implementation
|
|
984
|
-
* Provides clean, flexible props interface
|
|
985
|
-
*
|
|
986
|
-
* @example
|
|
987
|
-
* <UserProfilePopup
|
|
988
|
-
* userFullName="John Doe"
|
|
989
|
-
* designation="Administrator"
|
|
990
|
-
* profileActions={[
|
|
991
|
-
* <SwitchInstitutionPopup key="switch" />,
|
|
992
|
-
* <DropdownMenuItem key="settings" label="Settings" onClick={() => {}} />
|
|
993
|
-
* ]}
|
|
994
|
-
* onLogout={handleLogout}
|
|
995
|
-
* showActiveDevices={true}
|
|
996
|
-
* onActiveDevicesClick={() => console.log('Active devices')}
|
|
997
|
-
* />
|
|
998
|
-
*/
|
|
999
|
-
declare const UserProfilePopup: react__default.FC<UserProfilePopupProps>;
|
|
1008
|
+
declare const UserProfilePopup: React__default.FC<UserProfilePopupProps>;
|
|
1000
1009
|
|
|
1001
1010
|
interface HelpDocsAction {
|
|
1002
1011
|
name: string;
|
|
@@ -1012,17 +1021,15 @@ interface AppLayoutProps {
|
|
|
1012
1021
|
/** Main content to be rendered */
|
|
1013
1022
|
children: ReactNode;
|
|
1014
1023
|
/** Navigation menu items */
|
|
1015
|
-
menu: SideMenuItemProps
|
|
1024
|
+
menu: SideMenuItemProps[];
|
|
1016
1025
|
/**User profile parameters */
|
|
1017
1026
|
userProfileParams: UserProfilePopupProps;
|
|
1018
|
-
/**
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
/** AppBar center section customization */
|
|
1023
|
-
centerSection?: ReactNode;
|
|
1027
|
+
/** Switchers section customization - receives collapsed state */
|
|
1028
|
+
actions?: ReactNode | ((params: {
|
|
1029
|
+
collapsed: boolean;
|
|
1030
|
+
}) => ReactNode);
|
|
1024
1031
|
/** Layout customization */
|
|
1025
|
-
|
|
1032
|
+
mainContainerClassName?: string;
|
|
1026
1033
|
/** Help documentation configuration for route-based contextual help */
|
|
1027
1034
|
helpDocsConfig?: HelpDocsConfig;
|
|
1028
1035
|
/**
|
|
@@ -1031,224 +1038,69 @@ interface AppLayoutProps {
|
|
|
1031
1038
|
initialCollapsed?: boolean;
|
|
1032
1039
|
}
|
|
1033
1040
|
|
|
1034
|
-
declare const AppLayout:
|
|
1041
|
+
declare const AppLayout: React__default.FC<AppLayoutProps>;
|
|
1035
1042
|
|
|
1036
|
-
interface
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
/**
|
|
1041
|
-
* FloatingHelpDocs - Route-aware floating help documentation component
|
|
1042
|
-
*
|
|
1043
|
-
* This component renders a floating Speed Dial with contextual help actions
|
|
1044
|
-
* based on the current route configuration.
|
|
1045
|
-
*
|
|
1046
|
-
* @example
|
|
1047
|
-
* // Renders when actions are provided for current route
|
|
1048
|
-
* <FloatingHelpDocs
|
|
1049
|
-
* actions={[
|
|
1050
|
-
* { name: 'Know how to collect fee', onClick: () => window.open('...') }
|
|
1051
|
-
* ]}
|
|
1052
|
-
* />
|
|
1053
|
-
*/
|
|
1054
|
-
declare const FloatingHelpDocs: react__default.FC<FloatingHelpDocsProps>;
|
|
1055
|
-
|
|
1056
|
-
interface HelpItem {
|
|
1057
|
-
key: string;
|
|
1058
|
-
icon: react__default.ReactNode;
|
|
1059
|
-
title: string;
|
|
1060
|
-
description: string;
|
|
1061
|
-
onClick: () => void;
|
|
1062
|
-
}
|
|
1063
|
-
interface HelpPopupProps {
|
|
1064
|
-
/** Custom help menu items */
|
|
1065
|
-
helpItems?: HelpItem[];
|
|
1066
|
-
/** Custom icon for the trigger button */
|
|
1067
|
-
icon?: react__default.ReactNode;
|
|
1068
|
-
/** Custom styles for the trigger button */
|
|
1069
|
-
triggerSx?: any;
|
|
1043
|
+
interface SidebarContextType {
|
|
1044
|
+
collapsed: boolean;
|
|
1045
|
+
toggleSidebar: () => void;
|
|
1046
|
+
setCollapsed: (collapsed: boolean) => void;
|
|
1070
1047
|
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
* @example
|
|
1075
|
-
* // In AppLayout rightSection
|
|
1076
|
-
* <HelpPopup />
|
|
1077
|
-
*
|
|
1078
|
-
* // With custom help items
|
|
1079
|
-
* <HelpPopup helpItems={customHelpItems} />
|
|
1080
|
-
*/
|
|
1081
|
-
declare const HelpPopup: react__default.FC<HelpPopupProps>;
|
|
1082
|
-
|
|
1083
|
-
interface SwitchInstitutionPopupProps {
|
|
1084
|
-
/** Institution data for switching */
|
|
1085
|
-
institutionsData?: any[];
|
|
1086
|
-
/** Custom text for the menu item */
|
|
1087
|
-
menuText?: string;
|
|
1048
|
+
interface SidebarProviderProps {
|
|
1049
|
+
children: React__default.ReactNode;
|
|
1050
|
+
initialCollapsed?: boolean;
|
|
1088
1051
|
}
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
* Designed to be used within profile actions
|
|
1092
|
-
*
|
|
1093
|
-
* @example
|
|
1094
|
-
* In UserProfilePopup profileActions
|
|
1095
|
-
* <SwitchInstitutionPopup institutionsData={institutions} />
|
|
1096
|
-
*/
|
|
1097
|
-
declare const SwitchInstitutionPopup: react__default.FC<SwitchInstitutionPopupProps>;
|
|
1098
|
-
|
|
1099
|
-
type AppHeaderProps = {
|
|
1100
|
-
actions?: ReactNode[];
|
|
1101
|
-
profileActions?: ReactNode[];
|
|
1102
|
-
appsMenu?: ReactNode;
|
|
1103
|
-
centerContent?: ReactNode;
|
|
1104
|
-
clientLogoUrl?: string;
|
|
1105
|
-
clientName?: string;
|
|
1106
|
-
userFullName: string;
|
|
1107
|
-
designation?: string;
|
|
1108
|
-
collapsed: boolean;
|
|
1109
|
-
institutionsData?: any[];
|
|
1110
|
-
profileSx?: any;
|
|
1111
|
-
onLogoutClick?: () => void;
|
|
1112
|
-
showActiveDevices?: boolean;
|
|
1113
|
-
headerSx?: SxProps;
|
|
1114
|
-
onAccountClick?: () => void;
|
|
1115
|
-
onActiveDevicesClick?: () => void;
|
|
1116
|
-
onChangeInstitutionClick?: () => void;
|
|
1117
|
-
onAvatarClick?: () => void;
|
|
1118
|
-
};
|
|
1119
|
-
declare const AppHeader: ({ actions, profileActions, profileSx, clientLogoUrl, onLogoutClick, designation, clientName, userFullName, collapsed, institutionsData, showActiveDevices, headerSx, centerContent, onAccountClick, onActiveDevicesClick, onChangeInstitutionClick, onAvatarClick, }: AppHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1052
|
+
declare const SidebarProvider: React__default.FC<SidebarProviderProps>;
|
|
1053
|
+
declare const useSidebar: () => SidebarContextType;
|
|
1120
1054
|
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
setCollapsed: any;
|
|
1125
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
1126
|
-
interface SideMenuItemProps {
|
|
1127
|
-
name: string;
|
|
1128
|
-
path: string;
|
|
1129
|
-
icon: ReactElement;
|
|
1130
|
-
permissionKey?: string;
|
|
1131
|
-
subMenu?: SubMenuItemProps[];
|
|
1132
|
-
menu?: SideMenuItemProps[];
|
|
1055
|
+
interface MenuToggleButtonProps {
|
|
1056
|
+
/** Custom className */
|
|
1057
|
+
className?: string;
|
|
1133
1058
|
}
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1059
|
+
declare const MenuToggleButton: React__default.FC<MenuToggleButtonProps>;
|
|
1060
|
+
|
|
1061
|
+
declare function Sheet({ ...props }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1062
|
+
declare function SheetTrigger({ ...props }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1063
|
+
declare function SheetClose({ ...props }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime.JSX.Element;
|
|
1064
|
+
declare function SheetContent({ className, children, side, ...props }: React$1.ComponentProps<typeof SheetPrimitive.Content> & {
|
|
1065
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
1066
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1067
|
+
declare function SheetHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1068
|
+
declare function SheetFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1069
|
+
declare function SheetTitle({ className, ...props }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
1070
|
+
declare function SheetDescription({ className, ...props }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
1071
|
+
|
|
1072
|
+
interface PageContentProps {
|
|
1073
|
+
children: ReactNode;
|
|
1074
|
+
className?: string;
|
|
1138
1075
|
}
|
|
1139
|
-
|
|
1140
|
-
type AppHeaderV2Props = {
|
|
1141
|
-
/** Custom action components to display in the header */
|
|
1142
|
-
actions?: ReactNode[];
|
|
1143
|
-
/** Profile dropdown actions */
|
|
1144
|
-
profileActions?: ReactNode[];
|
|
1145
|
-
/** Full name of the current user */
|
|
1146
|
-
userFullName: string;
|
|
1147
|
-
/** User's designation/role */
|
|
1148
|
-
designation?: string;
|
|
1149
|
-
/** Whether the sidebar is collapsed */
|
|
1150
|
-
collapsed: boolean;
|
|
1151
|
-
/** Callback function to toggle sidebar drawer (mobile only) */
|
|
1152
|
-
onToggleSidebar?: () => void;
|
|
1153
|
-
/** Breadcrumb navigation component (displayed on desktop only) */
|
|
1154
|
-
breadcrumbs?: ReactNode;
|
|
1155
|
-
/** Institution data for user profile */
|
|
1156
|
-
institutionsData?: any[];
|
|
1157
|
-
/** Custom styles for profile component */
|
|
1158
|
-
profileSx?: any;
|
|
1159
|
-
/** Logout click handler */
|
|
1160
|
-
onLogoutClick?: () => void;
|
|
1161
|
-
/** Whether to show active devices in profile */
|
|
1162
|
-
showActiveDevices?: boolean;
|
|
1163
|
-
/** Custom styles for the header */
|
|
1164
|
-
headerSx?: SxProps;
|
|
1165
|
-
menu: SideMenuItemProps[];
|
|
1166
|
-
};
|
|
1167
|
-
declare const AppHeaderV2: ({ actions, profileActions, profileSx, onLogoutClick, designation, userFullName, collapsed, onToggleSidebar, breadcrumbs, institutionsData, showActiveDevices, headerSx, menu, }: AppHeaderV2Props) => react_jsx_runtime.JSX.Element;
|
|
1168
|
-
|
|
1169
|
-
type FloatingContainerProps = {
|
|
1170
|
-
title?: string;
|
|
1171
|
-
content: ReactNode;
|
|
1172
|
-
contentProps?: BoxProps;
|
|
1173
|
-
titleProps?: BoxProps;
|
|
1174
|
-
};
|
|
1175
|
-
declare const FloatingContent: (props: FloatingContainerProps) => react_jsx_runtime.JSX.Element;
|
|
1176
|
-
|
|
1177
|
-
type PageContentProps = {
|
|
1178
|
-
variant?: 'stepper' | 'standard' | 'side-panel';
|
|
1179
|
-
} & BoxProps;
|
|
1180
|
-
declare const PageContent: ({ variant, ...props }: PageContentProps) => react_jsx_runtime.JSX.Element;
|
|
1181
|
-
|
|
1182
|
-
type DensitySelectorProps = {
|
|
1183
|
-
menuProps?: Omit<MenuProps, 'open'>;
|
|
1184
|
-
menuListProps?: MenuListProps;
|
|
1185
|
-
uniqueId: string;
|
|
1186
|
-
};
|
|
1187
|
-
declare const DensitySelector: ({ uniqueId, ...props }: DensitySelectorProps) => react_jsx_runtime.JSX.Element;
|
|
1188
|
-
|
|
1189
|
-
type PageHeaderSingleState = {
|
|
1190
|
-
density: GridDensity;
|
|
1191
|
-
columnVisibilityModel: GridColumnVisibilityModel;
|
|
1192
|
-
filters: {
|
|
1193
|
-
search?: string;
|
|
1194
|
-
limit: number;
|
|
1195
|
-
offset: number;
|
|
1196
|
-
skip: number;
|
|
1197
|
-
[x: string]: any;
|
|
1198
|
-
};
|
|
1199
|
-
};
|
|
1200
|
-
type PageHeaderState = {
|
|
1201
|
-
[uniqueId: string]: PageHeaderSingleState;
|
|
1202
|
-
};
|
|
1203
|
-
|
|
1204
|
-
type ViewsProps = {
|
|
1205
|
-
type: string;
|
|
1206
|
-
axios: Axios;
|
|
1207
|
-
uniqueId: string;
|
|
1208
|
-
};
|
|
1076
|
+
declare const PageContent: ({ children, className }: PageContentProps) => react_jsx_runtime.JSX.Element;
|
|
1209
1077
|
|
|
1210
1078
|
interface PageHeaderProps {
|
|
1211
1079
|
uniqueId?: string;
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
permissionKey?: string;
|
|
1080
|
+
pathTrimCount: number;
|
|
1081
|
+
searchButtonProps?: SearchBarProps;
|
|
1082
|
+
filterButtonProps?: {
|
|
1083
|
+
label?: string;
|
|
1084
|
+
startIcon?: ReactNode;
|
|
1085
|
+
components: ReactElement[];
|
|
1086
|
+
};
|
|
1087
|
+
addButtonProps?: {
|
|
1088
|
+
label?: string;
|
|
1089
|
+
onClick: any;
|
|
1090
|
+
};
|
|
1091
|
+
actionProps?: {
|
|
1092
|
+
menu: ReactNode[] | ((props: {
|
|
1093
|
+
close: () => void;
|
|
1094
|
+
}) => ReactNode[]);
|
|
1095
|
+
};
|
|
1229
1096
|
}
|
|
1230
|
-
declare const
|
|
1231
|
-
|
|
1232
|
-
type TableColumnsSelectorProps = {
|
|
1233
|
-
columns: GridColDef[];
|
|
1234
|
-
menuProps?: Omit<MenuProps, 'open'>;
|
|
1235
|
-
menuListProps?: MenuListProps;
|
|
1236
|
-
uniqueId: string;
|
|
1237
|
-
};
|
|
1238
|
-
declare const FooterContainerContainer: _emotion_styled.StyledComponent<_mui_material.StackOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1239
|
-
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;
|
|
1240
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | keyof _mui_material.StackOwnProps> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1241
|
-
declare const TableColumnsSelectorMenuFooter: ({ onClick, }: {
|
|
1242
|
-
onClick: () => void;
|
|
1243
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
1244
|
-
declare const TableColumnsSelector: ({ columns, uniqueId, ...props }: TableColumnsSelectorProps) => react_jsx_runtime.JSX.Element;
|
|
1097
|
+
declare const PageHeader: ({ uniqueId, pathTrimCount, searchButtonProps, filterButtonProps, addButtonProps, actionProps, }: PageHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1245
1098
|
|
|
1246
1099
|
type BreadcrumbsProps = {
|
|
1247
1100
|
pathTrimCount: number;
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
}
|
|
1251
|
-
declare const Breadcrumbs: ({ pathTrimCount, containerProps, actions, ...rest }: BreadcrumbsProps) => react_jsx_runtime.JSX.Element;
|
|
1101
|
+
containerClassName?: string;
|
|
1102
|
+
};
|
|
1103
|
+
declare const Breadcrumbs: ({ pathTrimCount, containerClassName, }: BreadcrumbsProps) => react_jsx_runtime.JSX.Element;
|
|
1252
1104
|
|
|
1253
1105
|
interface CalendarEvent {
|
|
1254
1106
|
id: string | number;
|
|
@@ -1323,7 +1175,7 @@ interface CalendarProps {
|
|
|
1323
1175
|
dayMaxEvents?: boolean | number;
|
|
1324
1176
|
height?: string | number;
|
|
1325
1177
|
aspectRatio?: number;
|
|
1326
|
-
containerProps?:
|
|
1178
|
+
containerProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
1327
1179
|
locale?: string;
|
|
1328
1180
|
timezone?: string;
|
|
1329
1181
|
firstDayOfWeek?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
@@ -1339,7 +1191,7 @@ interface CalendarProps {
|
|
|
1339
1191
|
selectConstraint?: any;
|
|
1340
1192
|
}
|
|
1341
1193
|
|
|
1342
|
-
declare const Calendar:
|
|
1194
|
+
declare const Calendar: React__default.FC<CalendarProps>;
|
|
1343
1195
|
|
|
1344
1196
|
/**
|
|
1345
1197
|
* Generate recurring events based on a pattern
|
|
@@ -1397,6 +1249,7 @@ declare const validateEvent: (event: Partial<CalendarEvent>) => {
|
|
|
1397
1249
|
};
|
|
1398
1250
|
|
|
1399
1251
|
type ConfirmDialogType = 'confirm' | 'delete';
|
|
1252
|
+
type MaxWidthSize$2 = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
1400
1253
|
type ConfirmDialogProps = {
|
|
1401
1254
|
isOpen: boolean;
|
|
1402
1255
|
title: string;
|
|
@@ -1406,34 +1259,48 @@ type ConfirmDialogProps = {
|
|
|
1406
1259
|
type: ConfirmDialogType;
|
|
1407
1260
|
confirmButtonText?: string;
|
|
1408
1261
|
cancelButtonText?: string;
|
|
1262
|
+
maxWidth?: MaxWidthSize$2;
|
|
1409
1263
|
};
|
|
1410
1264
|
declare const ConfirmDialog: React.FC<ConfirmDialogProps>;
|
|
1411
1265
|
|
|
1266
|
+
type MaxWidthSize$1 = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
1412
1267
|
type DialogProps = {
|
|
1413
1268
|
content: (props: {
|
|
1414
1269
|
close: () => void;
|
|
1415
1270
|
}) => ReactNode;
|
|
1416
1271
|
title?: string | undefined;
|
|
1417
1272
|
onClose: () => void;
|
|
1418
|
-
|
|
1419
|
-
|
|
1273
|
+
open: boolean;
|
|
1274
|
+
className?: string;
|
|
1275
|
+
showCloseButton?: boolean;
|
|
1276
|
+
maxWidth?: MaxWidthSize$1;
|
|
1277
|
+
};
|
|
1278
|
+
declare const Dialog: ({ onClose, title, content, open, className, showCloseButton, maxWidth, }: DialogProps) => react_jsx_runtime.JSX.Element;
|
|
1420
1279
|
|
|
1280
|
+
type MaxWidthSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
1421
1281
|
type DialogButtonProps = {
|
|
1422
1282
|
anchor: (props: {
|
|
1423
1283
|
open: () => void;
|
|
1424
1284
|
}) => ReactNode;
|
|
1425
1285
|
onDialogOpen?: () => void;
|
|
1426
1286
|
onDialogClose?: () => void;
|
|
1427
|
-
|
|
1428
|
-
|
|
1287
|
+
content: (props: {
|
|
1288
|
+
close: () => void;
|
|
1289
|
+
}) => ReactNode;
|
|
1290
|
+
title?: string | undefined;
|
|
1291
|
+
className?: string;
|
|
1292
|
+
showCloseButton?: boolean;
|
|
1293
|
+
maxWidth?: MaxWidthSize;
|
|
1294
|
+
};
|
|
1295
|
+
declare const DialogButton: ({ onDialogClose, onDialogOpen, anchor, content, title, className, showCloseButton, maxWidth, }: DialogButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1429
1296
|
|
|
1430
1297
|
declare const DropDownButton: (props: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1431
1298
|
|
|
1432
1299
|
declare const DropDownIcon: ({ icon, handleClick, }: {
|
|
1433
1300
|
icon?: {
|
|
1434
1301
|
icon?: ReactNode;
|
|
1435
|
-
iconProps?: IconButtonProps;
|
|
1436
1302
|
outlined?: boolean;
|
|
1303
|
+
className?: string;
|
|
1437
1304
|
};
|
|
1438
1305
|
handleClick: any;
|
|
1439
1306
|
}) => react_jsx_runtime.JSX.Element;
|
|
@@ -1449,22 +1316,25 @@ type DropdownMenuProps = {
|
|
|
1449
1316
|
close: () => void;
|
|
1450
1317
|
}) => ReactNode;
|
|
1451
1318
|
useMenuSlot?: boolean;
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
menuListContainerSx?: StackProps['sx'];
|
|
1319
|
+
menuContentClassName?: string;
|
|
1320
|
+
menuListClassName?: string;
|
|
1455
1321
|
menuHeader?: ReactNode;
|
|
1456
1322
|
menuFooter?: ReactNode;
|
|
1457
1323
|
handleMenuScroll?: (event: any) => Promise<void>;
|
|
1324
|
+
align?: 'start' | 'center' | 'end';
|
|
1325
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
1458
1326
|
};
|
|
1459
|
-
declare const DropdownMenu: ({
|
|
1327
|
+
declare const DropdownMenu: ({ menu, menuSlot, useMenuSlot, menuHeader, menuFooter, menuContentClassName, menuListClassName, anchor, handleMenuScroll, align, side, }: DropdownMenuProps) => react_jsx_runtime.JSX.Element;
|
|
1460
1328
|
|
|
1461
1329
|
type DropdownMenuItemProps = {
|
|
1462
1330
|
icon?: ReactNode;
|
|
1463
1331
|
label: ReactNode;
|
|
1464
|
-
|
|
1332
|
+
className?: string;
|
|
1465
1333
|
onClick: () => void;
|
|
1466
|
-
|
|
1467
|
-
|
|
1334
|
+
disabled?: boolean;
|
|
1335
|
+
variant?: 'default' | 'destructive';
|
|
1336
|
+
};
|
|
1337
|
+
declare const DropdownMenuItem: ({ icon, label, onClick, className, disabled, variant, }: DropdownMenuItemProps) => react_jsx_runtime.JSX.Element;
|
|
1468
1338
|
|
|
1469
1339
|
type PreviewFilesProps = {
|
|
1470
1340
|
files: File[] | File | string[] | string | null;
|
|
@@ -1472,71 +1342,65 @@ type PreviewFilesProps = {
|
|
|
1472
1342
|
onChange?: (newFiles: File[], deletedFile: File) => void;
|
|
1473
1343
|
showDownload?: boolean;
|
|
1474
1344
|
hideDelete?: boolean;
|
|
1475
|
-
|
|
1476
|
-
}
|
|
1477
|
-
declare const PreviewFiles: ({ files, label, onChange, showDownload, hideDelete,
|
|
1345
|
+
className?: string;
|
|
1346
|
+
};
|
|
1347
|
+
declare const PreviewFiles: ({ files, label, onChange, showDownload, hideDelete, className, }: PreviewFilesProps) => react_jsx_runtime.JSX.Element;
|
|
1348
|
+
|
|
1349
|
+
declare const HorizontalStepper: React__default.FC<StepperVariantProps>;
|
|
1478
1350
|
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1351
|
+
declare const VerticalStepper: React__default.FC<StepperVariantProps>;
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* Interface for individual step items
|
|
1355
|
+
*/
|
|
1356
|
+
interface StepItem {
|
|
1357
|
+
/** The label text for the step */
|
|
1358
|
+
label: string;
|
|
1359
|
+
/** Optional description text shown below the label */
|
|
1360
|
+
description?: string;
|
|
1361
|
+
}
|
|
1362
|
+
/**
|
|
1363
|
+
* Props for the Stepper Variant components
|
|
1364
|
+
*/
|
|
1365
|
+
interface StepperVariantProps {
|
|
1482
1366
|
/** Current active step index (0-based) */
|
|
1483
1367
|
activeStep: number;
|
|
1484
1368
|
/** Array of step items with labels and optional descriptions */
|
|
1485
1369
|
steps: StepItem[];
|
|
1486
|
-
/** Additional
|
|
1487
|
-
|
|
1370
|
+
/** Additional className for the container */
|
|
1371
|
+
containerClassName?: string;
|
|
1488
1372
|
/** Callback function called when a step is clicked. Receives the step index as parameter */
|
|
1489
1373
|
onStepClick?: (stepIndex: number) => void;
|
|
1490
1374
|
/** Whether to allow navigation by clicking on steps. Defaults to true */
|
|
1491
1375
|
allowNavigation?: boolean;
|
|
1492
1376
|
}
|
|
1493
|
-
|
|
1494
|
-
/**
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
description?: string;
|
|
1498
|
-
}
|
|
1377
|
+
type StepperProps = StepperVariantProps & {
|
|
1378
|
+
/** Orientation of the stepper - horizontal or vertical */
|
|
1379
|
+
orientation?: 'vertical' | 'horizontal';
|
|
1380
|
+
};
|
|
1499
1381
|
/**
|
|
1500
|
-
*
|
|
1501
|
-
*
|
|
1502
|
-
* Features:
|
|
1503
|
-
* - Click on any step to navigate to it (when allowNavigation is true)
|
|
1504
|
-
* - Supports both vertical and horizontal orientations
|
|
1505
|
-
* - Customizable styling through containerSx prop
|
|
1506
|
-
* - Optional step descriptions
|
|
1507
|
-
*
|
|
1508
|
-
* @example
|
|
1509
|
-
* ```tsx
|
|
1510
|
-
* const [activeStep, setActiveStep] = useState(0);
|
|
1511
|
-
*
|
|
1512
|
-
* <Stepper
|
|
1513
|
-
* orientation="vertical"
|
|
1514
|
-
* activeStep={activeStep}
|
|
1515
|
-
* steps={[
|
|
1516
|
-
* { label: "Step 1", description: "First step" },
|
|
1517
|
-
* { label: "Step 2", description: "Second step" }
|
|
1518
|
-
* ]}
|
|
1519
|
-
* onStepClick={(stepIndex) => setActiveStep(stepIndex)}
|
|
1520
|
-
* allowNavigation={true}
|
|
1521
|
-
* containerSx={{}}
|
|
1522
|
-
* />
|
|
1523
|
-
* ```
|
|
1382
|
+
* Main Stepper component that handles both horizontal and vertical orientations
|
|
1524
1383
|
*/
|
|
1525
|
-
declare const Stepper:
|
|
1384
|
+
declare const Stepper: React__default.FC<StepperProps>;
|
|
1526
1385
|
|
|
1527
|
-
interface CustomTabProps
|
|
1386
|
+
interface CustomTabProps {
|
|
1528
1387
|
key: string | number;
|
|
1388
|
+
label: React.ReactNode;
|
|
1529
1389
|
component: React.ReactNode;
|
|
1530
1390
|
highlight?: boolean;
|
|
1391
|
+
disabled?: boolean;
|
|
1392
|
+
icon?: React.ReactNode;
|
|
1531
1393
|
}
|
|
1532
1394
|
interface TabsContainerProps {
|
|
1533
1395
|
tabs: CustomTabProps[];
|
|
1534
1396
|
onTabChange?: (tabKey: string) => void;
|
|
1535
1397
|
currentTabIndex?: number;
|
|
1536
|
-
|
|
1398
|
+
className?: string;
|
|
1399
|
+
tabsListClassName?: string;
|
|
1400
|
+
tabsTriggerClassName?: string;
|
|
1537
1401
|
variant?: 'fixed' | 'dynamic';
|
|
1538
1402
|
}
|
|
1539
|
-
declare const TabsContainer: ({ tabs, onTabChange, currentTabIndex,
|
|
1403
|
+
declare const TabsContainer: ({ tabs, onTabChange, currentTabIndex, className, tabsListClassName, tabsTriggerClassName, variant, }: TabsContainerProps) => react_jsx_runtime.JSX.Element;
|
|
1540
1404
|
|
|
1541
1405
|
type UploadDialogProps = {
|
|
1542
1406
|
anchor: (props: {
|
|
@@ -1549,14 +1413,24 @@ type UploadDialogProps = {
|
|
|
1549
1413
|
onUpload: (file: File | File[]) => void;
|
|
1550
1414
|
acceptFileType?: string;
|
|
1551
1415
|
loading?: boolean;
|
|
1552
|
-
}
|
|
1553
|
-
declare const UploadDialog: ({ onUpload, sampleFileUrl, acceptFileType, loading, title, anchor, onDialogClose, onDialogOpen,
|
|
1416
|
+
};
|
|
1417
|
+
declare const UploadDialog: ({ onUpload, sampleFileUrl, acceptFileType, loading, title, anchor, onDialogClose, onDialogOpen, }: UploadDialogProps) => react_jsx_runtime.JSX.Element;
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* Custom hook to check if the screen size matches the given media query
|
|
1421
|
+
* @param query - Media query string (e.g., '(max-width: 768px)')
|
|
1422
|
+
* @returns boolean indicating if the media query matches
|
|
1423
|
+
*/
|
|
1424
|
+
declare function useMediaQuery(query: string): boolean;
|
|
1554
1425
|
|
|
1555
1426
|
declare const usePageHeader: (defaultFilters?: {
|
|
1556
1427
|
[x: string]: any;
|
|
1557
1428
|
}) => {
|
|
1558
|
-
columnVisibilityModel:
|
|
1559
|
-
|
|
1429
|
+
columnVisibilityModel: {
|
|
1430
|
+
[x: string]: boolean;
|
|
1431
|
+
};
|
|
1432
|
+
density: "compact" | "standard" | "comfortable";
|
|
1433
|
+
layoutMode: "table" | "card";
|
|
1560
1434
|
filters: {
|
|
1561
1435
|
[x: string]: any;
|
|
1562
1436
|
search?: string;
|
|
@@ -1571,6 +1445,7 @@ declare const usePageHeader: (defaultFilters?: {
|
|
|
1571
1445
|
}) => void;
|
|
1572
1446
|
onPageChange: (offset: number) => void;
|
|
1573
1447
|
onLimitChange: (limit: number) => void;
|
|
1448
|
+
setLayoutMode: (layoutMode: "table" | "card") => void;
|
|
1574
1449
|
};
|
|
1575
1450
|
|
|
1576
1451
|
declare const useParams: () => {
|
|
@@ -1584,19 +1459,30 @@ declare const useUrlParams: () => {
|
|
|
1584
1459
|
[x: string]: string;
|
|
1585
1460
|
};
|
|
1586
1461
|
|
|
1462
|
+
declare function cn(...inputs: ClassValue[]): string;
|
|
1463
|
+
|
|
1464
|
+
type PageHeaderSingleState = {
|
|
1465
|
+
density: 'compact' | 'standard' | 'comfortable';
|
|
1466
|
+
columnVisibilityModel: {
|
|
1467
|
+
[x: string]: boolean;
|
|
1468
|
+
};
|
|
1469
|
+
layoutMode: 'table' | 'card';
|
|
1470
|
+
filters: {
|
|
1471
|
+
search?: string;
|
|
1472
|
+
limit: number;
|
|
1473
|
+
offset: number;
|
|
1474
|
+
skip: number;
|
|
1475
|
+
[x: string]: any;
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
type PageHeaderState = {
|
|
1479
|
+
[uniqueId: string]: PageHeaderSingleState;
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1587
1482
|
declare const reactBlueprintReducers: {
|
|
1588
1483
|
pageHeader: redux.Reducer<PageHeaderState>;
|
|
1589
1484
|
};
|
|
1590
1485
|
|
|
1591
|
-
declare const darkTheme: CustomTheme;
|
|
1592
|
-
|
|
1593
|
-
declare const lightTheme: CustomTheme;
|
|
1594
|
-
|
|
1595
|
-
declare const MuiThemeProvider: ({ children, theme, }: {
|
|
1596
|
-
children: ReactNode;
|
|
1597
|
-
theme?: any;
|
|
1598
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
1599
|
-
|
|
1600
1486
|
declare const getBreadcrumbsCharacter: () => string;
|
|
1601
1487
|
type CreateUrlSlug = {
|
|
1602
1488
|
name: string;
|
|
@@ -1611,5 +1497,5 @@ declare const splitBreadcrumbIdSlug: (param: string) => {
|
|
|
1611
1497
|
declare const isLocal: boolean;
|
|
1612
1498
|
declare const isDevelopment: boolean;
|
|
1613
1499
|
|
|
1614
|
-
export { Accordion,
|
|
1615
|
-
export type {
|
|
1500
|
+
export { Accordion, ActivityLogView, Alert, AnimatedGIFs, AppLayout, Breadcrumbs, Button, Calendar, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, Card$1 as CardRoot, CardTitle, Chip, Chips, CircularAvatar, ComingSoon, ConfirmDialog, DataTable, DatePicker, DateTimePicker, Dialog, DialogButton, DropDownButton, DropDownIcon, DropdownMenu, DropdownMenuItem, EmptyIllustration, FileUpload, FormActions, FormControlWrapper, FormWrapper, HorizontalBarChart, HorizontalStepper, IconButtons, Icons, InternalServerError, LabelWrapper, LineChart, MenuToggleButton, MultiCheckBox, MultiSelect, NoInterneConnection, NoItemFound, OtpInput, PageContent, PageHeader, PageNotFound, PasswordField, PieChart, PreviewFiles, RadioGroup, ReactJoyRide, ResourceNotFound, SearchBar, Select, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, SidebarProvider, SingleCheckBox, SingleSelect, Skeleton, Snackbar, Spinner, StatusCard, Stepper, Svgs, Switch, TablePagination, TabsContainer, TextField, Timeline, Tooltip, Typography, UnAuthorized, UploadDialog, UserProfilePopup, VerticalBarChart, VerticalStepper, buttonVariants, calculateEventStats, cn, createBreadcrumbIdSlug, exportEventsToCSV, filterEventsByDateRange, generateBusinessEvents, generateRecurringEvents, getBreadcrumbsCharacter, groupEventsByDate, isDevelopment, isLocal, reactBlueprintReducers, splitBreadcrumbIdSlug, typographyVariants, useMediaQuery, usePageHeader, useParams, useSidebar, useUrlParams, validateEvent };
|
|
1501
|
+
export type { AccordionItemProps, Activity, ActivityAction, AlertProps, AppLayoutProps, BarChartData, BarChartProps, BarChartVariant, BreadcrumbsProps, ButtonConfig, ButtonProps, CalendarDateClickInfo, CalendarDateSelectInfo, CalendarEvent, CalendarEventClickInfo, CalendarEventDropInfo, CalendarEventResizeInfo, CalendarHeaderToolbar, CalendarProps, CalendarView, CardProps, ChartConfig, CheckboxProps, ChipProps, CircularAvatarProps, ConfirmDialogProps, ConfirmDialogType, DataTableProps, DatePickerProps, DateTimePickerProps, DialogButtonProps, DialogProps, DropdownMenuItemProps, DropdownMenuProps, EventStats, FileUploadProps, FormActionsProps, HelpDocsAction, HelpDocsConfig, HorizontalBarChartProps, IconComponent, IconProps, IconsType, LabelWrapperProps, LineChartProps, MaxWidthSize$1 as MaxWidthSize, MultiCheckboxProps, MultiSelectProps, OtpInputProps, PageHeaderProps, PaginationProps, PasswordFieldProps, PieChartProps, PreviewFilesProps, RadioGroupProps, RecurringEventConfig, SearchBarProps, SelectProps, Severity, SingleSelectProps, SnackbarPosition, SnackbarProps, StatusCardProps, StepItem, StepperProps, StepperVariantProps, SwitchProps, TabsContainerProps, TextFieldProps, TimelineItems, TimelineProps, TooltipProps, TreeMapProps, TypographyProps, UploadDialogProps, VerticalBarChartProps };
|