@campxdev/react-blueprint 2.0.4 → 2.0.6
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/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/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/StandardIcon.d.ts +1 -1
- package/dist/cjs/types/src/components/Assets/Icons/Icons.d.ts +146 -681
- package/dist/cjs/types/src/components/Input/FormActions/FormActions.d.ts +1 -2
- package/dist/cjs/types/src/components/Input/export.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- 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/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/StandardIcon.d.ts +1 -1
- package/dist/esm/types/src/components/Assets/Icons/Icons.d.ts +146 -681
- package/dist/esm/types/src/components/Input/FormActions/FormActions.d.ts +1 -2
- package/dist/esm/types/src/components/Input/export.d.ts +1 -0
- package/dist/index.d.ts +154 -683
- package/package.json +1 -1
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';
|
|
@@ -59,711 +59,176 @@ interface IconProps {
|
|
|
59
59
|
color?: string;
|
|
60
60
|
size?: number;
|
|
61
61
|
hoverColor?: string;
|
|
62
|
+
disabled?: boolean;
|
|
63
|
+
onClick?: (event: MouseEvent<Element>) => void;
|
|
62
64
|
}
|
|
63
65
|
type IconComponent = FC<IconProps>;
|
|
64
66
|
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;
|
|
67
|
+
AcademicFeesIcon: IconComponent;
|
|
68
|
+
AcademicsIcon: IconComponent;
|
|
69
|
+
AccordionArrow: IconComponent;
|
|
70
|
+
ActiveDevicesIcon: IconComponent;
|
|
71
|
+
ActivitylogsIcon: IconComponent;
|
|
83
72
|
AddSquare: IconComponent;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
73
|
+
AdminIcon: IconComponent;
|
|
74
|
+
AdministratorIcon: IconComponent;
|
|
75
|
+
AdmissionIcon: IconComponent;
|
|
76
|
+
AlertFilledIcon: IconComponent;
|
|
88
77
|
AppsIcon: IconComponent;
|
|
78
|
+
ApproveIcon: IconComponent;
|
|
79
|
+
ArchiveIcon: IconComponent;
|
|
80
|
+
ArrowBackIcon: IconComponent;
|
|
81
|
+
AssessmentsIcon: IconComponent;
|
|
82
|
+
AssignmentIcon: IconComponent;
|
|
83
|
+
AttachmentIcon: IconComponent;
|
|
84
|
+
AttendanceIcon: IconComponent;
|
|
85
|
+
BarChartIcon: IconComponent;
|
|
86
|
+
BookletIcon: IconComponent;
|
|
87
|
+
BulbIcon: IconComponent;
|
|
88
|
+
CalendarIcon: IconComponent;
|
|
89
|
+
CampxFullLogoIcon: IconComponent;
|
|
90
|
+
CampxIcon: IconComponent;
|
|
89
91
|
CareerIcon: IconComponent;
|
|
92
|
+
CareersIcon: IconComponent;
|
|
93
|
+
CautionIcon: IconComponent;
|
|
94
|
+
CertificateIcon: IconComponent;
|
|
95
|
+
CetIcon: IconComponent;
|
|
96
|
+
CheckedCheckboxIcon: IconComponent;
|
|
97
|
+
CheckedRadioIcon: IconComponent;
|
|
98
|
+
ClassroomsIcon: IconComponent;
|
|
99
|
+
ClearIcon: IconComponent;
|
|
90
100
|
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;
|
|
101
|
+
CollapseIcon: IconComponent;
|
|
102
|
+
ColumnsIcon: IconComponent;
|
|
112
103
|
ComfortableIcon: IconComponent;
|
|
104
|
+
CommutexIcon: IconComponent;
|
|
113
105
|
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
106
|
CompletedStateIcon: IconComponent;
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
DeviceIcon: IconComponent;
|
|
107
|
+
ConcessionIcon: IconComponent;
|
|
108
|
+
ConfigurationsIcon: IconComponent;
|
|
109
|
+
ConfigureIcon: IconComponent;
|
|
110
|
+
CopyIcon: IconComponent;
|
|
111
|
+
CounsellorIcon: IconComponent;
|
|
112
|
+
CourseInfoIcon: IconComponent;
|
|
113
|
+
CreditMemoIcon: IconComponent;
|
|
134
114
|
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;
|
|
115
|
+
CrossIcon2: IconComponent;
|
|
116
|
+
DashBoardIcon: IconComponent;
|
|
117
|
+
DatabaseIcon: IconComponent;
|
|
150
118
|
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;
|
|
119
|
+
DeviceIcon: IconComponent;
|
|
120
|
+
DocumentIcon: IconComponent;
|
|
121
|
+
DoneSquare: IconComponent;
|
|
192
122
|
DownArrow: IconComponent;
|
|
193
|
-
|
|
194
|
-
LineDividerIcon: IconComponent;
|
|
195
|
-
WorkFlowDocsIcon: IconComponent;
|
|
196
|
-
RaiseTicketIcon: IconComponent;
|
|
197
|
-
HelpDocsIcon: IconComponent;
|
|
198
|
-
FeedbackStarIcon: IconComponent;
|
|
199
|
-
BookletIcon: IconComponent;
|
|
123
|
+
DownloadIcon: IconComponent;
|
|
200
124
|
DFormsIcon: IconComponent;
|
|
125
|
+
EditIcon: IconComponent;
|
|
126
|
+
EmailIcon: IconComponent;
|
|
127
|
+
EnrollxIcon: IconComponent;
|
|
128
|
+
EvaluationIcon: IconComponent;
|
|
201
129
|
ExamConfigurationIcon: IconComponent;
|
|
202
130
|
ExamDetailsIcon: IconComponent;
|
|
131
|
+
ExamResultIcon: IconComponent;
|
|
132
|
+
ExamxIcon: IconComponent;
|
|
133
|
+
ExcelIcon: IconComponent;
|
|
134
|
+
ExpandIcon: IconComponent;
|
|
135
|
+
ExportIcon: IconComponent;
|
|
136
|
+
ExportMenuIcon: IconComponent;
|
|
203
137
|
FeeConfigurationIcon: IconComponent;
|
|
138
|
+
FeePaymentIcon: IconComponent;
|
|
139
|
+
FeedbackStarIcon: IconComponent;
|
|
140
|
+
FilterIcon: IconComponent;
|
|
141
|
+
FormBuilderIcon: IconComponent;
|
|
204
142
|
HallTicketsIcon: IconComponent;
|
|
143
|
+
HamburgerMenuIcon: IconComponent;
|
|
144
|
+
HandoutsIcon: IconComponent;
|
|
145
|
+
HelpDocsIcon: IconComponent;
|
|
146
|
+
HelpIcon: IconComponent;
|
|
147
|
+
HomeIcon: IconComponent;
|
|
148
|
+
HostelxIcon: IconComponent;
|
|
149
|
+
HostlerIcon: IconComponent;
|
|
150
|
+
ImageIcon: IconComponent;
|
|
151
|
+
ImportIcon: IconComponent;
|
|
152
|
+
InfoFilledIcon: IconComponent;
|
|
153
|
+
InfoIcon: IconComponent;
|
|
154
|
+
InstitutionsIcon: IconComponent;
|
|
155
|
+
InternalExamsIcon: IconComponent;
|
|
156
|
+
InvigilationIcon: IconComponent;
|
|
157
|
+
LegacyIcon: IconComponent;
|
|
158
|
+
LeadsIcon: IconComponent;
|
|
159
|
+
LeftIcon: IconComponent;
|
|
160
|
+
LineDividerIcon: IconComponent;
|
|
161
|
+
LocationIcon: IconComponent;
|
|
162
|
+
LogoutIcon: IconComponent;
|
|
163
|
+
ManageUserIcon: IconComponent;
|
|
205
164
|
MarksIcon: IconComponent;
|
|
165
|
+
MenteesIcon: IconComponent;
|
|
166
|
+
MentorsIcon: IconComponent;
|
|
167
|
+
MinusSquare: IconComponent;
|
|
168
|
+
MoreVertIcon: IconComponent;
|
|
169
|
+
NavigationIcon: IconComponent;
|
|
206
170
|
NominalSheetsIcon: IconComponent;
|
|
171
|
+
NoteIcon: IconComponent;
|
|
172
|
+
NoticeBoardIcon: IconComponent;
|
|
173
|
+
NotificationIcon: IconComponent;
|
|
174
|
+
ObeIcon: IconComponent;
|
|
207
175
|
OmrsIcon: IconComponent;
|
|
176
|
+
OnlineTransactionIcon: IconComponent;
|
|
177
|
+
OpenPaymentsIcon: IconComponent;
|
|
178
|
+
PayxIcon: IconComponent;
|
|
179
|
+
PdfIcon: IconComponent;
|
|
180
|
+
PeoplexIcon: IconComponent;
|
|
181
|
+
PrintDesignerIcon: IconComponent;
|
|
182
|
+
PrinterIcon: IconComponent;
|
|
183
|
+
ProductFeaturesIcon: IconComponent;
|
|
184
|
+
ProfileIcon: IconComponent;
|
|
185
|
+
QrIcon: IconComponent;
|
|
186
|
+
QuizIcon: IconComponent;
|
|
187
|
+
RaiseTicketIcon: IconComponent;
|
|
188
|
+
RedirectIcon: IconComponent;
|
|
189
|
+
RedoIcon: IconComponent;
|
|
190
|
+
RegistrationIcon: IconComponent;
|
|
191
|
+
RejectIcon: IconComponent;
|
|
192
|
+
ReportIcon: IconComponent;
|
|
193
|
+
ReportIssueIcon: IconComponent;
|
|
194
|
+
ResourcesIcon: IconComponent;
|
|
208
195
|
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;
|
|
196
|
+
RightIcon: IconComponent;
|
|
220
197
|
RoomsIcon: IconComponent;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
198
|
+
RouteIcon: IconComponent;
|
|
199
|
+
SaveIcon: IconComponent;
|
|
200
|
+
ScanningIcon: IconComponent;
|
|
201
|
+
ScholarshipIcon: IconComponent;
|
|
202
|
+
SearchIcon: IconComponent;
|
|
225
203
|
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
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
253
|
-
readonly ThreeDotsMenuIcon: ({ size, color, backgroundColor, }: {
|
|
254
|
-
size?: number;
|
|
255
|
-
color?: string;
|
|
256
|
-
backgroundColor?: string;
|
|
257
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
258
|
-
readonly ReportIssueIcon: ({ size }: {
|
|
259
|
-
size?: number | undefined;
|
|
260
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
261
|
-
readonly SmsIcon: () => react_jsx_runtime.JSX.Element;
|
|
262
|
-
readonly EmailIcon: () => react_jsx_runtime.JSX.Element;
|
|
263
|
-
readonly ApproveIcon: ({ size, color, }: {
|
|
264
|
-
size?: number;
|
|
265
|
-
color?: string;
|
|
266
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
267
|
-
readonly RejectIcon: ({ size, color, }: {
|
|
268
|
-
size?: number;
|
|
269
|
-
color?: string;
|
|
270
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
271
|
-
readonly ArrowBackIcon: ({ size }: {
|
|
272
|
-
size?: number | undefined;
|
|
273
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
274
|
-
readonly CollapseIcon: ({ size }: {
|
|
275
|
-
size?: number | undefined;
|
|
276
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
277
|
-
readonly MinusSquare: ({ size, color, }: {
|
|
278
|
-
size?: number;
|
|
279
|
-
color?: string;
|
|
280
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
281
|
-
readonly AddSquare: ({ size, color, }: {
|
|
282
|
-
size?: number;
|
|
283
|
-
color?: string;
|
|
284
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
285
|
-
readonly DoneSquare: ({ size, color, }: {
|
|
286
|
-
size?: number;
|
|
287
|
-
color?: string;
|
|
288
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
289
|
-
readonly ExpandIcon: ({ size }: {
|
|
290
|
-
size?: number | undefined;
|
|
291
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
292
|
-
readonly CreditMemoIcon: ({ color, size, }: {
|
|
293
|
-
color?: string;
|
|
294
|
-
size?: number;
|
|
295
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
296
|
-
readonly ScholarshipIcon: ({ color, size, }: {
|
|
297
|
-
color?: string;
|
|
298
|
-
size?: number;
|
|
299
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
300
|
-
readonly AppsIcon: ({ size }: {
|
|
301
|
-
size?: number | undefined;
|
|
302
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
303
|
-
readonly CareerIcon: ({ size }: {
|
|
304
|
-
size?: number | undefined;
|
|
305
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
306
|
-
readonly ClogWheelIcon: ({ size }: {
|
|
307
|
-
size?: number | undefined;
|
|
308
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
309
|
-
readonly DashBoardIcon: ({ size }: {
|
|
310
|
-
size?: number | undefined;
|
|
311
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
312
|
-
readonly VisibilityIcon: ({ size, color }: any) => react_jsx_runtime.JSX.Element;
|
|
313
|
-
readonly VisibilityOffIcon: ({ size, color }: any) => react_jsx_runtime.JSX.Element;
|
|
314
|
-
readonly DownloadIcon: ({ size }: {
|
|
315
|
-
size?: number | undefined;
|
|
316
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
317
|
-
readonly HelpIcon: ({ size }: {
|
|
318
|
-
size?: number | undefined;
|
|
319
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
320
|
-
readonly HomeIcon: ({ size }: {
|
|
321
|
-
size?: number | undefined;
|
|
322
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
323
|
-
readonly LeftIcon: ({ size }: {
|
|
324
|
-
size?: number | undefined;
|
|
325
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
326
|
-
readonly ExamResultIcon: ({ size }: {
|
|
327
|
-
size?: number | undefined;
|
|
328
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
329
|
-
readonly NotificationIcon: ({ size }: {
|
|
330
|
-
size?: number | undefined;
|
|
331
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
332
|
-
readonly RightIcon: ({ size }: {
|
|
333
|
-
size?: number | undefined;
|
|
334
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
335
|
-
readonly SuccessFilledIcon: ({ backgroundColor, size, }: {
|
|
336
|
-
backgroundColor?: string;
|
|
337
|
-
size?: number;
|
|
338
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
339
|
-
readonly InfoFilledIcon: ({ backgroundColor, size, }: {
|
|
340
|
-
backgroundColor?: string;
|
|
341
|
-
size?: number;
|
|
342
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
343
|
-
readonly WarningFilledIcon: ({ size, backgroundColor, }: {
|
|
344
|
-
backgroundColor?: string;
|
|
345
|
-
size?: number;
|
|
346
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
347
|
-
readonly AlertFilledIcon: ({ size, backgroundColor, }: {
|
|
348
|
-
backgroundColor?: string;
|
|
349
|
-
size?: number;
|
|
350
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
351
|
-
readonly CrossIcon2: () => react_jsx_runtime.JSX.Element;
|
|
352
|
-
readonly ExcelIcon: ({ size }: {
|
|
353
|
-
size?: number | undefined;
|
|
354
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
355
|
-
readonly ImageIcon: ({ size }: {
|
|
356
|
-
size?: number | undefined;
|
|
357
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
358
|
-
readonly AttachmentIcon: ({ size }: {
|
|
359
|
-
size?: number | undefined;
|
|
360
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
361
|
-
readonly PdfIcon: ({ size }: {
|
|
362
|
-
size?: number | undefined;
|
|
363
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
364
|
-
readonly DocumentIcon: ({ size }: {
|
|
365
|
-
size?: number | undefined;
|
|
366
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
367
|
-
readonly ConfigureIcon: ({ size }: {
|
|
368
|
-
size?: number | undefined;
|
|
369
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
370
|
-
readonly ComfortableIcon: ({ size }: {
|
|
371
|
-
size: number;
|
|
372
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
373
|
-
readonly CompactIcon: ({ size }: {
|
|
374
|
-
size: number;
|
|
375
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
376
|
-
readonly StandardIcon: ({ size }: {
|
|
377
|
-
size: number;
|
|
378
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
379
|
-
readonly LogoutIcon: ({ hoverColor, size, }: {
|
|
380
|
-
hoverColor?: string;
|
|
381
|
-
size?: number;
|
|
382
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
383
|
-
readonly ColumnsIcon: ({ size }: {
|
|
384
|
-
size?: number | undefined;
|
|
385
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
386
|
-
readonly AccordionArrow: ({ size }: {
|
|
387
|
-
size?: number | undefined;
|
|
388
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
389
|
-
readonly TicketsIcon: ({ size }: {
|
|
390
|
-
size?: number | undefined;
|
|
391
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
392
|
-
readonly FilterIcon: ({ size }: {
|
|
393
|
-
size?: number | undefined;
|
|
394
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
395
|
-
readonly ExportIcon: ({ sx, color, size, }: {
|
|
396
|
-
sx?: any;
|
|
397
|
-
color?: string;
|
|
398
|
-
size?: number;
|
|
399
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
400
|
-
readonly ProfileIcon: ({ size }: {
|
|
401
|
-
size?: number | undefined;
|
|
402
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
403
|
-
readonly InstitutionsIcon: ({ size }: {
|
|
404
|
-
size?: number | undefined;
|
|
405
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
406
|
-
readonly ActiveDevicesIcon: ({ size }: {
|
|
407
|
-
size?: number | undefined;
|
|
408
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
409
|
-
readonly NavigationIcon: ({ size }: {
|
|
410
|
-
size?: number | undefined;
|
|
411
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
412
|
-
readonly CompletedStateIcon: ({ size }: {
|
|
413
|
-
size?: number | undefined;
|
|
414
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
415
|
-
readonly UnCheckedCheckboxIcon: ({ size }: {
|
|
416
|
-
size?: number | undefined;
|
|
417
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
418
|
-
readonly CheckedCheckboxIcon: ({ size }: {
|
|
419
|
-
size?: number | undefined;
|
|
420
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
421
|
-
readonly UnCheckedRadioIcon: ({ size }: {
|
|
422
|
-
size?: number | undefined;
|
|
423
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
424
|
-
readonly CheckedRadioIcon: ({ size }: {
|
|
425
|
-
size?: number | undefined;
|
|
426
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
427
|
-
readonly BulbIcon: ({ size }: {
|
|
428
|
-
size?: number | undefined;
|
|
429
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
430
|
-
readonly InfoIcon: ({ size }: {
|
|
431
|
-
size?: number | undefined;
|
|
432
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
433
|
-
readonly LocationIcon: ({ size }: {
|
|
434
|
-
size?: number | undefined;
|
|
435
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
436
|
-
readonly DeviceIcon: ({ size }: {
|
|
437
|
-
size?: number | undefined;
|
|
438
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
439
|
-
readonly CrossIcon: ({ size }: {
|
|
440
|
-
size?: number | undefined;
|
|
441
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
442
|
-
readonly ProductFeaturesIcon: ({ size }: {
|
|
443
|
-
size?: number | undefined;
|
|
444
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
445
|
-
readonly CampxIcon: ({ size }: {
|
|
446
|
-
size?: number | undefined;
|
|
447
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
448
|
-
readonly AdministratorIcon: ({ size }: {
|
|
449
|
-
size?: number | undefined;
|
|
450
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
451
|
-
readonly CampxFullLogoIcon: () => react_jsx_runtime.JSX.Element;
|
|
452
|
-
readonly CommutexIcon: ({ size }: {
|
|
453
|
-
size?: number | undefined;
|
|
454
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
455
|
-
readonly EnrollxIcon: ({ size }: {
|
|
456
|
-
size?: number | undefined;
|
|
457
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
458
|
-
readonly PeoplexIcon: ({ size }: {
|
|
459
|
-
size?: number | undefined;
|
|
460
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
461
|
-
readonly PayxIcon: ({ size }: {
|
|
462
|
-
size?: number | undefined;
|
|
463
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
464
|
-
readonly HostelxIcon: ({ size }: {
|
|
465
|
-
size?: number | undefined;
|
|
466
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
467
|
-
readonly ExamxIcon: ({ size }: {
|
|
468
|
-
size?: number | undefined;
|
|
469
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
470
|
-
readonly UmsIcon: ({ size }: {
|
|
471
|
-
size?: number | undefined;
|
|
472
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
473
|
-
readonly AdminIcon: ({ size }: {
|
|
474
|
-
size?: number | undefined;
|
|
475
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
476
|
-
readonly ShareIcon: ({ size }: {
|
|
477
|
-
size?: number | undefined;
|
|
478
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
479
|
-
readonly SaveIcon: ({ size }: {
|
|
480
|
-
size?: number | undefined;
|
|
481
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
482
|
-
readonly SearchIcon: ({ size, backgroundColor, }: {
|
|
483
|
-
size?: number;
|
|
484
|
-
backgroundColor?: string;
|
|
485
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
486
|
-
readonly DeleteIcon: ({ size }: {
|
|
487
|
-
size?: number | undefined;
|
|
488
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
489
|
-
readonly EditIcon: ({ size }: {
|
|
490
|
-
size?: number | undefined;
|
|
491
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
492
|
-
readonly ViewIcon: ({ size }: {
|
|
493
|
-
size?: number | undefined;
|
|
494
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
495
|
-
readonly RedirectIcon: ({ size, color, opacity, }: {
|
|
496
|
-
color?: string;
|
|
497
|
-
size?: number;
|
|
498
|
-
opacity?: string;
|
|
499
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
500
|
-
readonly AcademicsIcon: ({ sx, color, size, }: {
|
|
501
|
-
sx?: any;
|
|
502
|
-
color?: string;
|
|
503
|
-
size?: number;
|
|
504
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
505
|
-
readonly ViewsIcon: ({ size }: {
|
|
506
|
-
size?: number;
|
|
507
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
508
|
-
readonly HandoutsIcon: ({ sx, color, size, }: {
|
|
509
|
-
sx?: any;
|
|
510
|
-
color?: string;
|
|
511
|
-
size?: number;
|
|
512
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
513
|
-
readonly StudentsIcon: ({ sx, color, size, }: {
|
|
514
|
-
sx?: any;
|
|
515
|
-
color?: string;
|
|
516
|
-
size?: number;
|
|
517
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
518
|
-
readonly AssessmentsIcon: ({ sx, color, size, }: {
|
|
519
|
-
sx?: any;
|
|
520
|
-
color?: string;
|
|
521
|
-
size?: number;
|
|
522
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
523
|
-
readonly ArchiveIcon: ({ sx, color, size, }: {
|
|
524
|
-
sx?: any;
|
|
525
|
-
color?: string;
|
|
526
|
-
size?: number;
|
|
527
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
528
|
-
readonly TasksIcon: ({ sx, color, size, }: {
|
|
529
|
-
sx?: any;
|
|
530
|
-
color?: string;
|
|
531
|
-
size?: number;
|
|
532
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
533
|
-
readonly CourseInfoIcon: ({ sx, color, size, }: {
|
|
534
|
-
sx?: any;
|
|
535
|
-
color?: string;
|
|
536
|
-
size?: number;
|
|
537
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
538
|
-
readonly StatisticsIcon: ({ sx, color, size, }: {
|
|
539
|
-
sx?: any;
|
|
540
|
-
color?: string;
|
|
541
|
-
size?: number;
|
|
542
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
543
|
-
readonly CalendarIcon: ({ sx, color, size, }: {
|
|
544
|
-
sx?: any;
|
|
545
|
-
color?: string;
|
|
546
|
-
size?: number;
|
|
547
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
548
|
-
readonly AttendanceIcon: ({ sx, color, size, }: {
|
|
549
|
-
sx?: any;
|
|
550
|
-
color?: string;
|
|
551
|
-
size?: number;
|
|
552
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
553
|
-
readonly ResourcesIcon: ({ sx, color, size, }: {
|
|
554
|
-
sx?: any;
|
|
555
|
-
color?: string;
|
|
556
|
-
size?: number;
|
|
557
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
558
|
-
readonly TimeTableIcon: ({ sx, color, size, }: {
|
|
559
|
-
sx?: any;
|
|
560
|
-
color?: string;
|
|
561
|
-
size?: number;
|
|
562
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
563
|
-
readonly TimerIcon: ({ size }: {
|
|
564
|
-
size?: number | undefined;
|
|
565
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
566
|
-
readonly QuizIcon: ({ color, size }: {
|
|
567
|
-
color?: string;
|
|
568
|
-
size?: number;
|
|
569
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
570
|
-
readonly LeadsIcon: ({ size }: {
|
|
571
|
-
size?: number | undefined;
|
|
572
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
573
|
-
readonly AdmissionIcon: ({ size }: {
|
|
574
|
-
size?: number | undefined;
|
|
575
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
576
|
-
readonly CounsellorIcon: ({ size }: {
|
|
577
|
-
size?: number | undefined;
|
|
578
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
579
|
-
readonly ConcessionIcon: ({ size }: {
|
|
580
|
-
size?: number | undefined;
|
|
581
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
582
|
-
readonly ReportIcon: ({ size }: {
|
|
583
|
-
size?: number | undefined;
|
|
584
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
585
|
-
readonly CetIcon: ({ size }: {
|
|
586
|
-
size?: number | undefined;
|
|
587
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
588
|
-
readonly CertificateIcon: ({ size }: {
|
|
589
|
-
size?: number | undefined;
|
|
590
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
591
|
-
readonly HostlerIcon: ({ size }: {
|
|
592
|
-
size?: number | undefined;
|
|
593
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
594
|
-
readonly FeePaymentIcon: ({ size }: {
|
|
595
|
-
size?: number | undefined;
|
|
596
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
597
|
-
readonly TicketSystemIcon: ({ size }: {
|
|
598
|
-
size?: number | undefined;
|
|
599
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
600
|
-
readonly RegistrationIcon: ({ size }: {
|
|
601
|
-
size?: number | undefined;
|
|
602
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
603
|
-
readonly RouteIcon: ({ size }: {
|
|
604
|
-
size?: number | undefined;
|
|
605
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
606
|
-
readonly ManageUserIcon: ({ size }: {
|
|
607
|
-
size?: number | undefined;
|
|
608
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
609
|
-
readonly ImportIcon: ({ size }: {
|
|
610
|
-
size?: number | undefined;
|
|
611
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
612
|
-
readonly ExportMenuIcon: ({ size }: {
|
|
613
|
-
size?: number | undefined;
|
|
614
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
615
|
-
readonly NoticeBoardIcon: ({ size }: {
|
|
616
|
-
size?: number | undefined;
|
|
617
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
618
|
-
readonly AcademicFeesIcon: ({ size }: {
|
|
619
|
-
size?: number | undefined;
|
|
620
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
621
|
-
readonly OnlineTransactionIcon: ({ size }: {
|
|
622
|
-
size?: number | undefined;
|
|
623
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
624
|
-
readonly OpenPaymentsIcon: ({ size }: {
|
|
625
|
-
size?: number | undefined;
|
|
626
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
627
|
-
readonly TransactionCardIcon: ({ size }: {
|
|
628
|
-
size?: number | undefined;
|
|
629
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
630
|
-
readonly HamburgerMenuIcon: ({ size }: {
|
|
631
|
-
size?: number | undefined;
|
|
632
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
633
|
-
readonly ObeIcon: ({ size }: {
|
|
634
|
-
size?: number | undefined;
|
|
635
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
636
|
-
readonly SettlementsIcon: ({ color, size, }: {
|
|
637
|
-
color?: string;
|
|
638
|
-
size?: number;
|
|
639
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
640
|
-
readonly DownArrow: ({ size, disabled, onClick, }: {
|
|
641
|
-
size?: number;
|
|
642
|
-
disabled?: boolean;
|
|
643
|
-
onClick?: (e: React.MouseEvent<SVGSVGElement>) => void;
|
|
644
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
645
|
-
readonly ClearIcon: ({ size, onClick, }: {
|
|
646
|
-
size?: number;
|
|
647
|
-
onClick?: (e: React.MouseEvent) => void;
|
|
648
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
649
|
-
readonly LineDividerIcon: ({ size, height, }: {
|
|
650
|
-
size?: number;
|
|
651
|
-
height?: number;
|
|
652
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
653
|
-
readonly WorkFlowDocsIcon: ({ size }: {
|
|
654
|
-
size?: number | undefined;
|
|
655
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
656
|
-
readonly RaiseTicketIcon: ({ size }: {
|
|
657
|
-
size?: number | undefined;
|
|
658
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
659
|
-
readonly HelpDocsIcon: ({ size }: {
|
|
660
|
-
size?: number | undefined;
|
|
661
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
662
|
-
readonly FeedbackStarIcon: ({ size }: {
|
|
663
|
-
size: number;
|
|
664
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
665
|
-
readonly BookletIcon: ({ size }: {
|
|
666
|
-
size?: number | undefined;
|
|
667
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
668
|
-
readonly DFormsIcon: ({ size }: {
|
|
669
|
-
size?: number | undefined;
|
|
670
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
671
|
-
readonly ExamConfigurationIcon: ({ size }: {
|
|
672
|
-
size?: number | undefined;
|
|
673
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
674
|
-
readonly ExamDetailsIcon: ({ size }: {
|
|
675
|
-
size?: number | undefined;
|
|
676
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
677
|
-
readonly FeeConfigurationIcon: ({ size }: {
|
|
678
|
-
size?: number | undefined;
|
|
679
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
680
|
-
readonly HallTicketsIcon: ({ size }: {
|
|
681
|
-
size?: number | undefined;
|
|
682
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
683
|
-
readonly MarksIcon: ({ size }: {
|
|
684
|
-
size?: number | undefined;
|
|
685
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
686
|
-
readonly NominalSheetsIcon: ({ size }: {
|
|
687
|
-
size?: number | undefined;
|
|
688
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
689
|
-
readonly OmrsIcon: ({ size }: {
|
|
690
|
-
size?: number | undefined;
|
|
691
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
692
|
-
readonly RevaluationIcon: ({ size }: {
|
|
693
|
-
size?: number | undefined;
|
|
694
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
695
|
-
readonly ScanningIcon: ({ size }: {
|
|
696
|
-
size?: number | undefined;
|
|
697
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
698
|
-
readonly ActivitylogsIcon: ({ color, size, }: {
|
|
699
|
-
color?: string;
|
|
700
|
-
size?: number;
|
|
701
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
702
|
-
readonly CareersIcon: ({ color, size, }: {
|
|
703
|
-
color?: string;
|
|
704
|
-
size?: number;
|
|
705
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
706
|
-
readonly ClassroomsIcon: ({ color, size, }: {
|
|
707
|
-
color?: string;
|
|
708
|
-
size?: number;
|
|
709
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
710
|
-
readonly ConfigurationsIcon: ({ color, size, }: {
|
|
711
|
-
color?: string;
|
|
712
|
-
size?: number;
|
|
713
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
714
|
-
readonly FormBuilderIcon: ({ color, size, }: {
|
|
715
|
-
color?: string;
|
|
716
|
-
size?: number;
|
|
717
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
718
|
-
readonly MenteesIcon: ({ color, size, }: {
|
|
719
|
-
color?: string;
|
|
720
|
-
size?: number;
|
|
721
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
722
|
-
readonly MentorsIcon: ({ color, size, }: {
|
|
723
|
-
color?: string;
|
|
724
|
-
size?: number;
|
|
725
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
726
|
-
readonly InternalExamsIcon: ({ color, size, }: {
|
|
727
|
-
color?: string;
|
|
728
|
-
size?: number;
|
|
729
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
730
|
-
readonly BarChartIcon: ({ color, size, }: {
|
|
731
|
-
color?: string;
|
|
732
|
-
size?: number;
|
|
733
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
734
|
-
readonly StopWatchIcon: ({ color, size, }: {
|
|
735
|
-
color?: string;
|
|
736
|
-
size?: number;
|
|
737
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
738
|
-
readonly RoomsIcon: ({ color, size, }: {
|
|
739
|
-
color?: string;
|
|
740
|
-
size?: number;
|
|
741
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
742
|
-
readonly EvaluationIcon: ({ color, size, }: {
|
|
743
|
-
color?: string;
|
|
744
|
-
size?: number;
|
|
745
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
746
|
-
readonly SignaturesIcon: ({ color, size, }: {
|
|
747
|
-
color?: string;
|
|
748
|
-
size?: number;
|
|
749
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
750
|
-
readonly InvigilationIcon: ({ color, size, }: {
|
|
751
|
-
color?: string;
|
|
752
|
-
size?: number;
|
|
753
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
754
|
-
readonly DatabaseIcon: ({ color, size, }: {
|
|
755
|
-
color?: string;
|
|
756
|
-
size?: number;
|
|
757
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
758
|
-
readonly SeatingPlan: ({ color, size, }: {
|
|
759
|
-
color?: string;
|
|
760
|
-
size?: number;
|
|
761
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
762
|
-
readonly LegacyIcon: ({ color, size, }: {
|
|
763
|
-
color?: string;
|
|
764
|
-
size?: number;
|
|
765
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
204
|
+
SettlementsIcon: IconComponent;
|
|
205
|
+
ShareIcon: IconComponent;
|
|
206
|
+
SignaturesIcon: IconComponent;
|
|
207
|
+
SmsIcon: IconComponent;
|
|
208
|
+
StandardIcon: IconComponent;
|
|
209
|
+
StatisticsIcon: IconComponent;
|
|
210
|
+
StopWatchIcon: IconComponent;
|
|
211
|
+
StudentsIcon: IconComponent;
|
|
212
|
+
SuccessFilledIcon: IconComponent;
|
|
213
|
+
TasksIcon: IconComponent;
|
|
214
|
+
ThreeDotsMenuIcon: IconComponent;
|
|
215
|
+
TicketSystemIcon: IconComponent;
|
|
216
|
+
TicketsIcon: IconComponent;
|
|
217
|
+
TimeTableIcon: IconComponent;
|
|
218
|
+
TimerIcon: IconComponent;
|
|
219
|
+
TransactionCardIcon: IconComponent;
|
|
220
|
+
UmsIcon: IconComponent;
|
|
221
|
+
UnCheckedCheckboxIcon: IconComponent;
|
|
222
|
+
UnCheckedRadioIcon: IconComponent;
|
|
223
|
+
ViewIcon: IconComponent;
|
|
224
|
+
ViewsIcon: IconComponent;
|
|
225
|
+
VisibilityIcon: IconComponent;
|
|
226
|
+
VisibilityOffIcon: IconComponent;
|
|
227
|
+
WarningFilledIcon: IconComponent;
|
|
228
|
+
WhatsappIcon: IconComponent;
|
|
229
|
+
WorkFlowDocsIcon: IconComponent;
|
|
766
230
|
};
|
|
231
|
+
declare const Icons: IconsType;
|
|
767
232
|
|
|
768
233
|
type CartesianGridProps = {
|
|
769
234
|
showCartesianGrid: boolean;
|
|
@@ -1175,6 +640,7 @@ interface FormActionsProps {
|
|
|
1175
640
|
stackProps?: StackProps;
|
|
1176
641
|
showTopBorder?: boolean;
|
|
1177
642
|
}
|
|
643
|
+
declare const FormActions: ({ submitButtonProps, cancelButtonProps, stackProps, showTopBorder, }: FormActionsProps) => react_jsx_runtime.JSX.Element;
|
|
1178
644
|
|
|
1179
645
|
interface FormControlWrapperProps<T extends FieldValues = FieldValues> {
|
|
1180
646
|
control: Control<T>;
|
|
@@ -1342,6 +808,11 @@ type TimePickerProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStr
|
|
|
1342
808
|
} & TimePickerProps$1<TEnableAccessibleFieldDOMStructure>;
|
|
1343
809
|
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;
|
|
1344
810
|
|
|
811
|
+
interface OtpInputProps {
|
|
812
|
+
length: number;
|
|
813
|
+
onChangeOtp: (otp: string) => void;
|
|
814
|
+
}
|
|
815
|
+
|
|
1345
816
|
type AppHeaderProps = {
|
|
1346
817
|
actions?: ReactNode[];
|
|
1347
818
|
profileActions?: ReactNode[];
|
|
@@ -1641,5 +1112,5 @@ declare const splitBreadcrumbIdSlug: (param: string) => {
|
|
|
1641
1112
|
declare const isLocal: boolean;
|
|
1642
1113
|
declare const isDevelopment: boolean;
|
|
1643
1114
|
|
|
1644
|
-
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, 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 };
|
|
1645
|
-
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 };
|
|
1115
|
+
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 };
|
|
1116
|
+
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 };
|