@campxdev/react-blueprint 2.0.5 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/assets/images/svg/ComingSoon.d.ts +1 -0
- package/dist/cjs/types/src/assets/images/svg/Empty.d.ts +1 -0
- package/dist/cjs/types/src/assets/images/svg/Error.d.ts +1 -0
- package/dist/cjs/types/src/assets/images/svg/NoConnection.d.ts +1 -0
- package/dist/cjs/types/src/assets/images/svg/ServerError.d.ts +1 -0
- package/dist/cjs/types/src/assets/images/svg/Unauthorized.d.ts +1 -0
- package/dist/cjs/types/src/assets/images/svg/index.d.ts +6 -5
- package/dist/cjs/types/src/components/Assets/ErrorPages/ComingSoon.d.ts +7 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +3 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ESSIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/ExpensesIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/SalaryIcon.d.ts +4 -0
- package/dist/cjs/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/Icons.d.ts +149 -681
- package/dist/cjs/types/src/components/Assets/export.d.ts +1 -0
- package/dist/cjs/types/src/components/Charts/PieChart/PieChart.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/OtpInput/OtpInput.d.ts +1 -2
- package/dist/cjs/types/src/components/Input/Select/Select.d.ts +1 -1
- package/dist/cjs/types/src/components/Input/SingleSelect/SingleSelect.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/export.d.ts +1 -0
- package/dist/cjs/types/src/stories/Input/OtpInput.stories.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/assets/images/svg/ComingSoon.d.ts +1 -0
- package/dist/esm/types/src/assets/images/svg/Empty.d.ts +1 -0
- package/dist/esm/types/src/assets/images/svg/Error.d.ts +1 -0
- package/dist/esm/types/src/assets/images/svg/NoConnection.d.ts +1 -0
- package/dist/esm/types/src/assets/images/svg/ServerError.d.ts +1 -0
- package/dist/esm/types/src/assets/images/svg/Unauthorized.d.ts +1 -0
- package/dist/esm/types/src/assets/images/svg/index.d.ts +6 -5
- package/dist/esm/types/src/components/Assets/ErrorPages/ComingSoon.d.ts +7 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/AlertFilledIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/Comfortable.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CompactIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/CopyIcon.d.ts +3 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ESSIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/ExpensesIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/FeedbackStarIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/QrIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/SalaryIcon.d.ts +4 -0
- package/dist/esm/types/src/components/Assets/Icons/IconComponents/StandardIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/Icons.d.ts +149 -681
- package/dist/esm/types/src/components/Assets/export.d.ts +1 -0
- package/dist/esm/types/src/components/Charts/PieChart/PieChart.d.ts +2 -0
- package/dist/esm/types/src/components/Input/OtpInput/OtpInput.d.ts +1 -2
- package/dist/esm/types/src/components/Input/Select/Select.d.ts +1 -1
- package/dist/esm/types/src/components/Input/SingleSelect/SingleSelect.d.ts +2 -0
- package/dist/esm/types/src/components/Input/export.d.ts +1 -0
- package/dist/esm/types/src/stories/Input/OtpInput.stories.d.ts +1 -1
- package/dist/index.d.ts +173 -689
- package/package.json +1 -1
- package/dist/cjs/assets/empty.svg +0 -9
- package/dist/cjs/assets/error-image.svg +0 -9
- package/dist/cjs/assets/no-connection.svg +0 -9
- package/dist/cjs/assets/server-error.svg +0 -9
- package/dist/cjs/assets/unauthorized.svg +0 -9
- package/dist/esm/assets/empty.svg +0 -9
- package/dist/esm/assets/error-image.svg +0 -9
- package/dist/esm/assets/no-connection.svg +0 -9
- package/dist/esm/assets/server-error.svg +0 -9
- package/dist/esm/assets/unauthorized.svg +0 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as react from 'react';
|
|
3
|
-
import { ReactNode, FC, ReactElement } from 'react';
|
|
3
|
+
import { ReactNode, MouseEvent, FC, ReactElement } from 'react';
|
|
4
4
|
import * as _mui_material from '@mui/material';
|
|
5
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
6
|
import { LayoutType } from 'recharts/types/util/types';
|
|
@@ -32,13 +32,20 @@ declare const AnimatedGIFs: {
|
|
|
32
32
|
|
|
33
33
|
declare const Svgs: {
|
|
34
34
|
assignmentImage: string;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
35
|
+
Error: () => react_jsx_runtime.JSX.Element;
|
|
36
|
+
NoConnection: () => react_jsx_runtime.JSX.Element;
|
|
37
|
+
ServerError: () => react_jsx_runtime.JSX.Element;
|
|
38
|
+
Unauthorized: () => react_jsx_runtime.JSX.Element;
|
|
39
|
+
ComingSoon: () => react_jsx_runtime.JSX.Element;
|
|
40
|
+
Empty: () => react_jsx_runtime.JSX.Element;
|
|
40
41
|
};
|
|
41
42
|
|
|
43
|
+
interface NoItemFoundProps$1 {
|
|
44
|
+
title?: string;
|
|
45
|
+
description: ReactNode;
|
|
46
|
+
}
|
|
47
|
+
declare const ComingSoon: ({ title, description, }: NoItemFoundProps$1) => react_jsx_runtime.JSX.Element;
|
|
48
|
+
|
|
42
49
|
declare const InternalServerError: ({ resetBoundary }: any) => react_jsx_runtime.JSX.Element;
|
|
43
50
|
|
|
44
51
|
declare const NoInterneConnection: ({ resetBoundary }: any) => react_jsx_runtime.JSX.Element;
|
|
@@ -59,711 +66,179 @@ interface IconProps {
|
|
|
59
66
|
color?: string;
|
|
60
67
|
size?: number;
|
|
61
68
|
hoverColor?: string;
|
|
69
|
+
disabled?: boolean;
|
|
70
|
+
onClick?: (event: MouseEvent<Element>) => void;
|
|
62
71
|
}
|
|
63
72
|
type IconComponent = FC<IconProps>;
|
|
64
73
|
type IconsType = {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
RedoIcon: IconComponent;
|
|
71
|
-
WhatsappIcon: IconComponent;
|
|
72
|
-
AssignmentIcon: IconComponent;
|
|
73
|
-
ThreeDotsMenuIcon: IconComponent;
|
|
74
|
-
ReportIssueIcon: IconComponent;
|
|
75
|
-
SmsIcon: IconComponent;
|
|
76
|
-
EmailIcon: IconComponent;
|
|
77
|
-
TextLocalIcon: IconComponent;
|
|
78
|
-
ApproveIcon: IconComponent;
|
|
79
|
-
RejectIcon: IconComponent;
|
|
80
|
-
ArrowBackIcon: IconComponent;
|
|
81
|
-
CollapseIcon: IconComponent;
|
|
82
|
-
MinusSquare: IconComponent;
|
|
74
|
+
AcademicFeesIcon: IconComponent;
|
|
75
|
+
AcademicsIcon: IconComponent;
|
|
76
|
+
AccordionArrow: IconComponent;
|
|
77
|
+
ActiveDevicesIcon: IconComponent;
|
|
78
|
+
ActivitylogsIcon: IconComponent;
|
|
83
79
|
AddSquare: IconComponent;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
80
|
+
AdminIcon: IconComponent;
|
|
81
|
+
AdministratorIcon: IconComponent;
|
|
82
|
+
AdmissionIcon: IconComponent;
|
|
83
|
+
AlertFilledIcon: IconComponent;
|
|
88
84
|
AppsIcon: IconComponent;
|
|
85
|
+
ApproveIcon: IconComponent;
|
|
86
|
+
ArchiveIcon: IconComponent;
|
|
87
|
+
ArrowBackIcon: IconComponent;
|
|
88
|
+
AssessmentsIcon: IconComponent;
|
|
89
|
+
AssignmentIcon: IconComponent;
|
|
90
|
+
AttachmentIcon: IconComponent;
|
|
91
|
+
AttendanceIcon: IconComponent;
|
|
92
|
+
BarChartIcon: IconComponent;
|
|
93
|
+
BookletIcon: IconComponent;
|
|
94
|
+
BulbIcon: IconComponent;
|
|
95
|
+
CalendarIcon: IconComponent;
|
|
96
|
+
CampxFullLogoIcon: IconComponent;
|
|
97
|
+
CampxIcon: IconComponent;
|
|
89
98
|
CareerIcon: IconComponent;
|
|
99
|
+
CareersIcon: IconComponent;
|
|
100
|
+
CautionIcon: IconComponent;
|
|
101
|
+
CertificateIcon: IconComponent;
|
|
102
|
+
CetIcon: IconComponent;
|
|
103
|
+
CheckedCheckboxIcon: IconComponent;
|
|
104
|
+
CheckedRadioIcon: IconComponent;
|
|
105
|
+
ClassroomsIcon: IconComponent;
|
|
106
|
+
ClearIcon: IconComponent;
|
|
90
107
|
ClogWheelIcon: IconComponent;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
VisibilityOffIcon: IconComponent;
|
|
94
|
-
DownloadIcon: IconComponent;
|
|
95
|
-
HelpIcon: IconComponent;
|
|
96
|
-
HomeIcon: IconComponent;
|
|
97
|
-
LeftIcon: IconComponent;
|
|
98
|
-
ExamResultIcon: IconComponent;
|
|
99
|
-
NotificationIcon: IconComponent;
|
|
100
|
-
RightIcon: IconComponent;
|
|
101
|
-
SuccessFilledIcon: IconComponent;
|
|
102
|
-
InfoFilledIcon: IconComponent;
|
|
103
|
-
WarningFilledIcon: IconComponent;
|
|
104
|
-
AlertFilledIcon: IconComponent;
|
|
105
|
-
CrossIcon2: IconComponent;
|
|
106
|
-
ExcelIcon: IconComponent;
|
|
107
|
-
ImageIcon: IconComponent;
|
|
108
|
-
AttachmentIcon: IconComponent;
|
|
109
|
-
PdfIcon: IconComponent;
|
|
110
|
-
DocumentIcon: IconComponent;
|
|
111
|
-
ConfigureIcon: IconComponent;
|
|
108
|
+
CollapseIcon: IconComponent;
|
|
109
|
+
ColumnsIcon: IconComponent;
|
|
112
110
|
ComfortableIcon: IconComponent;
|
|
111
|
+
CommutexIcon: IconComponent;
|
|
113
112
|
CompactIcon: IconComponent;
|
|
114
|
-
StandardIcon: IconComponent;
|
|
115
|
-
LogoutIcon: IconComponent;
|
|
116
|
-
ColumnsIcon: IconComponent;
|
|
117
|
-
AccordionArrow: IconComponent;
|
|
118
|
-
TicketsIcon: IconComponent;
|
|
119
|
-
FilterIcon: IconComponent;
|
|
120
|
-
ExportIcon: IconComponent;
|
|
121
|
-
ProfileIcon: IconComponent;
|
|
122
|
-
InstitutionsIcon: IconComponent;
|
|
123
|
-
ActiveDevicesIcon: IconComponent;
|
|
124
|
-
NavigationIcon: IconComponent;
|
|
125
113
|
CompletedStateIcon: IconComponent;
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
DeviceIcon: IconComponent;
|
|
114
|
+
ConcessionIcon: IconComponent;
|
|
115
|
+
ConfigurationsIcon: IconComponent;
|
|
116
|
+
ConfigureIcon: IconComponent;
|
|
117
|
+
CopyIcon: IconComponent;
|
|
118
|
+
CounsellorIcon: IconComponent;
|
|
119
|
+
CourseInfoIcon: IconComponent;
|
|
120
|
+
CreditMemoIcon: IconComponent;
|
|
134
121
|
CrossIcon: IconComponent;
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
CampxFullLogoIcon: IconComponent;
|
|
139
|
-
CommutexIcon: IconComponent;
|
|
140
|
-
EnrollxIcon: IconComponent;
|
|
141
|
-
PeoplexIcon: IconComponent;
|
|
142
|
-
PayxIcon: IconComponent;
|
|
143
|
-
HostelxIcon: IconComponent;
|
|
144
|
-
ExamxIcon: IconComponent;
|
|
145
|
-
UmsIcon: IconComponent;
|
|
146
|
-
AdminIcon: IconComponent;
|
|
147
|
-
ShareIcon: IconComponent;
|
|
148
|
-
SaveIcon: IconComponent;
|
|
149
|
-
SearchIcon: IconComponent;
|
|
122
|
+
CrossIcon2: IconComponent;
|
|
123
|
+
DashBoardIcon: IconComponent;
|
|
124
|
+
DatabaseIcon: IconComponent;
|
|
150
125
|
DeleteIcon: IconComponent;
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
AcademicsIcon: IconComponent;
|
|
155
|
-
ViewsIcon: IconComponent;
|
|
156
|
-
HandoutsIcon: IconComponent;
|
|
157
|
-
StudentsIcon: IconComponent;
|
|
158
|
-
AssessmentsIcon: IconComponent;
|
|
159
|
-
ArchiveIcon: IconComponent;
|
|
160
|
-
TasksIcon: IconComponent;
|
|
161
|
-
CourseInfoIcon: IconComponent;
|
|
162
|
-
StatisticsIcon: IconComponent;
|
|
163
|
-
CalendarIcon: IconComponent;
|
|
164
|
-
AttendanceIcon: IconComponent;
|
|
165
|
-
ResourcesIcon: IconComponent;
|
|
166
|
-
TimeTableIcon: IconComponent;
|
|
167
|
-
TimerIcon: IconComponent;
|
|
168
|
-
QuizIcon: IconComponent;
|
|
169
|
-
LeadsIcon: IconComponent;
|
|
170
|
-
AdmissionIcon: IconComponent;
|
|
171
|
-
CounsellorIcon: IconComponent;
|
|
172
|
-
ConcessionIcon: IconComponent;
|
|
173
|
-
ReportIcon: IconComponent;
|
|
174
|
-
CetIcon: IconComponent;
|
|
175
|
-
CertificateIcon: IconComponent;
|
|
176
|
-
HostlerIcon: IconComponent;
|
|
177
|
-
FeePaymentIcon: IconComponent;
|
|
178
|
-
TicketSystemIcon: IconComponent;
|
|
179
|
-
RegistrationIcon: IconComponent;
|
|
180
|
-
RouteIcon: IconComponent;
|
|
181
|
-
ManageUserIcon: IconComponent;
|
|
182
|
-
ImportIcon: IconComponent;
|
|
183
|
-
ExportMenuIcon: IconComponent;
|
|
184
|
-
NoticeBoardIcon: IconComponent;
|
|
185
|
-
AcademicFeesIcon: IconComponent;
|
|
186
|
-
OnlineTransactionIcon: IconComponent;
|
|
187
|
-
OpenPaymentsIcon: IconComponent;
|
|
188
|
-
TransactionCardIcon: IconComponent;
|
|
189
|
-
HamburgerMenuIcon: IconComponent;
|
|
190
|
-
ObeIcon: IconComponent;
|
|
191
|
-
SettlementsIcon: IconComponent;
|
|
126
|
+
DeviceIcon: IconComponent;
|
|
127
|
+
DocumentIcon: IconComponent;
|
|
128
|
+
DoneSquare: IconComponent;
|
|
192
129
|
DownArrow: IconComponent;
|
|
193
|
-
|
|
194
|
-
LineDividerIcon: IconComponent;
|
|
195
|
-
WorkFlowDocsIcon: IconComponent;
|
|
196
|
-
RaiseTicketIcon: IconComponent;
|
|
197
|
-
HelpDocsIcon: IconComponent;
|
|
198
|
-
FeedbackStarIcon: IconComponent;
|
|
199
|
-
BookletIcon: IconComponent;
|
|
130
|
+
DownloadIcon: IconComponent;
|
|
200
131
|
DFormsIcon: IconComponent;
|
|
132
|
+
EditIcon: IconComponent;
|
|
133
|
+
EmailIcon: IconComponent;
|
|
134
|
+
EnrollxIcon: IconComponent;
|
|
135
|
+
EvaluationIcon: IconComponent;
|
|
201
136
|
ExamConfigurationIcon: IconComponent;
|
|
202
137
|
ExamDetailsIcon: IconComponent;
|
|
138
|
+
ExamResultIcon: IconComponent;
|
|
139
|
+
ExamxIcon: IconComponent;
|
|
140
|
+
ExcelIcon: IconComponent;
|
|
141
|
+
ExpandIcon: IconComponent;
|
|
142
|
+
ExportIcon: IconComponent;
|
|
143
|
+
ExportMenuIcon: IconComponent;
|
|
203
144
|
FeeConfigurationIcon: IconComponent;
|
|
145
|
+
FeePaymentIcon: IconComponent;
|
|
146
|
+
FeedbackStarIcon: IconComponent;
|
|
147
|
+
FilterIcon: IconComponent;
|
|
148
|
+
FormBuilderIcon: IconComponent;
|
|
204
149
|
HallTicketsIcon: IconComponent;
|
|
150
|
+
HamburgerMenuIcon: IconComponent;
|
|
151
|
+
HandoutsIcon: IconComponent;
|
|
152
|
+
HelpDocsIcon: IconComponent;
|
|
153
|
+
HelpIcon: IconComponent;
|
|
154
|
+
HomeIcon: IconComponent;
|
|
155
|
+
HostelxIcon: IconComponent;
|
|
156
|
+
HostlerIcon: IconComponent;
|
|
157
|
+
ImageIcon: IconComponent;
|
|
158
|
+
ImportIcon: IconComponent;
|
|
159
|
+
InfoFilledIcon: IconComponent;
|
|
160
|
+
InfoIcon: IconComponent;
|
|
161
|
+
InstitutionsIcon: IconComponent;
|
|
162
|
+
InternalExamsIcon: IconComponent;
|
|
163
|
+
InvigilationIcon: IconComponent;
|
|
164
|
+
LegacyIcon: IconComponent;
|
|
165
|
+
LeadsIcon: IconComponent;
|
|
166
|
+
LeftIcon: IconComponent;
|
|
167
|
+
LineDividerIcon: IconComponent;
|
|
168
|
+
LocationIcon: IconComponent;
|
|
169
|
+
LogoutIcon: IconComponent;
|
|
170
|
+
ManageUserIcon: IconComponent;
|
|
205
171
|
MarksIcon: IconComponent;
|
|
172
|
+
MenteesIcon: IconComponent;
|
|
173
|
+
MentorsIcon: IconComponent;
|
|
174
|
+
MinusSquare: IconComponent;
|
|
175
|
+
MoreVertIcon: IconComponent;
|
|
176
|
+
NavigationIcon: IconComponent;
|
|
206
177
|
NominalSheetsIcon: IconComponent;
|
|
178
|
+
NoteIcon: IconComponent;
|
|
179
|
+
NoticeBoardIcon: IconComponent;
|
|
180
|
+
NotificationIcon: IconComponent;
|
|
181
|
+
ObeIcon: IconComponent;
|
|
207
182
|
OmrsIcon: IconComponent;
|
|
183
|
+
OnlineTransactionIcon: IconComponent;
|
|
184
|
+
OpenPaymentsIcon: IconComponent;
|
|
185
|
+
PayxIcon: IconComponent;
|
|
186
|
+
PdfIcon: IconComponent;
|
|
187
|
+
PeoplexIcon: IconComponent;
|
|
188
|
+
PrintDesignerIcon: IconComponent;
|
|
189
|
+
PrinterIcon: IconComponent;
|
|
190
|
+
ProductFeaturesIcon: IconComponent;
|
|
191
|
+
ProfileIcon: IconComponent;
|
|
192
|
+
QrIcon: IconComponent;
|
|
193
|
+
QuizIcon: IconComponent;
|
|
194
|
+
RaiseTicketIcon: IconComponent;
|
|
195
|
+
RedirectIcon: IconComponent;
|
|
196
|
+
RedoIcon: IconComponent;
|
|
197
|
+
RegistrationIcon: IconComponent;
|
|
198
|
+
RejectIcon: IconComponent;
|
|
199
|
+
ReportIcon: IconComponent;
|
|
200
|
+
ReportIssueIcon: IconComponent;
|
|
201
|
+
ResourcesIcon: IconComponent;
|
|
208
202
|
RevaluationIcon: IconComponent;
|
|
209
|
-
|
|
210
|
-
ActivitylogsIcon: IconComponent;
|
|
211
|
-
CareersIcon: IconComponent;
|
|
212
|
-
ClassroomsIcon: IconComponent;
|
|
213
|
-
ConfigurationsIcon: IconComponent;
|
|
214
|
-
FormBuilderIcon: IconComponent;
|
|
215
|
-
MenteesIcon: IconComponent;
|
|
216
|
-
MentorsIcon: IconComponent;
|
|
217
|
-
InternalExamsIcon: IconComponent;
|
|
218
|
-
BarChartIcon: IconComponent;
|
|
219
|
-
StopWatchIcon: IconComponent;
|
|
203
|
+
RightIcon: IconComponent;
|
|
220
204
|
RoomsIcon: IconComponent;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
205
|
+
RouteIcon: IconComponent;
|
|
206
|
+
SaveIcon: IconComponent;
|
|
207
|
+
ScanningIcon: IconComponent;
|
|
208
|
+
ScholarshipIcon: IconComponent;
|
|
209
|
+
SearchIcon: IconComponent;
|
|
225
210
|
SeatingPlan: IconComponent;
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
color?: string;
|
|
256
|
-
backgroundColor?: string;
|
|
257
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
258
|
-
readonly ReportIssueIcon: ({ size }: {
|
|
259
|
-
size?: number | undefined;
|
|
260
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
261
|
-
readonly SmsIcon: () => react_jsx_runtime.JSX.Element;
|
|
262
|
-
readonly EmailIcon: () => react_jsx_runtime.JSX.Element;
|
|
263
|
-
readonly ApproveIcon: ({ size, color, }: {
|
|
264
|
-
size?: number;
|
|
265
|
-
color?: string;
|
|
266
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
267
|
-
readonly RejectIcon: ({ size, color, }: {
|
|
268
|
-
size?: number;
|
|
269
|
-
color?: string;
|
|
270
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
271
|
-
readonly ArrowBackIcon: ({ size }: {
|
|
272
|
-
size?: number | undefined;
|
|
273
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
274
|
-
readonly CollapseIcon: ({ size }: {
|
|
275
|
-
size?: number | undefined;
|
|
276
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
277
|
-
readonly MinusSquare: ({ size, color, }: {
|
|
278
|
-
size?: number;
|
|
279
|
-
color?: string;
|
|
280
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
281
|
-
readonly AddSquare: ({ size, color, }: {
|
|
282
|
-
size?: number;
|
|
283
|
-
color?: string;
|
|
284
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
285
|
-
readonly DoneSquare: ({ size, color, }: {
|
|
286
|
-
size?: number;
|
|
287
|
-
color?: string;
|
|
288
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
289
|
-
readonly ExpandIcon: ({ size }: {
|
|
290
|
-
size?: number | undefined;
|
|
291
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
292
|
-
readonly CreditMemoIcon: ({ color, size, }: {
|
|
293
|
-
color?: string;
|
|
294
|
-
size?: number;
|
|
295
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
296
|
-
readonly ScholarshipIcon: ({ color, size, }: {
|
|
297
|
-
color?: string;
|
|
298
|
-
size?: number;
|
|
299
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
300
|
-
readonly AppsIcon: ({ size }: {
|
|
301
|
-
size?: number | undefined;
|
|
302
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
303
|
-
readonly CareerIcon: ({ size }: {
|
|
304
|
-
size?: number | undefined;
|
|
305
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
306
|
-
readonly ClogWheelIcon: ({ size }: {
|
|
307
|
-
size?: number | undefined;
|
|
308
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
309
|
-
readonly DashBoardIcon: ({ size }: {
|
|
310
|
-
size?: number | undefined;
|
|
311
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
312
|
-
readonly VisibilityIcon: ({ size, color }: any) => react_jsx_runtime.JSX.Element;
|
|
313
|
-
readonly VisibilityOffIcon: ({ size, color }: any) => react_jsx_runtime.JSX.Element;
|
|
314
|
-
readonly DownloadIcon: ({ size }: {
|
|
315
|
-
size?: number | undefined;
|
|
316
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
317
|
-
readonly HelpIcon: ({ size }: {
|
|
318
|
-
size?: number | undefined;
|
|
319
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
320
|
-
readonly HomeIcon: ({ size }: {
|
|
321
|
-
size?: number | undefined;
|
|
322
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
323
|
-
readonly LeftIcon: ({ size }: {
|
|
324
|
-
size?: number | undefined;
|
|
325
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
326
|
-
readonly ExamResultIcon: ({ size }: {
|
|
327
|
-
size?: number | undefined;
|
|
328
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
329
|
-
readonly NotificationIcon: ({ size }: {
|
|
330
|
-
size?: number | undefined;
|
|
331
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
332
|
-
readonly RightIcon: ({ size }: {
|
|
333
|
-
size?: number | undefined;
|
|
334
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
335
|
-
readonly SuccessFilledIcon: ({ backgroundColor, size, }: {
|
|
336
|
-
backgroundColor?: string;
|
|
337
|
-
size?: number;
|
|
338
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
339
|
-
readonly InfoFilledIcon: ({ backgroundColor, size, }: {
|
|
340
|
-
backgroundColor?: string;
|
|
341
|
-
size?: number;
|
|
342
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
343
|
-
readonly WarningFilledIcon: ({ size, backgroundColor, }: {
|
|
344
|
-
backgroundColor?: string;
|
|
345
|
-
size?: number;
|
|
346
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
347
|
-
readonly AlertFilledIcon: ({ size, backgroundColor, }: {
|
|
348
|
-
backgroundColor?: string;
|
|
349
|
-
size?: number;
|
|
350
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
351
|
-
readonly CrossIcon2: () => react_jsx_runtime.JSX.Element;
|
|
352
|
-
readonly ExcelIcon: ({ size }: {
|
|
353
|
-
size?: number | undefined;
|
|
354
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
355
|
-
readonly ImageIcon: ({ size }: {
|
|
356
|
-
size?: number | undefined;
|
|
357
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
358
|
-
readonly AttachmentIcon: ({ size }: {
|
|
359
|
-
size?: number | undefined;
|
|
360
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
361
|
-
readonly PdfIcon: ({ size }: {
|
|
362
|
-
size?: number | undefined;
|
|
363
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
364
|
-
readonly DocumentIcon: ({ size }: {
|
|
365
|
-
size?: number | undefined;
|
|
366
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
367
|
-
readonly ConfigureIcon: ({ size }: {
|
|
368
|
-
size?: number | undefined;
|
|
369
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
370
|
-
readonly ComfortableIcon: ({ size }: {
|
|
371
|
-
size: number;
|
|
372
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
373
|
-
readonly CompactIcon: ({ size }: {
|
|
374
|
-
size: number;
|
|
375
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
376
|
-
readonly StandardIcon: ({ size }: {
|
|
377
|
-
size: number;
|
|
378
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
379
|
-
readonly LogoutIcon: ({ hoverColor, size, }: {
|
|
380
|
-
hoverColor?: string;
|
|
381
|
-
size?: number;
|
|
382
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
383
|
-
readonly ColumnsIcon: ({ size }: {
|
|
384
|
-
size?: number | undefined;
|
|
385
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
386
|
-
readonly AccordionArrow: ({ size }: {
|
|
387
|
-
size?: number | undefined;
|
|
388
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
389
|
-
readonly TicketsIcon: ({ size }: {
|
|
390
|
-
size?: number | undefined;
|
|
391
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
392
|
-
readonly FilterIcon: ({ size }: {
|
|
393
|
-
size?: number | undefined;
|
|
394
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
395
|
-
readonly ExportIcon: ({ sx, color, size, }: {
|
|
396
|
-
sx?: any;
|
|
397
|
-
color?: string;
|
|
398
|
-
size?: number;
|
|
399
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
400
|
-
readonly ProfileIcon: ({ size }: {
|
|
401
|
-
size?: number | undefined;
|
|
402
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
403
|
-
readonly InstitutionsIcon: ({ size }: {
|
|
404
|
-
size?: number | undefined;
|
|
405
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
406
|
-
readonly ActiveDevicesIcon: ({ size }: {
|
|
407
|
-
size?: number | undefined;
|
|
408
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
409
|
-
readonly NavigationIcon: ({ size }: {
|
|
410
|
-
size?: number | undefined;
|
|
411
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
412
|
-
readonly CompletedStateIcon: ({ size }: {
|
|
413
|
-
size?: number | undefined;
|
|
414
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
415
|
-
readonly UnCheckedCheckboxIcon: ({ size }: {
|
|
416
|
-
size?: number | undefined;
|
|
417
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
418
|
-
readonly CheckedCheckboxIcon: ({ size }: {
|
|
419
|
-
size?: number | undefined;
|
|
420
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
421
|
-
readonly UnCheckedRadioIcon: ({ size }: {
|
|
422
|
-
size?: number | undefined;
|
|
423
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
424
|
-
readonly CheckedRadioIcon: ({ size }: {
|
|
425
|
-
size?: number | undefined;
|
|
426
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
427
|
-
readonly BulbIcon: ({ size }: {
|
|
428
|
-
size?: number | undefined;
|
|
429
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
430
|
-
readonly InfoIcon: ({ size }: {
|
|
431
|
-
size?: number | undefined;
|
|
432
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
433
|
-
readonly LocationIcon: ({ size }: {
|
|
434
|
-
size?: number | undefined;
|
|
435
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
436
|
-
readonly DeviceIcon: ({ size }: {
|
|
437
|
-
size?: number | undefined;
|
|
438
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
439
|
-
readonly CrossIcon: ({ size }: {
|
|
440
|
-
size?: number | undefined;
|
|
441
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
442
|
-
readonly ProductFeaturesIcon: ({ size }: {
|
|
443
|
-
size?: number | undefined;
|
|
444
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
445
|
-
readonly CampxIcon: ({ size }: {
|
|
446
|
-
size?: number | undefined;
|
|
447
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
448
|
-
readonly AdministratorIcon: ({ size }: {
|
|
449
|
-
size?: number | undefined;
|
|
450
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
451
|
-
readonly CampxFullLogoIcon: () => react_jsx_runtime.JSX.Element;
|
|
452
|
-
readonly CommutexIcon: ({ size }: {
|
|
453
|
-
size?: number | undefined;
|
|
454
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
455
|
-
readonly EnrollxIcon: ({ size }: {
|
|
456
|
-
size?: number | undefined;
|
|
457
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
458
|
-
readonly PeoplexIcon: ({ size }: {
|
|
459
|
-
size?: number | undefined;
|
|
460
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
461
|
-
readonly PayxIcon: ({ size }: {
|
|
462
|
-
size?: number | undefined;
|
|
463
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
464
|
-
readonly HostelxIcon: ({ size }: {
|
|
465
|
-
size?: number | undefined;
|
|
466
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
467
|
-
readonly ExamxIcon: ({ size }: {
|
|
468
|
-
size?: number | undefined;
|
|
469
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
470
|
-
readonly UmsIcon: ({ size }: {
|
|
471
|
-
size?: number | undefined;
|
|
472
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
473
|
-
readonly AdminIcon: ({ size }: {
|
|
474
|
-
size?: number | undefined;
|
|
475
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
476
|
-
readonly ShareIcon: ({ size }: {
|
|
477
|
-
size?: number | undefined;
|
|
478
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
479
|
-
readonly SaveIcon: ({ size }: {
|
|
480
|
-
size?: number | undefined;
|
|
481
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
482
|
-
readonly SearchIcon: ({ size, backgroundColor, }: {
|
|
483
|
-
size?: number;
|
|
484
|
-
backgroundColor?: string;
|
|
485
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
486
|
-
readonly DeleteIcon: ({ size }: {
|
|
487
|
-
size?: number | undefined;
|
|
488
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
489
|
-
readonly EditIcon: ({ size }: {
|
|
490
|
-
size?: number | undefined;
|
|
491
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
492
|
-
readonly ViewIcon: ({ size }: {
|
|
493
|
-
size?: number | undefined;
|
|
494
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
495
|
-
readonly RedirectIcon: ({ size, color, opacity, }: {
|
|
496
|
-
color?: string;
|
|
497
|
-
size?: number;
|
|
498
|
-
opacity?: string;
|
|
499
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
500
|
-
readonly AcademicsIcon: ({ sx, color, size, }: {
|
|
501
|
-
sx?: any;
|
|
502
|
-
color?: string;
|
|
503
|
-
size?: number;
|
|
504
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
505
|
-
readonly ViewsIcon: ({ size }: {
|
|
506
|
-
size?: number;
|
|
507
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
508
|
-
readonly HandoutsIcon: ({ sx, color, size, }: {
|
|
509
|
-
sx?: any;
|
|
510
|
-
color?: string;
|
|
511
|
-
size?: number;
|
|
512
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
513
|
-
readonly StudentsIcon: ({ sx, color, size, }: {
|
|
514
|
-
sx?: any;
|
|
515
|
-
color?: string;
|
|
516
|
-
size?: number;
|
|
517
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
518
|
-
readonly AssessmentsIcon: ({ sx, color, size, }: {
|
|
519
|
-
sx?: any;
|
|
520
|
-
color?: string;
|
|
521
|
-
size?: number;
|
|
522
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
523
|
-
readonly ArchiveIcon: ({ sx, color, size, }: {
|
|
524
|
-
sx?: any;
|
|
525
|
-
color?: string;
|
|
526
|
-
size?: number;
|
|
527
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
528
|
-
readonly TasksIcon: ({ sx, color, size, }: {
|
|
529
|
-
sx?: any;
|
|
530
|
-
color?: string;
|
|
531
|
-
size?: number;
|
|
532
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
533
|
-
readonly CourseInfoIcon: ({ sx, color, size, }: {
|
|
534
|
-
sx?: any;
|
|
535
|
-
color?: string;
|
|
536
|
-
size?: number;
|
|
537
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
538
|
-
readonly StatisticsIcon: ({ sx, color, size, }: {
|
|
539
|
-
sx?: any;
|
|
540
|
-
color?: string;
|
|
541
|
-
size?: number;
|
|
542
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
543
|
-
readonly CalendarIcon: ({ sx, color, size, }: {
|
|
544
|
-
sx?: any;
|
|
545
|
-
color?: string;
|
|
546
|
-
size?: number;
|
|
547
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
548
|
-
readonly AttendanceIcon: ({ sx, color, size, }: {
|
|
549
|
-
sx?: any;
|
|
550
|
-
color?: string;
|
|
551
|
-
size?: number;
|
|
552
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
553
|
-
readonly ResourcesIcon: ({ sx, color, size, }: {
|
|
554
|
-
sx?: any;
|
|
555
|
-
color?: string;
|
|
556
|
-
size?: number;
|
|
557
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
558
|
-
readonly TimeTableIcon: ({ sx, color, size, }: {
|
|
559
|
-
sx?: any;
|
|
560
|
-
color?: string;
|
|
561
|
-
size?: number;
|
|
562
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
563
|
-
readonly TimerIcon: ({ size }: {
|
|
564
|
-
size?: number | undefined;
|
|
565
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
566
|
-
readonly QuizIcon: ({ color, size }: {
|
|
567
|
-
color?: string;
|
|
568
|
-
size?: number;
|
|
569
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
570
|
-
readonly LeadsIcon: ({ size }: {
|
|
571
|
-
size?: number | undefined;
|
|
572
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
573
|
-
readonly AdmissionIcon: ({ size }: {
|
|
574
|
-
size?: number | undefined;
|
|
575
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
576
|
-
readonly CounsellorIcon: ({ size }: {
|
|
577
|
-
size?: number | undefined;
|
|
578
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
579
|
-
readonly ConcessionIcon: ({ size }: {
|
|
580
|
-
size?: number | undefined;
|
|
581
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
582
|
-
readonly ReportIcon: ({ size }: {
|
|
583
|
-
size?: number | undefined;
|
|
584
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
585
|
-
readonly CetIcon: ({ size }: {
|
|
586
|
-
size?: number | undefined;
|
|
587
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
588
|
-
readonly CertificateIcon: ({ size }: {
|
|
589
|
-
size?: number | undefined;
|
|
590
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
591
|
-
readonly HostlerIcon: ({ size }: {
|
|
592
|
-
size?: number | undefined;
|
|
593
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
594
|
-
readonly FeePaymentIcon: ({ size }: {
|
|
595
|
-
size?: number | undefined;
|
|
596
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
597
|
-
readonly TicketSystemIcon: ({ size }: {
|
|
598
|
-
size?: number | undefined;
|
|
599
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
600
|
-
readonly RegistrationIcon: ({ size }: {
|
|
601
|
-
size?: number | undefined;
|
|
602
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
603
|
-
readonly RouteIcon: ({ size }: {
|
|
604
|
-
size?: number | undefined;
|
|
605
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
606
|
-
readonly ManageUserIcon: ({ size }: {
|
|
607
|
-
size?: number | undefined;
|
|
608
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
609
|
-
readonly ImportIcon: ({ size }: {
|
|
610
|
-
size?: number | undefined;
|
|
611
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
612
|
-
readonly ExportMenuIcon: ({ size }: {
|
|
613
|
-
size?: number | undefined;
|
|
614
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
615
|
-
readonly NoticeBoardIcon: ({ size }: {
|
|
616
|
-
size?: number | undefined;
|
|
617
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
618
|
-
readonly AcademicFeesIcon: ({ size }: {
|
|
619
|
-
size?: number | undefined;
|
|
620
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
621
|
-
readonly OnlineTransactionIcon: ({ size }: {
|
|
622
|
-
size?: number | undefined;
|
|
623
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
624
|
-
readonly OpenPaymentsIcon: ({ size }: {
|
|
625
|
-
size?: number | undefined;
|
|
626
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
627
|
-
readonly TransactionCardIcon: ({ size }: {
|
|
628
|
-
size?: number | undefined;
|
|
629
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
630
|
-
readonly HamburgerMenuIcon: ({ size }: {
|
|
631
|
-
size?: number | undefined;
|
|
632
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
633
|
-
readonly ObeIcon: ({ size }: {
|
|
634
|
-
size?: number | undefined;
|
|
635
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
636
|
-
readonly SettlementsIcon: ({ color, size, }: {
|
|
637
|
-
color?: string;
|
|
638
|
-
size?: number;
|
|
639
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
640
|
-
readonly DownArrow: ({ size, disabled, onClick, }: {
|
|
641
|
-
size?: number;
|
|
642
|
-
disabled?: boolean;
|
|
643
|
-
onClick?: (e: React.MouseEvent<SVGSVGElement>) => void;
|
|
644
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
645
|
-
readonly ClearIcon: ({ size, onClick, }: {
|
|
646
|
-
size?: number;
|
|
647
|
-
onClick?: (e: React.MouseEvent) => void;
|
|
648
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
649
|
-
readonly LineDividerIcon: ({ size, height, }: {
|
|
650
|
-
size?: number;
|
|
651
|
-
height?: number;
|
|
652
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
653
|
-
readonly WorkFlowDocsIcon: ({ size }: {
|
|
654
|
-
size?: number | undefined;
|
|
655
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
656
|
-
readonly RaiseTicketIcon: ({ size }: {
|
|
657
|
-
size?: number | undefined;
|
|
658
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
659
|
-
readonly HelpDocsIcon: ({ size }: {
|
|
660
|
-
size?: number | undefined;
|
|
661
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
662
|
-
readonly FeedbackStarIcon: ({ size }: {
|
|
663
|
-
size: number;
|
|
664
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
665
|
-
readonly BookletIcon: ({ size }: {
|
|
666
|
-
size?: number | undefined;
|
|
667
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
668
|
-
readonly DFormsIcon: ({ size }: {
|
|
669
|
-
size?: number | undefined;
|
|
670
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
671
|
-
readonly ExamConfigurationIcon: ({ size }: {
|
|
672
|
-
size?: number | undefined;
|
|
673
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
674
|
-
readonly ExamDetailsIcon: ({ size }: {
|
|
675
|
-
size?: number | undefined;
|
|
676
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
677
|
-
readonly FeeConfigurationIcon: ({ size }: {
|
|
678
|
-
size?: number | undefined;
|
|
679
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
680
|
-
readonly HallTicketsIcon: ({ size }: {
|
|
681
|
-
size?: number | undefined;
|
|
682
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
683
|
-
readonly MarksIcon: ({ size }: {
|
|
684
|
-
size?: number | undefined;
|
|
685
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
686
|
-
readonly NominalSheetsIcon: ({ size }: {
|
|
687
|
-
size?: number | undefined;
|
|
688
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
689
|
-
readonly OmrsIcon: ({ size }: {
|
|
690
|
-
size?: number | undefined;
|
|
691
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
692
|
-
readonly RevaluationIcon: ({ size }: {
|
|
693
|
-
size?: number | undefined;
|
|
694
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
695
|
-
readonly ScanningIcon: ({ size }: {
|
|
696
|
-
size?: number | undefined;
|
|
697
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
698
|
-
readonly ActivitylogsIcon: ({ color, size, }: {
|
|
699
|
-
color?: string;
|
|
700
|
-
size?: number;
|
|
701
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
702
|
-
readonly CareersIcon: ({ color, size, }: {
|
|
703
|
-
color?: string;
|
|
704
|
-
size?: number;
|
|
705
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
706
|
-
readonly ClassroomsIcon: ({ color, size, }: {
|
|
707
|
-
color?: string;
|
|
708
|
-
size?: number;
|
|
709
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
710
|
-
readonly ConfigurationsIcon: ({ color, size, }: {
|
|
711
|
-
color?: string;
|
|
712
|
-
size?: number;
|
|
713
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
714
|
-
readonly FormBuilderIcon: ({ color, size, }: {
|
|
715
|
-
color?: string;
|
|
716
|
-
size?: number;
|
|
717
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
718
|
-
readonly MenteesIcon: ({ color, size, }: {
|
|
719
|
-
color?: string;
|
|
720
|
-
size?: number;
|
|
721
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
722
|
-
readonly MentorsIcon: ({ color, size, }: {
|
|
723
|
-
color?: string;
|
|
724
|
-
size?: number;
|
|
725
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
726
|
-
readonly InternalExamsIcon: ({ color, size, }: {
|
|
727
|
-
color?: string;
|
|
728
|
-
size?: number;
|
|
729
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
730
|
-
readonly BarChartIcon: ({ color, size, }: {
|
|
731
|
-
color?: string;
|
|
732
|
-
size?: number;
|
|
733
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
734
|
-
readonly StopWatchIcon: ({ color, size, }: {
|
|
735
|
-
color?: string;
|
|
736
|
-
size?: number;
|
|
737
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
738
|
-
readonly RoomsIcon: ({ color, size, }: {
|
|
739
|
-
color?: string;
|
|
740
|
-
size?: number;
|
|
741
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
742
|
-
readonly EvaluationIcon: ({ color, size, }: {
|
|
743
|
-
color?: string;
|
|
744
|
-
size?: number;
|
|
745
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
746
|
-
readonly SignaturesIcon: ({ color, size, }: {
|
|
747
|
-
color?: string;
|
|
748
|
-
size?: number;
|
|
749
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
750
|
-
readonly InvigilationIcon: ({ color, size, }: {
|
|
751
|
-
color?: string;
|
|
752
|
-
size?: number;
|
|
753
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
754
|
-
readonly DatabaseIcon: ({ color, size, }: {
|
|
755
|
-
color?: string;
|
|
756
|
-
size?: number;
|
|
757
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
758
|
-
readonly SeatingPlan: ({ color, size, }: {
|
|
759
|
-
color?: string;
|
|
760
|
-
size?: number;
|
|
761
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
762
|
-
readonly LegacyIcon: ({ color, size, }: {
|
|
763
|
-
color?: string;
|
|
764
|
-
size?: number;
|
|
765
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
211
|
+
SettlementsIcon: IconComponent;
|
|
212
|
+
ShareIcon: IconComponent;
|
|
213
|
+
SignaturesIcon: IconComponent;
|
|
214
|
+
SmsIcon: IconComponent;
|
|
215
|
+
StandardIcon: IconComponent;
|
|
216
|
+
StatisticsIcon: IconComponent;
|
|
217
|
+
StopWatchIcon: IconComponent;
|
|
218
|
+
StudentsIcon: IconComponent;
|
|
219
|
+
SuccessFilledIcon: IconComponent;
|
|
220
|
+
TasksIcon: IconComponent;
|
|
221
|
+
ThreeDotsMenuIcon: IconComponent;
|
|
222
|
+
TicketSystemIcon: IconComponent;
|
|
223
|
+
TicketsIcon: IconComponent;
|
|
224
|
+
TimeTableIcon: IconComponent;
|
|
225
|
+
TimerIcon: IconComponent;
|
|
226
|
+
TransactionCardIcon: IconComponent;
|
|
227
|
+
UmsIcon: IconComponent;
|
|
228
|
+
UnCheckedCheckboxIcon: IconComponent;
|
|
229
|
+
UnCheckedRadioIcon: IconComponent;
|
|
230
|
+
ViewIcon: IconComponent;
|
|
231
|
+
ViewsIcon: IconComponent;
|
|
232
|
+
VisibilityIcon: IconComponent;
|
|
233
|
+
VisibilityOffIcon: IconComponent;
|
|
234
|
+
WarningFilledIcon: IconComponent;
|
|
235
|
+
WhatsappIcon: IconComponent;
|
|
236
|
+
WorkFlowDocsIcon: IconComponent;
|
|
237
|
+
ESSIcon: IconComponent;
|
|
238
|
+
SalaryIcon: IconComponent;
|
|
239
|
+
ExpensesIcon: IconComponent;
|
|
766
240
|
};
|
|
241
|
+
declare const Icons: IconsType;
|
|
767
242
|
|
|
768
243
|
type CartesianGridProps = {
|
|
769
244
|
showCartesianGrid: boolean;
|
|
@@ -902,6 +377,8 @@ type PieProps = {
|
|
|
902
377
|
label?: boolean;
|
|
903
378
|
cx?: string;
|
|
904
379
|
cy?: string;
|
|
380
|
+
startAngle?: number;
|
|
381
|
+
endAngle?: number;
|
|
905
382
|
colors?: string[];
|
|
906
383
|
};
|
|
907
384
|
declare const PieChart: ({ title, showSubtitle, subTitle, subTitleProps, titleProps, margin, width, height, showToolTip, showLegend, legendSx, pie1, pie2, containerSx, }: PieChartProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1262,7 +739,7 @@ type SelectProps = {
|
|
|
1262
739
|
options: Array<{
|
|
1263
740
|
label: react.ReactNode;
|
|
1264
741
|
value: string | number;
|
|
1265
|
-
color?: 'red' | 'green' | 'blue' | 'pink' | 'yellow' | 'orange';
|
|
742
|
+
color?: 'red' | 'green' | 'blue' | 'pink' | 'yellow' | 'orange' | 'secondary';
|
|
1266
743
|
}>;
|
|
1267
744
|
onChange?: (event: react.ChangeEvent<{
|
|
1268
745
|
value: any;
|
|
@@ -1292,6 +769,7 @@ type SingleSelectProps = {
|
|
|
1292
769
|
label: string;
|
|
1293
770
|
subLabel?: string;
|
|
1294
771
|
value: any;
|
|
772
|
+
icon?: ReactNode;
|
|
1295
773
|
}[] | any[];
|
|
1296
774
|
optionsApiEndPoint?: string;
|
|
1297
775
|
optionsApiEndpointParams?: any;
|
|
@@ -1343,6 +821,12 @@ type TimePickerProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStr
|
|
|
1343
821
|
} & TimePickerProps$1<TEnableAccessibleFieldDOMStructure>;
|
|
1344
822
|
declare const TimePicker: <TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean = false>({ label, name, value, format, views, helperText, placeholder, required, containerProps, ...rest }: TimePickerProps<TDate, TEnableAccessibleFieldDOMStructure>) => react_jsx_runtime.JSX.Element;
|
|
1345
823
|
|
|
824
|
+
interface OtpInputProps {
|
|
825
|
+
length: number;
|
|
826
|
+
onChangeOtp: (otp: string) => void;
|
|
827
|
+
}
|
|
828
|
+
declare const OtpInput: ({ length, onChangeOtp }: OtpInputProps) => react_jsx_runtime.JSX.Element;
|
|
829
|
+
|
|
1346
830
|
type AppHeaderProps = {
|
|
1347
831
|
actions?: ReactNode[];
|
|
1348
832
|
profileActions?: ReactNode[];
|
|
@@ -1642,5 +1126,5 @@ declare const splitBreadcrumbIdSlug: (param: string) => {
|
|
|
1642
1126
|
declare const isLocal: boolean;
|
|
1643
1127
|
declare const isDevelopment: boolean;
|
|
1644
1128
|
|
|
1645
|
-
export { Accordion, AccordionGroup, ActivityLogView, Alert, AnimatedGIFs, AppHeader, BarChart, Breadcrumbs, Button, Card, CellContainer, CenterBox, Chips, CircularAvatar, ConfirmDialog, DataTable, DatePicker, DateTimePicker, DensitySelector, Dialog, DialogButton, DropDownButton, DropDownIcon, DropdownMenu, DropdownMenuItem, EditableDataTable, EditableTableCore, EmptyIllustration, FileUpload, FloatingContent, FooterContainerContainer, FormActions, FormControlWrapper, FormWrapper, IconButtons, Icons, InternalServerError, LabelWrapper, LineChart, MuiThemeProvider, MultiCheckBox, NoInterneConnection, NoItemFound, PageContent, PageHeader, PageNotFound, PasswordField, PieChart, PreviewFiles, RadioGroup, SearchBar, Select, SidePanel, SidePanelVariables, Sidebar, SingleCheckBox, SingleSelect, Snackbar, Spinner, SquareAvatar, StatusCard, Stepper, StyledContainer, Svgs, Switch, TableColumnsSelector, TableColumnsSelectorMenuFooter, TabsContainer, TabsLayout, TextField, TimePicker, Timeline, ToolTipContent, Tooltip, Tutorial, Typography, UnAuthorized, UploadDialog, createBreadcrumbIdSlug, darkTheme, getBreadcrumbsCharacter, isDevelopment, isLocal, lightTheme, reactBlueprintReducers, splitBreadcrumbIdSlug, usePageHeader, useParams, useUrlParams };
|
|
1646
|
-
export type { AccordionProps, Activity, ActivityAction, AlertProps, AppHeaderProps, BarChartProps, BreadcrumbsProps, ButtonConfig, ButtonProps, CardProps, CheckboxProps, CircularAvatarProps, ConfirmDialogProps, ConfirmDialogType, DataTableProps, DensitySelectorProps, DialogButtonProps, DialogProps, DropdownMenuItemProps, DropdownMenuProps, EditableDataTableProps, FileUploadProps, FloatingContainerProps, FormActionsProps, IconComponent, IconProps, IconsType, LineChartProps, MultiCheckboxProps, PageContentProps, PasswordFieldProps, PieChartProps, PreviewFilesProps, RadioGroupProps, SearchBarProps, SelectProps, Severity, SideMenuItemProps, SidePanelProps, SingleSelectProps, SnackbarProps, SquareAvatarProps, StatusCardProps, SubMenuItemProps, SwitchProps, TableColumnsSelectorProps, TabsContainerProps, TextFieldProps, TimelineItems, TimelineProps, TooltipContentProps, TooltipProps, TypographyProps, UploadDialogProps };
|
|
1129
|
+
export { Accordion, AccordionGroup, ActivityLogView, Alert, AnimatedGIFs, AppHeader, BarChart, Breadcrumbs, Button, Card, CellContainer, CenterBox, Chips, CircularAvatar, ComingSoon, ConfirmDialog, DataTable, DatePicker, DateTimePicker, DensitySelector, Dialog, DialogButton, DropDownButton, DropDownIcon, DropdownMenu, DropdownMenuItem, EditableDataTable, EditableTableCore, EmptyIllustration, FileUpload, FloatingContent, FooterContainerContainer, FormActions, FormControlWrapper, FormWrapper, IconButtons, Icons, InternalServerError, LabelWrapper, LineChart, MuiThemeProvider, MultiCheckBox, NoInterneConnection, NoItemFound, OtpInput, PageContent, PageHeader, PageNotFound, PasswordField, PieChart, PreviewFiles, RadioGroup, SearchBar, Select, SidePanel, SidePanelVariables, Sidebar, SingleCheckBox, SingleSelect, Snackbar, Spinner, SquareAvatar, StatusCard, Stepper, StyledContainer, Svgs, Switch, TableColumnsSelector, TableColumnsSelectorMenuFooter, TabsContainer, TabsLayout, TextField, TimePicker, Timeline, ToolTipContent, Tooltip, Tutorial, Typography, UnAuthorized, UploadDialog, createBreadcrumbIdSlug, darkTheme, getBreadcrumbsCharacter, isDevelopment, isLocal, lightTheme, reactBlueprintReducers, splitBreadcrumbIdSlug, usePageHeader, useParams, useUrlParams };
|
|
1130
|
+
export type { AccordionProps, Activity, ActivityAction, AlertProps, AppHeaderProps, BarChartProps, BreadcrumbsProps, ButtonConfig, ButtonProps, CardProps, CheckboxProps, CircularAvatarProps, ConfirmDialogProps, ConfirmDialogType, DataTableProps, DensitySelectorProps, DialogButtonProps, DialogProps, DropdownMenuItemProps, DropdownMenuProps, EditableDataTableProps, FileUploadProps, FloatingContainerProps, FormActionsProps, IconComponent, IconProps, IconsType, LineChartProps, MultiCheckboxProps, OtpInputProps, PageContentProps, PasswordFieldProps, PieChartProps, PreviewFilesProps, RadioGroupProps, SearchBarProps, SelectProps, Severity, SideMenuItemProps, SidePanelProps, SingleSelectProps, SnackbarProps, SquareAvatarProps, StatusCardProps, SubMenuItemProps, SwitchProps, TableColumnsSelectorProps, TabsContainerProps, TextFieldProps, TimelineItems, TimelineProps, TooltipContentProps, TooltipProps, TypographyProps, UploadDialogProps };
|