@undefine-ui/design-system 3.13.2 → 3.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.cjs +1069 -752
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -2
- package/dist/index.d.ts +17 -2
- package/dist/index.js +1069 -752
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1210,6 +1210,8 @@ declare const Bank: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1210
1210
|
|
|
1211
1211
|
declare const Plus: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1212
1212
|
|
|
1213
|
+
declare const Post: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1214
|
+
|
|
1213
1215
|
declare const Minus: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1214
1216
|
|
|
1215
1217
|
declare const Trash: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1258,6 +1260,8 @@ declare const ModernTv: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1258
1260
|
|
|
1259
1261
|
declare const SendMail: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1260
1262
|
|
|
1263
|
+
declare const HomeUser: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1264
|
+
|
|
1261
1265
|
declare const ArrowLeft: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1262
1266
|
|
|
1263
1267
|
declare const FileAudio: react.ForwardRefExoticComponent<Omit<SvgIconProps$1, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
@@ -1272,6 +1276,8 @@ declare const UserSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1272
1276
|
|
|
1273
1277
|
declare const MegaPhone: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1274
1278
|
|
|
1279
|
+
declare const Community: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1280
|
+
|
|
1275
1281
|
declare const FilterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1276
1282
|
|
|
1277
1283
|
declare const ErrorToast: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1342,6 +1348,8 @@ declare const LongArrowUpLeftSolid: (props: SvgIconProps) => react_jsx_runtime.J
|
|
|
1342
1348
|
|
|
1343
1349
|
declare const CheckboxIndeterminate: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1344
1350
|
|
|
1351
|
+
declare const HomeAltSlimHorizontal: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1352
|
+
|
|
1345
1353
|
declare const ChatBubbleQuestionSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1346
1354
|
|
|
1347
1355
|
declare const Icons_ArrowLeft: typeof ArrowLeft;
|
|
@@ -1361,6 +1369,7 @@ declare const Icons_Circle: typeof Circle;
|
|
|
1361
1369
|
declare const Icons_ClipboardCheck: typeof ClipboardCheck;
|
|
1362
1370
|
declare const Icons_Clock: typeof Clock;
|
|
1363
1371
|
declare const Icons_CloudUpload: typeof CloudUpload;
|
|
1372
|
+
declare const Icons_Community: typeof Community;
|
|
1364
1373
|
declare const Icons_Copy: typeof Copy;
|
|
1365
1374
|
declare const Icons_Download: typeof Download;
|
|
1366
1375
|
declare const Icons_Edit: typeof Edit;
|
|
@@ -1376,6 +1385,8 @@ declare const Icons_FileVideo: typeof FileVideo;
|
|
|
1376
1385
|
declare const Icons_FilterList: typeof FilterList;
|
|
1377
1386
|
declare const Icons_GraphUp: typeof GraphUp;
|
|
1378
1387
|
declare const Icons_HelpCircle: typeof HelpCircle;
|
|
1388
|
+
declare const Icons_HomeAltSlimHorizontal: typeof HomeAltSlimHorizontal;
|
|
1389
|
+
declare const Icons_HomeUser: typeof HomeUser;
|
|
1379
1390
|
declare const Icons_InfoCircle: typeof InfoCircle;
|
|
1380
1391
|
declare const Icons_InfoCircleSolid: typeof InfoCircleSolid;
|
|
1381
1392
|
declare const Icons_InfoToast: typeof InfoToast;
|
|
@@ -1395,6 +1406,7 @@ declare const Icons_NavArrowRight: typeof NavArrowRight;
|
|
|
1395
1406
|
declare const Icons_PCCheck: typeof PCCheck;
|
|
1396
1407
|
declare const Icons_Plus: typeof Plus;
|
|
1397
1408
|
declare const Icons_PlusSquare: typeof PlusSquare;
|
|
1409
|
+
declare const Icons_Post: typeof Post;
|
|
1398
1410
|
declare const Icons_RadioDefault: typeof RadioDefault;
|
|
1399
1411
|
declare const Icons_RadioSelect: typeof RadioSelect;
|
|
1400
1412
|
declare const Icons_RefreshDouble: typeof RefreshDouble;
|
|
@@ -1418,7 +1430,7 @@ declare const Icons_XMarkSolid: typeof XMarkSolid;
|
|
|
1418
1430
|
declare const Icons_ZoomIn: typeof ZoomIn;
|
|
1419
1431
|
declare const Icons_ZoomOut: typeof ZoomOut;
|
|
1420
1432
|
declare namespace Icons {
|
|
1421
|
-
export { Icons_ArrowLeft as ArrowLeft, Icons_ArrowUpCircleSolid as ArrowUpCircleSolid, Icons_Attachment as Attachment, Icons_BadgeCheck as BadgeCheck, Icons_Bank as Bank, Icons_BellNotification as BellNotification, Icons_Building as Building, Icons_Calendar as Calendar, Icons_ChatBubbleQuestionSolid as ChatBubbleQuestionSolid, Icons_CheckCircleSolid as CheckCircleSolid, Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_Circle as Circle, Icons_ClipboardCheck as ClipboardCheck, Icons_Clock as Clock, Icons_CloudUpload as CloudUpload, Icons_Copy as Copy, Icons_Download as Download, Icons_Edit as Edit, Icons_ErrorToast as ErrorToast, Icons_ExpandLines as ExpandLines, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_FileAudio as FileAudio, Icons_FileDocument as FileDocument, Icons_FileGeneric as FileGeneric, Icons_FilePdf as FilePdf, Icons_FileVideo as FileVideo, Icons_FilterList as FilterList, Icons_GraphUp as GraphUp, Icons_HelpCircle as HelpCircle, Icons_InfoCircle as InfoCircle, Icons_InfoCircleSolid as InfoCircleSolid, Icons_InfoToast as InfoToast, Icons_KeyCommand as KeyCommand, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_MapPin as MapPin, Icons_MapPinXMark as MapPinXMark, Icons_MegaPhone as MegaPhone, Icons_Minus as Minus, Icons_ModernTv as ModernTv, Icons_MoreHorizontal as MoreHorizontal, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowDownSolid as NavArrowDownSolid, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_PCCheck as PCCheck, Icons_Plus as Plus, Icons_PlusSquare as PlusSquare, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_RefreshDouble as RefreshDouble, Icons_Repeat as Repeat, Icons_Search as Search, Icons_SendDiagonal as SendDiagonal, Icons_SendMail as SendMail, Icons_Settings as Settings, Icons_SimpleCart as SimpleCart, Icons_SortDown as SortDown, Icons_SortUp as SortUp, Icons_StatDown as StatDown, Icons_StatUp as StatUp, Icons_SuccessToast as SuccessToast, Icons_Trash as Trash, Icons_User as User, Icons_UserSolid as UserSolid, Icons_WarningToast as WarningToast, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid, Icons_ZoomIn as ZoomIn, Icons_ZoomOut as ZoomOut };
|
|
1433
|
+
export { Icons_ArrowLeft as ArrowLeft, Icons_ArrowUpCircleSolid as ArrowUpCircleSolid, Icons_Attachment as Attachment, Icons_BadgeCheck as BadgeCheck, Icons_Bank as Bank, Icons_BellNotification as BellNotification, Icons_Building as Building, Icons_Calendar as Calendar, Icons_ChatBubbleQuestionSolid as ChatBubbleQuestionSolid, Icons_CheckCircleSolid as CheckCircleSolid, Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_Circle as Circle, Icons_ClipboardCheck as ClipboardCheck, Icons_Clock as Clock, Icons_CloudUpload as CloudUpload, Icons_Community as Community, Icons_Copy as Copy, Icons_Download as Download, Icons_Edit as Edit, Icons_ErrorToast as ErrorToast, Icons_ExpandLines as ExpandLines, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_FileAudio as FileAudio, Icons_FileDocument as FileDocument, Icons_FileGeneric as FileGeneric, Icons_FilePdf as FilePdf, Icons_FileVideo as FileVideo, Icons_FilterList as FilterList, Icons_GraphUp as GraphUp, Icons_HelpCircle as HelpCircle, Icons_HomeAltSlimHorizontal as HomeAltSlimHorizontal, Icons_HomeUser as HomeUser, Icons_InfoCircle as InfoCircle, Icons_InfoCircleSolid as InfoCircleSolid, Icons_InfoToast as InfoToast, Icons_KeyCommand as KeyCommand, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_MapPin as MapPin, Icons_MapPinXMark as MapPinXMark, Icons_MegaPhone as MegaPhone, Icons_Minus as Minus, Icons_ModernTv as ModernTv, Icons_MoreHorizontal as MoreHorizontal, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowDownSolid as NavArrowDownSolid, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_PCCheck as PCCheck, Icons_Plus as Plus, Icons_PlusSquare as PlusSquare, Icons_Post as Post, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_RefreshDouble as RefreshDouble, Icons_Repeat as Repeat, Icons_Search as Search, Icons_SendDiagonal as SendDiagonal, Icons_SendMail as SendMail, Icons_Settings as Settings, Icons_SimpleCart as SimpleCart, Icons_SortDown as SortDown, Icons_SortUp as SortUp, Icons_StatDown as StatDown, Icons_StatUp as StatUp, Icons_SuccessToast as SuccessToast, Icons_Trash as Trash, Icons_User as User, Icons_UserSolid as UserSolid, Icons_WarningToast as WarningToast, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid, Icons_ZoomIn as ZoomIn, Icons_ZoomOut as ZoomOut };
|
|
1422
1434
|
}
|
|
1423
1435
|
|
|
1424
1436
|
type IconType = keyof typeof Icons;
|
|
@@ -1428,6 +1440,9 @@ type IconProps = BoxProps & {
|
|
|
1428
1440
|
};
|
|
1429
1441
|
declare const Icon: ({ icon, className, ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1430
1442
|
|
|
1443
|
+
declare const iconNames: ("FilePdf" | "FileAudio" | "FileVideo" | "FileGeneric" | "FileDocument" | "Eye" | "Copy" | "Edit" | "User" | "Bank" | "Plus" | "Post" | "Minus" | "Trash" | "XMark" | "Clock" | "Loader" | "MapPin" | "SortUp" | "Search" | "Circle" | "StatUp" | "ZoomIn" | "Repeat" | "ZoomOut" | "GraphUp" | "PCCheck" | "SortDown" | "Calendar" | "Settings" | "Download" | "StatDown" | "Building" | "ModernTv" | "SendMail" | "HomeUser" | "ArrowLeft" | "InfoToast" | "EyeClosed" | "UserSolid" | "MegaPhone" | "Community" | "FilterList" | "ErrorToast" | "KeyCommand" | "XMarkSolid" | "SimpleCart" | "Attachment" | "HelpCircle" | "PlusSquare" | "InfoCircle" | "BadgeCheck" | "CloudUpload" | "RadioSelect" | "MapPinXMark" | "ExpandLines" | "SuccessToast" | "WarningToast" | "RadioDefault" | "NavArrowDown" | "NavArrowLeft" | "SendDiagonal" | "NavArrowRight" | "RefreshDouble" | "MoreHorizontal" | "ClipboardCheck" | "CheckboxSelect" | "InfoCircleSolid" | "CheckboxDefault" | "CheckCircleSolid" | "BellNotification" | "NavArrowDownSolid" | "ArrowUpCircleSolid" | "LongArrowUpLeftSolid" | "CheckboxIndeterminate" | "HomeAltSlimHorizontal" | "ChatBubbleQuestionSolid")[];
|
|
1444
|
+
declare const iconCategories: Record<string, IconType[]>;
|
|
1445
|
+
|
|
1431
1446
|
declare const iconClasses: {
|
|
1432
1447
|
root: string;
|
|
1433
1448
|
};
|
|
@@ -3104,4 +3119,4 @@ type ThemeProviderProps = {
|
|
|
3104
3119
|
};
|
|
3105
3120
|
declare const ThemeProvider: ({ children }: ThemeProviderProps) => react_jsx_runtime.JSX.Element;
|
|
3106
3121
|
|
|
3107
|
-
export { type AddressComponent, AnimatedLogo, ArrowLeft, ArrowUpCircleSolid, Attachment, BadgeCheck, Bank, BellNotification, Building, Calendar, ChatBubbleQuestionSolid, CheckCircleSolid, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, Circle, ClipboardCheck, Clock, CloudUpload, type ColorSchema, type Coordinates, Copy, CopyButton, CustomDialog, type CustomDialogProps, CustomDrawer, type CustomDrawerProps, CustomFormLabel, type CustomFormLabelProps, type CustomShadowOptions, type CustomSpacingOptions, type DatePickerProps, type DatePreset, type DatePresetOption, type DateRange, DateRangeDropdown, type DateRangeDropdownProps, DateRangePicker, type DateRangePickerProps, type DateTimePickerProps, DetailItem, Download, Edit, EmptyContent, type EmptyContentProps, ErrorToast, ExpandLines, Eye, EyeClosed, FeedbackDialog, type FeedbackDialogProps, type FeedbackDialogSlotProps, Field, FileAudio, type FileCategory, FileDocument, FileGeneric, FilePdf, FilePreview, FileVideo, FilterDropdown, type FilterDropdownProps, FilterList, Form, GooglePlacesAutocomplete, type GooglePlacesAutocompleteProps, type GooglePlacesContextValue, GooglePlacesProvider, type GooglePlacesProviderProps, GraphUp, HelpCircle, Icon, type IconProps, type IconType, Image, type ImageProps, type ImageStatus, InfoCircle, InfoCircleSolid, InfoToast, KeyCommand, Lightbox, LightboxImage, type LightboxImageProps, LightboxNavigation, type LightboxNavigationProps, type LightboxProps, type LightboxSlide, LightboxThumbnails, type LightboxThumbnailsProps, LightboxToolbar, type LightboxToolbarProps, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, type MainTextMatchedSubstrings, MapPin, MapPinXMark, MegaPhone, Minus, ModernTv, MoreHorizontal, NavArrowDown, NavArrowDownSolid, NavArrowLeft, NavArrowRight, OTPInput, type OTPInputProps, PCCheck, type ParsedAddress, type PlaceDetails, type PlaceType, Plus, PlusSquare, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFDatePicker, type RHFDatePickerProps, RHFDateRangePicker, type RHFDateRangePickerProps, RHFDateTimePicker, type RHFDateTimePickerProps, RHFGooglePlacesAutocomplete, type RHFGooglePlacesAutocompleteProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFOTPInput, type RHFOTPInputProps, RHFRadioGroup, type RHFRadioGroupProps, RHFSelect, type RHFSelectOption, type RHFSelectProps, RHFSwitch, RHFTextField, RHFTimePicker, type RHFTimePickerProps, RHFToggleButton, type RHFToggleButtonOption, type RHFToggleButtonProps, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, RefreshDouble, Repeat, STORAGE_KEY, Search, SendDiagonal, SendMail, Settings, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SimpleCart, type SortDirection, SortDown, SortDropdown, type SortDropdownProps, type SortOption, SortUp, SplashScreen, StatDown, StatUp, type StructuredFormatting, SuccessToast, Table, TablePagination, ThemeProvider, type TimePickerProps, Toast, ToolbarButton, type ToolbarButtonProps, ToolbarDatePickerButton, type ToolbarDatePickerButtonProps, ToolbarFilterButton, type ToolbarFilterButtonProps, ToolbarSearchField, type ToolbarSearchFieldProps, ToolbarSelectionButton, type ToolbarSelectionButtonProps, ToolbarSettingsButton, type ToolbarSettingsButtonProps, ToolbarSortButton, type ToolbarSortButtonProps, ToolbarTodayButton, type ToolbarTodayButtonProps, ToolbarViewSwitcher, type ToolbarViewSwitcherProps, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseGooglePlacesAutocompleteOptions, type UseGooglePlacesAutocompleteReturn, type UseLightboxReturn, type UseSetStateReturnType, User, UserSolid, type ViewOption, WarningToast, XMark, XMarkSolid, ZoomIn, ZoomOut, action, apexChartsStyles, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultPresets, defaultSettings, dialogClasses, drawerClasses, endOfDayTimestamp, error, fCurrency, fData, fDate, fDateRangeShortLabel, fDateTime, fIsAfter, fIsBetween, fIsSame, fNumber, fPercent, fShortenNumber, fTime, fTimestamp, fToNow, feedbackDialogClasses, fileData, fileNameByUrl, fileTypeByUrl, formatFullname, getCurrencySymbol, getDateRangeFromPreset, getDefaultChartOptions, getFileCategory, getInitColorSchemeScript, getInitials, getMimeFromExtension, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconClasses, info, isEqual, lightPalette, lightboxClasses, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, parseAddressComponents, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, splitFullname, startOfDayTimestamp, stylesMode, success, surface, tertiaryFont, text, textGradient, toolbarClasses, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useCountdownDate, useCountdownSeconds, useEventListener, useGooglePlacesAutocomplete, useGooglePlacesContext, useGooglePlacesLoaded, useLightbox, useLocalStorage, usePopover, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|
|
3122
|
+
export { type AddressComponent, AnimatedLogo, ArrowLeft, ArrowUpCircleSolid, Attachment, BadgeCheck, Bank, BellNotification, Building, Calendar, ChatBubbleQuestionSolid, CheckCircleSolid, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, Circle, ClipboardCheck, Clock, CloudUpload, type ColorSchema, Community, type Coordinates, Copy, CopyButton, CustomDialog, type CustomDialogProps, CustomDrawer, type CustomDrawerProps, CustomFormLabel, type CustomFormLabelProps, type CustomShadowOptions, type CustomSpacingOptions, type DatePickerProps, type DatePreset, type DatePresetOption, type DateRange, DateRangeDropdown, type DateRangeDropdownProps, DateRangePicker, type DateRangePickerProps, type DateTimePickerProps, DetailItem, Download, Edit, EmptyContent, type EmptyContentProps, ErrorToast, ExpandLines, Eye, EyeClosed, FeedbackDialog, type FeedbackDialogProps, type FeedbackDialogSlotProps, Field, FileAudio, type FileCategory, FileDocument, FileGeneric, FilePdf, FilePreview, FileVideo, FilterDropdown, type FilterDropdownProps, FilterList, Form, GooglePlacesAutocomplete, type GooglePlacesAutocompleteProps, type GooglePlacesContextValue, GooglePlacesProvider, type GooglePlacesProviderProps, GraphUp, HelpCircle, HomeAltSlimHorizontal, HomeUser, Icon, type IconProps, type IconType, Image, type ImageProps, type ImageStatus, InfoCircle, InfoCircleSolid, InfoToast, KeyCommand, Lightbox, LightboxImage, type LightboxImageProps, LightboxNavigation, type LightboxNavigationProps, type LightboxProps, type LightboxSlide, LightboxThumbnails, type LightboxThumbnailsProps, LightboxToolbar, type LightboxToolbarProps, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, type MainTextMatchedSubstrings, MapPin, MapPinXMark, MegaPhone, Minus, ModernTv, MoreHorizontal, NavArrowDown, NavArrowDownSolid, NavArrowLeft, NavArrowRight, OTPInput, type OTPInputProps, PCCheck, type ParsedAddress, type PlaceDetails, type PlaceType, Plus, PlusSquare, Post, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFDatePicker, type RHFDatePickerProps, RHFDateRangePicker, type RHFDateRangePickerProps, RHFDateTimePicker, type RHFDateTimePickerProps, RHFGooglePlacesAutocomplete, type RHFGooglePlacesAutocompleteProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFOTPInput, type RHFOTPInputProps, RHFRadioGroup, type RHFRadioGroupProps, RHFSelect, type RHFSelectOption, type RHFSelectProps, RHFSwitch, RHFTextField, RHFTimePicker, type RHFTimePickerProps, RHFToggleButton, type RHFToggleButtonOption, type RHFToggleButtonProps, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, RefreshDouble, Repeat, STORAGE_KEY, Search, SendDiagonal, SendMail, Settings, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SimpleCart, type SortDirection, SortDown, SortDropdown, type SortDropdownProps, type SortOption, SortUp, SplashScreen, StatDown, StatUp, type StructuredFormatting, SuccessToast, Table, TablePagination, ThemeProvider, type TimePickerProps, Toast, ToolbarButton, type ToolbarButtonProps, ToolbarDatePickerButton, type ToolbarDatePickerButtonProps, ToolbarFilterButton, type ToolbarFilterButtonProps, ToolbarSearchField, type ToolbarSearchFieldProps, ToolbarSelectionButton, type ToolbarSelectionButtonProps, ToolbarSettingsButton, type ToolbarSettingsButtonProps, ToolbarSortButton, type ToolbarSortButtonProps, ToolbarTodayButton, type ToolbarTodayButtonProps, ToolbarViewSwitcher, type ToolbarViewSwitcherProps, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseGooglePlacesAutocompleteOptions, type UseGooglePlacesAutocompleteReturn, type UseLightboxReturn, type UseSetStateReturnType, User, UserSolid, type ViewOption, WarningToast, XMark, XMarkSolid, ZoomIn, ZoomOut, action, apexChartsStyles, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultPresets, defaultSettings, dialogClasses, drawerClasses, endOfDayTimestamp, error, fCurrency, fData, fDate, fDateRangeShortLabel, fDateTime, fIsAfter, fIsBetween, fIsSame, fNumber, fPercent, fShortenNumber, fTime, fTimestamp, fToNow, feedbackDialogClasses, fileData, fileNameByUrl, fileTypeByUrl, formatFullname, getCurrencySymbol, getDateRangeFromPreset, getDefaultChartOptions, getFileCategory, getInitColorSchemeScript, getInitials, getMimeFromExtension, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconCategories, iconClasses, iconNames, info, isEqual, lightPalette, lightboxClasses, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, parseAddressComponents, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, splitFullname, startOfDayTimestamp, stylesMode, success, surface, tertiaryFont, text, textGradient, toolbarClasses, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useCountdownDate, useCountdownSeconds, useEventListener, useGooglePlacesAutocomplete, useGooglePlacesContext, useGooglePlacesLoaded, useLightbox, useLocalStorage, usePopover, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|
package/dist/index.d.ts
CHANGED
|
@@ -1210,6 +1210,8 @@ declare const Bank: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1210
1210
|
|
|
1211
1211
|
declare const Plus: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1212
1212
|
|
|
1213
|
+
declare const Post: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1214
|
+
|
|
1213
1215
|
declare const Minus: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1214
1216
|
|
|
1215
1217
|
declare const Trash: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1258,6 +1260,8 @@ declare const ModernTv: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1258
1260
|
|
|
1259
1261
|
declare const SendMail: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1260
1262
|
|
|
1263
|
+
declare const HomeUser: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1264
|
+
|
|
1261
1265
|
declare const ArrowLeft: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1262
1266
|
|
|
1263
1267
|
declare const FileAudio: react.ForwardRefExoticComponent<Omit<SvgIconProps$1, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
@@ -1272,6 +1276,8 @@ declare const UserSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1272
1276
|
|
|
1273
1277
|
declare const MegaPhone: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1274
1278
|
|
|
1279
|
+
declare const Community: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1280
|
+
|
|
1275
1281
|
declare const FilterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1276
1282
|
|
|
1277
1283
|
declare const ErrorToast: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1342,6 +1348,8 @@ declare const LongArrowUpLeftSolid: (props: SvgIconProps) => react_jsx_runtime.J
|
|
|
1342
1348
|
|
|
1343
1349
|
declare const CheckboxIndeterminate: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1344
1350
|
|
|
1351
|
+
declare const HomeAltSlimHorizontal: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1352
|
+
|
|
1345
1353
|
declare const ChatBubbleQuestionSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1346
1354
|
|
|
1347
1355
|
declare const Icons_ArrowLeft: typeof ArrowLeft;
|
|
@@ -1361,6 +1369,7 @@ declare const Icons_Circle: typeof Circle;
|
|
|
1361
1369
|
declare const Icons_ClipboardCheck: typeof ClipboardCheck;
|
|
1362
1370
|
declare const Icons_Clock: typeof Clock;
|
|
1363
1371
|
declare const Icons_CloudUpload: typeof CloudUpload;
|
|
1372
|
+
declare const Icons_Community: typeof Community;
|
|
1364
1373
|
declare const Icons_Copy: typeof Copy;
|
|
1365
1374
|
declare const Icons_Download: typeof Download;
|
|
1366
1375
|
declare const Icons_Edit: typeof Edit;
|
|
@@ -1376,6 +1385,8 @@ declare const Icons_FileVideo: typeof FileVideo;
|
|
|
1376
1385
|
declare const Icons_FilterList: typeof FilterList;
|
|
1377
1386
|
declare const Icons_GraphUp: typeof GraphUp;
|
|
1378
1387
|
declare const Icons_HelpCircle: typeof HelpCircle;
|
|
1388
|
+
declare const Icons_HomeAltSlimHorizontal: typeof HomeAltSlimHorizontal;
|
|
1389
|
+
declare const Icons_HomeUser: typeof HomeUser;
|
|
1379
1390
|
declare const Icons_InfoCircle: typeof InfoCircle;
|
|
1380
1391
|
declare const Icons_InfoCircleSolid: typeof InfoCircleSolid;
|
|
1381
1392
|
declare const Icons_InfoToast: typeof InfoToast;
|
|
@@ -1395,6 +1406,7 @@ declare const Icons_NavArrowRight: typeof NavArrowRight;
|
|
|
1395
1406
|
declare const Icons_PCCheck: typeof PCCheck;
|
|
1396
1407
|
declare const Icons_Plus: typeof Plus;
|
|
1397
1408
|
declare const Icons_PlusSquare: typeof PlusSquare;
|
|
1409
|
+
declare const Icons_Post: typeof Post;
|
|
1398
1410
|
declare const Icons_RadioDefault: typeof RadioDefault;
|
|
1399
1411
|
declare const Icons_RadioSelect: typeof RadioSelect;
|
|
1400
1412
|
declare const Icons_RefreshDouble: typeof RefreshDouble;
|
|
@@ -1418,7 +1430,7 @@ declare const Icons_XMarkSolid: typeof XMarkSolid;
|
|
|
1418
1430
|
declare const Icons_ZoomIn: typeof ZoomIn;
|
|
1419
1431
|
declare const Icons_ZoomOut: typeof ZoomOut;
|
|
1420
1432
|
declare namespace Icons {
|
|
1421
|
-
export { Icons_ArrowLeft as ArrowLeft, Icons_ArrowUpCircleSolid as ArrowUpCircleSolid, Icons_Attachment as Attachment, Icons_BadgeCheck as BadgeCheck, Icons_Bank as Bank, Icons_BellNotification as BellNotification, Icons_Building as Building, Icons_Calendar as Calendar, Icons_ChatBubbleQuestionSolid as ChatBubbleQuestionSolid, Icons_CheckCircleSolid as CheckCircleSolid, Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_Circle as Circle, Icons_ClipboardCheck as ClipboardCheck, Icons_Clock as Clock, Icons_CloudUpload as CloudUpload, Icons_Copy as Copy, Icons_Download as Download, Icons_Edit as Edit, Icons_ErrorToast as ErrorToast, Icons_ExpandLines as ExpandLines, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_FileAudio as FileAudio, Icons_FileDocument as FileDocument, Icons_FileGeneric as FileGeneric, Icons_FilePdf as FilePdf, Icons_FileVideo as FileVideo, Icons_FilterList as FilterList, Icons_GraphUp as GraphUp, Icons_HelpCircle as HelpCircle, Icons_InfoCircle as InfoCircle, Icons_InfoCircleSolid as InfoCircleSolid, Icons_InfoToast as InfoToast, Icons_KeyCommand as KeyCommand, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_MapPin as MapPin, Icons_MapPinXMark as MapPinXMark, Icons_MegaPhone as MegaPhone, Icons_Minus as Minus, Icons_ModernTv as ModernTv, Icons_MoreHorizontal as MoreHorizontal, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowDownSolid as NavArrowDownSolid, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_PCCheck as PCCheck, Icons_Plus as Plus, Icons_PlusSquare as PlusSquare, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_RefreshDouble as RefreshDouble, Icons_Repeat as Repeat, Icons_Search as Search, Icons_SendDiagonal as SendDiagonal, Icons_SendMail as SendMail, Icons_Settings as Settings, Icons_SimpleCart as SimpleCart, Icons_SortDown as SortDown, Icons_SortUp as SortUp, Icons_StatDown as StatDown, Icons_StatUp as StatUp, Icons_SuccessToast as SuccessToast, Icons_Trash as Trash, Icons_User as User, Icons_UserSolid as UserSolid, Icons_WarningToast as WarningToast, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid, Icons_ZoomIn as ZoomIn, Icons_ZoomOut as ZoomOut };
|
|
1433
|
+
export { Icons_ArrowLeft as ArrowLeft, Icons_ArrowUpCircleSolid as ArrowUpCircleSolid, Icons_Attachment as Attachment, Icons_BadgeCheck as BadgeCheck, Icons_Bank as Bank, Icons_BellNotification as BellNotification, Icons_Building as Building, Icons_Calendar as Calendar, Icons_ChatBubbleQuestionSolid as ChatBubbleQuestionSolid, Icons_CheckCircleSolid as CheckCircleSolid, Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_Circle as Circle, Icons_ClipboardCheck as ClipboardCheck, Icons_Clock as Clock, Icons_CloudUpload as CloudUpload, Icons_Community as Community, Icons_Copy as Copy, Icons_Download as Download, Icons_Edit as Edit, Icons_ErrorToast as ErrorToast, Icons_ExpandLines as ExpandLines, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_FileAudio as FileAudio, Icons_FileDocument as FileDocument, Icons_FileGeneric as FileGeneric, Icons_FilePdf as FilePdf, Icons_FileVideo as FileVideo, Icons_FilterList as FilterList, Icons_GraphUp as GraphUp, Icons_HelpCircle as HelpCircle, Icons_HomeAltSlimHorizontal as HomeAltSlimHorizontal, Icons_HomeUser as HomeUser, Icons_InfoCircle as InfoCircle, Icons_InfoCircleSolid as InfoCircleSolid, Icons_InfoToast as InfoToast, Icons_KeyCommand as KeyCommand, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_MapPin as MapPin, Icons_MapPinXMark as MapPinXMark, Icons_MegaPhone as MegaPhone, Icons_Minus as Minus, Icons_ModernTv as ModernTv, Icons_MoreHorizontal as MoreHorizontal, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowDownSolid as NavArrowDownSolid, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_PCCheck as PCCheck, Icons_Plus as Plus, Icons_PlusSquare as PlusSquare, Icons_Post as Post, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_RefreshDouble as RefreshDouble, Icons_Repeat as Repeat, Icons_Search as Search, Icons_SendDiagonal as SendDiagonal, Icons_SendMail as SendMail, Icons_Settings as Settings, Icons_SimpleCart as SimpleCart, Icons_SortDown as SortDown, Icons_SortUp as SortUp, Icons_StatDown as StatDown, Icons_StatUp as StatUp, Icons_SuccessToast as SuccessToast, Icons_Trash as Trash, Icons_User as User, Icons_UserSolid as UserSolid, Icons_WarningToast as WarningToast, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid, Icons_ZoomIn as ZoomIn, Icons_ZoomOut as ZoomOut };
|
|
1422
1434
|
}
|
|
1423
1435
|
|
|
1424
1436
|
type IconType = keyof typeof Icons;
|
|
@@ -1428,6 +1440,9 @@ type IconProps = BoxProps & {
|
|
|
1428
1440
|
};
|
|
1429
1441
|
declare const Icon: ({ icon, className, ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1430
1442
|
|
|
1443
|
+
declare const iconNames: ("FilePdf" | "FileAudio" | "FileVideo" | "FileGeneric" | "FileDocument" | "Eye" | "Copy" | "Edit" | "User" | "Bank" | "Plus" | "Post" | "Minus" | "Trash" | "XMark" | "Clock" | "Loader" | "MapPin" | "SortUp" | "Search" | "Circle" | "StatUp" | "ZoomIn" | "Repeat" | "ZoomOut" | "GraphUp" | "PCCheck" | "SortDown" | "Calendar" | "Settings" | "Download" | "StatDown" | "Building" | "ModernTv" | "SendMail" | "HomeUser" | "ArrowLeft" | "InfoToast" | "EyeClosed" | "UserSolid" | "MegaPhone" | "Community" | "FilterList" | "ErrorToast" | "KeyCommand" | "XMarkSolid" | "SimpleCart" | "Attachment" | "HelpCircle" | "PlusSquare" | "InfoCircle" | "BadgeCheck" | "CloudUpload" | "RadioSelect" | "MapPinXMark" | "ExpandLines" | "SuccessToast" | "WarningToast" | "RadioDefault" | "NavArrowDown" | "NavArrowLeft" | "SendDiagonal" | "NavArrowRight" | "RefreshDouble" | "MoreHorizontal" | "ClipboardCheck" | "CheckboxSelect" | "InfoCircleSolid" | "CheckboxDefault" | "CheckCircleSolid" | "BellNotification" | "NavArrowDownSolid" | "ArrowUpCircleSolid" | "LongArrowUpLeftSolid" | "CheckboxIndeterminate" | "HomeAltSlimHorizontal" | "ChatBubbleQuestionSolid")[];
|
|
1444
|
+
declare const iconCategories: Record<string, IconType[]>;
|
|
1445
|
+
|
|
1431
1446
|
declare const iconClasses: {
|
|
1432
1447
|
root: string;
|
|
1433
1448
|
};
|
|
@@ -3104,4 +3119,4 @@ type ThemeProviderProps = {
|
|
|
3104
3119
|
};
|
|
3105
3120
|
declare const ThemeProvider: ({ children }: ThemeProviderProps) => react_jsx_runtime.JSX.Element;
|
|
3106
3121
|
|
|
3107
|
-
export { type AddressComponent, AnimatedLogo, ArrowLeft, ArrowUpCircleSolid, Attachment, BadgeCheck, Bank, BellNotification, Building, Calendar, ChatBubbleQuestionSolid, CheckCircleSolid, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, Circle, ClipboardCheck, Clock, CloudUpload, type ColorSchema, type Coordinates, Copy, CopyButton, CustomDialog, type CustomDialogProps, CustomDrawer, type CustomDrawerProps, CustomFormLabel, type CustomFormLabelProps, type CustomShadowOptions, type CustomSpacingOptions, type DatePickerProps, type DatePreset, type DatePresetOption, type DateRange, DateRangeDropdown, type DateRangeDropdownProps, DateRangePicker, type DateRangePickerProps, type DateTimePickerProps, DetailItem, Download, Edit, EmptyContent, type EmptyContentProps, ErrorToast, ExpandLines, Eye, EyeClosed, FeedbackDialog, type FeedbackDialogProps, type FeedbackDialogSlotProps, Field, FileAudio, type FileCategory, FileDocument, FileGeneric, FilePdf, FilePreview, FileVideo, FilterDropdown, type FilterDropdownProps, FilterList, Form, GooglePlacesAutocomplete, type GooglePlacesAutocompleteProps, type GooglePlacesContextValue, GooglePlacesProvider, type GooglePlacesProviderProps, GraphUp, HelpCircle, Icon, type IconProps, type IconType, Image, type ImageProps, type ImageStatus, InfoCircle, InfoCircleSolid, InfoToast, KeyCommand, Lightbox, LightboxImage, type LightboxImageProps, LightboxNavigation, type LightboxNavigationProps, type LightboxProps, type LightboxSlide, LightboxThumbnails, type LightboxThumbnailsProps, LightboxToolbar, type LightboxToolbarProps, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, type MainTextMatchedSubstrings, MapPin, MapPinXMark, MegaPhone, Minus, ModernTv, MoreHorizontal, NavArrowDown, NavArrowDownSolid, NavArrowLeft, NavArrowRight, OTPInput, type OTPInputProps, PCCheck, type ParsedAddress, type PlaceDetails, type PlaceType, Plus, PlusSquare, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFDatePicker, type RHFDatePickerProps, RHFDateRangePicker, type RHFDateRangePickerProps, RHFDateTimePicker, type RHFDateTimePickerProps, RHFGooglePlacesAutocomplete, type RHFGooglePlacesAutocompleteProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFOTPInput, type RHFOTPInputProps, RHFRadioGroup, type RHFRadioGroupProps, RHFSelect, type RHFSelectOption, type RHFSelectProps, RHFSwitch, RHFTextField, RHFTimePicker, type RHFTimePickerProps, RHFToggleButton, type RHFToggleButtonOption, type RHFToggleButtonProps, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, RefreshDouble, Repeat, STORAGE_KEY, Search, SendDiagonal, SendMail, Settings, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SimpleCart, type SortDirection, SortDown, SortDropdown, type SortDropdownProps, type SortOption, SortUp, SplashScreen, StatDown, StatUp, type StructuredFormatting, SuccessToast, Table, TablePagination, ThemeProvider, type TimePickerProps, Toast, ToolbarButton, type ToolbarButtonProps, ToolbarDatePickerButton, type ToolbarDatePickerButtonProps, ToolbarFilterButton, type ToolbarFilterButtonProps, ToolbarSearchField, type ToolbarSearchFieldProps, ToolbarSelectionButton, type ToolbarSelectionButtonProps, ToolbarSettingsButton, type ToolbarSettingsButtonProps, ToolbarSortButton, type ToolbarSortButtonProps, ToolbarTodayButton, type ToolbarTodayButtonProps, ToolbarViewSwitcher, type ToolbarViewSwitcherProps, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseGooglePlacesAutocompleteOptions, type UseGooglePlacesAutocompleteReturn, type UseLightboxReturn, type UseSetStateReturnType, User, UserSolid, type ViewOption, WarningToast, XMark, XMarkSolid, ZoomIn, ZoomOut, action, apexChartsStyles, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultPresets, defaultSettings, dialogClasses, drawerClasses, endOfDayTimestamp, error, fCurrency, fData, fDate, fDateRangeShortLabel, fDateTime, fIsAfter, fIsBetween, fIsSame, fNumber, fPercent, fShortenNumber, fTime, fTimestamp, fToNow, feedbackDialogClasses, fileData, fileNameByUrl, fileTypeByUrl, formatFullname, getCurrencySymbol, getDateRangeFromPreset, getDefaultChartOptions, getFileCategory, getInitColorSchemeScript, getInitials, getMimeFromExtension, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconClasses, info, isEqual, lightPalette, lightboxClasses, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, parseAddressComponents, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, splitFullname, startOfDayTimestamp, stylesMode, success, surface, tertiaryFont, text, textGradient, toolbarClasses, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useCountdownDate, useCountdownSeconds, useEventListener, useGooglePlacesAutocomplete, useGooglePlacesContext, useGooglePlacesLoaded, useLightbox, useLocalStorage, usePopover, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|
|
3122
|
+
export { type AddressComponent, AnimatedLogo, ArrowLeft, ArrowUpCircleSolid, Attachment, BadgeCheck, Bank, BellNotification, Building, Calendar, ChatBubbleQuestionSolid, CheckCircleSolid, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, Circle, ClipboardCheck, Clock, CloudUpload, type ColorSchema, Community, type Coordinates, Copy, CopyButton, CustomDialog, type CustomDialogProps, CustomDrawer, type CustomDrawerProps, CustomFormLabel, type CustomFormLabelProps, type CustomShadowOptions, type CustomSpacingOptions, type DatePickerProps, type DatePreset, type DatePresetOption, type DateRange, DateRangeDropdown, type DateRangeDropdownProps, DateRangePicker, type DateRangePickerProps, type DateTimePickerProps, DetailItem, Download, Edit, EmptyContent, type EmptyContentProps, ErrorToast, ExpandLines, Eye, EyeClosed, FeedbackDialog, type FeedbackDialogProps, type FeedbackDialogSlotProps, Field, FileAudio, type FileCategory, FileDocument, FileGeneric, FilePdf, FilePreview, FileVideo, FilterDropdown, type FilterDropdownProps, FilterList, Form, GooglePlacesAutocomplete, type GooglePlacesAutocompleteProps, type GooglePlacesContextValue, GooglePlacesProvider, type GooglePlacesProviderProps, GraphUp, HelpCircle, HomeAltSlimHorizontal, HomeUser, Icon, type IconProps, type IconType, Image, type ImageProps, type ImageStatus, InfoCircle, InfoCircleSolid, InfoToast, KeyCommand, Lightbox, LightboxImage, type LightboxImageProps, LightboxNavigation, type LightboxNavigationProps, type LightboxProps, type LightboxSlide, LightboxThumbnails, type LightboxThumbnailsProps, LightboxToolbar, type LightboxToolbarProps, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, type MainTextMatchedSubstrings, MapPin, MapPinXMark, MegaPhone, Minus, ModernTv, MoreHorizontal, NavArrowDown, NavArrowDownSolid, NavArrowLeft, NavArrowRight, OTPInput, type OTPInputProps, PCCheck, type ParsedAddress, type PlaceDetails, type PlaceType, Plus, PlusSquare, Post, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFDatePicker, type RHFDatePickerProps, RHFDateRangePicker, type RHFDateRangePickerProps, RHFDateTimePicker, type RHFDateTimePickerProps, RHFGooglePlacesAutocomplete, type RHFGooglePlacesAutocompleteProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFOTPInput, type RHFOTPInputProps, RHFRadioGroup, type RHFRadioGroupProps, RHFSelect, type RHFSelectOption, type RHFSelectProps, RHFSwitch, RHFTextField, RHFTimePicker, type RHFTimePickerProps, RHFToggleButton, type RHFToggleButtonOption, type RHFToggleButtonProps, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, RefreshDouble, Repeat, STORAGE_KEY, Search, SendDiagonal, SendMail, Settings, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SimpleCart, type SortDirection, SortDown, SortDropdown, type SortDropdownProps, type SortOption, SortUp, SplashScreen, StatDown, StatUp, type StructuredFormatting, SuccessToast, Table, TablePagination, ThemeProvider, type TimePickerProps, Toast, ToolbarButton, type ToolbarButtonProps, ToolbarDatePickerButton, type ToolbarDatePickerButtonProps, ToolbarFilterButton, type ToolbarFilterButtonProps, ToolbarSearchField, type ToolbarSearchFieldProps, ToolbarSelectionButton, type ToolbarSelectionButtonProps, ToolbarSettingsButton, type ToolbarSettingsButtonProps, ToolbarSortButton, type ToolbarSortButtonProps, ToolbarTodayButton, type ToolbarTodayButtonProps, ToolbarViewSwitcher, type ToolbarViewSwitcherProps, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseGooglePlacesAutocompleteOptions, type UseGooglePlacesAutocompleteReturn, type UseLightboxReturn, type UseSetStateReturnType, User, UserSolid, type ViewOption, WarningToast, XMark, XMarkSolid, ZoomIn, ZoomOut, action, apexChartsStyles, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultPresets, defaultSettings, dialogClasses, drawerClasses, endOfDayTimestamp, error, fCurrency, fData, fDate, fDateRangeShortLabel, fDateTime, fIsAfter, fIsBetween, fIsSame, fNumber, fPercent, fShortenNumber, fTime, fTimestamp, fToNow, feedbackDialogClasses, fileData, fileNameByUrl, fileTypeByUrl, formatFullname, getCurrencySymbol, getDateRangeFromPreset, getDefaultChartOptions, getFileCategory, getInitColorSchemeScript, getInitials, getMimeFromExtension, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconCategories, iconClasses, iconNames, info, isEqual, lightPalette, lightboxClasses, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, parseAddressComponents, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, splitFullname, startOfDayTimestamp, stylesMode, success, surface, tertiaryFont, text, textGradient, toolbarClasses, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useCountdownDate, useCountdownSeconds, useEventListener, useGooglePlacesAutocomplete, useGooglePlacesContext, useGooglePlacesLoaded, useLightbox, useLocalStorage, usePopover, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|