@firecms/core 3.0.0-alpha.34 → 3.0.0-alpha.35
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/{core/components → components}/ArrayContainer.d.ts +1 -1
- package/dist/{core/components → components}/BreadcrumbUpdater.d.ts +1 -1
- package/dist/{core/components → components}/CircularProgressCenter.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/EntityCollectionTable.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/EntityCollectionTableProps.d.ts +3 -3
- package/dist/{core/components → components}/EntityCollectionTable/fields/TableReferenceField.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/fields/TableStorageUpload.d.ts +3 -3
- package/dist/{core/components → components}/EntityCollectionTable/filters/StringNumberFilterField.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/internal/CollectionTableToolbar.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/internal/DeleteEntityDialog.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/internal/EntityCollectionRowActions.d.ts +3 -3
- package/dist/{core/components → components}/EntityCollectionTable/internal/PropertyTableCell.d.ts +2 -2
- package/dist/{core/components → components}/EntityCollectionTable/internal/common.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/internal/default_entity_actions.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionTable/internal/popup_field/PopupFormField.d.ts +3 -3
- package/dist/{core/components → components}/EntityCollectionTable/types.d.ts +4 -4
- package/dist/{core/components → components}/EntityCollectionTable/useEntityCollectionTableController.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionView/EntityCollectionView.d.ts +3 -3
- package/dist/{core/components → components}/EntityCollectionView/EntityCollectionViewActions.d.ts +1 -1
- package/dist/{core/components → components}/EntityCollectionView/useColumnsIds.d.ts +1 -1
- package/dist/{core/components → components}/EntityPreview.d.ts +2 -2
- package/dist/{core/components → components}/ErrorTooltip.d.ts +1 -1
- package/dist/{core/components → components}/ErrorView.d.ts +2 -2
- package/dist/{core/components → components}/FieldConfigBadge.d.ts +1 -1
- package/dist/{core/components → components}/FireCMSAppBar.d.ts +1 -1
- package/dist/{core/components → components}/HomePage/DefaultHomePage.d.ts +1 -1
- package/dist/{core/components → components}/HomePage/NavigationCollectionCard.d.ts +2 -2
- package/dist/{core/components → components}/ReferenceSelectionInner.d.ts +3 -3
- package/dist/{core/components → components}/VirtualTable/VirtualTable.d.ts +1 -1
- package/dist/{core/components → components}/VirtualTable/VirtualTableProps.d.ts +8 -8
- package/dist/{core/components → components}/VirtualTable/fields/VirtualTableSelect.d.ts +1 -1
- package/dist/components/index.d.ts +19 -40
- package/dist/{core/contexts → contexts}/AuthControllerContext.d.ts +1 -1
- package/dist/{core/contexts → contexts}/BreacrumbsContext.d.ts +1 -1
- package/dist/{core/contexts → contexts}/DataSourceContext.d.ts +1 -1
- package/dist/{core/contexts → contexts}/DialogsProvider.d.ts +1 -1
- package/dist/{core/contexts → contexts}/ModeController.d.ts +1 -1
- package/dist/{core/contexts → contexts}/NavigationContext.d.ts +1 -1
- package/dist/{core/contexts → contexts}/SideDialogsControllerContext.d.ts +1 -1
- package/dist/{core/contexts → contexts}/SideEntityControllerContext.d.ts +1 -1
- package/dist/{core/contexts → contexts}/StorageSourceContext.d.ts +1 -1
- package/dist/{core/contexts → contexts}/UserConfigurationPersistenceContext.d.ts +1 -1
- package/dist/contexts/index.d.ts +3 -0
- package/dist/core/Drawer.d.ts +2 -2
- package/dist/core/EntitySidePanel.d.ts +1 -1
- package/dist/core/FireCMS.d.ts +1 -1
- package/dist/core/NavigationRoutes.d.ts +3 -3
- package/dist/core/Scaffold.d.ts +3 -3
- package/dist/core/SideDialogs.d.ts +1 -1
- package/dist/core/index.d.ts +0 -7
- package/dist/form/EntityForm.d.ts +2 -2
- package/dist/form/PropertyFieldBinding.d.ts +1 -1
- package/dist/form/components/FormikArrayContainer.d.ts +1 -1
- package/dist/form/components/LabelWithIcon.d.ts +1 -1
- package/dist/form/components/StorageUploadProgress.d.ts +1 -1
- package/dist/form/components/index.d.ts +1 -1
- package/dist/form/field_bindings/ArrayCustomShapedFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/ArrayOfReferencesFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/BlockFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/DateTimeFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/KeyValueFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/MapFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/MarkdownFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/MultiSelectBinding.d.ts +1 -1
- package/dist/form/field_bindings/ReadOnlyFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/ReferenceFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/RepeatFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/SelectFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/StorageUploadFieldBinding.d.ts +2 -2
- package/dist/form/field_bindings/SwitchFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/TextFieldBinding.d.ts +1 -1
- package/dist/{core → form}/form_field_configs.d.ts +2 -2
- package/dist/form/index.d.ts +1 -0
- package/dist/hooks/data/delete.d.ts +2 -2
- package/dist/hooks/data/save.d.ts +2 -2
- package/dist/hooks/data/useCollectionFetch.d.ts +3 -3
- package/dist/hooks/data/useDataOrder.d.ts +1 -1
- package/dist/hooks/data/useDataSource.d.ts +1 -1
- package/dist/hooks/data/useEntityFetch.d.ts +3 -3
- package/dist/hooks/useAuthController.d.ts +1 -1
- package/dist/hooks/useBreadcrumbsContext.d.ts +3 -3
- package/dist/hooks/useBuildDataSource.d.ts +2 -2
- package/dist/hooks/useDialogsController.d.ts +1 -1
- package/dist/hooks/useFireCMSContext.d.ts +1 -1
- package/dist/hooks/useModeController.d.ts +2 -2
- package/dist/hooks/useNavigationContext.d.ts +1 -1
- package/dist/hooks/useReferenceDialog.d.ts +2 -2
- package/dist/hooks/useResolvedNavigationFrom.d.ts +8 -8
- package/dist/hooks/useSideDialogsController.d.ts +1 -1
- package/dist/hooks/useSideEntityController.d.ts +1 -1
- package/dist/hooks/useSnackbarController.d.ts +3 -3
- package/dist/hooks/useStorageSource.d.ts +1 -1
- package/dist/hooks/useUserConfigurationPersistence.d.ts +1 -1
- package/dist/icons/components/AbcIcon.d.ts +3 -0
- package/dist/icons/components/AcUnitIcon.d.ts +3 -0
- package/dist/icons/components/AccessAlarmIcon.d.ts +3 -0
- package/dist/icons/components/AccessAlarmsIcon.d.ts +3 -0
- package/dist/icons/components/AccessTimeFilledIcon.d.ts +3 -0
- package/dist/icons/components/AccessTimeIcon.d.ts +3 -0
- package/dist/icons/components/AccessibilityIcon.d.ts +3 -0
- package/dist/icons/components/AccessibilityNewIcon.d.ts +3 -0
- package/dist/icons/components/AccessibleForwardIcon.d.ts +3 -0
- package/dist/icons/components/AccessibleIcon.d.ts +3 -0
- package/dist/icons/components/AccountBalanceIcon.d.ts +3 -0
- package/dist/icons/components/AccountBalanceWalletIcon.d.ts +3 -0
- package/dist/icons/components/AccountBoxIcon.d.ts +3 -0
- package/dist/icons/components/AccountCircleIcon.d.ts +3 -0
- package/dist/icons/components/AccountTreeIcon.d.ts +3 -0
- package/dist/icons/components/AdUnitsIcon.d.ts +3 -0
- package/dist/icons/components/AdbIcon.d.ts +3 -0
- package/dist/icons/components/AddAPhotoIcon.d.ts +3 -0
- package/dist/icons/components/AddAlarmIcon.d.ts +3 -0
- package/dist/icons/components/AddAlertIcon.d.ts +3 -0
- package/dist/icons/components/AddBoxIcon.d.ts +3 -0
- package/dist/icons/components/AddBusinessIcon.d.ts +3 -0
- package/dist/icons/components/AddCardIcon.d.ts +3 -0
- package/dist/icons/components/AddChartIcon.d.ts +3 -0
- package/dist/icons/components/AddCircleIcon.d.ts +3 -0
- package/dist/icons/components/AddCircleOutlineIcon.d.ts +3 -0
- package/dist/icons/components/AddCommentIcon.d.ts +3 -0
- package/dist/icons/components/AddHomeIcon.d.ts +3 -0
- package/dist/icons/components/AddHomeWorkIcon.d.ts +3 -0
- package/dist/icons/components/AddIcCallIcon.d.ts +3 -0
- package/dist/icons/components/AddIcon.d.ts +3 -0
- package/dist/icons/components/AddLinkIcon.d.ts +3 -0
- package/dist/icons/components/AddLocationAltIcon.d.ts +3 -0
- package/dist/icons/components/AddLocationIcon.d.ts +3 -0
- package/dist/icons/components/AddModeratorIcon.d.ts +3 -0
- package/dist/icons/components/AddPhotoAlternateIcon.d.ts +3 -0
- package/dist/icons/components/AddReactionIcon.d.ts +3 -0
- package/dist/icons/components/AddRoadIcon.d.ts +3 -0
- package/dist/icons/components/AddShoppingCartIcon.d.ts +3 -0
- package/dist/icons/components/AddTaskIcon.d.ts +3 -0
- package/dist/icons/components/AddToDriveIcon.d.ts +3 -0
- package/dist/icons/components/AddToHomeScreenIcon.d.ts +3 -0
- package/dist/icons/components/AddToPhotosIcon.d.ts +3 -0
- package/dist/icons/components/AddToQueueIcon.d.ts +3 -0
- package/dist/icons/components/AdfScannerIcon.d.ts +3 -0
- package/dist/icons/components/AdjustIcon.d.ts +3 -0
- package/dist/icons/components/AdminPanelSettingsIcon.d.ts +3 -0
- package/dist/icons/components/AdsClickIcon.d.ts +3 -0
- package/dist/icons/components/AgricultureIcon.d.ts +3 -0
- package/dist/icons/components/AirIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatFlatAngledIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatFlatIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatIndividualSuiteIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatLegroomExtraIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatLegroomNormalIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatLegroomReducedIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatReclineExtraIcon.d.ts +3 -0
- package/dist/icons/components/AirlineSeatReclineNormalIcon.d.ts +3 -0
- package/dist/icons/components/AirlineStopsIcon.d.ts +3 -0
- package/dist/icons/components/AirlinesIcon.d.ts +3 -0
- package/dist/icons/components/AirplaneTicketIcon.d.ts +3 -0
- package/dist/icons/components/AirplanemodeActiveIcon.d.ts +3 -0
- package/dist/icons/components/AirplanemodeInactiveIcon.d.ts +3 -0
- package/dist/icons/components/AirplayIcon.d.ts +3 -0
- package/dist/icons/components/AirportShuttleIcon.d.ts +3 -0
- package/dist/icons/components/AlarmAddIcon.d.ts +3 -0
- package/dist/icons/components/AlarmIcon.d.ts +3 -0
- package/dist/icons/components/AlarmOffIcon.d.ts +3 -0
- package/dist/icons/components/AlarmOnIcon.d.ts +3 -0
- package/dist/icons/components/AlbumIcon.d.ts +3 -0
- package/dist/icons/components/AlignHorizontalCenterIcon.d.ts +3 -0
- package/dist/icons/components/AlignHorizontalLeftIcon.d.ts +3 -0
- package/dist/icons/components/AlignHorizontalRightIcon.d.ts +3 -0
- package/dist/icons/components/AlignVerticalBottomIcon.d.ts +3 -0
- package/dist/icons/components/AlignVerticalCenterIcon.d.ts +3 -0
- package/dist/icons/components/AlignVerticalTopIcon.d.ts +3 -0
- package/dist/icons/components/AllInboxIcon.d.ts +3 -0
- package/dist/icons/components/AllInclusiveIcon.d.ts +3 -0
- package/dist/icons/components/AllOutIcon.d.ts +3 -0
- package/dist/icons/components/AltRouteIcon.d.ts +3 -0
- package/dist/icons/components/AlternateEmailIcon.d.ts +3 -0
- package/dist/icons/components/AnalyticsIcon.d.ts +3 -0
- package/dist/icons/components/AnchorIcon.d.ts +3 -0
- package/dist/icons/components/AndroidIcon.d.ts +3 -0
- package/dist/icons/components/AnimationIcon.d.ts +3 -0
- package/dist/icons/components/AnnouncementIcon.d.ts +3 -0
- package/dist/icons/components/AodIcon.d.ts +3 -0
- package/dist/icons/components/ApartmentIcon.d.ts +3 -0
- package/dist/icons/components/ApiIcon.d.ts +3 -0
- package/dist/icons/components/AppBlockingIcon.d.ts +3 -0
- package/dist/icons/components/AppRegistrationIcon.d.ts +3 -0
- package/dist/icons/components/AppSettingsAltIcon.d.ts +3 -0
- package/dist/icons/components/AppShortcutIcon.d.ts +3 -0
- package/dist/icons/components/ApprovalIcon.d.ts +3 -0
- package/dist/icons/components/AppsIcon.d.ts +3 -0
- package/dist/icons/components/AppsOutageIcon.d.ts +3 -0
- package/dist/icons/components/ArchitectureIcon.d.ts +3 -0
- package/dist/icons/components/ArchiveIcon.d.ts +3 -0
- package/dist/icons/components/AreaChartIcon.d.ts +3 -0
- package/dist/icons/components/ArrowBackIcon.d.ts +3 -0
- package/dist/icons/components/ArrowBackIosIcon.d.ts +3 -0
- package/dist/icons/components/ArrowBackIosNewIcon.d.ts +3 -0
- package/dist/icons/components/ArrowCircleDownIcon.d.ts +3 -0
- package/dist/icons/components/ArrowCircleLeftIcon.d.ts +3 -0
- package/dist/icons/components/ArrowCircleRightIcon.d.ts +3 -0
- package/dist/icons/components/ArrowCircleUpIcon.d.ts +3 -0
- package/dist/icons/components/ArrowDownwardIcon.d.ts +3 -0
- package/dist/icons/components/ArrowDropDownCircleIcon.d.ts +3 -0
- package/dist/icons/components/ArrowDropDownIcon.d.ts +3 -0
- package/dist/icons/components/ArrowDropUpIcon.d.ts +3 -0
- package/dist/icons/components/ArrowForwardIcon.d.ts +3 -0
- package/dist/icons/components/ArrowForwardIosIcon.d.ts +3 -0
- package/dist/icons/components/ArrowLeftIcon.d.ts +3 -0
- package/dist/icons/components/ArrowOutwardIcon.d.ts +3 -0
- package/dist/icons/components/ArrowRightAltIcon.d.ts +3 -0
- package/dist/icons/components/ArrowRightIcon.d.ts +3 -0
- package/dist/icons/components/ArrowUpwardIcon.d.ts +3 -0
- package/dist/icons/components/ArtTrackIcon.d.ts +3 -0
- package/dist/icons/components/ArticleIcon.d.ts +3 -0
- package/dist/icons/components/AspectRatioIcon.d.ts +3 -0
- package/dist/icons/components/AssessmentIcon.d.ts +3 -0
- package/dist/icons/components/AssignmentIcon.d.ts +3 -0
- package/dist/icons/components/AssignmentIndIcon.d.ts +3 -0
- package/dist/icons/components/AssignmentLateIcon.d.ts +3 -0
- package/dist/icons/components/AssignmentReturnIcon.d.ts +3 -0
- package/dist/icons/components/AssignmentReturnedIcon.d.ts +3 -0
- package/dist/icons/components/AssignmentTurnedInIcon.d.ts +3 -0
- package/dist/icons/components/AssistWalkerIcon.d.ts +3 -0
- package/dist/icons/components/AssistantDirectionIcon.d.ts +3 -0
- package/dist/icons/components/AssistantIcon.d.ts +3 -0
- package/dist/icons/components/AssistantPhotoIcon.d.ts +3 -0
- package/dist/icons/components/AssuredWorkloadIcon.d.ts +3 -0
- package/dist/icons/components/AtmIcon.d.ts +3 -0
- package/dist/icons/components/AttachEmailIcon.d.ts +3 -0
- package/dist/icons/components/AttachFileIcon.d.ts +3 -0
- package/dist/icons/components/AttachMoneyIcon.d.ts +3 -0
- package/dist/icons/components/AttachmentIcon.d.ts +3 -0
- package/dist/icons/components/AttractionsIcon.d.ts +3 -0
- package/dist/icons/components/AttributionIcon.d.ts +3 -0
- package/dist/icons/components/AudioFileIcon.d.ts +3 -0
- package/dist/icons/components/AudiotrackIcon.d.ts +3 -0
- package/dist/icons/components/AutoAwesomeIcon.d.ts +3 -0
- package/dist/icons/components/AutoAwesomeMosaicIcon.d.ts +3 -0
- package/dist/icons/components/AutoAwesomeMotionIcon.d.ts +3 -0
- package/dist/icons/components/AutoDeleteIcon.d.ts +3 -0
- package/dist/icons/components/AutoFixHighIcon.d.ts +3 -0
- package/dist/icons/components/AutoFixNormalIcon.d.ts +3 -0
- package/dist/icons/components/AutoFixOffIcon.d.ts +3 -0
- package/dist/icons/components/AutoGraphIcon.d.ts +3 -0
- package/dist/icons/components/AutoModeIcon.d.ts +3 -0
- package/dist/icons/components/AutoStoriesIcon.d.ts +3 -0
- package/dist/icons/components/AutofpsSelectIcon.d.ts +3 -0
- package/dist/icons/components/AutorenewIcon.d.ts +3 -0
- package/dist/icons/components/AvTimerIcon.d.ts +3 -0
- package/dist/icons/components/BabyChangingStationIcon.d.ts +3 -0
- package/dist/icons/components/BackHandIcon.d.ts +3 -0
- package/dist/icons/components/BackpackIcon.d.ts +3 -0
- package/dist/icons/components/BackspaceIcon.d.ts +3 -0
- package/dist/icons/components/BackupIcon.d.ts +3 -0
- package/dist/icons/components/BackupTableIcon.d.ts +3 -0
- package/dist/icons/components/BadgeIcon.d.ts +3 -0
- package/dist/icons/components/BakeryDiningIcon.d.ts +3 -0
- package/dist/icons/components/BalanceIcon.d.ts +3 -0
- package/dist/icons/components/BalconyIcon.d.ts +3 -0
- package/dist/icons/components/BallotIcon.d.ts +3 -0
- package/dist/icons/components/BarChartIcon.d.ts +3 -0
- package/dist/icons/components/BatchPredictionIcon.d.ts +3 -0
- package/dist/icons/components/BathroomIcon.d.ts +3 -0
- package/dist/icons/components/BathtubIcon.d.ts +3 -0
- package/dist/icons/components/Battery0BarIcon.d.ts +3 -0
- package/dist/icons/components/Battery1BarIcon.d.ts +3 -0
- package/dist/icons/components/Battery2BarIcon.d.ts +3 -0
- package/dist/icons/components/Battery3BarIcon.d.ts +3 -0
- package/dist/icons/components/Battery4BarIcon.d.ts +3 -0
- package/dist/icons/components/Battery5BarIcon.d.ts +3 -0
- package/dist/icons/components/Battery6BarIcon.d.ts +3 -0
- package/dist/icons/components/BatteryAlertIcon.d.ts +3 -0
- package/dist/icons/components/BatteryChargingFullIcon.d.ts +3 -0
- package/dist/icons/components/BatteryFullIcon.d.ts +3 -0
- package/dist/icons/components/BatterySaverIcon.d.ts +3 -0
- package/dist/icons/components/BatteryStdIcon.d.ts +3 -0
- package/dist/icons/components/BatteryUnknownIcon.d.ts +3 -0
- package/dist/icons/components/BeachAccessIcon.d.ts +3 -0
- package/dist/icons/components/BedIcon.d.ts +3 -0
- package/dist/icons/components/BedroomBabyIcon.d.ts +3 -0
- package/dist/icons/components/BedroomChildIcon.d.ts +3 -0
- package/dist/icons/components/BedroomParentIcon.d.ts +3 -0
- package/dist/icons/components/BedtimeIcon.d.ts +3 -0
- package/dist/icons/components/BedtimeOffIcon.d.ts +3 -0
- package/dist/icons/components/BeenhereIcon.d.ts +3 -0
- package/dist/icons/components/BentoIcon.d.ts +3 -0
- package/dist/icons/components/BikeScooterIcon.d.ts +3 -0
- package/dist/icons/components/BiotechIcon.d.ts +3 -0
- package/dist/icons/components/BlenderIcon.d.ts +3 -0
- package/dist/icons/components/BlindIcon.d.ts +3 -0
- package/dist/icons/components/BlindsClosedIcon.d.ts +3 -0
- package/dist/icons/components/BlindsIcon.d.ts +3 -0
- package/dist/icons/components/BlockIcon.d.ts +3 -0
- package/dist/icons/components/BloodtypeIcon.d.ts +3 -0
- package/dist/icons/components/BluetoothAudioIcon.d.ts +3 -0
- package/dist/icons/components/BluetoothConnectedIcon.d.ts +3 -0
- package/dist/icons/components/BluetoothDisabledIcon.d.ts +3 -0
- package/dist/icons/components/BluetoothDriveIcon.d.ts +3 -0
- package/dist/icons/components/BluetoothIcon.d.ts +3 -0
- package/dist/icons/components/BluetoothSearchingIcon.d.ts +3 -0
- package/dist/icons/components/BlurCircularIcon.d.ts +3 -0
- package/dist/icons/components/BlurLinearIcon.d.ts +3 -0
- package/dist/icons/components/BlurOffIcon.d.ts +3 -0
- package/dist/icons/components/BlurOnIcon.d.ts +3 -0
- package/dist/icons/components/BoltIcon.d.ts +3 -0
- package/dist/icons/components/BookIcon.d.ts +3 -0
- package/dist/icons/components/BookOnlineIcon.d.ts +3 -0
- package/dist/icons/components/BookmarkAddIcon.d.ts +3 -0
- package/dist/icons/components/BookmarkAddedIcon.d.ts +3 -0
- package/dist/icons/components/BookmarkBorderIcon.d.ts +3 -0
- package/dist/icons/components/BookmarkIcon.d.ts +3 -0
- package/dist/icons/components/BookmarkRemoveIcon.d.ts +3 -0
- package/dist/icons/components/BookmarksIcon.d.ts +3 -0
- package/dist/icons/components/BorderAllIcon.d.ts +3 -0
- package/dist/icons/components/BorderBottomIcon.d.ts +3 -0
- package/dist/icons/components/BorderClearIcon.d.ts +3 -0
- package/dist/icons/components/BorderColorIcon.d.ts +3 -0
- package/dist/icons/components/BorderHorizontalIcon.d.ts +3 -0
- package/dist/icons/components/BorderInnerIcon.d.ts +3 -0
- package/dist/icons/components/BorderLeftIcon.d.ts +3 -0
- package/dist/icons/components/BorderOuterIcon.d.ts +3 -0
- package/dist/icons/components/BorderRightIcon.d.ts +3 -0
- package/dist/icons/components/BorderStyleIcon.d.ts +3 -0
- package/dist/icons/components/BorderTopIcon.d.ts +3 -0
- package/dist/icons/components/BorderVerticalIcon.d.ts +3 -0
- package/dist/icons/components/BoyIcon.d.ts +3 -0
- package/dist/icons/components/BrandingWatermarkIcon.d.ts +3 -0
- package/dist/icons/components/BreakfastDiningIcon.d.ts +3 -0
- package/dist/icons/components/Brightness1Icon.d.ts +3 -0
- package/dist/icons/components/Brightness2Icon.d.ts +3 -0
- package/dist/icons/components/Brightness3Icon.d.ts +3 -0
- package/dist/icons/components/Brightness4Icon.d.ts +3 -0
- package/dist/icons/components/Brightness5Icon.d.ts +3 -0
- package/dist/icons/components/Brightness6Icon.d.ts +3 -0
- package/dist/icons/components/Brightness7Icon.d.ts +3 -0
- package/dist/icons/components/BrightnessAutoIcon.d.ts +3 -0
- package/dist/icons/components/BrightnessHighIcon.d.ts +3 -0
- package/dist/icons/components/BrightnessLowIcon.d.ts +3 -0
- package/dist/icons/components/BrightnessMediumIcon.d.ts +3 -0
- package/dist/icons/components/BroadcastOnHomeIcon.d.ts +3 -0
- package/dist/icons/components/BroadcastOnPersonalIcon.d.ts +3 -0
- package/dist/icons/components/BrokenImageIcon.d.ts +3 -0
- package/dist/icons/components/BrowseGalleryIcon.d.ts +3 -0
- package/dist/icons/components/BrowserNotSupportedIcon.d.ts +3 -0
- package/dist/icons/components/BrowserUpdatedIcon.d.ts +3 -0
- package/dist/icons/components/BrunchDiningIcon.d.ts +3 -0
- package/dist/icons/components/BrushIcon.d.ts +3 -0
- package/dist/icons/components/BubbleChartIcon.d.ts +3 -0
- package/dist/icons/components/BugReportIcon.d.ts +3 -0
- package/dist/icons/components/BuildCircleIcon.d.ts +3 -0
- package/dist/icons/components/BuildIcon.d.ts +3 -0
- package/dist/icons/components/BungalowIcon.d.ts +3 -0
- package/dist/icons/components/BurstModeIcon.d.ts +3 -0
- package/dist/icons/components/BusAlertIcon.d.ts +3 -0
- package/dist/icons/components/BusinessCenterIcon.d.ts +3 -0
- package/dist/icons/components/BusinessIcon.d.ts +3 -0
- package/dist/icons/components/CabinIcon.d.ts +3 -0
- package/dist/icons/components/CableIcon.d.ts +3 -0
- package/dist/icons/components/CachedIcon.d.ts +3 -0
- package/dist/icons/components/CakeIcon.d.ts +3 -0
- package/dist/icons/components/CalculateIcon.d.ts +3 -0
- package/dist/icons/components/CalendarMonthIcon.d.ts +3 -0
- package/dist/icons/components/CalendarTodayIcon.d.ts +3 -0
- package/dist/icons/components/CalendarViewDayIcon.d.ts +3 -0
- package/dist/icons/components/CalendarViewMonthIcon.d.ts +3 -0
- package/dist/icons/components/CalendarViewWeekIcon.d.ts +3 -0
- package/dist/icons/components/CallEndIcon.d.ts +3 -0
- package/dist/icons/components/CallIcon.d.ts +3 -0
- package/dist/icons/components/CallMadeIcon.d.ts +3 -0
- package/dist/icons/components/CallMergeIcon.d.ts +3 -0
- package/dist/icons/components/CallMissedIcon.d.ts +3 -0
- package/dist/icons/components/CallMissedOutgoingIcon.d.ts +3 -0
- package/dist/icons/components/CallReceivedIcon.d.ts +3 -0
- package/dist/icons/components/CallSplitIcon.d.ts +3 -0
- package/dist/icons/components/CallToActionIcon.d.ts +3 -0
- package/dist/icons/components/CameraAltIcon.d.ts +3 -0
- package/dist/icons/components/CameraEnhanceIcon.d.ts +3 -0
- package/dist/icons/components/CameraFrontIcon.d.ts +3 -0
- package/dist/icons/components/CameraIcon.d.ts +3 -0
- package/dist/icons/components/CameraIndoorIcon.d.ts +3 -0
- package/dist/icons/components/CameraOutdoorIcon.d.ts +3 -0
- package/dist/icons/components/CameraRearIcon.d.ts +3 -0
- package/dist/icons/components/CameraRollIcon.d.ts +3 -0
- package/dist/icons/components/CameraswitchIcon.d.ts +3 -0
- package/dist/icons/components/CampaignIcon.d.ts +3 -0
- package/dist/icons/components/CancelIcon.d.ts +3 -0
- package/dist/icons/components/CancelPresentationIcon.d.ts +3 -0
- package/dist/icons/components/CancelScheduleSendIcon.d.ts +3 -0
- package/dist/icons/components/CandlestickChartIcon.d.ts +3 -0
- package/dist/icons/components/CarCrashIcon.d.ts +3 -0
- package/dist/icons/components/CarRentalIcon.d.ts +3 -0
- package/dist/icons/components/CarRepairIcon.d.ts +3 -0
- package/dist/icons/components/CardGiftcardIcon.d.ts +3 -0
- package/dist/icons/components/CardMembershipIcon.d.ts +3 -0
- package/dist/icons/components/CardTravelIcon.d.ts +3 -0
- package/dist/icons/components/CarpenterIcon.d.ts +3 -0
- package/dist/icons/components/CasesIcon.d.ts +3 -0
- package/dist/icons/components/CasinoIcon.d.ts +3 -0
- package/dist/icons/components/CastConnectedIcon.d.ts +3 -0
- package/dist/icons/components/CastForEducationIcon.d.ts +3 -0
- package/dist/icons/components/CastIcon.d.ts +3 -0
- package/dist/icons/components/CastleIcon.d.ts +3 -0
- package/dist/icons/components/CatchingPokemonIcon.d.ts +3 -0
- package/dist/icons/components/CategoryIcon.d.ts +3 -0
- package/dist/icons/components/CelebrationIcon.d.ts +3 -0
- package/dist/icons/components/CellTowerIcon.d.ts +3 -0
- package/dist/icons/components/CellWifiIcon.d.ts +3 -0
- package/dist/icons/components/CenterFocusStrongIcon.d.ts +3 -0
- package/dist/icons/components/CenterFocusWeakIcon.d.ts +3 -0
- package/dist/icons/components/ChairAltIcon.d.ts +3 -0
- package/dist/icons/components/ChairIcon.d.ts +3 -0
- package/dist/icons/components/ChaletIcon.d.ts +3 -0
- package/dist/icons/components/ChangeCircleIcon.d.ts +3 -0
- package/dist/icons/components/ChangeHistoryIcon.d.ts +3 -0
- package/dist/icons/components/ChargingStationIcon.d.ts +3 -0
- package/dist/icons/components/ChatBubbleIcon.d.ts +3 -0
- package/dist/icons/components/ChatBubbleOutlineIcon.d.ts +3 -0
- package/dist/icons/components/ChatIcon.d.ts +3 -0
- package/dist/icons/components/CheckBoxIcon.d.ts +3 -0
- package/dist/icons/components/CheckBoxOutlineBlankIcon.d.ts +3 -0
- package/dist/icons/components/CheckCircleIcon.d.ts +3 -0
- package/dist/icons/components/CheckCircleOutlineIcon.d.ts +3 -0
- package/dist/icons/components/CheckIcon.d.ts +3 -0
- package/dist/icons/components/ChecklistIcon.d.ts +3 -0
- package/dist/icons/components/ChecklistRtlIcon.d.ts +3 -0
- package/dist/icons/components/CheckroomIcon.d.ts +3 -0
- package/dist/icons/components/ChevronLeftIcon.d.ts +3 -0
- package/dist/icons/components/ChevronRightIcon.d.ts +3 -0
- package/dist/icons/components/ChildCareIcon.d.ts +3 -0
- package/dist/icons/components/ChildFriendlyIcon.d.ts +3 -0
- package/dist/icons/components/ChromeReaderModeIcon.d.ts +3 -0
- package/dist/icons/components/ChurchIcon.d.ts +3 -0
- package/dist/icons/components/CircleIcon.d.ts +3 -0
- package/dist/icons/components/CircleNotificationsIcon.d.ts +3 -0
- package/dist/icons/components/ClassIcon.d.ts +3 -0
- package/dist/icons/components/CleanHandsIcon.d.ts +3 -0
- package/dist/icons/components/CleaningServicesIcon.d.ts +3 -0
- package/dist/icons/components/ClearAllIcon.d.ts +3 -0
- package/dist/icons/components/ClearIcon.d.ts +3 -0
- package/dist/icons/components/CloseFullscreenIcon.d.ts +3 -0
- package/dist/icons/components/CloseIcon.d.ts +3 -0
- package/dist/icons/components/ClosedCaptionDisabledIcon.d.ts +3 -0
- package/dist/icons/components/ClosedCaptionIcon.d.ts +3 -0
- package/dist/icons/components/ClosedCaptionOffIcon.d.ts +3 -0
- package/dist/icons/components/CloudCircleIcon.d.ts +3 -0
- package/dist/icons/components/CloudDoneIcon.d.ts +3 -0
- package/dist/icons/components/CloudDownloadIcon.d.ts +3 -0
- package/dist/icons/components/CloudIcon.d.ts +3 -0
- package/dist/icons/components/CloudOffIcon.d.ts +3 -0
- package/dist/icons/components/CloudQueueIcon.d.ts +3 -0
- package/dist/icons/components/CloudSyncIcon.d.ts +3 -0
- package/dist/icons/components/CloudUploadIcon.d.ts +3 -0
- package/dist/icons/components/Co2Icon.d.ts +3 -0
- package/dist/icons/components/CoPresentIcon.d.ts +3 -0
- package/dist/icons/components/CodeIcon.d.ts +3 -0
- package/dist/icons/components/CodeOffIcon.d.ts +3 -0
- package/dist/icons/components/CoffeeIcon.d.ts +3 -0
- package/dist/icons/components/CoffeeMakerIcon.d.ts +3 -0
- package/dist/icons/components/CollectionsBookmarkIcon.d.ts +3 -0
- package/dist/icons/components/CollectionsIcon.d.ts +3 -0
- package/dist/icons/components/ColorLensIcon.d.ts +3 -0
- package/dist/icons/components/ColorizeIcon.d.ts +3 -0
- package/dist/icons/components/CommentBankIcon.d.ts +3 -0
- package/dist/icons/components/CommentIcon.d.ts +3 -0
- package/dist/icons/components/CommentsDisabledIcon.d.ts +3 -0
- package/dist/icons/components/CommitIcon.d.ts +3 -0
- package/dist/icons/components/CommuteIcon.d.ts +3 -0
- package/dist/icons/components/CompareArrowsIcon.d.ts +3 -0
- package/dist/icons/components/CompareIcon.d.ts +3 -0
- package/dist/icons/components/CompassCalibrationIcon.d.ts +3 -0
- package/dist/icons/components/CompostIcon.d.ts +3 -0
- package/dist/icons/components/CompressIcon.d.ts +3 -0
- package/dist/icons/components/ComputerIcon.d.ts +3 -0
- package/dist/icons/components/ConfirmationNumberIcon.d.ts +3 -0
- package/dist/icons/components/ConnectWithoutContactIcon.d.ts +3 -0
- package/dist/icons/components/ConnectedTvIcon.d.ts +3 -0
- package/dist/icons/components/ConnectingAirportsIcon.d.ts +3 -0
- package/dist/icons/components/ConstructionIcon.d.ts +3 -0
- package/dist/icons/components/ContactEmergencyIcon.d.ts +3 -0
- package/dist/icons/components/ContactMailIcon.d.ts +3 -0
- package/dist/icons/components/ContactPageIcon.d.ts +3 -0
- package/dist/icons/components/ContactPhoneIcon.d.ts +3 -0
- package/dist/icons/components/ContactSupportIcon.d.ts +3 -0
- package/dist/icons/components/ContactlessIcon.d.ts +3 -0
- package/dist/icons/components/ContactsIcon.d.ts +3 -0
- package/dist/icons/components/ContentCopyIcon.d.ts +3 -0
- package/dist/icons/components/ContentCutIcon.d.ts +3 -0
- package/dist/icons/components/ContentPasteGoIcon.d.ts +3 -0
- package/dist/icons/components/ContentPasteIcon.d.ts +3 -0
- package/dist/icons/components/ContentPasteOffIcon.d.ts +3 -0
- package/dist/icons/components/ContentPasteSearchIcon.d.ts +3 -0
- package/dist/icons/components/ContrastIcon.d.ts +3 -0
- package/dist/icons/components/ControlCameraIcon.d.ts +3 -0
- package/dist/icons/components/ControlPointDuplicateIcon.d.ts +3 -0
- package/dist/icons/components/ControlPointIcon.d.ts +3 -0
- package/dist/icons/components/CookieIcon.d.ts +3 -0
- package/dist/icons/components/CopyAllIcon.d.ts +3 -0
- package/dist/icons/components/CopyrightIcon.d.ts +3 -0
- package/dist/icons/components/CoronavirusIcon.d.ts +3 -0
- package/dist/icons/components/CorporateFareIcon.d.ts +3 -0
- package/dist/icons/components/CottageIcon.d.ts +3 -0
- package/dist/icons/components/CountertopsIcon.d.ts +3 -0
- package/dist/icons/components/CreateIcon.d.ts +3 -0
- package/dist/icons/components/CreateNewFolderIcon.d.ts +3 -0
- package/dist/icons/components/CreditCardIcon.d.ts +3 -0
- package/dist/icons/components/CreditCardOffIcon.d.ts +3 -0
- package/dist/icons/components/CreditScoreIcon.d.ts +3 -0
- package/dist/icons/components/CribIcon.d.ts +3 -0
- package/dist/icons/components/CrisisAlertIcon.d.ts +3 -0
- package/dist/icons/components/Crop169Icon.d.ts +3 -0
- package/dist/icons/components/Crop32Icon.d.ts +3 -0
- package/dist/icons/components/Crop54Icon.d.ts +3 -0
- package/dist/icons/components/Crop75Icon.d.ts +3 -0
- package/dist/icons/components/CropDinIcon.d.ts +3 -0
- package/dist/icons/components/CropFreeIcon.d.ts +3 -0
- package/dist/icons/components/CropIcon.d.ts +3 -0
- package/dist/icons/components/CropLandscapeIcon.d.ts +3 -0
- package/dist/icons/components/CropOriginalIcon.d.ts +3 -0
- package/dist/icons/components/CropPortraitIcon.d.ts +3 -0
- package/dist/icons/components/CropRotateIcon.d.ts +3 -0
- package/dist/icons/components/CropSquareIcon.d.ts +3 -0
- package/dist/icons/components/CrueltyFreeIcon.d.ts +3 -0
- package/dist/icons/components/CssIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyBitcoinIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyExchangeIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyFrancIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyLiraIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyPoundIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyRubleIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyRupeeIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyYenIcon.d.ts +3 -0
- package/dist/icons/components/CurrencyYuanIcon.d.ts +3 -0
- package/dist/icons/components/CurtainsClosedIcon.d.ts +3 -0
- package/dist/icons/components/CurtainsIcon.d.ts +3 -0
- package/dist/icons/components/CycloneIcon.d.ts +3 -0
- package/dist/icons/components/DangerousIcon.d.ts +3 -0
- package/dist/icons/components/DarkModeIcon.d.ts +3 -0
- package/dist/icons/components/DashboardCustomizeIcon.d.ts +3 -0
- package/dist/icons/components/DashboardIcon.d.ts +3 -0
- package/dist/icons/components/DataArrayIcon.d.ts +3 -0
- package/dist/icons/components/DataExplorationIcon.d.ts +3 -0
- package/dist/icons/components/DataObjectIcon.d.ts +3 -0
- package/dist/icons/components/DataSaverOffIcon.d.ts +3 -0
- package/dist/icons/components/DataSaverOnIcon.d.ts +3 -0
- package/dist/icons/components/DataThresholdingIcon.d.ts +3 -0
- package/dist/icons/components/DataUsageIcon.d.ts +3 -0
- package/dist/icons/components/DatasetIcon.d.ts +3 -0
- package/dist/icons/components/DatasetLinkedIcon.d.ts +3 -0
- package/dist/icons/components/DateRangeIcon.d.ts +3 -0
- package/dist/icons/components/DeblurIcon.d.ts +3 -0
- package/dist/icons/components/DeckIcon.d.ts +3 -0
- package/dist/icons/components/DehazeIcon.d.ts +3 -0
- package/dist/icons/components/DeleteForeverIcon.d.ts +3 -0
- package/dist/icons/components/DeleteIcon.d.ts +3 -0
- package/dist/icons/components/DeleteOutlineIcon.d.ts +3 -0
- package/dist/icons/components/DeleteSweepIcon.d.ts +3 -0
- package/dist/icons/components/DeliveryDiningIcon.d.ts +3 -0
- package/dist/icons/components/DensityLargeIcon.d.ts +3 -0
- package/dist/icons/components/DensityMediumIcon.d.ts +3 -0
- package/dist/icons/components/DensitySmallIcon.d.ts +3 -0
- package/dist/icons/components/DepartureBoardIcon.d.ts +3 -0
- package/dist/icons/components/DescriptionIcon.d.ts +3 -0
- package/dist/icons/components/DeselectIcon.d.ts +3 -0
- package/dist/icons/components/DesignServicesIcon.d.ts +3 -0
- package/dist/icons/components/DeskIcon.d.ts +3 -0
- package/dist/icons/components/DesktopAccessDisabledIcon.d.ts +3 -0
- package/dist/icons/components/DesktopMacIcon.d.ts +3 -0
- package/dist/icons/components/DesktopWindowsIcon.d.ts +3 -0
- package/dist/icons/components/DetailsIcon.d.ts +3 -0
- package/dist/icons/components/DeveloperBoardIcon.d.ts +3 -0
- package/dist/icons/components/DeveloperBoardOffIcon.d.ts +3 -0
- package/dist/icons/components/DeveloperModeIcon.d.ts +3 -0
- package/dist/icons/components/DeviceHubIcon.d.ts +3 -0
- package/dist/icons/components/DeviceThermostatIcon.d.ts +3 -0
- package/dist/icons/components/DeviceUnknownIcon.d.ts +3 -0
- package/dist/icons/components/DevicesFoldIcon.d.ts +3 -0
- package/dist/icons/components/DevicesIcon.d.ts +3 -0
- package/dist/icons/components/DevicesOtherIcon.d.ts +3 -0
- package/dist/icons/components/DialerSipIcon.d.ts +3 -0
- package/dist/icons/components/DialpadIcon.d.ts +3 -0
- package/dist/icons/components/DiamondIcon.d.ts +3 -0
- package/dist/icons/components/DifferenceIcon.d.ts +3 -0
- package/dist/icons/components/DiningIcon.d.ts +3 -0
- package/dist/icons/components/DinnerDiningIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsBikeIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsBoatFilledIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsBoatIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsBusFilledIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsBusIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsCarFilledIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsCarIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsOffIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsRailwayFilledIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsRailwayIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsRunIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsSubwayFilledIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsSubwayIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsTransitFilledIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsTransitIcon.d.ts +3 -0
- package/dist/icons/components/DirectionsWalkIcon.d.ts +3 -0
- package/dist/icons/components/DirtyLensIcon.d.ts +3 -0
- package/dist/icons/components/DisabledByDefaultIcon.d.ts +3 -0
- package/dist/icons/components/DisabledVisibleIcon.d.ts +3 -0
- package/dist/icons/components/DiscFullIcon.d.ts +3 -0
- package/dist/icons/components/DiscountIcon.d.ts +3 -0
- package/dist/icons/components/DisplaySettingsIcon.d.ts +3 -0
- package/dist/icons/components/Diversity1Icon.d.ts +3 -0
- package/dist/icons/components/Diversity2Icon.d.ts +3 -0
- package/dist/icons/components/Diversity3Icon.d.ts +3 -0
- package/dist/icons/components/DnsIcon.d.ts +3 -0
- package/dist/icons/components/DoDisturbAltIcon.d.ts +3 -0
- package/dist/icons/components/DoDisturbIcon.d.ts +3 -0
- package/dist/icons/components/DoDisturbOffIcon.d.ts +3 -0
- package/dist/icons/components/DoDisturbOnIcon.d.ts +3 -0
- package/dist/icons/components/DoNotDisturbAltIcon.d.ts +3 -0
- package/dist/icons/components/DoNotDisturbIcon.d.ts +3 -0
- package/dist/icons/components/DoNotDisturbOffIcon.d.ts +3 -0
- package/dist/icons/components/DoNotDisturbOnIcon.d.ts +3 -0
- package/dist/icons/components/DoNotDisturbOnTotalSilenceIcon.d.ts +3 -0
- package/dist/icons/components/DoNotStepIcon.d.ts +3 -0
- package/dist/icons/components/DoNotTouchIcon.d.ts +3 -0
- package/dist/icons/components/DockIcon.d.ts +3 -0
- package/dist/icons/components/DocumentScannerIcon.d.ts +3 -0
- package/dist/icons/components/DomainAddIcon.d.ts +3 -0
- package/dist/icons/components/DomainDisabledIcon.d.ts +3 -0
- package/dist/icons/components/DomainIcon.d.ts +3 -0
- package/dist/icons/components/DomainVerificationIcon.d.ts +3 -0
- package/dist/icons/components/DoneAllIcon.d.ts +3 -0
- package/dist/icons/components/DoneIcon.d.ts +3 -0
- package/dist/icons/components/DoneOutlineIcon.d.ts +3 -0
- package/dist/icons/components/DonutLargeIcon.d.ts +3 -0
- package/dist/icons/components/DonutSmallIcon.d.ts +3 -0
- package/dist/icons/components/DoorBackIcon.d.ts +3 -0
- package/dist/icons/components/DoorFrontIcon.d.ts +3 -0
- package/dist/icons/components/DoorSlidingIcon.d.ts +3 -0
- package/dist/icons/components/DoorbellIcon.d.ts +3 -0
- package/dist/icons/components/DoubleArrowIcon.d.ts +3 -0
- package/dist/icons/components/DownhillSkiingIcon.d.ts +3 -0
- package/dist/icons/components/DownloadDoneIcon.d.ts +3 -0
- package/dist/icons/components/DownloadForOfflineIcon.d.ts +3 -0
- package/dist/icons/components/DownloadIcon.d.ts +3 -0
- package/dist/icons/components/DownloadingIcon.d.ts +3 -0
- package/dist/icons/components/DraftsIcon.d.ts +3 -0
- package/dist/icons/components/DragHandleIcon.d.ts +3 -0
- package/dist/icons/components/DragIndicatorIcon.d.ts +3 -0
- package/dist/icons/components/DrawIcon.d.ts +3 -0
- package/dist/icons/components/DriveEtaIcon.d.ts +3 -0
- package/dist/icons/components/DriveFileMoveIcon.d.ts +3 -0
- package/dist/icons/components/DriveFileMoveRtlIcon.d.ts +3 -0
- package/dist/icons/components/DriveFileRenameOutlineIcon.d.ts +3 -0
- package/dist/icons/components/DriveFolderUploadIcon.d.ts +3 -0
- package/dist/icons/components/DryCleaningIcon.d.ts +3 -0
- package/dist/icons/components/DryIcon.d.ts +3 -0
- package/dist/icons/components/DuoIcon.d.ts +3 -0
- package/dist/icons/components/DvrIcon.d.ts +3 -0
- package/dist/icons/components/DynamicFeedIcon.d.ts +3 -0
- package/dist/icons/components/DynamicFormIcon.d.ts +3 -0
- package/dist/icons/components/EMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/EarbudsBatteryIcon.d.ts +3 -0
- package/dist/icons/components/EarbudsIcon.d.ts +3 -0
- package/dist/icons/components/EastIcon.d.ts +3 -0
- package/dist/icons/components/EdgesensorHighIcon.d.ts +3 -0
- package/dist/icons/components/EdgesensorLowIcon.d.ts +3 -0
- package/dist/icons/components/EditAttributesIcon.d.ts +3 -0
- package/dist/icons/components/EditCalendarIcon.d.ts +3 -0
- package/dist/icons/components/EditIcon.d.ts +3 -0
- package/dist/icons/components/EditLocationAltIcon.d.ts +3 -0
- package/dist/icons/components/EditLocationIcon.d.ts +3 -0
- package/dist/icons/components/EditNoteIcon.d.ts +3 -0
- package/dist/icons/components/EditNotificationsIcon.d.ts +3 -0
- package/dist/icons/components/EditOffIcon.d.ts +3 -0
- package/dist/icons/components/EditRoadIcon.d.ts +3 -0
- package/dist/icons/components/EggAltIcon.d.ts +3 -0
- package/dist/icons/components/EggIcon.d.ts +3 -0
- package/dist/icons/components/EjectIcon.d.ts +3 -0
- package/dist/icons/components/ElderlyIcon.d.ts +3 -0
- package/dist/icons/components/ElderlyWomanIcon.d.ts +3 -0
- package/dist/icons/components/ElectricBikeIcon.d.ts +3 -0
- package/dist/icons/components/ElectricBoltIcon.d.ts +3 -0
- package/dist/icons/components/ElectricCarIcon.d.ts +3 -0
- package/dist/icons/components/ElectricMeterIcon.d.ts +3 -0
- package/dist/icons/components/ElectricMopedIcon.d.ts +3 -0
- package/dist/icons/components/ElectricRickshawIcon.d.ts +3 -0
- package/dist/icons/components/ElectricScooterIcon.d.ts +3 -0
- package/dist/icons/components/ElectricalServicesIcon.d.ts +3 -0
- package/dist/icons/components/ElevatorIcon.d.ts +3 -0
- package/dist/icons/components/EmailIcon.d.ts +3 -0
- package/dist/icons/components/EmergencyIcon.d.ts +3 -0
- package/dist/icons/components/EmergencyRecordingIcon.d.ts +3 -0
- package/dist/icons/components/EmergencyShareIcon.d.ts +3 -0
- package/dist/icons/components/EmojiEmotionsIcon.d.ts +3 -0
- package/dist/icons/components/EmojiEventsIcon.d.ts +3 -0
- package/dist/icons/components/EmojiFoodBeverageIcon.d.ts +3 -0
- package/dist/icons/components/EmojiNatureIcon.d.ts +3 -0
- package/dist/icons/components/EmojiObjectsIcon.d.ts +3 -0
- package/dist/icons/components/EmojiPeopleIcon.d.ts +3 -0
- package/dist/icons/components/EmojiSymbolsIcon.d.ts +3 -0
- package/dist/icons/components/EmojiTransportationIcon.d.ts +3 -0
- package/dist/icons/components/EnergySavingsLeafIcon.d.ts +3 -0
- package/dist/icons/components/EngineeringIcon.d.ts +3 -0
- package/dist/icons/components/EnhancedEncryptionIcon.d.ts +3 -0
- package/dist/icons/components/EqualizerIcon.d.ts +3 -0
- package/dist/icons/components/ErrorIcon.d.ts +3 -0
- package/dist/icons/components/ErrorOutlineIcon.d.ts +3 -0
- package/dist/icons/components/EscalatorIcon.d.ts +3 -0
- package/dist/icons/components/EscalatorWarningIcon.d.ts +3 -0
- package/dist/icons/components/EuroIcon.d.ts +3 -0
- package/dist/icons/components/EuroSymbolIcon.d.ts +3 -0
- package/dist/icons/components/EvStationIcon.d.ts +3 -0
- package/dist/icons/components/EventAvailableIcon.d.ts +3 -0
- package/dist/icons/components/EventBusyIcon.d.ts +3 -0
- package/dist/icons/components/EventIcon.d.ts +3 -0
- package/dist/icons/components/EventNoteIcon.d.ts +3 -0
- package/dist/icons/components/EventRepeatIcon.d.ts +3 -0
- package/dist/icons/components/EventSeatIcon.d.ts +3 -0
- package/dist/icons/components/ExitToAppIcon.d.ts +3 -0
- package/dist/icons/components/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/icons/components/ExpandIcon.d.ts +3 -0
- package/dist/icons/components/ExpandLessIcon.d.ts +3 -0
- package/dist/icons/components/ExpandMoreIcon.d.ts +3 -0
- package/dist/icons/components/ExplicitIcon.d.ts +3 -0
- package/dist/icons/components/ExploreIcon.d.ts +3 -0
- package/dist/icons/components/ExploreOffIcon.d.ts +3 -0
- package/dist/icons/components/ExposureIcon.d.ts +3 -0
- package/dist/icons/components/ExposureNeg1Icon.d.ts +3 -0
- package/dist/icons/components/ExposureNeg2Icon.d.ts +3 -0
- package/dist/icons/components/ExposurePlus1Icon.d.ts +3 -0
- package/dist/icons/components/ExposurePlus2Icon.d.ts +3 -0
- package/dist/icons/components/ExposureZeroIcon.d.ts +3 -0
- package/dist/icons/components/ExtensionIcon.d.ts +3 -0
- package/dist/icons/components/ExtensionOffIcon.d.ts +3 -0
- package/dist/icons/components/Face2Icon.d.ts +3 -0
- package/dist/icons/components/Face3Icon.d.ts +3 -0
- package/dist/icons/components/Face4Icon.d.ts +3 -0
- package/dist/icons/components/Face5Icon.d.ts +3 -0
- package/dist/icons/components/Face6Icon.d.ts +3 -0
- package/dist/icons/components/FaceIcon.d.ts +3 -0
- package/dist/icons/components/FaceRetouchingNaturalIcon.d.ts +3 -0
- package/dist/icons/components/FaceRetouchingOffIcon.d.ts +3 -0
- package/dist/icons/components/FactCheckIcon.d.ts +3 -0
- package/dist/icons/components/FactoryIcon.d.ts +3 -0
- package/dist/icons/components/FamilyRestroomIcon.d.ts +3 -0
- package/dist/icons/components/FastForwardIcon.d.ts +3 -0
- package/dist/icons/components/FastRewindIcon.d.ts +3 -0
- package/dist/icons/components/FastfoodIcon.d.ts +3 -0
- package/dist/icons/components/FavoriteBorderIcon.d.ts +3 -0
- package/dist/icons/components/FavoriteIcon.d.ts +3 -0
- package/dist/icons/components/FaxIcon.d.ts +3 -0
- package/dist/icons/components/FeaturedPlayListIcon.d.ts +3 -0
- package/dist/icons/components/FeaturedVideoIcon.d.ts +3 -0
- package/dist/icons/components/FeedIcon.d.ts +3 -0
- package/dist/icons/components/FeedbackIcon.d.ts +3 -0
- package/dist/icons/components/FemaleIcon.d.ts +3 -0
- package/dist/icons/components/FenceIcon.d.ts +3 -0
- package/dist/icons/components/FestivalIcon.d.ts +3 -0
- package/dist/icons/components/FiberDvrIcon.d.ts +3 -0
- package/dist/icons/components/FiberManualRecordIcon.d.ts +3 -0
- package/dist/icons/components/FiberNewIcon.d.ts +3 -0
- package/dist/icons/components/FiberPinIcon.d.ts +3 -0
- package/dist/icons/components/FiberSmartRecordIcon.d.ts +3 -0
- package/dist/icons/components/FileCopyIcon.d.ts +3 -0
- package/dist/icons/components/FileDownloadDoneIcon.d.ts +3 -0
- package/dist/icons/components/FileDownloadIcon.d.ts +3 -0
- package/dist/icons/components/FileDownloadOffIcon.d.ts +3 -0
- package/dist/icons/components/FileOpenIcon.d.ts +3 -0
- package/dist/icons/components/FilePresentIcon.d.ts +3 -0
- package/dist/icons/components/FileUploadIcon.d.ts +3 -0
- package/dist/icons/components/Filter1Icon.d.ts +3 -0
- package/dist/icons/components/Filter2Icon.d.ts +3 -0
- package/dist/icons/components/Filter3Icon.d.ts +3 -0
- package/dist/icons/components/Filter4Icon.d.ts +3 -0
- package/dist/icons/components/Filter5Icon.d.ts +3 -0
- package/dist/icons/components/Filter6Icon.d.ts +3 -0
- package/dist/icons/components/Filter7Icon.d.ts +3 -0
- package/dist/icons/components/Filter8Icon.d.ts +3 -0
- package/dist/icons/components/Filter9Icon.d.ts +3 -0
- package/dist/icons/components/Filter9PlusIcon.d.ts +3 -0
- package/dist/icons/components/FilterAltIcon.d.ts +3 -0
- package/dist/icons/components/FilterAltOffIcon.d.ts +3 -0
- package/dist/icons/components/FilterBAndWIcon.d.ts +3 -0
- package/dist/icons/components/FilterCenterFocusIcon.d.ts +3 -0
- package/dist/icons/components/FilterDramaIcon.d.ts +3 -0
- package/dist/icons/components/FilterFramesIcon.d.ts +3 -0
- package/dist/icons/components/FilterHdrIcon.d.ts +3 -0
- package/dist/icons/components/FilterIcon.d.ts +3 -0
- package/dist/icons/components/FilterListIcon.d.ts +3 -0
- package/dist/icons/components/FilterListOffIcon.d.ts +3 -0
- package/dist/icons/components/FilterNoneIcon.d.ts +3 -0
- package/dist/icons/components/FilterTiltShiftIcon.d.ts +3 -0
- package/dist/icons/components/FilterVintageIcon.d.ts +3 -0
- package/dist/icons/components/FindInPageIcon.d.ts +3 -0
- package/dist/icons/components/FindReplaceIcon.d.ts +3 -0
- package/dist/icons/components/FingerprintIcon.d.ts +3 -0
- package/dist/icons/components/FireExtinguisherIcon.d.ts +3 -0
- package/dist/icons/components/FireHydrantAltIcon.d.ts +3 -0
- package/dist/icons/components/FireTruckIcon.d.ts +3 -0
- package/dist/icons/components/FireplaceIcon.d.ts +3 -0
- package/dist/icons/components/FirstPageIcon.d.ts +3 -0
- package/dist/icons/components/FitScreenIcon.d.ts +3 -0
- package/dist/icons/components/FitbitIcon.d.ts +3 -0
- package/dist/icons/components/FitnessCenterIcon.d.ts +3 -0
- package/dist/icons/components/FlagCircleIcon.d.ts +3 -0
- package/dist/icons/components/FlagIcon.d.ts +3 -0
- package/dist/icons/components/FlakyIcon.d.ts +3 -0
- package/dist/icons/components/FlareIcon.d.ts +3 -0
- package/dist/icons/components/FlashAutoIcon.d.ts +3 -0
- package/dist/icons/components/FlashOffIcon.d.ts +3 -0
- package/dist/icons/components/FlashOnIcon.d.ts +3 -0
- package/dist/icons/components/FlashlightOffIcon.d.ts +3 -0
- package/dist/icons/components/FlashlightOnIcon.d.ts +3 -0
- package/dist/icons/components/FlatwareIcon.d.ts +3 -0
- package/dist/icons/components/FlightClassIcon.d.ts +3 -0
- package/dist/icons/components/FlightIcon.d.ts +3 -0
- package/dist/icons/components/FlightLandIcon.d.ts +3 -0
- package/dist/icons/components/FlightTakeoffIcon.d.ts +3 -0
- package/dist/icons/components/FlipCameraAndroidIcon.d.ts +3 -0
- package/dist/icons/components/FlipCameraIosIcon.d.ts +3 -0
- package/dist/icons/components/FlipIcon.d.ts +3 -0
- package/dist/icons/components/FlipToBackIcon.d.ts +3 -0
- package/dist/icons/components/FlipToFrontIcon.d.ts +3 -0
- package/dist/icons/components/FloodIcon.d.ts +3 -0
- package/dist/icons/components/FluorescentIcon.d.ts +3 -0
- package/dist/icons/components/FlutterDashIcon.d.ts +3 -0
- package/dist/icons/components/FmdBadIcon.d.ts +3 -0
- package/dist/icons/components/FmdGoodIcon.d.ts +3 -0
- package/dist/icons/components/FolderCopyIcon.d.ts +3 -0
- package/dist/icons/components/FolderDeleteIcon.d.ts +3 -0
- package/dist/icons/components/FolderIcon.d.ts +3 -0
- package/dist/icons/components/FolderOffIcon.d.ts +3 -0
- package/dist/icons/components/FolderOpenIcon.d.ts +3 -0
- package/dist/icons/components/FolderSharedIcon.d.ts +3 -0
- package/dist/icons/components/FolderSpecialIcon.d.ts +3 -0
- package/dist/icons/components/FolderZipIcon.d.ts +3 -0
- package/dist/icons/components/FollowTheSignsIcon.d.ts +3 -0
- package/dist/icons/components/FontDownloadIcon.d.ts +3 -0
- package/dist/icons/components/FontDownloadOffIcon.d.ts +3 -0
- package/dist/icons/components/FoodBankIcon.d.ts +3 -0
- package/dist/icons/components/ForestIcon.d.ts +3 -0
- package/dist/icons/components/ForkLeftIcon.d.ts +3 -0
- package/dist/icons/components/ForkRightIcon.d.ts +3 -0
- package/dist/icons/components/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/icons/components/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/icons/components/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/icons/components/FormatAlignRightIcon.d.ts +3 -0
- package/dist/icons/components/FormatBoldIcon.d.ts +3 -0
- package/dist/icons/components/FormatClearIcon.d.ts +3 -0
- package/dist/icons/components/FormatColorFillIcon.d.ts +3 -0
- package/dist/icons/components/FormatColorResetIcon.d.ts +3 -0
- package/dist/icons/components/FormatColorTextIcon.d.ts +3 -0
- package/dist/icons/components/FormatIndentDecreaseIcon.d.ts +3 -0
- package/dist/icons/components/FormatIndentIncreaseIcon.d.ts +3 -0
- package/dist/icons/components/FormatItalicIcon.d.ts +3 -0
- package/dist/icons/components/FormatLineSpacingIcon.d.ts +3 -0
- package/dist/icons/components/FormatListBulletedIcon.d.ts +3 -0
- package/dist/icons/components/FormatListNumberedIcon.d.ts +3 -0
- package/dist/icons/components/FormatListNumberedRtlIcon.d.ts +3 -0
- package/dist/icons/components/FormatOverlineIcon.d.ts +3 -0
- package/dist/icons/components/FormatPaintIcon.d.ts +3 -0
- package/dist/icons/components/FormatQuoteIcon.d.ts +3 -0
- package/dist/icons/components/FormatShapesIcon.d.ts +3 -0
- package/dist/icons/components/FormatSizeIcon.d.ts +3 -0
- package/dist/icons/components/FormatStrikethroughIcon.d.ts +3 -0
- package/dist/icons/components/FormatTextdirectionLToRIcon.d.ts +3 -0
- package/dist/icons/components/FormatTextdirectionRToLIcon.d.ts +3 -0
- package/dist/icons/components/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/icons/components/FortIcon.d.ts +3 -0
- package/dist/icons/components/ForumIcon.d.ts +3 -0
- package/dist/icons/components/Forward10Icon.d.ts +3 -0
- package/dist/icons/components/Forward30Icon.d.ts +3 -0
- package/dist/icons/components/Forward5Icon.d.ts +3 -0
- package/dist/icons/components/ForwardIcon.d.ts +3 -0
- package/dist/icons/components/ForwardToInboxIcon.d.ts +3 -0
- package/dist/icons/components/FoundationIcon.d.ts +3 -0
- package/dist/icons/components/FreeBreakfastIcon.d.ts +3 -0
- package/dist/icons/components/FreeCancellationIcon.d.ts +3 -0
- package/dist/icons/components/FrontHandIcon.d.ts +3 -0
- package/dist/icons/components/FullscreenExitIcon.d.ts +3 -0
- package/dist/icons/components/FullscreenIcon.d.ts +3 -0
- package/dist/icons/components/FunctionsIcon.d.ts +3 -0
- package/dist/icons/components/GMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/GTranslateIcon.d.ts +3 -0
- package/dist/icons/components/GamepadIcon.d.ts +3 -0
- package/dist/icons/components/GamesIcon.d.ts +3 -0
- package/dist/icons/components/GarageIcon.d.ts +3 -0
- package/dist/icons/components/GasMeterIcon.d.ts +3 -0
- package/dist/icons/components/GavelIcon.d.ts +3 -0
- package/dist/icons/components/GeneratingTokensIcon.d.ts +3 -0
- package/dist/icons/components/GestureIcon.d.ts +3 -0
- package/dist/icons/components/GetAppIcon.d.ts +3 -0
- package/dist/icons/components/GifBoxIcon.d.ts +3 -0
- package/dist/icons/components/GifIcon.d.ts +3 -0
- package/dist/icons/components/GirlIcon.d.ts +3 -0
- package/dist/icons/components/GiteIcon.d.ts +3 -0
- package/dist/icons/components/GolfCourseIcon.d.ts +3 -0
- package/dist/icons/components/GppBadIcon.d.ts +3 -0
- package/dist/icons/components/GppGoodIcon.d.ts +3 -0
- package/dist/icons/components/GppMaybeIcon.d.ts +3 -0
- package/dist/icons/components/GpsFixedIcon.d.ts +3 -0
- package/dist/icons/components/GpsNotFixedIcon.d.ts +3 -0
- package/dist/icons/components/GpsOffIcon.d.ts +3 -0
- package/dist/icons/components/GradeIcon.d.ts +3 -0
- package/dist/icons/components/GradientIcon.d.ts +3 -0
- package/dist/icons/components/GradingIcon.d.ts +3 -0
- package/dist/icons/components/GrainIcon.d.ts +3 -0
- package/dist/icons/components/GraphicEqIcon.d.ts +3 -0
- package/dist/icons/components/GrassIcon.d.ts +3 -0
- package/dist/icons/components/Grid3x3Icon.d.ts +3 -0
- package/dist/icons/components/Grid4x4Icon.d.ts +3 -0
- package/dist/icons/components/GridGoldenratioIcon.d.ts +3 -0
- package/dist/icons/components/GridOffIcon.d.ts +3 -0
- package/dist/icons/components/GridOnIcon.d.ts +3 -0
- package/dist/icons/components/GridViewIcon.d.ts +3 -0
- package/dist/icons/components/GroupAddIcon.d.ts +3 -0
- package/dist/icons/components/GroupIcon.d.ts +3 -0
- package/dist/icons/components/GroupOffIcon.d.ts +3 -0
- package/dist/icons/components/GroupRemoveIcon.d.ts +3 -0
- package/dist/icons/components/GroupWorkIcon.d.ts +3 -0
- package/dist/icons/components/Groups2Icon.d.ts +3 -0
- package/dist/icons/components/Groups3Icon.d.ts +3 -0
- package/dist/icons/components/GroupsIcon.d.ts +3 -0
- package/dist/icons/components/HMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/HPlusMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/HailIcon.d.ts +3 -0
- package/dist/icons/components/HandshakeIcon.d.ts +3 -0
- package/dist/icons/components/HandymanIcon.d.ts +3 -0
- package/dist/icons/components/HardwareIcon.d.ts +3 -0
- package/dist/icons/components/HdIcon.d.ts +3 -0
- package/dist/icons/components/HdrAutoIcon.d.ts +3 -0
- package/dist/icons/components/HdrAutoSelectIcon.d.ts +3 -0
- package/dist/icons/components/HdrEnhancedSelectIcon.d.ts +3 -0
- package/dist/icons/components/HdrOffIcon.d.ts +3 -0
- package/dist/icons/components/HdrOffSelectIcon.d.ts +3 -0
- package/dist/icons/components/HdrOnIcon.d.ts +3 -0
- package/dist/icons/components/HdrOnSelectIcon.d.ts +3 -0
- package/dist/icons/components/HdrPlusIcon.d.ts +3 -0
- package/dist/icons/components/HdrStrongIcon.d.ts +3 -0
- package/dist/icons/components/HdrWeakIcon.d.ts +3 -0
- package/dist/icons/components/HeadphonesBatteryIcon.d.ts +3 -0
- package/dist/icons/components/HeadphonesIcon.d.ts +3 -0
- package/dist/icons/components/HeadsetIcon.d.ts +3 -0
- package/dist/icons/components/HeadsetMicIcon.d.ts +3 -0
- package/dist/icons/components/HeadsetOffIcon.d.ts +3 -0
- package/dist/icons/components/HealingIcon.d.ts +3 -0
- package/dist/icons/components/HealthAndSafetyIcon.d.ts +3 -0
- package/dist/icons/components/HearingDisabledIcon.d.ts +3 -0
- package/dist/icons/components/HearingIcon.d.ts +3 -0
- package/dist/icons/components/HeartBrokenIcon.d.ts +3 -0
- package/dist/icons/components/HeatPumpIcon.d.ts +3 -0
- package/dist/icons/components/HeightIcon.d.ts +3 -0
- package/dist/icons/components/HelpCenterIcon.d.ts +3 -0
- package/dist/icons/components/HelpIcon.d.ts +3 -0
- package/dist/icons/components/HelpOutlineIcon.d.ts +3 -0
- package/dist/icons/components/HevcIcon.d.ts +3 -0
- package/dist/icons/components/HexagonIcon.d.ts +3 -0
- package/dist/icons/components/HideImageIcon.d.ts +3 -0
- package/dist/icons/components/HideSourceIcon.d.ts +3 -0
- package/dist/icons/components/HighQualityIcon.d.ts +3 -0
- package/dist/icons/components/HighlightAltIcon.d.ts +3 -0
- package/dist/icons/components/HighlightIcon.d.ts +3 -0
- package/dist/icons/components/HighlightOffIcon.d.ts +3 -0
- package/dist/icons/components/HikingIcon.d.ts +3 -0
- package/dist/icons/components/HistoryEduIcon.d.ts +3 -0
- package/dist/icons/components/HistoryIcon.d.ts +3 -0
- package/dist/icons/components/HistoryToggleOffIcon.d.ts +3 -0
- package/dist/icons/components/HiveIcon.d.ts +3 -0
- package/dist/icons/components/HlsIcon.d.ts +3 -0
- package/dist/icons/components/HlsOffIcon.d.ts +3 -0
- package/dist/icons/components/HolidayVillageIcon.d.ts +3 -0
- package/dist/icons/components/HomeIcon.d.ts +3 -0
- package/dist/icons/components/HomeMaxIcon.d.ts +3 -0
- package/dist/icons/components/HomeMiniIcon.d.ts +3 -0
- package/dist/icons/components/HomeRepairServiceIcon.d.ts +3 -0
- package/dist/icons/components/HomeWorkIcon.d.ts +3 -0
- package/dist/icons/components/HorizontalDistributeIcon.d.ts +3 -0
- package/dist/icons/components/HorizontalRuleIcon.d.ts +3 -0
- package/dist/icons/components/HorizontalSplitIcon.d.ts +3 -0
- package/dist/icons/components/HotTubIcon.d.ts +3 -0
- package/dist/icons/components/HotelClassIcon.d.ts +3 -0
- package/dist/icons/components/HotelIcon.d.ts +3 -0
- package/dist/icons/components/HourglassBottomIcon.d.ts +3 -0
- package/dist/icons/components/HourglassDisabledIcon.d.ts +3 -0
- package/dist/icons/components/HourglassEmptyIcon.d.ts +3 -0
- package/dist/icons/components/HourglassFullIcon.d.ts +3 -0
- package/dist/icons/components/HourglassTopIcon.d.ts +3 -0
- package/dist/icons/components/HouseIcon.d.ts +3 -0
- package/dist/icons/components/HouseSidingIcon.d.ts +3 -0
- package/dist/icons/components/HouseboatIcon.d.ts +3 -0
- package/dist/icons/components/HowToRegIcon.d.ts +3 -0
- package/dist/icons/components/HowToVoteIcon.d.ts +3 -0
- package/dist/icons/components/HtmlIcon.d.ts +3 -0
- package/dist/icons/components/HttpIcon.d.ts +3 -0
- package/dist/icons/components/HttpsIcon.d.ts +3 -0
- package/dist/icons/components/HubIcon.d.ts +3 -0
- package/dist/icons/components/HvacIcon.d.ts +3 -0
- package/dist/icons/components/IceSkatingIcon.d.ts +3 -0
- package/dist/icons/components/IcecreamIcon.d.ts +3 -0
- package/dist/icons/components/ImageAspectRatioIcon.d.ts +3 -0
- package/dist/icons/components/ImageIcon.d.ts +3 -0
- package/dist/icons/components/ImageNotSupportedIcon.d.ts +3 -0
- package/dist/icons/components/ImageSearchIcon.d.ts +3 -0
- package/dist/icons/components/ImagesearchRollerIcon.d.ts +3 -0
- package/dist/icons/components/ImportContactsIcon.d.ts +3 -0
- package/dist/icons/components/ImportExportIcon.d.ts +3 -0
- package/dist/icons/components/ImportantDevicesIcon.d.ts +3 -0
- package/dist/icons/components/InboxIcon.d.ts +3 -0
- package/dist/icons/components/IncompleteCircleIcon.d.ts +3 -0
- package/dist/icons/components/IndeterminateCheckBoxIcon.d.ts +3 -0
- package/dist/icons/components/InfoIcon.d.ts +3 -0
- package/dist/icons/components/InputIcon.d.ts +3 -0
- package/dist/icons/components/InsertChartIcon.d.ts +3 -0
- package/dist/icons/components/InsertChartOutlinedIcon.d.ts +3 -0
- package/dist/icons/components/InsertCommentIcon.d.ts +3 -0
- package/dist/icons/components/InsertDriveFileIcon.d.ts +3 -0
- package/dist/icons/components/InsertEmoticonIcon.d.ts +3 -0
- package/dist/icons/components/InsertInvitationIcon.d.ts +3 -0
- package/dist/icons/components/InsertLinkIcon.d.ts +3 -0
- package/dist/icons/components/InsertPageBreakIcon.d.ts +3 -0
- package/dist/icons/components/InsertPhotoIcon.d.ts +3 -0
- package/dist/icons/components/InsightsIcon.d.ts +3 -0
- package/dist/icons/components/InstallDesktopIcon.d.ts +3 -0
- package/dist/icons/components/InstallMobileIcon.d.ts +3 -0
- package/dist/icons/components/IntegrationInstructionsIcon.d.ts +3 -0
- package/dist/icons/components/InterestsIcon.d.ts +3 -0
- package/dist/icons/components/InterpreterModeIcon.d.ts +3 -0
- package/dist/icons/components/Inventory2Icon.d.ts +3 -0
- package/dist/icons/components/InventoryIcon.d.ts +3 -0
- package/dist/icons/components/InvertColorsIcon.d.ts +3 -0
- package/dist/icons/components/InvertColorsOffIcon.d.ts +3 -0
- package/dist/icons/components/IosShareIcon.d.ts +3 -0
- package/dist/icons/components/IronIcon.d.ts +3 -0
- package/dist/icons/components/IsoIcon.d.ts +3 -0
- package/dist/icons/components/JavascriptIcon.d.ts +3 -0
- package/dist/icons/components/JoinFullIcon.d.ts +3 -0
- package/dist/icons/components/JoinInnerIcon.d.ts +3 -0
- package/dist/icons/components/JoinLeftIcon.d.ts +3 -0
- package/dist/icons/components/JoinRightIcon.d.ts +3 -0
- package/dist/icons/components/KayakingIcon.d.ts +3 -0
- package/dist/icons/components/KebabDiningIcon.d.ts +3 -0
- package/dist/icons/components/KeyIcon.d.ts +3 -0
- package/dist/icons/components/KeyOffIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardAltIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardArrowDownIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardArrowLeftIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardArrowRightIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardArrowUpIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardBackspaceIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardCapslockIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardCommandKeyIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardControlKeyIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardDoubleArrowDownIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardDoubleArrowLeftIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardDoubleArrowRightIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardDoubleArrowUpIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardHideIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardOptionKeyIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardReturnIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardTabIcon.d.ts +3 -0
- package/dist/icons/components/KeyboardVoiceIcon.d.ts +3 -0
- package/dist/icons/components/KingBedIcon.d.ts +3 -0
- package/dist/icons/components/KitchenIcon.d.ts +3 -0
- package/dist/icons/components/KitesurfingIcon.d.ts +3 -0
- package/dist/icons/components/LabelIcon.d.ts +3 -0
- package/dist/icons/components/LabelImportantIcon.d.ts +3 -0
- package/dist/icons/components/LabelOffIcon.d.ts +3 -0
- package/dist/icons/components/LanIcon.d.ts +3 -0
- package/dist/icons/components/LandscapeIcon.d.ts +3 -0
- package/dist/icons/components/LandslideIcon.d.ts +3 -0
- package/dist/icons/components/LanguageIcon.d.ts +3 -0
- package/dist/icons/components/LaptopChromebookIcon.d.ts +3 -0
- package/dist/icons/components/LaptopIcon.d.ts +3 -0
- package/dist/icons/components/LaptopMacIcon.d.ts +3 -0
- package/dist/icons/components/LaptopWindowsIcon.d.ts +3 -0
- package/dist/icons/components/LastPageIcon.d.ts +3 -0
- package/dist/icons/components/LaunchIcon.d.ts +3 -0
- package/dist/icons/components/LayersClearIcon.d.ts +3 -0
- package/dist/icons/components/LayersIcon.d.ts +3 -0
- package/dist/icons/components/LeaderboardIcon.d.ts +3 -0
- package/dist/icons/components/LeakAddIcon.d.ts +3 -0
- package/dist/icons/components/LeakRemoveIcon.d.ts +3 -0
- package/dist/icons/components/LegendToggleIcon.d.ts +3 -0
- package/dist/icons/components/LensBlurIcon.d.ts +3 -0
- package/dist/icons/components/LensIcon.d.ts +3 -0
- package/dist/icons/components/LibraryAddCheckIcon.d.ts +3 -0
- package/dist/icons/components/LibraryAddIcon.d.ts +3 -0
- package/dist/icons/components/LibraryBooksIcon.d.ts +3 -0
- package/dist/icons/components/LibraryMusicIcon.d.ts +3 -0
- package/dist/icons/components/LightIcon.d.ts +3 -0
- package/dist/icons/components/LightModeIcon.d.ts +3 -0
- package/dist/icons/components/LightbulbCircleIcon.d.ts +3 -0
- package/dist/icons/components/LightbulbIcon.d.ts +3 -0
- package/dist/icons/components/LineAxisIcon.d.ts +3 -0
- package/dist/icons/components/LineStyleIcon.d.ts +3 -0
- package/dist/icons/components/LineWeightIcon.d.ts +3 -0
- package/dist/icons/components/LinearScaleIcon.d.ts +3 -0
- package/dist/icons/components/LinkIcon.d.ts +3 -0
- package/dist/icons/components/LinkOffIcon.d.ts +3 -0
- package/dist/icons/components/LinkedCameraIcon.d.ts +3 -0
- package/dist/icons/components/LiquorIcon.d.ts +3 -0
- package/dist/icons/components/ListAltIcon.d.ts +3 -0
- package/dist/icons/components/ListIcon.d.ts +3 -0
- package/dist/icons/components/LiveHelpIcon.d.ts +3 -0
- package/dist/icons/components/LiveTvIcon.d.ts +3 -0
- package/dist/icons/components/LivingIcon.d.ts +3 -0
- package/dist/icons/components/LocalActivityIcon.d.ts +3 -0
- package/dist/icons/components/LocalAirportIcon.d.ts +3 -0
- package/dist/icons/components/LocalAtmIcon.d.ts +3 -0
- package/dist/icons/components/LocalBarIcon.d.ts +3 -0
- package/dist/icons/components/LocalCafeIcon.d.ts +3 -0
- package/dist/icons/components/LocalCarWashIcon.d.ts +3 -0
- package/dist/icons/components/LocalConvenienceStoreIcon.d.ts +3 -0
- package/dist/icons/components/LocalDiningIcon.d.ts +3 -0
- package/dist/icons/components/LocalDrinkIcon.d.ts +3 -0
- package/dist/icons/components/LocalFireDepartmentIcon.d.ts +3 -0
- package/dist/icons/components/LocalFloristIcon.d.ts +3 -0
- package/dist/icons/components/LocalGasStationIcon.d.ts +3 -0
- package/dist/icons/components/LocalGroceryStoreIcon.d.ts +3 -0
- package/dist/icons/components/LocalHospitalIcon.d.ts +3 -0
- package/dist/icons/components/LocalHotelIcon.d.ts +3 -0
- package/dist/icons/components/LocalLaundryServiceIcon.d.ts +3 -0
- package/dist/icons/components/LocalLibraryIcon.d.ts +3 -0
- package/dist/icons/components/LocalMallIcon.d.ts +3 -0
- package/dist/icons/components/LocalMoviesIcon.d.ts +3 -0
- package/dist/icons/components/LocalOfferIcon.d.ts +3 -0
- package/dist/icons/components/LocalParkingIcon.d.ts +3 -0
- package/dist/icons/components/LocalPharmacyIcon.d.ts +3 -0
- package/dist/icons/components/LocalPhoneIcon.d.ts +3 -0
- package/dist/icons/components/LocalPizzaIcon.d.ts +3 -0
- package/dist/icons/components/LocalPlayIcon.d.ts +3 -0
- package/dist/icons/components/LocalPoliceIcon.d.ts +3 -0
- package/dist/icons/components/LocalPostOfficeIcon.d.ts +3 -0
- package/dist/icons/components/LocalPrintshopIcon.d.ts +3 -0
- package/dist/icons/components/LocalSeeIcon.d.ts +3 -0
- package/dist/icons/components/LocalShippingIcon.d.ts +3 -0
- package/dist/icons/components/LocalTaxiIcon.d.ts +3 -0
- package/dist/icons/components/LocationCityIcon.d.ts +3 -0
- package/dist/icons/components/LocationDisabledIcon.d.ts +3 -0
- package/dist/icons/components/LocationOffIcon.d.ts +3 -0
- package/dist/icons/components/LocationOnIcon.d.ts +3 -0
- package/dist/icons/components/LocationSearchingIcon.d.ts +3 -0
- package/dist/icons/components/LockClockIcon.d.ts +3 -0
- package/dist/icons/components/LockIcon.d.ts +3 -0
- package/dist/icons/components/LockOpenIcon.d.ts +3 -0
- package/dist/icons/components/LockPersonIcon.d.ts +3 -0
- package/dist/icons/components/LockResetIcon.d.ts +3 -0
- package/dist/icons/components/LoginIcon.d.ts +3 -0
- package/dist/icons/components/LogoDevIcon.d.ts +3 -0
- package/dist/icons/components/LogoutIcon.d.ts +3 -0
- package/dist/icons/components/Looks3Icon.d.ts +3 -0
- package/dist/icons/components/Looks4Icon.d.ts +3 -0
- package/dist/icons/components/Looks5Icon.d.ts +3 -0
- package/dist/icons/components/Looks6Icon.d.ts +3 -0
- package/dist/icons/components/LooksIcon.d.ts +3 -0
- package/dist/icons/components/LooksOneIcon.d.ts +3 -0
- package/dist/icons/components/LooksTwoIcon.d.ts +3 -0
- package/dist/icons/components/LoopIcon.d.ts +3 -0
- package/dist/icons/components/LoupeIcon.d.ts +3 -0
- package/dist/icons/components/LowPriorityIcon.d.ts +3 -0
- package/dist/icons/components/LoyaltyIcon.d.ts +3 -0
- package/dist/icons/components/LteMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/LtePlusMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/LuggageIcon.d.ts +3 -0
- package/dist/icons/components/LunchDiningIcon.d.ts +3 -0
- package/dist/icons/components/LyricsIcon.d.ts +3 -0
- package/dist/icons/components/MacroOffIcon.d.ts +3 -0
- package/dist/icons/components/MailIcon.d.ts +3 -0
- package/dist/icons/components/MailLockIcon.d.ts +3 -0
- package/dist/icons/components/MailOutlineIcon.d.ts +3 -0
- package/dist/icons/components/MaleIcon.d.ts +3 -0
- package/dist/icons/components/Man2Icon.d.ts +3 -0
- package/dist/icons/components/Man3Icon.d.ts +3 -0
- package/dist/icons/components/Man4Icon.d.ts +3 -0
- package/dist/icons/components/ManIcon.d.ts +3 -0
- package/dist/icons/components/ManageAccountsIcon.d.ts +3 -0
- package/dist/icons/components/ManageHistoryIcon.d.ts +3 -0
- package/dist/icons/components/ManageSearchIcon.d.ts +3 -0
- package/dist/icons/components/MapIcon.d.ts +3 -0
- package/dist/icons/components/MapsHomeWorkIcon.d.ts +3 -0
- package/dist/icons/components/MapsUgcIcon.d.ts +3 -0
- package/dist/icons/components/MarginIcon.d.ts +3 -0
- package/dist/icons/components/MarkAsUnreadIcon.d.ts +3 -0
- package/dist/icons/components/MarkChatReadIcon.d.ts +3 -0
- package/dist/icons/components/MarkChatUnreadIcon.d.ts +3 -0
- package/dist/icons/components/MarkEmailReadIcon.d.ts +3 -0
- package/dist/icons/components/MarkEmailUnreadIcon.d.ts +3 -0
- package/dist/icons/components/MarkUnreadChatAltIcon.d.ts +3 -0
- package/dist/icons/components/MarkunreadIcon.d.ts +3 -0
- package/dist/icons/components/MarkunreadMailboxIcon.d.ts +3 -0
- package/dist/icons/components/MasksIcon.d.ts +3 -0
- package/dist/icons/components/MaximizeIcon.d.ts +3 -0
- package/dist/icons/components/MediaBluetoothOffIcon.d.ts +3 -0
- package/dist/icons/components/MediaBluetoothOnIcon.d.ts +3 -0
- package/dist/icons/components/MediationIcon.d.ts +3 -0
- package/dist/icons/components/MedicalInformationIcon.d.ts +3 -0
- package/dist/icons/components/MedicalServicesIcon.d.ts +3 -0
- package/dist/icons/components/MedicationIcon.d.ts +3 -0
- package/dist/icons/components/MedicationLiquidIcon.d.ts +3 -0
- package/dist/icons/components/MeetingRoomIcon.d.ts +3 -0
- package/dist/icons/components/MemoryIcon.d.ts +3 -0
- package/dist/icons/components/MenuBookIcon.d.ts +3 -0
- package/dist/icons/components/MenuIcon.d.ts +3 -0
- package/dist/icons/components/MenuOpenIcon.d.ts +3 -0
- package/dist/icons/components/MergeIcon.d.ts +3 -0
- package/dist/icons/components/MergeTypeIcon.d.ts +3 -0
- package/dist/icons/components/MessageIcon.d.ts +3 -0
- package/dist/icons/components/MicExternalOffIcon.d.ts +3 -0
- package/dist/icons/components/MicExternalOnIcon.d.ts +3 -0
- package/dist/icons/components/MicIcon.d.ts +3 -0
- package/dist/icons/components/MicNoneIcon.d.ts +3 -0
- package/dist/icons/components/MicOffIcon.d.ts +3 -0
- package/dist/icons/components/MicrowaveIcon.d.ts +3 -0
- package/dist/icons/components/MilitaryTechIcon.d.ts +3 -0
- package/dist/icons/components/MinimizeIcon.d.ts +3 -0
- package/dist/icons/components/MinorCrashIcon.d.ts +3 -0
- package/dist/icons/components/MiscellaneousServicesIcon.d.ts +3 -0
- package/dist/icons/components/MissedVideoCallIcon.d.ts +3 -0
- package/dist/icons/components/MmsIcon.d.ts +3 -0
- package/dist/icons/components/MobileFriendlyIcon.d.ts +3 -0
- package/dist/icons/components/MobileOffIcon.d.ts +3 -0
- package/dist/icons/components/MobileScreenShareIcon.d.ts +3 -0
- package/dist/icons/components/MobiledataOffIcon.d.ts +3 -0
- package/dist/icons/components/ModeCommentIcon.d.ts +3 -0
- package/dist/icons/components/ModeEditIcon.d.ts +3 -0
- package/dist/icons/components/ModeEditOutlineIcon.d.ts +3 -0
- package/dist/icons/components/ModeFanOffIcon.d.ts +3 -0
- package/dist/icons/components/ModeIcon.d.ts +3 -0
- package/dist/icons/components/ModeNightIcon.d.ts +3 -0
- package/dist/icons/components/ModeOfTravelIcon.d.ts +3 -0
- package/dist/icons/components/ModeStandbyIcon.d.ts +3 -0
- package/dist/icons/components/ModelTrainingIcon.d.ts +3 -0
- package/dist/icons/components/MonetizationOnIcon.d.ts +3 -0
- package/dist/icons/components/MoneyIcon.d.ts +3 -0
- package/dist/icons/components/MoneyOffCsredIcon.d.ts +3 -0
- package/dist/icons/components/MoneyOffIcon.d.ts +3 -0
- package/dist/icons/components/MonitorHeartIcon.d.ts +3 -0
- package/dist/icons/components/MonitorIcon.d.ts +3 -0
- package/dist/icons/components/MonitorWeightIcon.d.ts +3 -0
- package/dist/icons/components/MonochromePhotosIcon.d.ts +3 -0
- package/dist/icons/components/MoodBadIcon.d.ts +3 -0
- package/dist/icons/components/MoodIcon.d.ts +3 -0
- package/dist/icons/components/MopedIcon.d.ts +3 -0
- package/dist/icons/components/MoreHorizIcon.d.ts +3 -0
- package/dist/icons/components/MoreIcon.d.ts +3 -0
- package/dist/icons/components/MoreTimeIcon.d.ts +3 -0
- package/dist/icons/components/MoreVertIcon.d.ts +3 -0
- package/dist/icons/components/MosqueIcon.d.ts +3 -0
- package/dist/icons/components/MotionPhotosAutoIcon.d.ts +3 -0
- package/dist/icons/components/MotionPhotosOffIcon.d.ts +3 -0
- package/dist/icons/components/MotionPhotosOnIcon.d.ts +3 -0
- package/dist/icons/components/MotionPhotosPauseIcon.d.ts +3 -0
- package/dist/icons/components/MotionPhotosPausedIcon.d.ts +3 -0
- package/dist/icons/components/MouseIcon.d.ts +3 -0
- package/dist/icons/components/MoveDownIcon.d.ts +3 -0
- package/dist/icons/components/MoveToInboxIcon.d.ts +3 -0
- package/dist/icons/components/MoveUpIcon.d.ts +3 -0
- package/dist/icons/components/MovieCreationIcon.d.ts +3 -0
- package/dist/icons/components/MovieFilterIcon.d.ts +3 -0
- package/dist/icons/components/MovieIcon.d.ts +3 -0
- package/dist/icons/components/MovingIcon.d.ts +3 -0
- package/dist/icons/components/MpIcon.d.ts +3 -0
- package/dist/icons/components/MultilineChartIcon.d.ts +3 -0
- package/dist/icons/components/MultipleStopIcon.d.ts +3 -0
- package/dist/icons/components/MuseumIcon.d.ts +3 -0
- package/dist/icons/components/MusicNoteIcon.d.ts +3 -0
- package/dist/icons/components/MusicOffIcon.d.ts +3 -0
- package/dist/icons/components/MusicVideoIcon.d.ts +3 -0
- package/dist/icons/components/MyLocationIcon.d.ts +3 -0
- package/dist/icons/components/NatIcon.d.ts +3 -0
- package/dist/icons/components/NatureIcon.d.ts +3 -0
- package/dist/icons/components/NaturePeopleIcon.d.ts +3 -0
- package/dist/icons/components/NavigateBeforeIcon.d.ts +3 -0
- package/dist/icons/components/NavigateNextIcon.d.ts +3 -0
- package/dist/icons/components/NavigationIcon.d.ts +3 -0
- package/dist/icons/components/NearMeDisabledIcon.d.ts +3 -0
- package/dist/icons/components/NearMeIcon.d.ts +3 -0
- package/dist/icons/components/NearbyErrorIcon.d.ts +3 -0
- package/dist/icons/components/NearbyOffIcon.d.ts +3 -0
- package/dist/icons/components/NestCamWiredStandIcon.d.ts +3 -0
- package/dist/icons/components/NetworkCellIcon.d.ts +3 -0
- package/dist/icons/components/NetworkCheckIcon.d.ts +3 -0
- package/dist/icons/components/NetworkLockedIcon.d.ts +3 -0
- package/dist/icons/components/NetworkPingIcon.d.ts +3 -0
- package/dist/icons/components/NetworkWifi1BarIcon.d.ts +3 -0
- package/dist/icons/components/NetworkWifi2BarIcon.d.ts +3 -0
- package/dist/icons/components/NetworkWifi3BarIcon.d.ts +3 -0
- package/dist/icons/components/NetworkWifiIcon.d.ts +3 -0
- package/dist/icons/components/NewLabelIcon.d.ts +3 -0
- package/dist/icons/components/NewReleasesIcon.d.ts +3 -0
- package/dist/icons/components/NewspaperIcon.d.ts +3 -0
- package/dist/icons/components/NextPlanIcon.d.ts +3 -0
- package/dist/icons/components/NextWeekIcon.d.ts +3 -0
- package/dist/icons/components/NfcIcon.d.ts +3 -0
- package/dist/icons/components/NightShelterIcon.d.ts +3 -0
- package/dist/icons/components/NightlifeIcon.d.ts +3 -0
- package/dist/icons/components/NightlightIcon.d.ts +3 -0
- package/dist/icons/components/NightlightRoundIcon.d.ts +3 -0
- package/dist/icons/components/NightsStayIcon.d.ts +3 -0
- package/dist/icons/components/NoAccountsIcon.d.ts +3 -0
- package/dist/icons/components/NoAdultContentIcon.d.ts +3 -0
- package/dist/icons/components/NoBackpackIcon.d.ts +3 -0
- package/dist/icons/components/NoCellIcon.d.ts +3 -0
- package/dist/icons/components/NoCrashIcon.d.ts +3 -0
- package/dist/icons/components/NoDrinksIcon.d.ts +3 -0
- package/dist/icons/components/NoEncryptionGmailerrorredIcon.d.ts +3 -0
- package/dist/icons/components/NoEncryptionIcon.d.ts +3 -0
- package/dist/icons/components/NoFlashIcon.d.ts +3 -0
- package/dist/icons/components/NoFoodIcon.d.ts +3 -0
- package/dist/icons/components/NoLuggageIcon.d.ts +3 -0
- package/dist/icons/components/NoMealsIcon.d.ts +3 -0
- package/dist/icons/components/NoMeetingRoomIcon.d.ts +3 -0
- package/dist/icons/components/NoPhotographyIcon.d.ts +3 -0
- package/dist/icons/components/NoSimIcon.d.ts +3 -0
- package/dist/icons/components/NoStrollerIcon.d.ts +3 -0
- package/dist/icons/components/NoTransferIcon.d.ts +3 -0
- package/dist/icons/components/NoiseAwareIcon.d.ts +3 -0
- package/dist/icons/components/NoiseControlOffIcon.d.ts +3 -0
- package/dist/icons/components/NordicWalkingIcon.d.ts +3 -0
- package/dist/icons/components/NorthEastIcon.d.ts +3 -0
- package/dist/icons/components/NorthIcon.d.ts +3 -0
- package/dist/icons/components/NorthWestIcon.d.ts +3 -0
- package/dist/icons/components/NotAccessibleIcon.d.ts +3 -0
- package/dist/icons/components/NotInterestedIcon.d.ts +3 -0
- package/dist/icons/components/NotListedLocationIcon.d.ts +3 -0
- package/dist/icons/components/NotStartedIcon.d.ts +3 -0
- package/dist/icons/components/NoteAddIcon.d.ts +3 -0
- package/dist/icons/components/NoteAltIcon.d.ts +3 -0
- package/dist/icons/components/NoteIcon.d.ts +3 -0
- package/dist/icons/components/NotesIcon.d.ts +3 -0
- package/dist/icons/components/NotificationAddIcon.d.ts +3 -0
- package/dist/icons/components/NotificationImportantIcon.d.ts +3 -0
- package/dist/icons/components/NotificationsActiveIcon.d.ts +3 -0
- package/dist/icons/components/NotificationsIcon.d.ts +3 -0
- package/dist/icons/components/NotificationsNoneIcon.d.ts +3 -0
- package/dist/icons/components/NotificationsOffIcon.d.ts +3 -0
- package/dist/icons/components/NotificationsPausedIcon.d.ts +3 -0
- package/dist/icons/components/NumbersIcon.d.ts +3 -0
- package/dist/icons/components/OfflineBoltIcon.d.ts +3 -0
- package/dist/icons/components/OfflinePinIcon.d.ts +3 -0
- package/dist/icons/components/OfflineShareIcon.d.ts +3 -0
- package/dist/icons/components/OilBarrelIcon.d.ts +3 -0
- package/dist/icons/components/OnDeviceTrainingIcon.d.ts +3 -0
- package/dist/icons/components/OndemandVideoIcon.d.ts +3 -0
- package/dist/icons/components/OnlinePredictionIcon.d.ts +3 -0
- package/dist/icons/components/OpacityIcon.d.ts +3 -0
- package/dist/icons/components/OpenInBrowserIcon.d.ts +3 -0
- package/dist/icons/components/OpenInFullIcon.d.ts +3 -0
- package/dist/icons/components/OpenInNewIcon.d.ts +3 -0
- package/dist/icons/components/OpenInNewOffIcon.d.ts +3 -0
- package/dist/icons/components/OpenWithIcon.d.ts +3 -0
- package/dist/icons/components/OtherHousesIcon.d.ts +3 -0
- package/dist/icons/components/OutboundIcon.d.ts +3 -0
- package/dist/icons/components/OutboxIcon.d.ts +3 -0
- package/dist/icons/components/OutdoorGrillIcon.d.ts +3 -0
- package/dist/icons/components/OutletIcon.d.ts +3 -0
- package/dist/icons/components/OutlinedFlagIcon.d.ts +3 -0
- package/dist/icons/components/OutputIcon.d.ts +3 -0
- package/dist/icons/components/PaddingIcon.d.ts +3 -0
- package/dist/icons/components/PagesIcon.d.ts +3 -0
- package/dist/icons/components/PageviewIcon.d.ts +3 -0
- package/dist/icons/components/PaidIcon.d.ts +3 -0
- package/dist/icons/components/PaletteIcon.d.ts +3 -0
- package/dist/icons/components/PanToolAltIcon.d.ts +3 -0
- package/dist/icons/components/PanToolIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaFishEyeIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaHorizontalIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaHorizontalSelectIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaPhotosphereIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaPhotosphereSelectIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaVerticalIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaVerticalSelectIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaWideAngleIcon.d.ts +3 -0
- package/dist/icons/components/PanoramaWideAngleSelectIcon.d.ts +3 -0
- package/dist/icons/components/ParaglidingIcon.d.ts +3 -0
- package/dist/icons/components/ParkIcon.d.ts +3 -0
- package/dist/icons/components/PartyModeIcon.d.ts +3 -0
- package/dist/icons/components/PasswordIcon.d.ts +3 -0
- package/dist/icons/components/PatternIcon.d.ts +3 -0
- package/dist/icons/components/PauseCircleFilledIcon.d.ts +3 -0
- package/dist/icons/components/PauseCircleIcon.d.ts +3 -0
- package/dist/icons/components/PauseCircleOutlineIcon.d.ts +3 -0
- package/dist/icons/components/PauseIcon.d.ts +3 -0
- package/dist/icons/components/PausePresentationIcon.d.ts +3 -0
- package/dist/icons/components/PaymentIcon.d.ts +3 -0
- package/dist/icons/components/PaymentsIcon.d.ts +3 -0
- package/dist/icons/components/PedalBikeIcon.d.ts +3 -0
- package/dist/icons/components/PendingActionsIcon.d.ts +3 -0
- package/dist/icons/components/PendingIcon.d.ts +3 -0
- package/dist/icons/components/PentagonIcon.d.ts +3 -0
- package/dist/icons/components/PeopleAltIcon.d.ts +3 -0
- package/dist/icons/components/PeopleIcon.d.ts +3 -0
- package/dist/icons/components/PeopleOutlineIcon.d.ts +3 -0
- package/dist/icons/components/PercentIcon.d.ts +3 -0
- package/dist/icons/components/PermCameraMicIcon.d.ts +3 -0
- package/dist/icons/components/PermContactCalendarIcon.d.ts +3 -0
- package/dist/icons/components/PermDataSettingIcon.d.ts +3 -0
- package/dist/icons/components/PermDeviceInformationIcon.d.ts +3 -0
- package/dist/icons/components/PermIdentityIcon.d.ts +3 -0
- package/dist/icons/components/PermMediaIcon.d.ts +3 -0
- package/dist/icons/components/PermPhoneMsgIcon.d.ts +3 -0
- package/dist/icons/components/PermScanWifiIcon.d.ts +3 -0
- package/dist/icons/components/Person2Icon.d.ts +3 -0
- package/dist/icons/components/Person3Icon.d.ts +3 -0
- package/dist/icons/components/Person4Icon.d.ts +3 -0
- package/dist/icons/components/PersonAddAlt1Icon.d.ts +3 -0
- package/dist/icons/components/PersonAddAltIcon.d.ts +3 -0
- package/dist/icons/components/PersonAddDisabledIcon.d.ts +3 -0
- package/dist/icons/components/PersonAddIcon.d.ts +3 -0
- package/dist/icons/components/PersonIcon.d.ts +3 -0
- package/dist/icons/components/PersonOffIcon.d.ts +3 -0
- package/dist/icons/components/PersonOutlineIcon.d.ts +3 -0
- package/dist/icons/components/PersonPinCircleIcon.d.ts +3 -0
- package/dist/icons/components/PersonPinIcon.d.ts +3 -0
- package/dist/icons/components/PersonRemoveAlt1Icon.d.ts +3 -0
- package/dist/icons/components/PersonRemoveIcon.d.ts +3 -0
- package/dist/icons/components/PersonSearchIcon.d.ts +3 -0
- package/dist/icons/components/PersonalInjuryIcon.d.ts +3 -0
- package/dist/icons/components/PersonalVideoIcon.d.ts +3 -0
- package/dist/icons/components/PestControlIcon.d.ts +3 -0
- package/dist/icons/components/PestControlRodentIcon.d.ts +3 -0
- package/dist/icons/components/PetsIcon.d.ts +3 -0
- package/dist/icons/components/PhishingIcon.d.ts +3 -0
- package/dist/icons/components/PhoneAndroidIcon.d.ts +3 -0
- package/dist/icons/components/PhoneBluetoothSpeakerIcon.d.ts +3 -0
- package/dist/icons/components/PhoneCallbackIcon.d.ts +3 -0
- package/dist/icons/components/PhoneDisabledIcon.d.ts +3 -0
- package/dist/icons/components/PhoneEnabledIcon.d.ts +3 -0
- package/dist/icons/components/PhoneForwardedIcon.d.ts +3 -0
- package/dist/icons/components/PhoneIcon.d.ts +3 -0
- package/dist/icons/components/PhoneIphoneIcon.d.ts +3 -0
- package/dist/icons/components/PhoneLockedIcon.d.ts +3 -0
- package/dist/icons/components/PhoneMissedIcon.d.ts +3 -0
- package/dist/icons/components/PhonePausedIcon.d.ts +3 -0
- package/dist/icons/components/PhonelinkEraseIcon.d.ts +3 -0
- package/dist/icons/components/PhonelinkIcon.d.ts +3 -0
- package/dist/icons/components/PhonelinkLockIcon.d.ts +3 -0
- package/dist/icons/components/PhonelinkOffIcon.d.ts +3 -0
- package/dist/icons/components/PhonelinkRingIcon.d.ts +3 -0
- package/dist/icons/components/PhonelinkSetupIcon.d.ts +3 -0
- package/dist/icons/components/PhotoAlbumIcon.d.ts +3 -0
- package/dist/icons/components/PhotoCameraBackIcon.d.ts +3 -0
- package/dist/icons/components/PhotoCameraFrontIcon.d.ts +3 -0
- package/dist/icons/components/PhotoCameraIcon.d.ts +3 -0
- package/dist/icons/components/PhotoFilterIcon.d.ts +3 -0
- package/dist/icons/components/PhotoIcon.d.ts +3 -0
- package/dist/icons/components/PhotoLibraryIcon.d.ts +3 -0
- package/dist/icons/components/PhotoSizeSelectActualIcon.d.ts +3 -0
- package/dist/icons/components/PhotoSizeSelectLargeIcon.d.ts +3 -0
- package/dist/icons/components/PhotoSizeSelectSmallIcon.d.ts +3 -0
- package/dist/icons/components/PhpIcon.d.ts +3 -0
- package/dist/icons/components/PianoIcon.d.ts +3 -0
- package/dist/icons/components/PianoOffIcon.d.ts +3 -0
- package/dist/icons/components/PictureAsPdfIcon.d.ts +3 -0
- package/dist/icons/components/PictureInPictureAltIcon.d.ts +3 -0
- package/dist/icons/components/PictureInPictureIcon.d.ts +3 -0
- package/dist/icons/components/PieChartIcon.d.ts +3 -0
- package/dist/icons/components/PieChartOutlineIcon.d.ts +3 -0
- package/dist/icons/components/PinDropIcon.d.ts +3 -0
- package/dist/icons/components/PinEndIcon.d.ts +3 -0
- package/dist/icons/components/PinIcon.d.ts +3 -0
- package/dist/icons/components/PinInvokeIcon.d.ts +3 -0
- package/dist/icons/components/PinchIcon.d.ts +3 -0
- package/dist/icons/components/PivotTableChartIcon.d.ts +3 -0
- package/dist/icons/components/PixIcon.d.ts +3 -0
- package/dist/icons/components/PlaceIcon.d.ts +3 -0
- package/dist/icons/components/PlagiarismIcon.d.ts +3 -0
- package/dist/icons/components/PlayArrowIcon.d.ts +3 -0
- package/dist/icons/components/PlayCircleFilledIcon.d.ts +3 -0
- package/dist/icons/components/PlayCircleIcon.d.ts +3 -0
- package/dist/icons/components/PlayCircleOutlineIcon.d.ts +3 -0
- package/dist/icons/components/PlayDisabledIcon.d.ts +3 -0
- package/dist/icons/components/PlayForWorkIcon.d.ts +3 -0
- package/dist/icons/components/PlayLessonIcon.d.ts +3 -0
- package/dist/icons/components/PlaylistAddCheckCircleIcon.d.ts +3 -0
- package/dist/icons/components/PlaylistAddCheckIcon.d.ts +3 -0
- package/dist/icons/components/PlaylistAddCircleIcon.d.ts +3 -0
- package/dist/icons/components/PlaylistAddIcon.d.ts +3 -0
- package/dist/icons/components/PlaylistPlayIcon.d.ts +3 -0
- package/dist/icons/components/PlaylistRemoveIcon.d.ts +3 -0
- package/dist/icons/components/PlumbingIcon.d.ts +3 -0
- package/dist/icons/components/PlusOneIcon.d.ts +3 -0
- package/dist/icons/components/PodcastsIcon.d.ts +3 -0
- package/dist/icons/components/PointOfSaleIcon.d.ts +3 -0
- package/dist/icons/components/PolicyIcon.d.ts +3 -0
- package/dist/icons/components/PollIcon.d.ts +3 -0
- package/dist/icons/components/PolylineIcon.d.ts +3 -0
- package/dist/icons/components/PolymerIcon.d.ts +3 -0
- package/dist/icons/components/PoolIcon.d.ts +3 -0
- package/dist/icons/components/PortableWifiOffIcon.d.ts +3 -0
- package/dist/icons/components/PortraitIcon.d.ts +3 -0
- package/dist/icons/components/PostAddIcon.d.ts +3 -0
- package/dist/icons/components/PowerIcon.d.ts +3 -0
- package/dist/icons/components/PowerInputIcon.d.ts +3 -0
- package/dist/icons/components/PowerOffIcon.d.ts +3 -0
- package/dist/icons/components/PowerSettingsNewIcon.d.ts +3 -0
- package/dist/icons/components/PrecisionManufacturingIcon.d.ts +3 -0
- package/dist/icons/components/PregnantWomanIcon.d.ts +3 -0
- package/dist/icons/components/PresentToAllIcon.d.ts +3 -0
- package/dist/icons/components/PreviewIcon.d.ts +3 -0
- package/dist/icons/components/PriceChangeIcon.d.ts +3 -0
- package/dist/icons/components/PriceCheckIcon.d.ts +3 -0
- package/dist/icons/components/PrintDisabledIcon.d.ts +3 -0
- package/dist/icons/components/PrintIcon.d.ts +3 -0
- package/dist/icons/components/PriorityHighIcon.d.ts +3 -0
- package/dist/icons/components/PrivacyTipIcon.d.ts +3 -0
- package/dist/icons/components/PrivateConnectivityIcon.d.ts +3 -0
- package/dist/icons/components/ProductionQuantityLimitsIcon.d.ts +3 -0
- package/dist/icons/components/PropaneIcon.d.ts +3 -0
- package/dist/icons/components/PropaneTankIcon.d.ts +3 -0
- package/dist/icons/components/PsychologyAltIcon.d.ts +3 -0
- package/dist/icons/components/PsychologyIcon.d.ts +3 -0
- package/dist/icons/components/PublicIcon.d.ts +3 -0
- package/dist/icons/components/PublicOffIcon.d.ts +3 -0
- package/dist/icons/components/PublishIcon.d.ts +3 -0
- package/dist/icons/components/PublishedWithChangesIcon.d.ts +3 -0
- package/dist/icons/components/PunchClockIcon.d.ts +3 -0
- package/dist/icons/components/PushPinIcon.d.ts +3 -0
- package/dist/icons/components/QrCode2Icon.d.ts +3 -0
- package/dist/icons/components/QrCodeIcon.d.ts +3 -0
- package/dist/icons/components/QrCodeScannerIcon.d.ts +3 -0
- package/dist/icons/components/QueryBuilderIcon.d.ts +3 -0
- package/dist/icons/components/QueryStatsIcon.d.ts +3 -0
- package/dist/icons/components/QuestionAnswerIcon.d.ts +3 -0
- package/dist/icons/components/QuestionMarkIcon.d.ts +3 -0
- package/dist/icons/components/QueueIcon.d.ts +3 -0
- package/dist/icons/components/QueueMusicIcon.d.ts +3 -0
- package/dist/icons/components/QueuePlayNextIcon.d.ts +3 -0
- package/dist/icons/components/QuickreplyIcon.d.ts +3 -0
- package/dist/icons/components/QuizIcon.d.ts +3 -0
- package/dist/icons/components/RMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/RadarIcon.d.ts +3 -0
- package/dist/icons/components/RadioButtonCheckedIcon.d.ts +3 -0
- package/dist/icons/components/RadioButtonUncheckedIcon.d.ts +3 -0
- package/dist/icons/components/RadioIcon.d.ts +3 -0
- package/dist/icons/components/RailwayAlertIcon.d.ts +3 -0
- package/dist/icons/components/RamenDiningIcon.d.ts +3 -0
- package/dist/icons/components/RampLeftIcon.d.ts +3 -0
- package/dist/icons/components/RampRightIcon.d.ts +3 -0
- package/dist/icons/components/RateReviewIcon.d.ts +3 -0
- package/dist/icons/components/RawOffIcon.d.ts +3 -0
- package/dist/icons/components/RawOnIcon.d.ts +3 -0
- package/dist/icons/components/ReadMoreIcon.d.ts +3 -0
- package/dist/icons/components/RealEstateAgentIcon.d.ts +3 -0
- package/dist/icons/components/ReceiptIcon.d.ts +3 -0
- package/dist/icons/components/ReceiptLongIcon.d.ts +3 -0
- package/dist/icons/components/RecentActorsIcon.d.ts +3 -0
- package/dist/icons/components/RecommendIcon.d.ts +3 -0
- package/dist/icons/components/RecordVoiceOverIcon.d.ts +3 -0
- package/dist/icons/components/RectangleIcon.d.ts +3 -0
- package/dist/icons/components/RecyclingIcon.d.ts +3 -0
- package/dist/icons/components/RedeemIcon.d.ts +3 -0
- package/dist/icons/components/RedoIcon.d.ts +3 -0
- package/dist/icons/components/ReduceCapacityIcon.d.ts +3 -0
- package/dist/icons/components/RefreshIcon.d.ts +3 -0
- package/dist/icons/components/RememberMeIcon.d.ts +3 -0
- package/dist/icons/components/RemoveCircleIcon.d.ts +3 -0
- package/dist/icons/components/RemoveCircleOutlineIcon.d.ts +3 -0
- package/dist/icons/components/RemoveDoneIcon.d.ts +3 -0
- package/dist/icons/components/RemoveFromQueueIcon.d.ts +3 -0
- package/dist/icons/components/RemoveIcon.d.ts +3 -0
- package/dist/icons/components/RemoveModeratorIcon.d.ts +3 -0
- package/dist/icons/components/RemoveRedEyeIcon.d.ts +3 -0
- package/dist/icons/components/RemoveRoadIcon.d.ts +3 -0
- package/dist/icons/components/RemoveShoppingCartIcon.d.ts +3 -0
- package/dist/icons/components/ReorderIcon.d.ts +3 -0
- package/dist/icons/components/RepartitionIcon.d.ts +3 -0
- package/dist/icons/components/RepeatIcon.d.ts +3 -0
- package/dist/icons/components/RepeatOnIcon.d.ts +3 -0
- package/dist/icons/components/RepeatOneIcon.d.ts +3 -0
- package/dist/icons/components/RepeatOneOnIcon.d.ts +3 -0
- package/dist/icons/components/Replay10Icon.d.ts +3 -0
- package/dist/icons/components/Replay30Icon.d.ts +3 -0
- package/dist/icons/components/Replay5Icon.d.ts +3 -0
- package/dist/icons/components/ReplayCircleFilledIcon.d.ts +3 -0
- package/dist/icons/components/ReplayIcon.d.ts +3 -0
- package/dist/icons/components/ReplyAllIcon.d.ts +3 -0
- package/dist/icons/components/ReplyIcon.d.ts +3 -0
- package/dist/icons/components/ReportGmailerrorredIcon.d.ts +3 -0
- package/dist/icons/components/ReportIcon.d.ts +3 -0
- package/dist/icons/components/ReportOffIcon.d.ts +3 -0
- package/dist/icons/components/ReportProblemIcon.d.ts +3 -0
- package/dist/icons/components/RequestPageIcon.d.ts +3 -0
- package/dist/icons/components/RequestQuoteIcon.d.ts +3 -0
- package/dist/icons/components/ResetTvIcon.d.ts +3 -0
- package/dist/icons/components/RestartAltIcon.d.ts +3 -0
- package/dist/icons/components/RestaurantIcon.d.ts +3 -0
- package/dist/icons/components/RestaurantMenuIcon.d.ts +3 -0
- package/dist/icons/components/RestoreFromTrashIcon.d.ts +3 -0
- package/dist/icons/components/RestoreIcon.d.ts +3 -0
- package/dist/icons/components/RestorePageIcon.d.ts +3 -0
- package/dist/icons/components/ReviewsIcon.d.ts +3 -0
- package/dist/icons/components/RiceBowlIcon.d.ts +3 -0
- package/dist/icons/components/RingVolumeIcon.d.ts +3 -0
- package/dist/icons/components/RocketIcon.d.ts +3 -0
- package/dist/icons/components/RocketLaunchIcon.d.ts +3 -0
- package/dist/icons/components/RollerShadesClosedIcon.d.ts +3 -0
- package/dist/icons/components/RollerShadesIcon.d.ts +3 -0
- package/dist/icons/components/RollerSkatingIcon.d.ts +3 -0
- package/dist/icons/components/RoofingIcon.d.ts +3 -0
- package/dist/icons/components/RoomIcon.d.ts +3 -0
- package/dist/icons/components/RoomPreferencesIcon.d.ts +3 -0
- package/dist/icons/components/RoomServiceIcon.d.ts +3 -0
- package/dist/icons/components/Rotate90DegreesCcwIcon.d.ts +3 -0
- package/dist/icons/components/Rotate90DegreesCwIcon.d.ts +3 -0
- package/dist/icons/components/RotateLeftIcon.d.ts +3 -0
- package/dist/icons/components/RotateRightIcon.d.ts +3 -0
- package/dist/icons/components/RoundaboutLeftIcon.d.ts +3 -0
- package/dist/icons/components/RoundaboutRightIcon.d.ts +3 -0
- package/dist/icons/components/RoundedCornerIcon.d.ts +3 -0
- package/dist/icons/components/RouteIcon.d.ts +3 -0
- package/dist/icons/components/RouterIcon.d.ts +3 -0
- package/dist/icons/components/RowingIcon.d.ts +3 -0
- package/dist/icons/components/RssFeedIcon.d.ts +3 -0
- package/dist/icons/components/RsvpIcon.d.ts +3 -0
- package/dist/icons/components/RttIcon.d.ts +3 -0
- package/dist/icons/components/RuleFolderIcon.d.ts +3 -0
- package/dist/icons/components/RuleIcon.d.ts +3 -0
- package/dist/icons/components/RunCircleIcon.d.ts +3 -0
- package/dist/icons/components/RunningWithErrorsIcon.d.ts +3 -0
- package/dist/icons/components/RvHookupIcon.d.ts +3 -0
- package/dist/icons/components/SafetyCheckIcon.d.ts +3 -0
- package/dist/icons/components/SafetyDividerIcon.d.ts +3 -0
- package/dist/icons/components/SailingIcon.d.ts +3 -0
- package/dist/icons/components/SanitizerIcon.d.ts +3 -0
- package/dist/icons/components/SatelliteAltIcon.d.ts +3 -0
- package/dist/icons/components/SatelliteIcon.d.ts +3 -0
- package/dist/icons/components/SaveAltIcon.d.ts +3 -0
- package/dist/icons/components/SaveAsIcon.d.ts +3 -0
- package/dist/icons/components/SaveIcon.d.ts +3 -0
- package/dist/icons/components/SavedSearchIcon.d.ts +3 -0
- package/dist/icons/components/SavingsIcon.d.ts +3 -0
- package/dist/icons/components/ScaleIcon.d.ts +3 -0
- package/dist/icons/components/ScannerIcon.d.ts +3 -0
- package/dist/icons/components/ScatterPlotIcon.d.ts +3 -0
- package/dist/icons/components/ScheduleIcon.d.ts +3 -0
- package/dist/icons/components/ScheduleSendIcon.d.ts +3 -0
- package/dist/icons/components/SchemaIcon.d.ts +3 -0
- package/dist/icons/components/SchoolIcon.d.ts +3 -0
- package/dist/icons/components/ScienceIcon.d.ts +3 -0
- package/dist/icons/components/ScoreIcon.d.ts +3 -0
- package/dist/icons/components/ScoreboardIcon.d.ts +3 -0
- package/dist/icons/components/ScreenLockLandscapeIcon.d.ts +3 -0
- package/dist/icons/components/ScreenLockPortraitIcon.d.ts +3 -0
- package/dist/icons/components/ScreenLockRotationIcon.d.ts +3 -0
- package/dist/icons/components/ScreenRotationAltIcon.d.ts +3 -0
- package/dist/icons/components/ScreenRotationIcon.d.ts +3 -0
- package/dist/icons/components/ScreenSearchDesktopIcon.d.ts +3 -0
- package/dist/icons/components/ScreenShareIcon.d.ts +3 -0
- package/dist/icons/components/ScreenshotIcon.d.ts +3 -0
- package/dist/icons/components/ScreenshotMonitorIcon.d.ts +3 -0
- package/dist/icons/components/ScubaDivingIcon.d.ts +3 -0
- package/dist/icons/components/SdCardAlertIcon.d.ts +3 -0
- package/dist/icons/components/SdCardIcon.d.ts +3 -0
- package/dist/icons/components/SdIcon.d.ts +3 -0
- package/dist/icons/components/SdStorageIcon.d.ts +3 -0
- package/dist/icons/components/SearchIcon.d.ts +3 -0
- package/dist/icons/components/SearchOffIcon.d.ts +3 -0
- package/dist/icons/components/SecurityIcon.d.ts +3 -0
- package/dist/icons/components/SecurityUpdateGoodIcon.d.ts +3 -0
- package/dist/icons/components/SecurityUpdateIcon.d.ts +3 -0
- package/dist/icons/components/SecurityUpdateWarningIcon.d.ts +3 -0
- package/dist/icons/components/SegmentIcon.d.ts +3 -0
- package/dist/icons/components/SelectAllIcon.d.ts +3 -0
- package/dist/icons/components/SelfImprovementIcon.d.ts +3 -0
- package/dist/icons/components/SellIcon.d.ts +3 -0
- package/dist/icons/components/SendAndArchiveIcon.d.ts +3 -0
- package/dist/icons/components/SendIcon.d.ts +3 -0
- package/dist/icons/components/SendTimeExtensionIcon.d.ts +3 -0
- package/dist/icons/components/SendToMobileIcon.d.ts +3 -0
- package/dist/icons/components/SensorDoorIcon.d.ts +3 -0
- package/dist/icons/components/SensorOccupiedIcon.d.ts +3 -0
- package/dist/icons/components/SensorWindowIcon.d.ts +3 -0
- package/dist/icons/components/SensorsIcon.d.ts +3 -0
- package/dist/icons/components/SensorsOffIcon.d.ts +3 -0
- package/dist/icons/components/SentimentDissatisfiedIcon.d.ts +3 -0
- package/dist/icons/components/SentimentNeutralIcon.d.ts +3 -0
- package/dist/icons/components/SentimentSatisfiedAltIcon.d.ts +3 -0
- package/dist/icons/components/SentimentSatisfiedIcon.d.ts +3 -0
- package/dist/icons/components/SentimentVeryDissatisfiedIcon.d.ts +3 -0
- package/dist/icons/components/SentimentVerySatisfiedIcon.d.ts +3 -0
- package/dist/icons/components/SetMealIcon.d.ts +3 -0
- package/dist/icons/components/SettingsAccessibilityIcon.d.ts +3 -0
- package/dist/icons/components/SettingsApplicationsIcon.d.ts +3 -0
- package/dist/icons/components/SettingsBackupRestoreIcon.d.ts +3 -0
- package/dist/icons/components/SettingsBluetoothIcon.d.ts +3 -0
- package/dist/icons/components/SettingsBrightnessIcon.d.ts +3 -0
- package/dist/icons/components/SettingsCellIcon.d.ts +3 -0
- package/dist/icons/components/SettingsEthernetIcon.d.ts +3 -0
- package/dist/icons/components/SettingsIcon.d.ts +3 -0
- package/dist/icons/components/SettingsInputAntennaIcon.d.ts +3 -0
- package/dist/icons/components/SettingsInputComponentIcon.d.ts +3 -0
- package/dist/icons/components/SettingsInputCompositeIcon.d.ts +3 -0
- package/dist/icons/components/SettingsInputHdmiIcon.d.ts +3 -0
- package/dist/icons/components/SettingsInputSvideoIcon.d.ts +3 -0
- package/dist/icons/components/SettingsOverscanIcon.d.ts +3 -0
- package/dist/icons/components/SettingsPhoneIcon.d.ts +3 -0
- package/dist/icons/components/SettingsPowerIcon.d.ts +3 -0
- package/dist/icons/components/SettingsRemoteIcon.d.ts +3 -0
- package/dist/icons/components/SettingsSuggestIcon.d.ts +3 -0
- package/dist/icons/components/SettingsSystemDaydreamIcon.d.ts +3 -0
- package/dist/icons/components/SettingsVoiceIcon.d.ts +3 -0
- package/dist/icons/components/SevereColdIcon.d.ts +3 -0
- package/dist/icons/components/ShapeLineIcon.d.ts +3 -0
- package/dist/icons/components/ShareIcon.d.ts +3 -0
- package/dist/icons/components/ShareLocationIcon.d.ts +3 -0
- package/dist/icons/components/ShieldIcon.d.ts +3 -0
- package/dist/icons/components/ShieldMoonIcon.d.ts +3 -0
- package/dist/icons/components/Shop2Icon.d.ts +3 -0
- package/dist/icons/components/ShopIcon.d.ts +3 -0
- package/dist/icons/components/ShopTwoIcon.d.ts +3 -0
- package/dist/icons/components/ShoppingBagIcon.d.ts +3 -0
- package/dist/icons/components/ShoppingBasketIcon.d.ts +3 -0
- package/dist/icons/components/ShoppingCartCheckoutIcon.d.ts +3 -0
- package/dist/icons/components/ShoppingCartIcon.d.ts +3 -0
- package/dist/icons/components/ShortTextIcon.d.ts +3 -0
- package/dist/icons/components/ShortcutIcon.d.ts +3 -0
- package/dist/icons/components/ShowChartIcon.d.ts +3 -0
- package/dist/icons/components/ShowerIcon.d.ts +3 -0
- package/dist/icons/components/ShuffleIcon.d.ts +3 -0
- package/dist/icons/components/ShuffleOnIcon.d.ts +3 -0
- package/dist/icons/components/ShutterSpeedIcon.d.ts +3 -0
- package/dist/icons/components/SickIcon.d.ts +3 -0
- package/dist/icons/components/SignLanguageIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellular0BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellular4BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularAlt1BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularAlt2BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularAltIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularConnectedNoInternet0BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularConnectedNoInternet4BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularNoSimIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularNodataIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularNullIcon.d.ts +3 -0
- package/dist/icons/components/SignalCellularOffIcon.d.ts +3 -0
- package/dist/icons/components/SignalWifi0BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalWifi4BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalWifi4BarLockIcon.d.ts +3 -0
- package/dist/icons/components/SignalWifiBadIcon.d.ts +3 -0
- package/dist/icons/components/SignalWifiConnectedNoInternet4Icon.d.ts +3 -0
- package/dist/icons/components/SignalWifiOffIcon.d.ts +3 -0
- package/dist/icons/components/SignalWifiStatusbar4BarIcon.d.ts +3 -0
- package/dist/icons/components/SignalWifiStatusbarConnectedNoInternet4Icon.d.ts +3 -0
- package/dist/icons/components/SignalWifiStatusbarNullIcon.d.ts +3 -0
- package/dist/icons/components/SignpostIcon.d.ts +3 -0
- package/dist/icons/components/SimCardAlertIcon.d.ts +3 -0
- package/dist/icons/components/SimCardDownloadIcon.d.ts +3 -0
- package/dist/icons/components/SimCardIcon.d.ts +3 -0
- package/dist/icons/components/SingleBedIcon.d.ts +3 -0
- package/dist/icons/components/SipIcon.d.ts +3 -0
- package/dist/icons/components/SkateboardingIcon.d.ts +3 -0
- package/dist/icons/components/SkipNextIcon.d.ts +3 -0
- package/dist/icons/components/SkipPreviousIcon.d.ts +3 -0
- package/dist/icons/components/SleddingIcon.d.ts +3 -0
- package/dist/icons/components/SlideshowIcon.d.ts +3 -0
- package/dist/icons/components/SlowMotionVideoIcon.d.ts +3 -0
- package/dist/icons/components/SmartButtonIcon.d.ts +3 -0
- package/dist/icons/components/SmartDisplayIcon.d.ts +3 -0
- package/dist/icons/components/SmartScreenIcon.d.ts +3 -0
- package/dist/icons/components/SmartToyIcon.d.ts +3 -0
- package/dist/icons/components/SmartphoneIcon.d.ts +3 -0
- package/dist/icons/components/SmokeFreeIcon.d.ts +3 -0
- package/dist/icons/components/SmokingRoomsIcon.d.ts +3 -0
- package/dist/icons/components/SmsFailedIcon.d.ts +3 -0
- package/dist/icons/components/SmsIcon.d.ts +3 -0
- package/dist/icons/components/SnippetFolderIcon.d.ts +3 -0
- package/dist/icons/components/SnoozeIcon.d.ts +3 -0
- package/dist/icons/components/SnowboardingIcon.d.ts +3 -0
- package/dist/icons/components/SnowmobileIcon.d.ts +3 -0
- package/dist/icons/components/SnowshoeingIcon.d.ts +3 -0
- package/dist/icons/components/SoapIcon.d.ts +3 -0
- package/dist/icons/components/SocialDistanceIcon.d.ts +3 -0
- package/dist/icons/components/SolarPowerIcon.d.ts +3 -0
- package/dist/icons/components/SortByAlphaIcon.d.ts +3 -0
- package/dist/icons/components/SortIcon.d.ts +3 -0
- package/dist/icons/components/SosIcon.d.ts +3 -0
- package/dist/icons/components/SoupKitchenIcon.d.ts +3 -0
- package/dist/icons/components/SourceIcon.d.ts +3 -0
- package/dist/icons/components/SouthAmericaIcon.d.ts +3 -0
- package/dist/icons/components/SouthEastIcon.d.ts +3 -0
- package/dist/icons/components/SouthIcon.d.ts +3 -0
- package/dist/icons/components/SouthWestIcon.d.ts +3 -0
- package/dist/icons/components/SpaIcon.d.ts +3 -0
- package/dist/icons/components/SpaceBarIcon.d.ts +3 -0
- package/dist/icons/components/SpaceDashboardIcon.d.ts +3 -0
- package/dist/icons/components/SpatialAudioIcon.d.ts +3 -0
- package/dist/icons/components/SpatialAudioOffIcon.d.ts +3 -0
- package/dist/icons/components/SpatialTrackingIcon.d.ts +3 -0
- package/dist/icons/components/SpeakerGroupIcon.d.ts +3 -0
- package/dist/icons/components/SpeakerIcon.d.ts +3 -0
- package/dist/icons/components/SpeakerNotesIcon.d.ts +3 -0
- package/dist/icons/components/SpeakerNotesOffIcon.d.ts +3 -0
- package/dist/icons/components/SpeakerPhoneIcon.d.ts +3 -0
- package/dist/icons/components/SpeedIcon.d.ts +3 -0
- package/dist/icons/components/SpellcheckIcon.d.ts +3 -0
- package/dist/icons/components/SplitscreenIcon.d.ts +3 -0
- package/dist/icons/components/SpokeIcon.d.ts +3 -0
- package/dist/icons/components/SportsBarIcon.d.ts +3 -0
- package/dist/icons/components/SportsBaseballIcon.d.ts +3 -0
- package/dist/icons/components/SportsBasketballIcon.d.ts +3 -0
- package/dist/icons/components/SportsCricketIcon.d.ts +3 -0
- package/dist/icons/components/SportsEsportsIcon.d.ts +3 -0
- package/dist/icons/components/SportsFootballIcon.d.ts +3 -0
- package/dist/icons/components/SportsGolfIcon.d.ts +3 -0
- package/dist/icons/components/SportsGymnasticsIcon.d.ts +3 -0
- package/dist/icons/components/SportsHandballIcon.d.ts +3 -0
- package/dist/icons/components/SportsHockeyIcon.d.ts +3 -0
- package/dist/icons/components/SportsIcon.d.ts +3 -0
- package/dist/icons/components/SportsKabaddiIcon.d.ts +3 -0
- package/dist/icons/components/SportsMartialArtsIcon.d.ts +3 -0
- package/dist/icons/components/SportsMmaIcon.d.ts +3 -0
- package/dist/icons/components/SportsMotorsportsIcon.d.ts +3 -0
- package/dist/icons/components/SportsRugbyIcon.d.ts +3 -0
- package/dist/icons/components/SportsScoreIcon.d.ts +3 -0
- package/dist/icons/components/SportsSoccerIcon.d.ts +3 -0
- package/dist/icons/components/SportsTennisIcon.d.ts +3 -0
- package/dist/icons/components/SportsVolleyballIcon.d.ts +3 -0
- package/dist/icons/components/SquareFootIcon.d.ts +3 -0
- package/dist/icons/components/SquareIcon.d.ts +3 -0
- package/dist/icons/components/SsidChartIcon.d.ts +3 -0
- package/dist/icons/components/StackedBarChartIcon.d.ts +3 -0
- package/dist/icons/components/StackedLineChartIcon.d.ts +3 -0
- package/dist/icons/components/StadiumIcon.d.ts +3 -0
- package/dist/icons/components/StairsIcon.d.ts +3 -0
- package/dist/icons/components/StarBorderIcon.d.ts +3 -0
- package/dist/icons/components/StarBorderPurple500Icon.d.ts +3 -0
- package/dist/icons/components/StarHalfIcon.d.ts +3 -0
- package/dist/icons/components/StarIcon.d.ts +3 -0
- package/dist/icons/components/StarOutlineIcon.d.ts +3 -0
- package/dist/icons/components/StarPurple500Icon.d.ts +3 -0
- package/dist/icons/components/StarRateIcon.d.ts +3 -0
- package/dist/icons/components/StarsIcon.d.ts +3 -0
- package/dist/icons/components/StartIcon.d.ts +3 -0
- package/dist/icons/components/StayCurrentLandscapeIcon.d.ts +3 -0
- package/dist/icons/components/StayCurrentPortraitIcon.d.ts +3 -0
- package/dist/icons/components/StayPrimaryLandscapeIcon.d.ts +3 -0
- package/dist/icons/components/StayPrimaryPortraitIcon.d.ts +3 -0
- package/dist/icons/components/StickyNote2Icon.d.ts +3 -0
- package/dist/icons/components/StopCircleIcon.d.ts +3 -0
- package/dist/icons/components/StopIcon.d.ts +3 -0
- package/dist/icons/components/StopScreenShareIcon.d.ts +3 -0
- package/dist/icons/components/StorageIcon.d.ts +3 -0
- package/dist/icons/components/StoreIcon.d.ts +3 -0
- package/dist/icons/components/StoreMallDirectoryIcon.d.ts +3 -0
- package/dist/icons/components/StorefrontIcon.d.ts +3 -0
- package/dist/icons/components/StormIcon.d.ts +3 -0
- package/dist/icons/components/StraightIcon.d.ts +3 -0
- package/dist/icons/components/StraightenIcon.d.ts +3 -0
- package/dist/icons/components/StreamIcon.d.ts +3 -0
- package/dist/icons/components/StreetviewIcon.d.ts +3 -0
- package/dist/icons/components/StrikethroughSIcon.d.ts +3 -0
- package/dist/icons/components/StrollerIcon.d.ts +3 -0
- package/dist/icons/components/StyleIcon.d.ts +3 -0
- package/dist/icons/components/SubdirectoryArrowLeftIcon.d.ts +3 -0
- package/dist/icons/components/SubdirectoryArrowRightIcon.d.ts +3 -0
- package/dist/icons/components/SubjectIcon.d.ts +3 -0
- package/dist/icons/components/SubscriptIcon.d.ts +3 -0
- package/dist/icons/components/SubscriptionsIcon.d.ts +3 -0
- package/dist/icons/components/SubtitlesIcon.d.ts +3 -0
- package/dist/icons/components/SubtitlesOffIcon.d.ts +3 -0
- package/dist/icons/components/SubwayIcon.d.ts +3 -0
- package/dist/icons/components/SummarizeIcon.d.ts +3 -0
- package/dist/icons/components/SuperscriptIcon.d.ts +3 -0
- package/dist/icons/components/SupervisedUserCircleIcon.d.ts +3 -0
- package/dist/icons/components/SupervisorAccountIcon.d.ts +3 -0
- package/dist/icons/components/SupportAgentIcon.d.ts +3 -0
- package/dist/icons/components/SupportIcon.d.ts +3 -0
- package/dist/icons/components/SurfingIcon.d.ts +3 -0
- package/dist/icons/components/SurroundSoundIcon.d.ts +3 -0
- package/dist/icons/components/SwapCallsIcon.d.ts +3 -0
- package/dist/icons/components/SwapHorizIcon.d.ts +3 -0
- package/dist/icons/components/SwapHorizontalCircleIcon.d.ts +3 -0
- package/dist/icons/components/SwapVertIcon.d.ts +3 -0
- package/dist/icons/components/SwapVerticalCircleIcon.d.ts +3 -0
- package/dist/icons/components/SwipeDownAltIcon.d.ts +3 -0
- package/dist/icons/components/SwipeDownIcon.d.ts +3 -0
- package/dist/icons/components/SwipeIcon.d.ts +3 -0
- package/dist/icons/components/SwipeLeftAltIcon.d.ts +3 -0
- package/dist/icons/components/SwipeLeftIcon.d.ts +3 -0
- package/dist/icons/components/SwipeRightAltIcon.d.ts +3 -0
- package/dist/icons/components/SwipeRightIcon.d.ts +3 -0
- package/dist/icons/components/SwipeUpAltIcon.d.ts +3 -0
- package/dist/icons/components/SwipeUpIcon.d.ts +3 -0
- package/dist/icons/components/SwipeVerticalIcon.d.ts +3 -0
- package/dist/icons/components/SwitchAccessShortcutAddIcon.d.ts +3 -0
- package/dist/icons/components/SwitchAccessShortcutIcon.d.ts +3 -0
- package/dist/icons/components/SwitchAccountIcon.d.ts +3 -0
- package/dist/icons/components/SwitchCameraIcon.d.ts +3 -0
- package/dist/icons/components/SwitchLeftIcon.d.ts +3 -0
- package/dist/icons/components/SwitchRightIcon.d.ts +3 -0
- package/dist/icons/components/SwitchVideoIcon.d.ts +3 -0
- package/dist/icons/components/SynagogueIcon.d.ts +3 -0
- package/dist/icons/components/SyncAltIcon.d.ts +3 -0
- package/dist/icons/components/SyncDisabledIcon.d.ts +3 -0
- package/dist/icons/components/SyncIcon.d.ts +3 -0
- package/dist/icons/components/SyncLockIcon.d.ts +3 -0
- package/dist/icons/components/SyncProblemIcon.d.ts +3 -0
- package/dist/icons/components/SystemSecurityUpdateGoodIcon.d.ts +3 -0
- package/dist/icons/components/SystemSecurityUpdateIcon.d.ts +3 -0
- package/dist/icons/components/SystemSecurityUpdateWarningIcon.d.ts +3 -0
- package/dist/icons/components/SystemUpdateAltIcon.d.ts +3 -0
- package/dist/icons/components/SystemUpdateIcon.d.ts +3 -0
- package/dist/icons/components/TabIcon.d.ts +3 -0
- package/dist/icons/components/TabUnselectedIcon.d.ts +3 -0
- package/dist/icons/components/TableBarIcon.d.ts +3 -0
- package/dist/icons/components/TableChartIcon.d.ts +3 -0
- package/dist/icons/components/TableRestaurantIcon.d.ts +3 -0
- package/dist/icons/components/TableRowsIcon.d.ts +3 -0
- package/dist/icons/components/TableViewIcon.d.ts +3 -0
- package/dist/icons/components/TabletAndroidIcon.d.ts +3 -0
- package/dist/icons/components/TabletIcon.d.ts +3 -0
- package/dist/icons/components/TabletMacIcon.d.ts +3 -0
- package/dist/icons/components/TagFacesIcon.d.ts +3 -0
- package/dist/icons/components/TagIcon.d.ts +3 -0
- package/dist/icons/components/TakeoutDiningIcon.d.ts +3 -0
- package/dist/icons/components/TapAndPlayIcon.d.ts +3 -0
- package/dist/icons/components/TapasIcon.d.ts +3 -0
- package/dist/icons/components/TaskAltIcon.d.ts +3 -0
- package/dist/icons/components/TaskIcon.d.ts +3 -0
- package/dist/icons/components/TaxiAlertIcon.d.ts +3 -0
- package/dist/icons/components/TempleBuddhistIcon.d.ts +3 -0
- package/dist/icons/components/TempleHinduIcon.d.ts +3 -0
- package/dist/icons/components/TerminalIcon.d.ts +3 -0
- package/dist/icons/components/TerrainIcon.d.ts +3 -0
- package/dist/icons/components/TextDecreaseIcon.d.ts +3 -0
- package/dist/icons/components/TextFieldsIcon.d.ts +3 -0
- package/dist/icons/components/TextFormatIcon.d.ts +3 -0
- package/dist/icons/components/TextIncreaseIcon.d.ts +3 -0
- package/dist/icons/components/TextRotateUpIcon.d.ts +3 -0
- package/dist/icons/components/TextRotateVerticalIcon.d.ts +3 -0
- package/dist/icons/components/TextRotationAngledownIcon.d.ts +3 -0
- package/dist/icons/components/TextRotationAngleupIcon.d.ts +3 -0
- package/dist/icons/components/TextRotationDownIcon.d.ts +3 -0
- package/dist/icons/components/TextRotationNoneIcon.d.ts +3 -0
- package/dist/icons/components/TextSnippetIcon.d.ts +3 -0
- package/dist/icons/components/TextsmsIcon.d.ts +3 -0
- package/dist/icons/components/TextureIcon.d.ts +3 -0
- package/dist/icons/components/TheaterComedyIcon.d.ts +3 -0
- package/dist/icons/components/TheatersIcon.d.ts +3 -0
- package/dist/icons/components/ThermostatAutoIcon.d.ts +3 -0
- package/dist/icons/components/ThermostatIcon.d.ts +3 -0
- package/dist/icons/components/ThumbDownAltIcon.d.ts +3 -0
- package/dist/icons/components/ThumbDownIcon.d.ts +3 -0
- package/dist/icons/components/ThumbDownOffAltIcon.d.ts +3 -0
- package/dist/icons/components/ThumbUpAltIcon.d.ts +3 -0
- package/dist/icons/components/ThumbUpIcon.d.ts +3 -0
- package/dist/icons/components/ThumbUpOffAltIcon.d.ts +3 -0
- package/dist/icons/components/ThumbsUpDownIcon.d.ts +3 -0
- package/dist/icons/components/ThunderstormIcon.d.ts +3 -0
- package/dist/icons/components/TimeToLeaveIcon.d.ts +3 -0
- package/dist/icons/components/TimelapseIcon.d.ts +3 -0
- package/dist/icons/components/TimelineIcon.d.ts +3 -0
- package/dist/icons/components/Timer10Icon.d.ts +3 -0
- package/dist/icons/components/Timer10SelectIcon.d.ts +3 -0
- package/dist/icons/components/Timer3Icon.d.ts +3 -0
- package/dist/icons/components/Timer3SelectIcon.d.ts +3 -0
- package/dist/icons/components/TimerIcon.d.ts +3 -0
- package/dist/icons/components/TimerOffIcon.d.ts +3 -0
- package/dist/icons/components/TipsAndUpdatesIcon.d.ts +3 -0
- package/dist/icons/components/TireRepairIcon.d.ts +3 -0
- package/dist/icons/components/TitleIcon.d.ts +3 -0
- package/dist/icons/components/TocIcon.d.ts +3 -0
- package/dist/icons/components/TodayIcon.d.ts +3 -0
- package/dist/icons/components/ToggleOffIcon.d.ts +3 -0
- package/dist/icons/components/ToggleOnIcon.d.ts +3 -0
- package/dist/icons/components/TokenIcon.d.ts +3 -0
- package/dist/icons/components/TollIcon.d.ts +3 -0
- package/dist/icons/components/TonalityIcon.d.ts +3 -0
- package/dist/icons/components/TopicIcon.d.ts +3 -0
- package/dist/icons/components/TornadoIcon.d.ts +3 -0
- package/dist/icons/components/TouchAppIcon.d.ts +3 -0
- package/dist/icons/components/TourIcon.d.ts +3 -0
- package/dist/icons/components/ToysIcon.d.ts +3 -0
- package/dist/icons/components/TrackChangesIcon.d.ts +3 -0
- package/dist/icons/components/TrafficIcon.d.ts +3 -0
- package/dist/icons/components/TrainIcon.d.ts +3 -0
- package/dist/icons/components/TramIcon.d.ts +3 -0
- package/dist/icons/components/TranscribeIcon.d.ts +3 -0
- package/dist/icons/components/TransferWithinAStationIcon.d.ts +3 -0
- package/dist/icons/components/TransformIcon.d.ts +3 -0
- package/dist/icons/components/TransgenderIcon.d.ts +3 -0
- package/dist/icons/components/TransitEnterexitIcon.d.ts +3 -0
- package/dist/icons/components/TranslateIcon.d.ts +3 -0
- package/dist/icons/components/TravelExploreIcon.d.ts +3 -0
- package/dist/icons/components/TrendingDownIcon.d.ts +3 -0
- package/dist/icons/components/TrendingFlatIcon.d.ts +3 -0
- package/dist/icons/components/TrendingUpIcon.d.ts +3 -0
- package/dist/icons/components/TripOriginIcon.d.ts +3 -0
- package/dist/icons/components/TroubleshootIcon.d.ts +3 -0
- package/dist/icons/components/TryIcon.d.ts +3 -0
- package/dist/icons/components/TsunamiIcon.d.ts +3 -0
- package/dist/icons/components/TtyIcon.d.ts +3 -0
- package/dist/icons/components/TuneIcon.d.ts +3 -0
- package/dist/icons/components/TungstenIcon.d.ts +3 -0
- package/dist/icons/components/TurnLeftIcon.d.ts +3 -0
- package/dist/icons/components/TurnRightIcon.d.ts +3 -0
- package/dist/icons/components/TurnSharpLeftIcon.d.ts +3 -0
- package/dist/icons/components/TurnSharpRightIcon.d.ts +3 -0
- package/dist/icons/components/TurnSlightLeftIcon.d.ts +3 -0
- package/dist/icons/components/TurnSlightRightIcon.d.ts +3 -0
- package/dist/icons/components/TurnedInIcon.d.ts +3 -0
- package/dist/icons/components/TurnedInNotIcon.d.ts +3 -0
- package/dist/icons/components/TvIcon.d.ts +3 -0
- package/dist/icons/components/TvOffIcon.d.ts +3 -0
- package/dist/icons/components/TwoWheelerIcon.d.ts +3 -0
- package/dist/icons/components/TypeSpecimenIcon.d.ts +3 -0
- package/dist/icons/components/UTurnLeftIcon.d.ts +3 -0
- package/dist/icons/components/UTurnRightIcon.d.ts +3 -0
- package/dist/icons/components/UmbrellaIcon.d.ts +3 -0
- package/dist/icons/components/UnarchiveIcon.d.ts +3 -0
- package/dist/icons/components/UndoIcon.d.ts +3 -0
- package/dist/icons/components/UnfoldLessDoubleIcon.d.ts +3 -0
- package/dist/icons/components/UnfoldLessIcon.d.ts +3 -0
- package/dist/icons/components/UnfoldMoreDoubleIcon.d.ts +3 -0
- package/dist/icons/components/UnfoldMoreIcon.d.ts +3 -0
- package/dist/icons/components/UnpublishedIcon.d.ts +3 -0
- package/dist/icons/components/UnsubscribeIcon.d.ts +3 -0
- package/dist/icons/components/UpcomingIcon.d.ts +3 -0
- package/dist/icons/components/UpdateDisabledIcon.d.ts +3 -0
- package/dist/icons/components/UpdateIcon.d.ts +3 -0
- package/dist/icons/components/UpgradeIcon.d.ts +3 -0
- package/dist/icons/components/UploadFileIcon.d.ts +3 -0
- package/dist/icons/components/UploadIcon.d.ts +3 -0
- package/dist/icons/components/UsbIcon.d.ts +3 -0
- package/dist/icons/components/UsbOffIcon.d.ts +3 -0
- package/dist/icons/components/VaccinesIcon.d.ts +3 -0
- package/dist/icons/components/VapeFreeIcon.d.ts +3 -0
- package/dist/icons/components/VapingRoomsIcon.d.ts +3 -0
- package/dist/icons/components/VerifiedIcon.d.ts +3 -0
- package/dist/icons/components/VerifiedUserIcon.d.ts +3 -0
- package/dist/icons/components/VerticalAlignBottomIcon.d.ts +3 -0
- package/dist/icons/components/VerticalAlignCenterIcon.d.ts +3 -0
- package/dist/icons/components/VerticalAlignTopIcon.d.ts +3 -0
- package/dist/icons/components/VerticalDistributeIcon.d.ts +3 -0
- package/dist/icons/components/VerticalShadesClosedIcon.d.ts +3 -0
- package/dist/icons/components/VerticalShadesIcon.d.ts +3 -0
- package/dist/icons/components/VerticalSplitIcon.d.ts +3 -0
- package/dist/icons/components/VibrationIcon.d.ts +3 -0
- package/dist/icons/components/VideoCallIcon.d.ts +3 -0
- package/dist/icons/components/VideoCameraBackIcon.d.ts +3 -0
- package/dist/icons/components/VideoCameraFrontIcon.d.ts +3 -0
- package/dist/icons/components/VideoChatIcon.d.ts +3 -0
- package/dist/icons/components/VideoFileIcon.d.ts +3 -0
- package/dist/icons/components/VideoLabelIcon.d.ts +3 -0
- package/dist/icons/components/VideoLibraryIcon.d.ts +3 -0
- package/dist/icons/components/VideoSettingsIcon.d.ts +3 -0
- package/dist/icons/components/VideoStableIcon.d.ts +3 -0
- package/dist/icons/components/VideocamIcon.d.ts +3 -0
- package/dist/icons/components/VideocamOffIcon.d.ts +3 -0
- package/dist/icons/components/VideogameAssetIcon.d.ts +3 -0
- package/dist/icons/components/VideogameAssetOffIcon.d.ts +3 -0
- package/dist/icons/components/ViewAgendaIcon.d.ts +3 -0
- package/dist/icons/components/ViewArrayIcon.d.ts +3 -0
- package/dist/icons/components/ViewCarouselIcon.d.ts +3 -0
- package/dist/icons/components/ViewColumnIcon.d.ts +3 -0
- package/dist/icons/components/ViewComfyAltIcon.d.ts +3 -0
- package/dist/icons/components/ViewComfyIcon.d.ts +3 -0
- package/dist/icons/components/ViewCompactAltIcon.d.ts +3 -0
- package/dist/icons/components/ViewCompactIcon.d.ts +3 -0
- package/dist/icons/components/ViewCozyIcon.d.ts +3 -0
- package/dist/icons/components/ViewDayIcon.d.ts +3 -0
- package/dist/icons/components/ViewHeadlineIcon.d.ts +3 -0
- package/dist/icons/components/ViewInArIcon.d.ts +3 -0
- package/dist/icons/components/ViewKanbanIcon.d.ts +3 -0
- package/dist/icons/components/ViewListIcon.d.ts +3 -0
- package/dist/icons/components/ViewModuleIcon.d.ts +3 -0
- package/dist/icons/components/ViewQuiltIcon.d.ts +3 -0
- package/dist/icons/components/ViewSidebarIcon.d.ts +3 -0
- package/dist/icons/components/ViewStreamIcon.d.ts +3 -0
- package/dist/icons/components/ViewTimelineIcon.d.ts +3 -0
- package/dist/icons/components/ViewWeekIcon.d.ts +3 -0
- package/dist/icons/components/VignetteIcon.d.ts +3 -0
- package/dist/icons/components/VillaIcon.d.ts +3 -0
- package/dist/icons/components/VisibilityIcon.d.ts +3 -0
- package/dist/icons/components/VisibilityOffIcon.d.ts +3 -0
- package/dist/icons/components/VoiceChatIcon.d.ts +3 -0
- package/dist/icons/components/VoiceOverOffIcon.d.ts +3 -0
- package/dist/icons/components/VoicemailIcon.d.ts +3 -0
- package/dist/icons/components/VolcanoIcon.d.ts +3 -0
- package/dist/icons/components/VolumeDownIcon.d.ts +3 -0
- package/dist/icons/components/VolumeMuteIcon.d.ts +3 -0
- package/dist/icons/components/VolumeOffIcon.d.ts +3 -0
- package/dist/icons/components/VolumeUpIcon.d.ts +3 -0
- package/dist/icons/components/VolunteerActivismIcon.d.ts +3 -0
- package/dist/icons/components/VpnKeyIcon.d.ts +3 -0
- package/dist/icons/components/VpnKeyOffIcon.d.ts +3 -0
- package/dist/icons/components/VpnLockIcon.d.ts +3 -0
- package/dist/icons/components/VrpanoIcon.d.ts +3 -0
- package/dist/icons/components/WalletIcon.d.ts +3 -0
- package/dist/icons/components/WallpaperIcon.d.ts +3 -0
- package/dist/icons/components/WarehouseIcon.d.ts +3 -0
- package/dist/icons/components/WarningAmberIcon.d.ts +3 -0
- package/dist/icons/components/WarningIcon.d.ts +3 -0
- package/dist/icons/components/WashIcon.d.ts +3 -0
- package/dist/icons/components/WatchIcon.d.ts +3 -0
- package/dist/icons/components/WatchLaterIcon.d.ts +3 -0
- package/dist/icons/components/WatchOffIcon.d.ts +3 -0
- package/dist/icons/components/WaterDamageIcon.d.ts +3 -0
- package/dist/icons/components/WaterDropIcon.d.ts +3 -0
- package/dist/icons/components/WaterIcon.d.ts +3 -0
- package/dist/icons/components/WaterfallChartIcon.d.ts +3 -0
- package/dist/icons/components/WavesIcon.d.ts +3 -0
- package/dist/icons/components/WavingHandIcon.d.ts +3 -0
- package/dist/icons/components/WbAutoIcon.d.ts +3 -0
- package/dist/icons/components/WbCloudyIcon.d.ts +3 -0
- package/dist/icons/components/WbIncandescentIcon.d.ts +3 -0
- package/dist/icons/components/WbIridescentIcon.d.ts +3 -0
- package/dist/icons/components/WbShadeIcon.d.ts +3 -0
- package/dist/icons/components/WbSunnyIcon.d.ts +3 -0
- package/dist/icons/components/WbTwilightIcon.d.ts +3 -0
- package/dist/icons/components/WcIcon.d.ts +3 -0
- package/dist/icons/components/WebAssetIcon.d.ts +3 -0
- package/dist/icons/components/WebAssetOffIcon.d.ts +3 -0
- package/dist/icons/components/WebIcon.d.ts +3 -0
- package/dist/icons/components/WebStoriesIcon.d.ts +3 -0
- package/dist/icons/components/WebhookIcon.d.ts +3 -0
- package/dist/icons/components/WeekendIcon.d.ts +3 -0
- package/dist/icons/components/WestIcon.d.ts +3 -0
- package/dist/icons/components/WhatshotIcon.d.ts +3 -0
- package/dist/icons/components/WheelchairPickupIcon.d.ts +3 -0
- package/dist/icons/components/WhereToVoteIcon.d.ts +3 -0
- package/dist/icons/components/WidgetsIcon.d.ts +3 -0
- package/dist/icons/components/WidthFullIcon.d.ts +3 -0
- package/dist/icons/components/WidthNormalIcon.d.ts +3 -0
- package/dist/icons/components/WidthWideIcon.d.ts +3 -0
- package/dist/icons/components/Wifi1BarIcon.d.ts +3 -0
- package/dist/icons/components/Wifi2BarIcon.d.ts +3 -0
- package/dist/icons/components/WifiCalling3Icon.d.ts +3 -0
- package/dist/icons/components/WifiCallingIcon.d.ts +3 -0
- package/dist/icons/components/WifiChannelIcon.d.ts +3 -0
- package/dist/icons/components/WifiFindIcon.d.ts +3 -0
- package/dist/icons/components/WifiIcon.d.ts +3 -0
- package/dist/icons/components/WifiLockIcon.d.ts +3 -0
- package/dist/icons/components/WifiOffIcon.d.ts +3 -0
- package/dist/icons/components/WifiPasswordIcon.d.ts +3 -0
- package/dist/icons/components/WifiProtectedSetupIcon.d.ts +3 -0
- package/dist/icons/components/WifiTetheringErrorIcon.d.ts +3 -0
- package/dist/icons/components/WifiTetheringIcon.d.ts +3 -0
- package/dist/icons/components/WifiTetheringOffIcon.d.ts +3 -0
- package/dist/icons/components/WindPowerIcon.d.ts +3 -0
- package/dist/icons/components/WindowIcon.d.ts +3 -0
- package/dist/icons/components/WineBarIcon.d.ts +3 -0
- package/dist/icons/components/Woman2Icon.d.ts +3 -0
- package/dist/icons/components/WomanIcon.d.ts +3 -0
- package/dist/icons/components/WorkHistoryIcon.d.ts +3 -0
- package/dist/icons/components/WorkIcon.d.ts +3 -0
- package/dist/icons/components/WorkOffIcon.d.ts +3 -0
- package/dist/icons/components/WorkOutlineIcon.d.ts +3 -0
- package/dist/icons/components/WorkspacePremiumIcon.d.ts +3 -0
- package/dist/icons/components/WorkspacesIcon.d.ts +3 -0
- package/dist/icons/components/WrapTextIcon.d.ts +3 -0
- package/dist/icons/components/WrongLocationIcon.d.ts +3 -0
- package/dist/icons/components/WysiwygIcon.d.ts +3 -0
- package/dist/icons/components/YardIcon.d.ts +3 -0
- package/dist/icons/components/YoutubeSearchedForIcon.d.ts +3 -0
- package/dist/icons/components/ZoomInIcon.d.ts +3 -0
- package/dist/icons/components/ZoomInMapIcon.d.ts +3 -0
- package/dist/icons/components/ZoomOutIcon.d.ts +3 -0
- package/dist/icons/components/ZoomOutMapIcon.d.ts +3 -0
- package/dist/icons/components/_10kIcon.d.ts +3 -0
- package/dist/icons/components/_10mpIcon.d.ts +3 -0
- package/dist/icons/components/_11mpIcon.d.ts +3 -0
- package/dist/icons/components/_123Icon.d.ts +3 -0
- package/dist/icons/components/_12mpIcon.d.ts +3 -0
- package/dist/icons/components/_13mpIcon.d.ts +3 -0
- package/dist/icons/components/_14mpIcon.d.ts +3 -0
- package/dist/icons/components/_15mpIcon.d.ts +3 -0
- package/dist/icons/components/_16mpIcon.d.ts +3 -0
- package/dist/icons/components/_17mpIcon.d.ts +3 -0
- package/dist/icons/components/_18UpRatingIcon.d.ts +3 -0
- package/dist/icons/components/_18mpIcon.d.ts +3 -0
- package/dist/icons/components/_19mpIcon.d.ts +3 -0
- package/dist/icons/components/_1kIcon.d.ts +3 -0
- package/dist/icons/components/_1kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_1xMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/_20mpIcon.d.ts +3 -0
- package/dist/icons/components/_21mpIcon.d.ts +3 -0
- package/dist/icons/components/_22mpIcon.d.ts +3 -0
- package/dist/icons/components/_23mpIcon.d.ts +3 -0
- package/dist/icons/components/_24mpIcon.d.ts +3 -0
- package/dist/icons/components/_2kIcon.d.ts +3 -0
- package/dist/icons/components/_2kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_2mpIcon.d.ts +3 -0
- package/dist/icons/components/_30fpsIcon.d.ts +3 -0
- package/dist/icons/components/_30fpsSelectIcon.d.ts +3 -0
- package/dist/icons/components/_360Icon.d.ts +3 -0
- package/dist/icons/components/_3dRotationIcon.d.ts +3 -0
- package/dist/icons/components/_3gMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/_3kIcon.d.ts +3 -0
- package/dist/icons/components/_3kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_3mpIcon.d.ts +3 -0
- package/dist/icons/components/_3pIcon.d.ts +3 -0
- package/dist/icons/components/_4gMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/_4gPlusMobiledataIcon.d.ts +3 -0
- package/dist/icons/components/_4kIcon.d.ts +3 -0
- package/dist/icons/components/_4kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_4mpIcon.d.ts +3 -0
- package/dist/icons/components/_5gIcon.d.ts +3 -0
- package/dist/icons/components/_5kIcon.d.ts +3 -0
- package/dist/icons/components/_5kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_5mpIcon.d.ts +3 -0
- package/dist/icons/components/_60fpsIcon.d.ts +3 -0
- package/dist/icons/components/_60fpsSelectIcon.d.ts +3 -0
- package/dist/icons/components/_6FtApartIcon.d.ts +3 -0
- package/dist/icons/components/_6kIcon.d.ts +3 -0
- package/dist/icons/components/_6kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_6mpIcon.d.ts +3 -0
- package/dist/icons/components/_7kIcon.d.ts +3 -0
- package/dist/icons/components/_7kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_7mpIcon.d.ts +3 -0
- package/dist/icons/components/_8kIcon.d.ts +3 -0
- package/dist/icons/components/_8kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_8mpIcon.d.ts +3 -0
- package/dist/icons/components/_9kIcon.d.ts +3 -0
- package/dist/icons/components/_9kPlusIcon.d.ts +3 -0
- package/dist/icons/components/_9mpIcon.d.ts +3 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.es.js +26089 -26045
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +67 -67
- package/dist/index.umd.js.map +1 -1
- package/dist/{core/internal → internal}/EntityView.d.ts +1 -1
- package/dist/{core/internal → internal}/useBuildNavigationContext.d.ts +1 -1
- package/dist/{core/internal → internal}/useBuildSideDialogsController.d.ts +1 -1
- package/dist/{core/internal → internal}/useBuildSideEntityController.d.ts +1 -1
- package/dist/preview/PropertyPreview.d.ts +1 -1
- package/dist/preview/PropertyPreviewProps.d.ts +2 -2
- package/dist/preview/components/ArrayEnumPreview.d.ts +1 -1
- package/dist/preview/components/AsyncPreviewComponent.d.ts +1 -1
- package/dist/preview/components/BooleanPreview.d.ts +1 -1
- package/dist/preview/components/DatePreview.d.ts +1 -1
- package/dist/preview/components/EmptyValue.d.ts +1 -1
- package/dist/preview/components/EnumValuesChip.d.ts +1 -1
- package/dist/preview/components/ImagePreview.d.ts +2 -2
- package/dist/preview/components/ReferencePreview.d.ts +1 -1
- package/dist/preview/components/StorageThumbnail.d.ts +1 -1
- package/dist/preview/components/UrlComponentPreview.d.ts +1 -1
- package/dist/preview/index.d.ts +0 -1
- package/dist/preview/property_previews/ArrayOfMapsPreview.d.ts +1 -1
- package/dist/preview/property_previews/ArrayOfReferencesPreview.d.ts +1 -1
- package/dist/preview/property_previews/ArrayOfStorageComponentsPreview.d.ts +1 -1
- package/dist/preview/property_previews/ArrayOfStringsPreview.d.ts +2 -2
- package/dist/preview/property_previews/ArrayOneOfPreview.d.ts +1 -1
- package/dist/preview/property_previews/ArrayPropertyEnumPreview.d.ts +1 -1
- package/dist/preview/property_previews/ArrayPropertyPreview.d.ts +1 -1
- package/dist/preview/property_previews/MapPropertyPreview.d.ts +1 -1
- package/dist/preview/property_previews/NumberPropertyPreview.d.ts +2 -2
- package/dist/preview/property_previews/SkeletonPropertyComponent.d.ts +1 -1
- package/dist/preview/property_previews/StringPropertyPreview.d.ts +1 -1
- package/dist/types/appcheck.d.ts +3 -3
- package/dist/types/auth.d.ts +2 -3
- package/dist/types/collections.d.ts +23 -12
- package/dist/types/colors.d.ts +2 -2
- package/dist/types/datasource.d.ts +7 -7
- package/dist/types/dialogs_controller.d.ts +2 -2
- package/dist/types/entities.d.ts +3 -3
- package/dist/types/entity_callbacks.d.ts +7 -7
- package/dist/types/entity_link_builder.d.ts +1 -1
- package/dist/types/export_import.d.ts +21 -0
- package/dist/types/fields.d.ts +3 -3
- package/dist/types/firecms.d.ts +3 -3
- package/dist/types/firecms_context.d.ts +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/local_config_persistence.d.ts +1 -1
- package/dist/types/locales.d.ts +1 -1
- package/dist/types/navigation.d.ts +2 -2
- package/dist/types/permissions.d.ts +3 -3
- package/dist/types/plugins.d.ts +2 -2
- package/dist/types/properties.d.ts +30 -30
- package/dist/types/resolved_entities.d.ts +11 -11
- package/dist/types/side_dialogs_controller.d.ts +2 -2
- package/dist/types/side_entity_controller.d.ts +2 -2
- package/dist/types/storage.d.ts +4 -4
- package/dist/types/user.d.ts +1 -1
- package/dist/{components → ui}/Chip.d.ts +1 -1
- package/dist/{components → ui}/Markdown.d.ts +1 -1
- package/dist/ui/index.d.ts +42 -0
- package/dist/ui/util/index.d.ts +3 -0
- package/dist/{components → ui}/util/useInjectStyles.d.ts +1 -1
- package/dist/{core/util → util}/chip_utils.d.ts +1 -1
- package/dist/{core/util → util}/collections.d.ts +1 -1
- package/dist/{core/util → util}/debounce.d.ts +6 -0
- package/dist/{core/util → util}/entities.d.ts +3 -3
- package/dist/{core/util → util}/enums.d.ts +1 -1
- package/dist/{core/util → util}/icons.d.ts +1 -1
- package/dist/{core/util → util}/index.d.ts +1 -0
- package/dist/util/join_collections.d.ts +13 -0
- package/dist/{core/util → util}/make_properties_editable.d.ts +2 -2
- package/dist/{core/util → util}/navigation_from_path.d.ts +1 -1
- package/dist/{core/util → util}/navigation_utils.d.ts +1 -1
- package/dist/{core/util → util}/parent_references_from_path.d.ts +1 -1
- package/dist/{core/util → util}/permissions.d.ts +1 -1
- package/dist/{core/util → util}/property_utils.d.ts +1 -1
- package/dist/{core/util → util}/references.d.ts +1 -1
- package/dist/{core/util → util}/resolutions.d.ts +2 -2
- package/dist/{core/util → util}/storage.d.ts +1 -1
- package/dist/{core/util → util}/useStorageUploadController.d.ts +2 -2
- package/package.json +4 -3
- package/src/{core/components → components}/ArrayContainer.tsx +4 -6
- package/src/{core/components → components}/BreadcrumbUpdater.tsx +2 -2
- package/src/{core/components → components}/CircularProgressCenter.tsx +1 -1
- package/src/{core/components → components}/DeleteConfirmationDialog.tsx +1 -1
- package/src/{core/components → components}/EntityCollectionTable/EntityCollectionTable.tsx +5 -5
- package/src/{core/components → components}/EntityCollectionTable/EntityCollectionTableProps.tsx +3 -3
- package/src/{core/components → components}/EntityCollectionTable/fields/TableReferenceField.tsx +5 -5
- package/src/{core/components → components}/EntityCollectionTable/fields/TableStorageUpload.tsx +8 -8
- package/src/{core/components → components}/EntityCollectionTable/filters/BooleanFilterField.tsx +1 -1
- package/src/{core/components → components}/EntityCollectionTable/filters/DateTimeFilterField.tsx +1 -2
- package/src/{core/components → components}/EntityCollectionTable/filters/ReferenceFilterField.tsx +4 -5
- package/src/{core/components → components}/EntityCollectionTable/filters/StringNumberFilterField.tsx +4 -4
- package/src/{core/components → components}/EntityCollectionTable/internal/CollectionTableToolbar.tsx +5 -5
- package/src/{core/components → components}/EntityCollectionTable/internal/DeleteEntityDialog.tsx +3 -3
- package/src/{core/components → components}/EntityCollectionTable/internal/EntityCollectionRowActions.tsx +5 -6
- package/src/{core/components → components}/EntityCollectionTable/internal/EntityTableCell.tsx +4 -4
- package/src/{core/components → components}/EntityCollectionTable/internal/EntityTableCellActions.tsx +2 -2
- package/src/{core/components → components}/EntityCollectionTable/internal/PropertyTableCell.tsx +5 -5
- package/src/{core/components → components}/EntityCollectionTable/internal/common.tsx +1 -1
- package/src/{core/components → components}/EntityCollectionTable/internal/default_entity_actions.tsx +2 -2
- package/src/{core/components → components}/EntityCollectionTable/internal/popup_field/PopupFormField.tsx +7 -8
- package/src/{core/components → components}/EntityCollectionTable/types.tsx +4 -4
- package/src/{core/components → components}/EntityCollectionTable/useEntityCollectionTableController.tsx +3 -3
- package/src/{core/components → components}/EntityCollectionView/EntityCollectionView.tsx +11 -11
- package/src/{core/components → components}/EntityCollectionView/EntityCollectionViewActions.tsx +4 -4
- package/src/{core/components → components}/EntityCollectionView/useColumnsIds.tsx +1 -1
- package/src/{core/components → components}/EntityPreview.tsx +8 -8
- package/src/{core/components → components}/ErrorBoundary.tsx +2 -2
- package/src/{core/components → components}/ErrorTooltip.tsx +1 -1
- package/src/{core/components → components}/ErrorView.tsx +4 -4
- package/src/{core/components → components}/FieldConfigBadge.tsx +1 -1
- package/src/{core/components → components}/FireCMSAppBar.tsx +6 -6
- package/src/{core/components → components}/HomePage/DefaultHomePage.tsx +4 -4
- package/src/{core/components → components}/HomePage/FavouritesView.tsx +5 -5
- package/src/{core/components → components}/HomePage/NavigationCollectionCard.tsx +6 -7
- package/src/{core/components → components}/HomePage/NavigationGroup.tsx +3 -3
- package/src/{core/components → components}/NotFoundPage.tsx +1 -1
- package/src/{core/components → components}/ReferenceSelectionInner.tsx +7 -7
- package/src/{core/components → components}/VirtualTable/VirtualTable.tsx +3 -3
- package/src/{core/components → components}/VirtualTable/VirtualTableHeader.tsx +4 -4
- package/src/{core/components → components}/VirtualTable/VirtualTableHeaderRow.tsx +2 -2
- package/src/{core/components → components}/VirtualTable/VirtualTableProps.tsx +8 -8
- package/src/{core/components → components}/VirtualTable/VirtualTableRow.tsx +1 -1
- package/src/{core/components → components}/VirtualTable/fields/VirtualTableDateField.tsx +1 -1
- package/src/{core/components → components}/VirtualTable/fields/VirtualTableInput.tsx +1 -1
- package/src/{core/components → components}/VirtualTable/fields/VirtualTableSelect.tsx +3 -4
- package/src/{core/components → components}/VirtualTable/fields/VirtualTableSwitch.tsx +1 -1
- package/src/components/index.tsx +29 -40
- package/src/{core/contexts → contexts}/AuthControllerContext.tsx +1 -1
- package/src/{core/contexts → contexts}/BreacrumbsContext.tsx +1 -1
- package/src/{core/contexts → contexts}/DataSourceContext.tsx +1 -1
- package/src/{core/contexts → contexts}/DialogsProvider.tsx +1 -1
- package/src/{core/contexts → contexts}/ModeController.tsx +1 -1
- package/src/{core/contexts → contexts}/NavigationContext.tsx +1 -1
- package/src/{core/contexts → contexts}/SideDialogsControllerContext.tsx +1 -1
- package/src/{core/contexts → contexts}/SideEntityControllerContext.tsx +1 -1
- package/src/{core/contexts → contexts}/StorageSourceContext.tsx +1 -1
- package/src/{core/contexts → contexts}/UserConfigurationPersistenceContext.tsx +1 -1
- package/src/contexts/index.ts +3 -0
- package/src/core/Drawer.tsx +4 -4
- package/src/core/EntitySidePanel.tsx +3 -3
- package/src/core/FireCMS.tsx +17 -17
- package/src/core/NavigationRoutes.tsx +5 -5
- package/src/core/Scaffold.tsx +4 -4
- package/src/core/SideDialogs.tsx +4 -4
- package/src/core/index.tsx +0 -13
- package/src/core/useBuildLocalConfigurationPersistence.tsx +1 -1
- package/src/form/EntityForm.tsx +8 -8
- package/src/form/PropertyFieldBinding.tsx +5 -12
- package/src/form/components/CustomIdField.tsx +2 -2
- package/src/form/components/FieldHelperText.tsx +1 -1
- package/src/form/components/FormikArrayContainer.tsx +2 -2
- package/src/form/components/LabelWithIcon.tsx +1 -1
- package/src/form/components/ReferenceWidget.tsx +4 -3
- package/src/form/components/StorageItemPreview.tsx +2 -4
- package/src/form/components/StorageUploadProgress.tsx +4 -4
- package/src/form/components/SwitchControl.tsx +1 -1
- package/src/form/components/index.tsx +1 -1
- package/src/form/field_bindings/ArrayCustomShapedFieldBinding.tsx +3 -3
- package/src/form/field_bindings/ArrayOfReferencesFieldBinding.tsx +5 -4
- package/src/form/field_bindings/BlockFieldBinding.tsx +5 -5
- package/src/form/field_bindings/DateTimeFieldBinding.tsx +3 -3
- package/src/form/field_bindings/KeyValueFieldBinding.tsx +4 -3
- package/src/form/field_bindings/MapFieldBinding.tsx +3 -4
- package/src/form/field_bindings/MarkdownFieldBinding.tsx +5 -5
- package/src/form/field_bindings/MultiSelectBinding.tsx +3 -3
- package/src/form/field_bindings/ReadOnlyFieldBinding.tsx +4 -3
- package/src/form/field_bindings/ReferenceFieldBinding.tsx +4 -3
- package/src/form/field_bindings/RepeatFieldBinding.tsx +3 -3
- package/src/form/field_bindings/SelectFieldBinding.tsx +4 -4
- package/src/form/field_bindings/StorageUploadFieldBinding.tsx +4 -4
- package/src/form/field_bindings/SwitchFieldBinding.tsx +3 -3
- package/src/form/field_bindings/TextFieldBinding.tsx +3 -3
- package/src/{core → form}/form_field_configs.tsx +2 -2
- package/src/form/index.tsx +2 -0
- package/src/form/validation.ts +2 -2
- package/src/hooks/data/delete.ts +2 -2
- package/src/hooks/data/save.ts +3 -3
- package/src/hooks/data/useCollectionFetch.tsx +3 -3
- package/src/hooks/data/useDataOrder.ts +1 -1
- package/src/hooks/data/useDataSource.tsx +2 -2
- package/src/hooks/data/useEntityFetch.tsx +3 -4
- package/src/hooks/useAuthController.tsx +2 -2
- package/src/hooks/useBreadcrumbsContext.tsx +4 -4
- package/src/hooks/useBuildDataSource.ts +12 -11
- package/src/hooks/useDialogsController.tsx +2 -2
- package/src/hooks/useFireCMSContext.tsx +1 -1
- package/src/hooks/useModeController.tsx +3 -3
- package/src/hooks/useNavigationContext.tsx +3 -3
- package/src/hooks/useReferenceDialog.tsx +2 -2
- package/src/hooks/useResolvedNavigationFrom.tsx +9 -9
- package/src/hooks/useSideDialogsController.tsx +2 -2
- package/src/hooks/useSideEntityController.tsx +2 -2
- package/src/hooks/useSnackbarController.tsx +3 -3
- package/src/hooks/useStorageSource.tsx +2 -2
- package/src/hooks/useUserConfigurationPersistence.tsx +3 -3
- package/src/icons/Icon.tsx +1 -1
- package/src/icons/components/AbcIcon.tsx +3 -0
- package/src/icons/components/AcUnitIcon.tsx +3 -0
- package/src/icons/components/AccessAlarmIcon.tsx +3 -0
- package/src/icons/components/AccessAlarmsIcon.tsx +3 -0
- package/src/icons/components/AccessTimeFilledIcon.tsx +3 -0
- package/src/icons/components/AccessTimeIcon.tsx +3 -0
- package/src/icons/components/AccessibilityIcon.tsx +3 -0
- package/src/icons/components/AccessibilityNewIcon.tsx +3 -0
- package/src/icons/components/AccessibleForwardIcon.tsx +3 -0
- package/src/icons/components/AccessibleIcon.tsx +3 -0
- package/src/icons/components/AccountBalanceIcon.tsx +3 -0
- package/src/icons/components/AccountBalanceWalletIcon.tsx +3 -0
- package/src/icons/components/AccountBoxIcon.tsx +3 -0
- package/src/icons/components/AccountCircleIcon.tsx +3 -0
- package/src/icons/components/AccountTreeIcon.tsx +3 -0
- package/src/icons/components/AdUnitsIcon.tsx +3 -0
- package/src/icons/components/AdbIcon.tsx +3 -0
- package/src/icons/components/AddAPhotoIcon.tsx +3 -0
- package/src/icons/components/AddAlarmIcon.tsx +3 -0
- package/src/icons/components/AddAlertIcon.tsx +3 -0
- package/src/icons/components/AddBoxIcon.tsx +3 -0
- package/src/icons/components/AddBusinessIcon.tsx +3 -0
- package/src/icons/components/AddCardIcon.tsx +3 -0
- package/src/icons/components/AddChartIcon.tsx +3 -0
- package/src/icons/components/AddCircleIcon.tsx +3 -0
- package/src/icons/components/AddCircleOutlineIcon.tsx +3 -0
- package/src/icons/components/AddCommentIcon.tsx +3 -0
- package/src/icons/components/AddHomeIcon.tsx +3 -0
- package/src/icons/components/AddHomeWorkIcon.tsx +3 -0
- package/src/icons/components/AddIcCallIcon.tsx +3 -0
- package/src/icons/components/AddIcon.tsx +3 -0
- package/src/icons/components/AddLinkIcon.tsx +3 -0
- package/src/icons/components/AddLocationAltIcon.tsx +3 -0
- package/src/icons/components/AddLocationIcon.tsx +3 -0
- package/src/icons/components/AddModeratorIcon.tsx +3 -0
- package/src/icons/components/AddPhotoAlternateIcon.tsx +3 -0
- package/src/icons/components/AddReactionIcon.tsx +3 -0
- package/src/icons/components/AddRoadIcon.tsx +3 -0
- package/src/icons/components/AddShoppingCartIcon.tsx +3 -0
- package/src/icons/components/AddTaskIcon.tsx +3 -0
- package/src/icons/components/AddToDriveIcon.tsx +3 -0
- package/src/icons/components/AddToHomeScreenIcon.tsx +3 -0
- package/src/icons/components/AddToPhotosIcon.tsx +3 -0
- package/src/icons/components/AddToQueueIcon.tsx +3 -0
- package/src/icons/components/AdfScannerIcon.tsx +3 -0
- package/src/icons/components/AdjustIcon.tsx +3 -0
- package/src/icons/components/AdminPanelSettingsIcon.tsx +3 -0
- package/src/icons/components/AdsClickIcon.tsx +3 -0
- package/src/icons/components/AgricultureIcon.tsx +3 -0
- package/src/icons/components/AirIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatFlatAngledIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatFlatIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatIndividualSuiteIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatLegroomExtraIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatLegroomNormalIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatLegroomReducedIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatReclineExtraIcon.tsx +3 -0
- package/src/icons/components/AirlineSeatReclineNormalIcon.tsx +3 -0
- package/src/icons/components/AirlineStopsIcon.tsx +3 -0
- package/src/icons/components/AirlinesIcon.tsx +3 -0
- package/src/icons/components/AirplaneTicketIcon.tsx +3 -0
- package/src/icons/components/AirplanemodeActiveIcon.tsx +3 -0
- package/src/icons/components/AirplanemodeInactiveIcon.tsx +3 -0
- package/src/icons/components/AirplayIcon.tsx +3 -0
- package/src/icons/components/AirportShuttleIcon.tsx +3 -0
- package/src/icons/components/AlarmAddIcon.tsx +3 -0
- package/src/icons/components/AlarmIcon.tsx +3 -0
- package/src/icons/components/AlarmOffIcon.tsx +3 -0
- package/src/icons/components/AlarmOnIcon.tsx +3 -0
- package/src/icons/components/AlbumIcon.tsx +3 -0
- package/src/icons/components/AlignHorizontalCenterIcon.tsx +3 -0
- package/src/icons/components/AlignHorizontalLeftIcon.tsx +3 -0
- package/src/icons/components/AlignHorizontalRightIcon.tsx +3 -0
- package/src/icons/components/AlignVerticalBottomIcon.tsx +3 -0
- package/src/icons/components/AlignVerticalCenterIcon.tsx +3 -0
- package/src/icons/components/AlignVerticalTopIcon.tsx +3 -0
- package/src/icons/components/AllInboxIcon.tsx +3 -0
- package/src/icons/components/AllInclusiveIcon.tsx +3 -0
- package/src/icons/components/AllOutIcon.tsx +3 -0
- package/src/icons/components/AltRouteIcon.tsx +3 -0
- package/src/icons/components/AlternateEmailIcon.tsx +3 -0
- package/src/icons/components/AnalyticsIcon.tsx +3 -0
- package/src/icons/components/AnchorIcon.tsx +3 -0
- package/src/icons/components/AndroidIcon.tsx +3 -0
- package/src/icons/components/AnimationIcon.tsx +3 -0
- package/src/icons/components/AnnouncementIcon.tsx +3 -0
- package/src/icons/components/AodIcon.tsx +3 -0
- package/src/icons/components/ApartmentIcon.tsx +3 -0
- package/src/icons/components/ApiIcon.tsx +3 -0
- package/src/icons/components/AppBlockingIcon.tsx +3 -0
- package/src/icons/components/AppRegistrationIcon.tsx +3 -0
- package/src/icons/components/AppSettingsAltIcon.tsx +3 -0
- package/src/icons/components/AppShortcutIcon.tsx +3 -0
- package/src/icons/components/ApprovalIcon.tsx +3 -0
- package/src/icons/components/AppsIcon.tsx +3 -0
- package/src/icons/components/AppsOutageIcon.tsx +3 -0
- package/src/icons/components/ArchitectureIcon.tsx +3 -0
- package/src/icons/components/ArchiveIcon.tsx +3 -0
- package/src/icons/components/AreaChartIcon.tsx +3 -0
- package/src/icons/components/ArrowBackIcon.tsx +3 -0
- package/src/icons/components/ArrowBackIosIcon.tsx +3 -0
- package/src/icons/components/ArrowBackIosNewIcon.tsx +3 -0
- package/src/icons/components/ArrowCircleDownIcon.tsx +3 -0
- package/src/icons/components/ArrowCircleLeftIcon.tsx +3 -0
- package/src/icons/components/ArrowCircleRightIcon.tsx +3 -0
- package/src/icons/components/ArrowCircleUpIcon.tsx +3 -0
- package/src/icons/components/ArrowDownwardIcon.tsx +3 -0
- package/src/icons/components/ArrowDropDownCircleIcon.tsx +3 -0
- package/src/icons/components/ArrowDropDownIcon.tsx +3 -0
- package/src/icons/components/ArrowDropUpIcon.tsx +3 -0
- package/src/icons/components/ArrowForwardIcon.tsx +3 -0
- package/src/icons/components/ArrowForwardIosIcon.tsx +3 -0
- package/src/icons/components/ArrowLeftIcon.tsx +3 -0
- package/src/icons/components/ArrowOutwardIcon.tsx +3 -0
- package/src/icons/components/ArrowRightAltIcon.tsx +3 -0
- package/src/icons/components/ArrowRightIcon.tsx +3 -0
- package/src/icons/components/ArrowUpwardIcon.tsx +3 -0
- package/src/icons/components/ArtTrackIcon.tsx +3 -0
- package/src/icons/components/ArticleIcon.tsx +3 -0
- package/src/icons/components/AspectRatioIcon.tsx +3 -0
- package/src/icons/components/AssessmentIcon.tsx +3 -0
- package/src/icons/components/AssignmentIcon.tsx +3 -0
- package/src/icons/components/AssignmentIndIcon.tsx +3 -0
- package/src/icons/components/AssignmentLateIcon.tsx +3 -0
- package/src/icons/components/AssignmentReturnIcon.tsx +3 -0
- package/src/icons/components/AssignmentReturnedIcon.tsx +3 -0
- package/src/icons/components/AssignmentTurnedInIcon.tsx +3 -0
- package/src/icons/components/AssistWalkerIcon.tsx +3 -0
- package/src/icons/components/AssistantDirectionIcon.tsx +3 -0
- package/src/icons/components/AssistantIcon.tsx +3 -0
- package/src/icons/components/AssistantPhotoIcon.tsx +3 -0
- package/src/icons/components/AssuredWorkloadIcon.tsx +3 -0
- package/src/icons/components/AtmIcon.tsx +3 -0
- package/src/icons/components/AttachEmailIcon.tsx +3 -0
- package/src/icons/components/AttachFileIcon.tsx +3 -0
- package/src/icons/components/AttachMoneyIcon.tsx +3 -0
- package/src/icons/components/AttachmentIcon.tsx +3 -0
- package/src/icons/components/AttractionsIcon.tsx +3 -0
- package/src/icons/components/AttributionIcon.tsx +3 -0
- package/src/icons/components/AudioFileIcon.tsx +3 -0
- package/src/icons/components/AudiotrackIcon.tsx +3 -0
- package/src/icons/components/AutoAwesomeIcon.tsx +3 -0
- package/src/icons/components/AutoAwesomeMosaicIcon.tsx +3 -0
- package/src/icons/components/AutoAwesomeMotionIcon.tsx +3 -0
- package/src/icons/components/AutoDeleteIcon.tsx +3 -0
- package/src/icons/components/AutoFixHighIcon.tsx +3 -0
- package/src/icons/components/AutoFixNormalIcon.tsx +3 -0
- package/src/icons/components/AutoFixOffIcon.tsx +3 -0
- package/src/icons/components/AutoGraphIcon.tsx +3 -0
- package/src/icons/components/AutoModeIcon.tsx +3 -0
- package/src/icons/components/AutoStoriesIcon.tsx +3 -0
- package/src/icons/components/AutofpsSelectIcon.tsx +3 -0
- package/src/icons/components/AutorenewIcon.tsx +3 -0
- package/src/icons/components/AvTimerIcon.tsx +3 -0
- package/src/icons/components/BabyChangingStationIcon.tsx +3 -0
- package/src/icons/components/BackHandIcon.tsx +3 -0
- package/src/icons/components/BackpackIcon.tsx +3 -0
- package/src/icons/components/BackspaceIcon.tsx +3 -0
- package/src/icons/components/BackupIcon.tsx +3 -0
- package/src/icons/components/BackupTableIcon.tsx +3 -0
- package/src/icons/components/BadgeIcon.tsx +3 -0
- package/src/icons/components/BakeryDiningIcon.tsx +3 -0
- package/src/icons/components/BalanceIcon.tsx +3 -0
- package/src/icons/components/BalconyIcon.tsx +3 -0
- package/src/icons/components/BallotIcon.tsx +3 -0
- package/src/icons/components/BarChartIcon.tsx +3 -0
- package/src/icons/components/BatchPredictionIcon.tsx +3 -0
- package/src/icons/components/BathroomIcon.tsx +3 -0
- package/src/icons/components/BathtubIcon.tsx +3 -0
- package/src/icons/components/Battery0BarIcon.tsx +3 -0
- package/src/icons/components/Battery1BarIcon.tsx +3 -0
- package/src/icons/components/Battery2BarIcon.tsx +3 -0
- package/src/icons/components/Battery3BarIcon.tsx +3 -0
- package/src/icons/components/Battery4BarIcon.tsx +3 -0
- package/src/icons/components/Battery5BarIcon.tsx +3 -0
- package/src/icons/components/Battery6BarIcon.tsx +3 -0
- package/src/icons/components/BatteryAlertIcon.tsx +3 -0
- package/src/icons/components/BatteryChargingFullIcon.tsx +3 -0
- package/src/icons/components/BatteryFullIcon.tsx +3 -0
- package/src/icons/components/BatterySaverIcon.tsx +3 -0
- package/src/icons/components/BatteryStdIcon.tsx +3 -0
- package/src/icons/components/BatteryUnknownIcon.tsx +3 -0
- package/src/icons/components/BeachAccessIcon.tsx +3 -0
- package/src/icons/components/BedIcon.tsx +3 -0
- package/src/icons/components/BedroomBabyIcon.tsx +3 -0
- package/src/icons/components/BedroomChildIcon.tsx +3 -0
- package/src/icons/components/BedroomParentIcon.tsx +3 -0
- package/src/icons/components/BedtimeIcon.tsx +3 -0
- package/src/icons/components/BedtimeOffIcon.tsx +3 -0
- package/src/icons/components/BeenhereIcon.tsx +3 -0
- package/src/icons/components/BentoIcon.tsx +3 -0
- package/src/icons/components/BikeScooterIcon.tsx +3 -0
- package/src/icons/components/BiotechIcon.tsx +3 -0
- package/src/icons/components/BlenderIcon.tsx +3 -0
- package/src/icons/components/BlindIcon.tsx +3 -0
- package/src/icons/components/BlindsClosedIcon.tsx +3 -0
- package/src/icons/components/BlindsIcon.tsx +3 -0
- package/src/icons/components/BlockIcon.tsx +3 -0
- package/src/icons/components/BloodtypeIcon.tsx +3 -0
- package/src/icons/components/BluetoothAudioIcon.tsx +3 -0
- package/src/icons/components/BluetoothConnectedIcon.tsx +3 -0
- package/src/icons/components/BluetoothDisabledIcon.tsx +3 -0
- package/src/icons/components/BluetoothDriveIcon.tsx +3 -0
- package/src/icons/components/BluetoothIcon.tsx +3 -0
- package/src/icons/components/BluetoothSearchingIcon.tsx +3 -0
- package/src/icons/components/BlurCircularIcon.tsx +3 -0
- package/src/icons/components/BlurLinearIcon.tsx +3 -0
- package/src/icons/components/BlurOffIcon.tsx +3 -0
- package/src/icons/components/BlurOnIcon.tsx +3 -0
- package/src/icons/components/BoltIcon.tsx +3 -0
- package/src/icons/components/BookIcon.tsx +3 -0
- package/src/icons/components/BookOnlineIcon.tsx +3 -0
- package/src/icons/components/BookmarkAddIcon.tsx +3 -0
- package/src/icons/components/BookmarkAddedIcon.tsx +3 -0
- package/src/icons/components/BookmarkBorderIcon.tsx +3 -0
- package/src/icons/components/BookmarkIcon.tsx +3 -0
- package/src/icons/components/BookmarkRemoveIcon.tsx +3 -0
- package/src/icons/components/BookmarksIcon.tsx +3 -0
- package/src/icons/components/BorderAllIcon.tsx +3 -0
- package/src/icons/components/BorderBottomIcon.tsx +3 -0
- package/src/icons/components/BorderClearIcon.tsx +3 -0
- package/src/icons/components/BorderColorIcon.tsx +3 -0
- package/src/icons/components/BorderHorizontalIcon.tsx +3 -0
- package/src/icons/components/BorderInnerIcon.tsx +3 -0
- package/src/icons/components/BorderLeftIcon.tsx +3 -0
- package/src/icons/components/BorderOuterIcon.tsx +3 -0
- package/src/icons/components/BorderRightIcon.tsx +3 -0
- package/src/icons/components/BorderStyleIcon.tsx +3 -0
- package/src/icons/components/BorderTopIcon.tsx +3 -0
- package/src/icons/components/BorderVerticalIcon.tsx +3 -0
- package/src/icons/components/BoyIcon.tsx +3 -0
- package/src/icons/components/BrandingWatermarkIcon.tsx +3 -0
- package/src/icons/components/BreakfastDiningIcon.tsx +3 -0
- package/src/icons/components/Brightness1Icon.tsx +3 -0
- package/src/icons/components/Brightness2Icon.tsx +3 -0
- package/src/icons/components/Brightness3Icon.tsx +3 -0
- package/src/icons/components/Brightness4Icon.tsx +3 -0
- package/src/icons/components/Brightness5Icon.tsx +3 -0
- package/src/icons/components/Brightness6Icon.tsx +3 -0
- package/src/icons/components/Brightness7Icon.tsx +3 -0
- package/src/icons/components/BrightnessAutoIcon.tsx +3 -0
- package/src/icons/components/BrightnessHighIcon.tsx +3 -0
- package/src/icons/components/BrightnessLowIcon.tsx +3 -0
- package/src/icons/components/BrightnessMediumIcon.tsx +3 -0
- package/src/icons/components/BroadcastOnHomeIcon.tsx +3 -0
- package/src/icons/components/BroadcastOnPersonalIcon.tsx +3 -0
- package/src/icons/components/BrokenImageIcon.tsx +3 -0
- package/src/icons/components/BrowseGalleryIcon.tsx +3 -0
- package/src/icons/components/BrowserNotSupportedIcon.tsx +3 -0
- package/src/icons/components/BrowserUpdatedIcon.tsx +3 -0
- package/src/icons/components/BrunchDiningIcon.tsx +3 -0
- package/src/icons/components/BrushIcon.tsx +3 -0
- package/src/icons/components/BubbleChartIcon.tsx +3 -0
- package/src/icons/components/BugReportIcon.tsx +3 -0
- package/src/icons/components/BuildCircleIcon.tsx +3 -0
- package/src/icons/components/BuildIcon.tsx +3 -0
- package/src/icons/components/BungalowIcon.tsx +3 -0
- package/src/icons/components/BurstModeIcon.tsx +3 -0
- package/src/icons/components/BusAlertIcon.tsx +3 -0
- package/src/icons/components/BusinessCenterIcon.tsx +3 -0
- package/src/icons/components/BusinessIcon.tsx +3 -0
- package/src/icons/components/CabinIcon.tsx +3 -0
- package/src/icons/components/CableIcon.tsx +3 -0
- package/src/icons/components/CachedIcon.tsx +3 -0
- package/src/icons/components/CakeIcon.tsx +3 -0
- package/src/icons/components/CalculateIcon.tsx +3 -0
- package/src/icons/components/CalendarMonthIcon.tsx +3 -0
- package/src/icons/components/CalendarTodayIcon.tsx +3 -0
- package/src/icons/components/CalendarViewDayIcon.tsx +3 -0
- package/src/icons/components/CalendarViewMonthIcon.tsx +3 -0
- package/src/icons/components/CalendarViewWeekIcon.tsx +3 -0
- package/src/icons/components/CallEndIcon.tsx +3 -0
- package/src/icons/components/CallIcon.tsx +3 -0
- package/src/icons/components/CallMadeIcon.tsx +3 -0
- package/src/icons/components/CallMergeIcon.tsx +3 -0
- package/src/icons/components/CallMissedIcon.tsx +3 -0
- package/src/icons/components/CallMissedOutgoingIcon.tsx +3 -0
- package/src/icons/components/CallReceivedIcon.tsx +3 -0
- package/src/icons/components/CallSplitIcon.tsx +3 -0
- package/src/icons/components/CallToActionIcon.tsx +3 -0
- package/src/icons/components/CameraAltIcon.tsx +3 -0
- package/src/icons/components/CameraEnhanceIcon.tsx +3 -0
- package/src/icons/components/CameraFrontIcon.tsx +3 -0
- package/src/icons/components/CameraIcon.tsx +3 -0
- package/src/icons/components/CameraIndoorIcon.tsx +3 -0
- package/src/icons/components/CameraOutdoorIcon.tsx +3 -0
- package/src/icons/components/CameraRearIcon.tsx +3 -0
- package/src/icons/components/CameraRollIcon.tsx +3 -0
- package/src/icons/components/CameraswitchIcon.tsx +3 -0
- package/src/icons/components/CampaignIcon.tsx +3 -0
- package/src/icons/components/CancelIcon.tsx +3 -0
- package/src/icons/components/CancelPresentationIcon.tsx +3 -0
- package/src/icons/components/CancelScheduleSendIcon.tsx +3 -0
- package/src/icons/components/CandlestickChartIcon.tsx +3 -0
- package/src/icons/components/CarCrashIcon.tsx +3 -0
- package/src/icons/components/CarRentalIcon.tsx +3 -0
- package/src/icons/components/CarRepairIcon.tsx +3 -0
- package/src/icons/components/CardGiftcardIcon.tsx +3 -0
- package/src/icons/components/CardMembershipIcon.tsx +3 -0
- package/src/icons/components/CardTravelIcon.tsx +3 -0
- package/src/icons/components/CarpenterIcon.tsx +3 -0
- package/src/icons/components/CasesIcon.tsx +3 -0
- package/src/icons/components/CasinoIcon.tsx +3 -0
- package/src/icons/components/CastConnectedIcon.tsx +3 -0
- package/src/icons/components/CastForEducationIcon.tsx +3 -0
- package/src/icons/components/CastIcon.tsx +3 -0
- package/src/icons/components/CastleIcon.tsx +3 -0
- package/src/icons/components/CatchingPokemonIcon.tsx +3 -0
- package/src/icons/components/CategoryIcon.tsx +3 -0
- package/src/icons/components/CelebrationIcon.tsx +3 -0
- package/src/icons/components/CellTowerIcon.tsx +3 -0
- package/src/icons/components/CellWifiIcon.tsx +3 -0
- package/src/icons/components/CenterFocusStrongIcon.tsx +3 -0
- package/src/icons/components/CenterFocusWeakIcon.tsx +3 -0
- package/src/icons/components/ChairAltIcon.tsx +3 -0
- package/src/icons/components/ChairIcon.tsx +3 -0
- package/src/icons/components/ChaletIcon.tsx +3 -0
- package/src/icons/components/ChangeCircleIcon.tsx +3 -0
- package/src/icons/components/ChangeHistoryIcon.tsx +3 -0
- package/src/icons/components/ChargingStationIcon.tsx +3 -0
- package/src/icons/components/ChatBubbleIcon.tsx +3 -0
- package/src/icons/components/ChatBubbleOutlineIcon.tsx +3 -0
- package/src/icons/components/ChatIcon.tsx +3 -0
- package/src/icons/components/CheckBoxIcon.tsx +3 -0
- package/src/icons/components/CheckBoxOutlineBlankIcon.tsx +3 -0
- package/src/icons/components/CheckCircleIcon.tsx +3 -0
- package/src/icons/components/CheckCircleOutlineIcon.tsx +3 -0
- package/src/icons/components/CheckIcon.tsx +3 -0
- package/src/icons/components/ChecklistIcon.tsx +3 -0
- package/src/icons/components/ChecklistRtlIcon.tsx +3 -0
- package/src/icons/components/CheckroomIcon.tsx +3 -0
- package/src/icons/components/ChevronLeftIcon.tsx +3 -0
- package/src/icons/components/ChevronRightIcon.tsx +3 -0
- package/src/icons/components/ChildCareIcon.tsx +3 -0
- package/src/icons/components/ChildFriendlyIcon.tsx +3 -0
- package/src/icons/components/ChromeReaderModeIcon.tsx +3 -0
- package/src/icons/components/ChurchIcon.tsx +3 -0
- package/src/icons/components/CircleIcon.tsx +3 -0
- package/src/icons/components/CircleNotificationsIcon.tsx +3 -0
- package/src/icons/components/ClassIcon.tsx +3 -0
- package/src/icons/components/CleanHandsIcon.tsx +3 -0
- package/src/icons/components/CleaningServicesIcon.tsx +3 -0
- package/src/icons/components/ClearAllIcon.tsx +3 -0
- package/src/icons/components/ClearIcon.tsx +3 -0
- package/src/icons/components/CloseFullscreenIcon.tsx +3 -0
- package/src/icons/components/CloseIcon.tsx +3 -0
- package/src/icons/components/ClosedCaptionDisabledIcon.tsx +3 -0
- package/src/icons/components/ClosedCaptionIcon.tsx +3 -0
- package/src/icons/components/ClosedCaptionOffIcon.tsx +3 -0
- package/src/icons/components/CloudCircleIcon.tsx +3 -0
- package/src/icons/components/CloudDoneIcon.tsx +3 -0
- package/src/icons/components/CloudDownloadIcon.tsx +3 -0
- package/src/icons/components/CloudIcon.tsx +3 -0
- package/src/icons/components/CloudOffIcon.tsx +3 -0
- package/src/icons/components/CloudQueueIcon.tsx +3 -0
- package/src/icons/components/CloudSyncIcon.tsx +3 -0
- package/src/icons/components/CloudUploadIcon.tsx +3 -0
- package/src/icons/components/Co2Icon.tsx +3 -0
- package/src/icons/components/CoPresentIcon.tsx +3 -0
- package/src/icons/components/CodeIcon.tsx +3 -0
- package/src/icons/components/CodeOffIcon.tsx +3 -0
- package/src/icons/components/CoffeeIcon.tsx +3 -0
- package/src/icons/components/CoffeeMakerIcon.tsx +3 -0
- package/src/icons/components/CollectionsBookmarkIcon.tsx +3 -0
- package/src/icons/components/CollectionsIcon.tsx +3 -0
- package/src/icons/components/ColorLensIcon.tsx +3 -0
- package/src/icons/components/ColorizeIcon.tsx +3 -0
- package/src/icons/components/CommentBankIcon.tsx +3 -0
- package/src/icons/components/CommentIcon.tsx +3 -0
- package/src/icons/components/CommentsDisabledIcon.tsx +3 -0
- package/src/icons/components/CommitIcon.tsx +3 -0
- package/src/icons/components/CommuteIcon.tsx +3 -0
- package/src/icons/components/CompareArrowsIcon.tsx +3 -0
- package/src/icons/components/CompareIcon.tsx +3 -0
- package/src/icons/components/CompassCalibrationIcon.tsx +3 -0
- package/src/icons/components/CompostIcon.tsx +3 -0
- package/src/icons/components/CompressIcon.tsx +3 -0
- package/src/icons/components/ComputerIcon.tsx +3 -0
- package/src/icons/components/ConfirmationNumberIcon.tsx +3 -0
- package/src/icons/components/ConnectWithoutContactIcon.tsx +3 -0
- package/src/icons/components/ConnectedTvIcon.tsx +3 -0
- package/src/icons/components/ConnectingAirportsIcon.tsx +3 -0
- package/src/icons/components/ConstructionIcon.tsx +3 -0
- package/src/icons/components/ContactEmergencyIcon.tsx +3 -0
- package/src/icons/components/ContactMailIcon.tsx +3 -0
- package/src/icons/components/ContactPageIcon.tsx +3 -0
- package/src/icons/components/ContactPhoneIcon.tsx +3 -0
- package/src/icons/components/ContactSupportIcon.tsx +3 -0
- package/src/icons/components/ContactlessIcon.tsx +3 -0
- package/src/icons/components/ContactsIcon.tsx +3 -0
- package/src/icons/components/ContentCopyIcon.tsx +3 -0
- package/src/icons/components/ContentCutIcon.tsx +3 -0
- package/src/icons/components/ContentPasteGoIcon.tsx +3 -0
- package/src/icons/components/ContentPasteIcon.tsx +3 -0
- package/src/icons/components/ContentPasteOffIcon.tsx +3 -0
- package/src/icons/components/ContentPasteSearchIcon.tsx +3 -0
- package/src/icons/components/ContrastIcon.tsx +3 -0
- package/src/icons/components/ControlCameraIcon.tsx +3 -0
- package/src/icons/components/ControlPointDuplicateIcon.tsx +3 -0
- package/src/icons/components/ControlPointIcon.tsx +3 -0
- package/src/icons/components/CookieIcon.tsx +3 -0
- package/src/icons/components/CopyAllIcon.tsx +3 -0
- package/src/icons/components/CopyrightIcon.tsx +3 -0
- package/src/icons/components/CoronavirusIcon.tsx +3 -0
- package/src/icons/components/CorporateFareIcon.tsx +3 -0
- package/src/icons/components/CottageIcon.tsx +3 -0
- package/src/icons/components/CountertopsIcon.tsx +3 -0
- package/src/icons/components/CreateIcon.tsx +3 -0
- package/src/icons/components/CreateNewFolderIcon.tsx +3 -0
- package/src/icons/components/CreditCardIcon.tsx +3 -0
- package/src/icons/components/CreditCardOffIcon.tsx +3 -0
- package/src/icons/components/CreditScoreIcon.tsx +3 -0
- package/src/icons/components/CribIcon.tsx +3 -0
- package/src/icons/components/CrisisAlertIcon.tsx +3 -0
- package/src/icons/components/Crop169Icon.tsx +3 -0
- package/src/icons/components/Crop32Icon.tsx +3 -0
- package/src/icons/components/Crop54Icon.tsx +3 -0
- package/src/icons/components/Crop75Icon.tsx +3 -0
- package/src/icons/components/CropDinIcon.tsx +3 -0
- package/src/icons/components/CropFreeIcon.tsx +3 -0
- package/src/icons/components/CropIcon.tsx +3 -0
- package/src/icons/components/CropLandscapeIcon.tsx +3 -0
- package/src/icons/components/CropOriginalIcon.tsx +3 -0
- package/src/icons/components/CropPortraitIcon.tsx +3 -0
- package/src/icons/components/CropRotateIcon.tsx +3 -0
- package/src/icons/components/CropSquareIcon.tsx +3 -0
- package/src/icons/components/CrueltyFreeIcon.tsx +3 -0
- package/src/icons/components/CssIcon.tsx +3 -0
- package/src/icons/components/CurrencyBitcoinIcon.tsx +3 -0
- package/src/icons/components/CurrencyExchangeIcon.tsx +3 -0
- package/src/icons/components/CurrencyFrancIcon.tsx +3 -0
- package/src/icons/components/CurrencyLiraIcon.tsx +3 -0
- package/src/icons/components/CurrencyPoundIcon.tsx +3 -0
- package/src/icons/components/CurrencyRubleIcon.tsx +3 -0
- package/src/icons/components/CurrencyRupeeIcon.tsx +3 -0
- package/src/icons/components/CurrencyYenIcon.tsx +3 -0
- package/src/icons/components/CurrencyYuanIcon.tsx +3 -0
- package/src/icons/components/CurtainsClosedIcon.tsx +3 -0
- package/src/icons/components/CurtainsIcon.tsx +3 -0
- package/src/icons/components/CycloneIcon.tsx +3 -0
- package/src/icons/components/DangerousIcon.tsx +3 -0
- package/src/icons/components/DarkModeIcon.tsx +3 -0
- package/src/icons/components/DashboardCustomizeIcon.tsx +3 -0
- package/src/icons/components/DashboardIcon.tsx +3 -0
- package/src/icons/components/DataArrayIcon.tsx +3 -0
- package/src/icons/components/DataExplorationIcon.tsx +3 -0
- package/src/icons/components/DataObjectIcon.tsx +3 -0
- package/src/icons/components/DataSaverOffIcon.tsx +3 -0
- package/src/icons/components/DataSaverOnIcon.tsx +3 -0
- package/src/icons/components/DataThresholdingIcon.tsx +3 -0
- package/src/icons/components/DataUsageIcon.tsx +3 -0
- package/src/icons/components/DatasetIcon.tsx +3 -0
- package/src/icons/components/DatasetLinkedIcon.tsx +3 -0
- package/src/icons/components/DateRangeIcon.tsx +3 -0
- package/src/icons/components/DeblurIcon.tsx +3 -0
- package/src/icons/components/DeckIcon.tsx +3 -0
- package/src/icons/components/DehazeIcon.tsx +3 -0
- package/src/icons/components/DeleteForeverIcon.tsx +3 -0
- package/src/icons/components/DeleteIcon.tsx +3 -0
- package/src/icons/components/DeleteOutlineIcon.tsx +3 -0
- package/src/icons/components/DeleteSweepIcon.tsx +3 -0
- package/src/icons/components/DeliveryDiningIcon.tsx +3 -0
- package/src/icons/components/DensityLargeIcon.tsx +3 -0
- package/src/icons/components/DensityMediumIcon.tsx +3 -0
- package/src/icons/components/DensitySmallIcon.tsx +3 -0
- package/src/icons/components/DepartureBoardIcon.tsx +3 -0
- package/src/icons/components/DescriptionIcon.tsx +3 -0
- package/src/icons/components/DeselectIcon.tsx +3 -0
- package/src/icons/components/DesignServicesIcon.tsx +3 -0
- package/src/icons/components/DeskIcon.tsx +3 -0
- package/src/icons/components/DesktopAccessDisabledIcon.tsx +3 -0
- package/src/icons/components/DesktopMacIcon.tsx +3 -0
- package/src/icons/components/DesktopWindowsIcon.tsx +3 -0
- package/src/icons/components/DetailsIcon.tsx +3 -0
- package/src/icons/components/DeveloperBoardIcon.tsx +3 -0
- package/src/icons/components/DeveloperBoardOffIcon.tsx +3 -0
- package/src/icons/components/DeveloperModeIcon.tsx +3 -0
- package/src/icons/components/DeviceHubIcon.tsx +3 -0
- package/src/icons/components/DeviceThermostatIcon.tsx +3 -0
- package/src/icons/components/DeviceUnknownIcon.tsx +3 -0
- package/src/icons/components/DevicesFoldIcon.tsx +3 -0
- package/src/icons/components/DevicesIcon.tsx +3 -0
- package/src/icons/components/DevicesOtherIcon.tsx +3 -0
- package/src/icons/components/DialerSipIcon.tsx +3 -0
- package/src/icons/components/DialpadIcon.tsx +3 -0
- package/src/icons/components/DiamondIcon.tsx +3 -0
- package/src/icons/components/DifferenceIcon.tsx +3 -0
- package/src/icons/components/DiningIcon.tsx +3 -0
- package/src/icons/components/DinnerDiningIcon.tsx +3 -0
- package/src/icons/components/DirectionsBikeIcon.tsx +3 -0
- package/src/icons/components/DirectionsBoatFilledIcon.tsx +3 -0
- package/src/icons/components/DirectionsBoatIcon.tsx +3 -0
- package/src/icons/components/DirectionsBusFilledIcon.tsx +3 -0
- package/src/icons/components/DirectionsBusIcon.tsx +3 -0
- package/src/icons/components/DirectionsCarFilledIcon.tsx +3 -0
- package/src/icons/components/DirectionsCarIcon.tsx +3 -0
- package/src/icons/components/DirectionsIcon.tsx +3 -0
- package/src/icons/components/DirectionsOffIcon.tsx +3 -0
- package/src/icons/components/DirectionsRailwayFilledIcon.tsx +3 -0
- package/src/icons/components/DirectionsRailwayIcon.tsx +3 -0
- package/src/icons/components/DirectionsRunIcon.tsx +3 -0
- package/src/icons/components/DirectionsSubwayFilledIcon.tsx +3 -0
- package/src/icons/components/DirectionsSubwayIcon.tsx +3 -0
- package/src/icons/components/DirectionsTransitFilledIcon.tsx +3 -0
- package/src/icons/components/DirectionsTransitIcon.tsx +3 -0
- package/src/icons/components/DirectionsWalkIcon.tsx +3 -0
- package/src/icons/components/DirtyLensIcon.tsx +3 -0
- package/src/icons/components/DisabledByDefaultIcon.tsx +3 -0
- package/src/icons/components/DisabledVisibleIcon.tsx +3 -0
- package/src/icons/components/DiscFullIcon.tsx +3 -0
- package/src/icons/components/DiscountIcon.tsx +3 -0
- package/src/icons/components/DisplaySettingsIcon.tsx +3 -0
- package/src/icons/components/Diversity1Icon.tsx +3 -0
- package/src/icons/components/Diversity2Icon.tsx +3 -0
- package/src/icons/components/Diversity3Icon.tsx +3 -0
- package/src/icons/components/DnsIcon.tsx +3 -0
- package/src/icons/components/DoDisturbAltIcon.tsx +3 -0
- package/src/icons/components/DoDisturbIcon.tsx +3 -0
- package/src/icons/components/DoDisturbOffIcon.tsx +3 -0
- package/src/icons/components/DoDisturbOnIcon.tsx +3 -0
- package/src/icons/components/DoNotDisturbAltIcon.tsx +3 -0
- package/src/icons/components/DoNotDisturbIcon.tsx +3 -0
- package/src/icons/components/DoNotDisturbOffIcon.tsx +3 -0
- package/src/icons/components/DoNotDisturbOnIcon.tsx +3 -0
- package/src/icons/components/DoNotDisturbOnTotalSilenceIcon.tsx +3 -0
- package/src/icons/components/DoNotStepIcon.tsx +3 -0
- package/src/icons/components/DoNotTouchIcon.tsx +3 -0
- package/src/icons/components/DockIcon.tsx +3 -0
- package/src/icons/components/DocumentScannerIcon.tsx +3 -0
- package/src/icons/components/DomainAddIcon.tsx +3 -0
- package/src/icons/components/DomainDisabledIcon.tsx +3 -0
- package/src/icons/components/DomainIcon.tsx +3 -0
- package/src/icons/components/DomainVerificationIcon.tsx +3 -0
- package/src/icons/components/DoneAllIcon.tsx +3 -0
- package/src/icons/components/DoneIcon.tsx +3 -0
- package/src/icons/components/DoneOutlineIcon.tsx +3 -0
- package/src/icons/components/DonutLargeIcon.tsx +3 -0
- package/src/icons/components/DonutSmallIcon.tsx +3 -0
- package/src/icons/components/DoorBackIcon.tsx +3 -0
- package/src/icons/components/DoorFrontIcon.tsx +3 -0
- package/src/icons/components/DoorSlidingIcon.tsx +3 -0
- package/src/icons/components/DoorbellIcon.tsx +3 -0
- package/src/icons/components/DoubleArrowIcon.tsx +3 -0
- package/src/icons/components/DownhillSkiingIcon.tsx +3 -0
- package/src/icons/components/DownloadDoneIcon.tsx +3 -0
- package/src/icons/components/DownloadForOfflineIcon.tsx +3 -0
- package/src/icons/components/DownloadIcon.tsx +3 -0
- package/src/icons/components/DownloadingIcon.tsx +3 -0
- package/src/icons/components/DraftsIcon.tsx +3 -0
- package/src/icons/components/DragHandleIcon.tsx +3 -0
- package/src/icons/components/DragIndicatorIcon.tsx +3 -0
- package/src/icons/components/DrawIcon.tsx +3 -0
- package/src/icons/components/DriveEtaIcon.tsx +3 -0
- package/src/icons/components/DriveFileMoveIcon.tsx +3 -0
- package/src/icons/components/DriveFileMoveRtlIcon.tsx +3 -0
- package/src/icons/components/DriveFileRenameOutlineIcon.tsx +3 -0
- package/src/icons/components/DriveFolderUploadIcon.tsx +3 -0
- package/src/icons/components/DryCleaningIcon.tsx +3 -0
- package/src/icons/components/DryIcon.tsx +3 -0
- package/src/icons/components/DuoIcon.tsx +3 -0
- package/src/icons/components/DvrIcon.tsx +3 -0
- package/src/icons/components/DynamicFeedIcon.tsx +3 -0
- package/src/icons/components/DynamicFormIcon.tsx +3 -0
- package/src/icons/components/EMobiledataIcon.tsx +3 -0
- package/src/icons/components/EarbudsBatteryIcon.tsx +3 -0
- package/src/icons/components/EarbudsIcon.tsx +3 -0
- package/src/icons/components/EastIcon.tsx +3 -0
- package/src/icons/components/EdgesensorHighIcon.tsx +3 -0
- package/src/icons/components/EdgesensorLowIcon.tsx +3 -0
- package/src/icons/components/EditAttributesIcon.tsx +3 -0
- package/src/icons/components/EditCalendarIcon.tsx +3 -0
- package/src/icons/components/EditIcon.tsx +3 -0
- package/src/icons/components/EditLocationAltIcon.tsx +3 -0
- package/src/icons/components/EditLocationIcon.tsx +3 -0
- package/src/icons/components/EditNoteIcon.tsx +3 -0
- package/src/icons/components/EditNotificationsIcon.tsx +3 -0
- package/src/icons/components/EditOffIcon.tsx +3 -0
- package/src/icons/components/EditRoadIcon.tsx +3 -0
- package/src/icons/components/EggAltIcon.tsx +3 -0
- package/src/icons/components/EggIcon.tsx +3 -0
- package/src/icons/components/EjectIcon.tsx +3 -0
- package/src/icons/components/ElderlyIcon.tsx +3 -0
- package/src/icons/components/ElderlyWomanIcon.tsx +3 -0
- package/src/icons/components/ElectricBikeIcon.tsx +3 -0
- package/src/icons/components/ElectricBoltIcon.tsx +3 -0
- package/src/icons/components/ElectricCarIcon.tsx +3 -0
- package/src/icons/components/ElectricMeterIcon.tsx +3 -0
- package/src/icons/components/ElectricMopedIcon.tsx +3 -0
- package/src/icons/components/ElectricRickshawIcon.tsx +3 -0
- package/src/icons/components/ElectricScooterIcon.tsx +3 -0
- package/src/icons/components/ElectricalServicesIcon.tsx +3 -0
- package/src/icons/components/ElevatorIcon.tsx +3 -0
- package/src/icons/components/EmailIcon.tsx +3 -0
- package/src/icons/components/EmergencyIcon.tsx +3 -0
- package/src/icons/components/EmergencyRecordingIcon.tsx +3 -0
- package/src/icons/components/EmergencyShareIcon.tsx +3 -0
- package/src/icons/components/EmojiEmotionsIcon.tsx +3 -0
- package/src/icons/components/EmojiEventsIcon.tsx +3 -0
- package/src/icons/components/EmojiFoodBeverageIcon.tsx +3 -0
- package/src/icons/components/EmojiNatureIcon.tsx +3 -0
- package/src/icons/components/EmojiObjectsIcon.tsx +3 -0
- package/src/icons/components/EmojiPeopleIcon.tsx +3 -0
- package/src/icons/components/EmojiSymbolsIcon.tsx +3 -0
- package/src/icons/components/EmojiTransportationIcon.tsx +3 -0
- package/src/icons/components/EnergySavingsLeafIcon.tsx +3 -0
- package/src/icons/components/EngineeringIcon.tsx +3 -0
- package/src/icons/components/EnhancedEncryptionIcon.tsx +3 -0
- package/src/icons/components/EqualizerIcon.tsx +3 -0
- package/src/icons/components/ErrorIcon.tsx +3 -0
- package/src/icons/components/ErrorOutlineIcon.tsx +3 -0
- package/src/icons/components/EscalatorIcon.tsx +3 -0
- package/src/icons/components/EscalatorWarningIcon.tsx +3 -0
- package/src/icons/components/EuroIcon.tsx +3 -0
- package/src/icons/components/EuroSymbolIcon.tsx +3 -0
- package/src/icons/components/EvStationIcon.tsx +3 -0
- package/src/icons/components/EventAvailableIcon.tsx +3 -0
- package/src/icons/components/EventBusyIcon.tsx +3 -0
- package/src/icons/components/EventIcon.tsx +3 -0
- package/src/icons/components/EventNoteIcon.tsx +3 -0
- package/src/icons/components/EventRepeatIcon.tsx +3 -0
- package/src/icons/components/EventSeatIcon.tsx +3 -0
- package/src/icons/components/ExitToAppIcon.tsx +3 -0
- package/src/icons/components/ExpandCircleDownIcon.tsx +3 -0
- package/src/icons/components/ExpandIcon.tsx +3 -0
- package/src/icons/components/ExpandLessIcon.tsx +3 -0
- package/src/icons/components/ExpandMoreIcon.tsx +3 -0
- package/src/icons/components/ExplicitIcon.tsx +3 -0
- package/src/icons/components/ExploreIcon.tsx +3 -0
- package/src/icons/components/ExploreOffIcon.tsx +3 -0
- package/src/icons/components/ExposureIcon.tsx +3 -0
- package/src/icons/components/ExposureNeg1Icon.tsx +3 -0
- package/src/icons/components/ExposureNeg2Icon.tsx +3 -0
- package/src/icons/components/ExposurePlus1Icon.tsx +3 -0
- package/src/icons/components/ExposurePlus2Icon.tsx +3 -0
- package/src/icons/components/ExposureZeroIcon.tsx +3 -0
- package/src/icons/components/ExtensionIcon.tsx +3 -0
- package/src/icons/components/ExtensionOffIcon.tsx +3 -0
- package/src/icons/components/Face2Icon.tsx +3 -0
- package/src/icons/components/Face3Icon.tsx +3 -0
- package/src/icons/components/Face4Icon.tsx +3 -0
- package/src/icons/components/Face5Icon.tsx +3 -0
- package/src/icons/components/Face6Icon.tsx +3 -0
- package/src/icons/components/FaceIcon.tsx +3 -0
- package/src/icons/components/FaceRetouchingNaturalIcon.tsx +3 -0
- package/src/icons/components/FaceRetouchingOffIcon.tsx +3 -0
- package/src/icons/components/FactCheckIcon.tsx +3 -0
- package/src/icons/components/FactoryIcon.tsx +3 -0
- package/src/icons/components/FamilyRestroomIcon.tsx +3 -0
- package/src/icons/components/FastForwardIcon.tsx +3 -0
- package/src/icons/components/FastRewindIcon.tsx +3 -0
- package/src/icons/components/FastfoodIcon.tsx +3 -0
- package/src/icons/components/FavoriteBorderIcon.tsx +3 -0
- package/src/icons/components/FavoriteIcon.tsx +3 -0
- package/src/icons/components/FaxIcon.tsx +3 -0
- package/src/icons/components/FeaturedPlayListIcon.tsx +3 -0
- package/src/icons/components/FeaturedVideoIcon.tsx +3 -0
- package/src/icons/components/FeedIcon.tsx +3 -0
- package/src/icons/components/FeedbackIcon.tsx +3 -0
- package/src/icons/components/FemaleIcon.tsx +3 -0
- package/src/icons/components/FenceIcon.tsx +3 -0
- package/src/icons/components/FestivalIcon.tsx +3 -0
- package/src/icons/components/FiberDvrIcon.tsx +3 -0
- package/src/icons/components/FiberManualRecordIcon.tsx +3 -0
- package/src/icons/components/FiberNewIcon.tsx +3 -0
- package/src/icons/components/FiberPinIcon.tsx +3 -0
- package/src/icons/components/FiberSmartRecordIcon.tsx +3 -0
- package/src/icons/components/FileCopyIcon.tsx +3 -0
- package/src/icons/components/FileDownloadDoneIcon.tsx +3 -0
- package/src/icons/components/FileDownloadIcon.tsx +3 -0
- package/src/icons/components/FileDownloadOffIcon.tsx +3 -0
- package/src/icons/components/FileOpenIcon.tsx +3 -0
- package/src/icons/components/FilePresentIcon.tsx +3 -0
- package/src/icons/components/FileUploadIcon.tsx +3 -0
- package/src/icons/components/Filter1Icon.tsx +3 -0
- package/src/icons/components/Filter2Icon.tsx +3 -0
- package/src/icons/components/Filter3Icon.tsx +3 -0
- package/src/icons/components/Filter4Icon.tsx +3 -0
- package/src/icons/components/Filter5Icon.tsx +3 -0
- package/src/icons/components/Filter6Icon.tsx +3 -0
- package/src/icons/components/Filter7Icon.tsx +3 -0
- package/src/icons/components/Filter8Icon.tsx +3 -0
- package/src/icons/components/Filter9Icon.tsx +3 -0
- package/src/icons/components/Filter9PlusIcon.tsx +3 -0
- package/src/icons/components/FilterAltIcon.tsx +3 -0
- package/src/icons/components/FilterAltOffIcon.tsx +3 -0
- package/src/icons/components/FilterBAndWIcon.tsx +3 -0
- package/src/icons/components/FilterCenterFocusIcon.tsx +3 -0
- package/src/icons/components/FilterDramaIcon.tsx +3 -0
- package/src/icons/components/FilterFramesIcon.tsx +3 -0
- package/src/icons/components/FilterHdrIcon.tsx +3 -0
- package/src/icons/components/FilterIcon.tsx +3 -0
- package/src/icons/components/FilterListIcon.tsx +3 -0
- package/src/icons/components/FilterListOffIcon.tsx +3 -0
- package/src/icons/components/FilterNoneIcon.tsx +3 -0
- package/src/icons/components/FilterTiltShiftIcon.tsx +3 -0
- package/src/icons/components/FilterVintageIcon.tsx +3 -0
- package/src/icons/components/FindInPageIcon.tsx +3 -0
- package/src/icons/components/FindReplaceIcon.tsx +3 -0
- package/src/icons/components/FingerprintIcon.tsx +3 -0
- package/src/icons/components/FireExtinguisherIcon.tsx +3 -0
- package/src/icons/components/FireHydrantAltIcon.tsx +3 -0
- package/src/icons/components/FireTruckIcon.tsx +3 -0
- package/src/icons/components/FireplaceIcon.tsx +3 -0
- package/src/icons/components/FirstPageIcon.tsx +3 -0
- package/src/icons/components/FitScreenIcon.tsx +3 -0
- package/src/icons/components/FitbitIcon.tsx +3 -0
- package/src/icons/components/FitnessCenterIcon.tsx +3 -0
- package/src/icons/components/FlagCircleIcon.tsx +3 -0
- package/src/icons/components/FlagIcon.tsx +3 -0
- package/src/icons/components/FlakyIcon.tsx +3 -0
- package/src/icons/components/FlareIcon.tsx +3 -0
- package/src/icons/components/FlashAutoIcon.tsx +3 -0
- package/src/icons/components/FlashOffIcon.tsx +3 -0
- package/src/icons/components/FlashOnIcon.tsx +3 -0
- package/src/icons/components/FlashlightOffIcon.tsx +3 -0
- package/src/icons/components/FlashlightOnIcon.tsx +3 -0
- package/src/icons/components/FlatwareIcon.tsx +3 -0
- package/src/icons/components/FlightClassIcon.tsx +3 -0
- package/src/icons/components/FlightIcon.tsx +3 -0
- package/src/icons/components/FlightLandIcon.tsx +3 -0
- package/src/icons/components/FlightTakeoffIcon.tsx +3 -0
- package/src/icons/components/FlipCameraAndroidIcon.tsx +3 -0
- package/src/icons/components/FlipCameraIosIcon.tsx +3 -0
- package/src/icons/components/FlipIcon.tsx +3 -0
- package/src/icons/components/FlipToBackIcon.tsx +3 -0
- package/src/icons/components/FlipToFrontIcon.tsx +3 -0
- package/src/icons/components/FloodIcon.tsx +3 -0
- package/src/icons/components/FluorescentIcon.tsx +3 -0
- package/src/icons/components/FlutterDashIcon.tsx +3 -0
- package/src/icons/components/FmdBadIcon.tsx +3 -0
- package/src/icons/components/FmdGoodIcon.tsx +3 -0
- package/src/icons/components/FolderCopyIcon.tsx +3 -0
- package/src/icons/components/FolderDeleteIcon.tsx +3 -0
- package/src/icons/components/FolderIcon.tsx +3 -0
- package/src/icons/components/FolderOffIcon.tsx +3 -0
- package/src/icons/components/FolderOpenIcon.tsx +3 -0
- package/src/icons/components/FolderSharedIcon.tsx +3 -0
- package/src/icons/components/FolderSpecialIcon.tsx +3 -0
- package/src/icons/components/FolderZipIcon.tsx +3 -0
- package/src/icons/components/FollowTheSignsIcon.tsx +3 -0
- package/src/icons/components/FontDownloadIcon.tsx +3 -0
- package/src/icons/components/FontDownloadOffIcon.tsx +3 -0
- package/src/icons/components/FoodBankIcon.tsx +3 -0
- package/src/icons/components/ForestIcon.tsx +3 -0
- package/src/icons/components/ForkLeftIcon.tsx +3 -0
- package/src/icons/components/ForkRightIcon.tsx +3 -0
- package/src/icons/components/FormatAlignCenterIcon.tsx +3 -0
- package/src/icons/components/FormatAlignJustifyIcon.tsx +3 -0
- package/src/icons/components/FormatAlignLeftIcon.tsx +3 -0
- package/src/icons/components/FormatAlignRightIcon.tsx +3 -0
- package/src/icons/components/FormatBoldIcon.tsx +3 -0
- package/src/icons/components/FormatClearIcon.tsx +3 -0
- package/src/icons/components/FormatColorFillIcon.tsx +3 -0
- package/src/icons/components/FormatColorResetIcon.tsx +3 -0
- package/src/icons/components/FormatColorTextIcon.tsx +3 -0
- package/src/icons/components/FormatIndentDecreaseIcon.tsx +3 -0
- package/src/icons/components/FormatIndentIncreaseIcon.tsx +3 -0
- package/src/icons/components/FormatItalicIcon.tsx +3 -0
- package/src/icons/components/FormatLineSpacingIcon.tsx +3 -0
- package/src/icons/components/FormatListBulletedIcon.tsx +3 -0
- package/src/icons/components/FormatListNumberedIcon.tsx +3 -0
- package/src/icons/components/FormatListNumberedRtlIcon.tsx +3 -0
- package/src/icons/components/FormatOverlineIcon.tsx +3 -0
- package/src/icons/components/FormatPaintIcon.tsx +3 -0
- package/src/icons/components/FormatQuoteIcon.tsx +3 -0
- package/src/icons/components/FormatShapesIcon.tsx +3 -0
- package/src/icons/components/FormatSizeIcon.tsx +3 -0
- package/src/icons/components/FormatStrikethroughIcon.tsx +3 -0
- package/src/icons/components/FormatTextdirectionLToRIcon.tsx +3 -0
- package/src/icons/components/FormatTextdirectionRToLIcon.tsx +3 -0
- package/src/icons/components/FormatUnderlinedIcon.tsx +3 -0
- package/src/icons/components/FortIcon.tsx +3 -0
- package/src/icons/components/ForumIcon.tsx +3 -0
- package/src/icons/components/Forward10Icon.tsx +3 -0
- package/src/icons/components/Forward30Icon.tsx +3 -0
- package/src/icons/components/Forward5Icon.tsx +3 -0
- package/src/icons/components/ForwardIcon.tsx +3 -0
- package/src/icons/components/ForwardToInboxIcon.tsx +3 -0
- package/src/icons/components/FoundationIcon.tsx +3 -0
- package/src/icons/components/FreeBreakfastIcon.tsx +3 -0
- package/src/icons/components/FreeCancellationIcon.tsx +3 -0
- package/src/icons/components/FrontHandIcon.tsx +3 -0
- package/src/icons/components/FullscreenExitIcon.tsx +3 -0
- package/src/icons/components/FullscreenIcon.tsx +3 -0
- package/src/icons/components/FunctionsIcon.tsx +3 -0
- package/src/icons/components/GMobiledataIcon.tsx +3 -0
- package/src/icons/components/GTranslateIcon.tsx +3 -0
- package/src/icons/components/GamepadIcon.tsx +3 -0
- package/src/icons/components/GamesIcon.tsx +3 -0
- package/src/icons/components/GarageIcon.tsx +3 -0
- package/src/icons/components/GasMeterIcon.tsx +3 -0
- package/src/icons/components/GavelIcon.tsx +3 -0
- package/src/icons/components/GeneratingTokensIcon.tsx +3 -0
- package/src/icons/components/GestureIcon.tsx +3 -0
- package/src/icons/components/GetAppIcon.tsx +3 -0
- package/src/icons/components/GifBoxIcon.tsx +3 -0
- package/src/icons/components/GifIcon.tsx +3 -0
- package/src/icons/components/GirlIcon.tsx +3 -0
- package/src/icons/components/GiteIcon.tsx +3 -0
- package/src/icons/components/GolfCourseIcon.tsx +3 -0
- package/src/icons/components/GppBadIcon.tsx +3 -0
- package/src/icons/components/GppGoodIcon.tsx +3 -0
- package/src/icons/components/GppMaybeIcon.tsx +3 -0
- package/src/icons/components/GpsFixedIcon.tsx +3 -0
- package/src/icons/components/GpsNotFixedIcon.tsx +3 -0
- package/src/icons/components/GpsOffIcon.tsx +3 -0
- package/src/icons/components/GradeIcon.tsx +3 -0
- package/src/icons/components/GradientIcon.tsx +3 -0
- package/src/icons/components/GradingIcon.tsx +3 -0
- package/src/icons/components/GrainIcon.tsx +3 -0
- package/src/icons/components/GraphicEqIcon.tsx +3 -0
- package/src/icons/components/GrassIcon.tsx +3 -0
- package/src/icons/components/Grid3x3Icon.tsx +3 -0
- package/src/icons/components/Grid4x4Icon.tsx +3 -0
- package/src/icons/components/GridGoldenratioIcon.tsx +3 -0
- package/src/icons/components/GridOffIcon.tsx +3 -0
- package/src/icons/components/GridOnIcon.tsx +3 -0
- package/src/icons/components/GridViewIcon.tsx +3 -0
- package/src/icons/components/GroupAddIcon.tsx +3 -0
- package/src/icons/components/GroupIcon.tsx +3 -0
- package/src/icons/components/GroupOffIcon.tsx +3 -0
- package/src/icons/components/GroupRemoveIcon.tsx +3 -0
- package/src/icons/components/GroupWorkIcon.tsx +3 -0
- package/src/icons/components/Groups2Icon.tsx +3 -0
- package/src/icons/components/Groups3Icon.tsx +3 -0
- package/src/icons/components/GroupsIcon.tsx +3 -0
- package/src/icons/components/HMobiledataIcon.tsx +3 -0
- package/src/icons/components/HPlusMobiledataIcon.tsx +3 -0
- package/src/icons/components/HailIcon.tsx +3 -0
- package/src/icons/components/HandshakeIcon.tsx +3 -0
- package/src/icons/components/HandymanIcon.tsx +3 -0
- package/src/icons/components/HardwareIcon.tsx +3 -0
- package/src/icons/components/HdIcon.tsx +3 -0
- package/src/icons/components/HdrAutoIcon.tsx +3 -0
- package/src/icons/components/HdrAutoSelectIcon.tsx +3 -0
- package/src/icons/components/HdrEnhancedSelectIcon.tsx +3 -0
- package/src/icons/components/HdrOffIcon.tsx +3 -0
- package/src/icons/components/HdrOffSelectIcon.tsx +3 -0
- package/src/icons/components/HdrOnIcon.tsx +3 -0
- package/src/icons/components/HdrOnSelectIcon.tsx +3 -0
- package/src/icons/components/HdrPlusIcon.tsx +3 -0
- package/src/icons/components/HdrStrongIcon.tsx +3 -0
- package/src/icons/components/HdrWeakIcon.tsx +3 -0
- package/src/icons/components/HeadphonesBatteryIcon.tsx +3 -0
- package/src/icons/components/HeadphonesIcon.tsx +3 -0
- package/src/icons/components/HeadsetIcon.tsx +3 -0
- package/src/icons/components/HeadsetMicIcon.tsx +3 -0
- package/src/icons/components/HeadsetOffIcon.tsx +3 -0
- package/src/icons/components/HealingIcon.tsx +3 -0
- package/src/icons/components/HealthAndSafetyIcon.tsx +3 -0
- package/src/icons/components/HearingDisabledIcon.tsx +3 -0
- package/src/icons/components/HearingIcon.tsx +3 -0
- package/src/icons/components/HeartBrokenIcon.tsx +3 -0
- package/src/icons/components/HeatPumpIcon.tsx +3 -0
- package/src/icons/components/HeightIcon.tsx +3 -0
- package/src/icons/components/HelpCenterIcon.tsx +3 -0
- package/src/icons/components/HelpIcon.tsx +3 -0
- package/src/icons/components/HelpOutlineIcon.tsx +3 -0
- package/src/icons/components/HevcIcon.tsx +3 -0
- package/src/icons/components/HexagonIcon.tsx +3 -0
- package/src/icons/components/HideImageIcon.tsx +3 -0
- package/src/icons/components/HideSourceIcon.tsx +3 -0
- package/src/icons/components/HighQualityIcon.tsx +3 -0
- package/src/icons/components/HighlightAltIcon.tsx +3 -0
- package/src/icons/components/HighlightIcon.tsx +3 -0
- package/src/icons/components/HighlightOffIcon.tsx +3 -0
- package/src/icons/components/HikingIcon.tsx +3 -0
- package/src/icons/components/HistoryEduIcon.tsx +3 -0
- package/src/icons/components/HistoryIcon.tsx +3 -0
- package/src/icons/components/HistoryToggleOffIcon.tsx +3 -0
- package/src/icons/components/HiveIcon.tsx +3 -0
- package/src/icons/components/HlsIcon.tsx +3 -0
- package/src/icons/components/HlsOffIcon.tsx +3 -0
- package/src/icons/components/HolidayVillageIcon.tsx +3 -0
- package/src/icons/components/HomeIcon.tsx +3 -0
- package/src/icons/components/HomeMaxIcon.tsx +3 -0
- package/src/icons/components/HomeMiniIcon.tsx +3 -0
- package/src/icons/components/HomeRepairServiceIcon.tsx +3 -0
- package/src/icons/components/HomeWorkIcon.tsx +3 -0
- package/src/icons/components/HorizontalDistributeIcon.tsx +3 -0
- package/src/icons/components/HorizontalRuleIcon.tsx +3 -0
- package/src/icons/components/HorizontalSplitIcon.tsx +3 -0
- package/src/icons/components/HotTubIcon.tsx +3 -0
- package/src/icons/components/HotelClassIcon.tsx +3 -0
- package/src/icons/components/HotelIcon.tsx +3 -0
- package/src/icons/components/HourglassBottomIcon.tsx +3 -0
- package/src/icons/components/HourglassDisabledIcon.tsx +3 -0
- package/src/icons/components/HourglassEmptyIcon.tsx +3 -0
- package/src/icons/components/HourglassFullIcon.tsx +3 -0
- package/src/icons/components/HourglassTopIcon.tsx +3 -0
- package/src/icons/components/HouseIcon.tsx +3 -0
- package/src/icons/components/HouseSidingIcon.tsx +3 -0
- package/src/icons/components/HouseboatIcon.tsx +3 -0
- package/src/icons/components/HowToRegIcon.tsx +3 -0
- package/src/icons/components/HowToVoteIcon.tsx +3 -0
- package/src/icons/components/HtmlIcon.tsx +3 -0
- package/src/icons/components/HttpIcon.tsx +3 -0
- package/src/icons/components/HttpsIcon.tsx +3 -0
- package/src/icons/components/HubIcon.tsx +3 -0
- package/src/icons/components/HvacIcon.tsx +3 -0
- package/src/icons/components/IceSkatingIcon.tsx +3 -0
- package/src/icons/components/IcecreamIcon.tsx +3 -0
- package/src/icons/components/ImageAspectRatioIcon.tsx +3 -0
- package/src/icons/components/ImageIcon.tsx +3 -0
- package/src/icons/components/ImageNotSupportedIcon.tsx +3 -0
- package/src/icons/components/ImageSearchIcon.tsx +3 -0
- package/src/icons/components/ImagesearchRollerIcon.tsx +3 -0
- package/src/icons/components/ImportContactsIcon.tsx +3 -0
- package/src/icons/components/ImportExportIcon.tsx +3 -0
- package/src/icons/components/ImportantDevicesIcon.tsx +3 -0
- package/src/icons/components/InboxIcon.tsx +3 -0
- package/src/icons/components/IncompleteCircleIcon.tsx +3 -0
- package/src/icons/components/IndeterminateCheckBoxIcon.tsx +3 -0
- package/src/icons/components/InfoIcon.tsx +3 -0
- package/src/icons/components/InputIcon.tsx +3 -0
- package/src/icons/components/InsertChartIcon.tsx +3 -0
- package/src/icons/components/InsertChartOutlinedIcon.tsx +3 -0
- package/src/icons/components/InsertCommentIcon.tsx +3 -0
- package/src/icons/components/InsertDriveFileIcon.tsx +3 -0
- package/src/icons/components/InsertEmoticonIcon.tsx +3 -0
- package/src/icons/components/InsertInvitationIcon.tsx +3 -0
- package/src/icons/components/InsertLinkIcon.tsx +3 -0
- package/src/icons/components/InsertPageBreakIcon.tsx +3 -0
- package/src/icons/components/InsertPhotoIcon.tsx +3 -0
- package/src/icons/components/InsightsIcon.tsx +3 -0
- package/src/icons/components/InstallDesktopIcon.tsx +3 -0
- package/src/icons/components/InstallMobileIcon.tsx +3 -0
- package/src/icons/components/IntegrationInstructionsIcon.tsx +3 -0
- package/src/icons/components/InterestsIcon.tsx +3 -0
- package/src/icons/components/InterpreterModeIcon.tsx +3 -0
- package/src/icons/components/Inventory2Icon.tsx +3 -0
- package/src/icons/components/InventoryIcon.tsx +3 -0
- package/src/icons/components/InvertColorsIcon.tsx +3 -0
- package/src/icons/components/InvertColorsOffIcon.tsx +3 -0
- package/src/icons/components/IosShareIcon.tsx +3 -0
- package/src/icons/components/IronIcon.tsx +3 -0
- package/src/icons/components/IsoIcon.tsx +3 -0
- package/src/icons/components/JavascriptIcon.tsx +3 -0
- package/src/icons/components/JoinFullIcon.tsx +3 -0
- package/src/icons/components/JoinInnerIcon.tsx +3 -0
- package/src/icons/components/JoinLeftIcon.tsx +3 -0
- package/src/icons/components/JoinRightIcon.tsx +3 -0
- package/src/icons/components/KayakingIcon.tsx +3 -0
- package/src/icons/components/KebabDiningIcon.tsx +3 -0
- package/src/icons/components/KeyIcon.tsx +3 -0
- package/src/icons/components/KeyOffIcon.tsx +3 -0
- package/src/icons/components/KeyboardAltIcon.tsx +3 -0
- package/src/icons/components/KeyboardArrowDownIcon.tsx +3 -0
- package/src/icons/components/KeyboardArrowLeftIcon.tsx +3 -0
- package/src/icons/components/KeyboardArrowRightIcon.tsx +3 -0
- package/src/icons/components/KeyboardArrowUpIcon.tsx +3 -0
- package/src/icons/components/KeyboardBackspaceIcon.tsx +3 -0
- package/src/icons/components/KeyboardCapslockIcon.tsx +3 -0
- package/src/icons/components/KeyboardCommandKeyIcon.tsx +3 -0
- package/src/icons/components/KeyboardControlKeyIcon.tsx +3 -0
- package/src/icons/components/KeyboardDoubleArrowDownIcon.tsx +3 -0
- package/src/icons/components/KeyboardDoubleArrowLeftIcon.tsx +3 -0
- package/src/icons/components/KeyboardDoubleArrowRightIcon.tsx +3 -0
- package/src/icons/components/KeyboardDoubleArrowUpIcon.tsx +3 -0
- package/src/icons/components/KeyboardHideIcon.tsx +3 -0
- package/src/icons/components/KeyboardIcon.tsx +3 -0
- package/src/icons/components/KeyboardOptionKeyIcon.tsx +3 -0
- package/src/icons/components/KeyboardReturnIcon.tsx +3 -0
- package/src/icons/components/KeyboardTabIcon.tsx +3 -0
- package/src/icons/components/KeyboardVoiceIcon.tsx +3 -0
- package/src/icons/components/KingBedIcon.tsx +3 -0
- package/src/icons/components/KitchenIcon.tsx +3 -0
- package/src/icons/components/KitesurfingIcon.tsx +3 -0
- package/src/icons/components/LabelIcon.tsx +3 -0
- package/src/icons/components/LabelImportantIcon.tsx +3 -0
- package/src/icons/components/LabelOffIcon.tsx +3 -0
- package/src/icons/components/LanIcon.tsx +3 -0
- package/src/icons/components/LandscapeIcon.tsx +3 -0
- package/src/icons/components/LandslideIcon.tsx +3 -0
- package/src/icons/components/LanguageIcon.tsx +3 -0
- package/src/icons/components/LaptopChromebookIcon.tsx +3 -0
- package/src/icons/components/LaptopIcon.tsx +3 -0
- package/src/icons/components/LaptopMacIcon.tsx +3 -0
- package/src/icons/components/LaptopWindowsIcon.tsx +3 -0
- package/src/icons/components/LastPageIcon.tsx +3 -0
- package/src/icons/components/LaunchIcon.tsx +3 -0
- package/src/icons/components/LayersClearIcon.tsx +3 -0
- package/src/icons/components/LayersIcon.tsx +3 -0
- package/src/icons/components/LeaderboardIcon.tsx +3 -0
- package/src/icons/components/LeakAddIcon.tsx +3 -0
- package/src/icons/components/LeakRemoveIcon.tsx +3 -0
- package/src/icons/components/LegendToggleIcon.tsx +3 -0
- package/src/icons/components/LensBlurIcon.tsx +3 -0
- package/src/icons/components/LensIcon.tsx +3 -0
- package/src/icons/components/LibraryAddCheckIcon.tsx +3 -0
- package/src/icons/components/LibraryAddIcon.tsx +3 -0
- package/src/icons/components/LibraryBooksIcon.tsx +3 -0
- package/src/icons/components/LibraryMusicIcon.tsx +3 -0
- package/src/icons/components/LightIcon.tsx +3 -0
- package/src/icons/components/LightModeIcon.tsx +3 -0
- package/src/icons/components/LightbulbCircleIcon.tsx +3 -0
- package/src/icons/components/LightbulbIcon.tsx +3 -0
- package/src/icons/components/LineAxisIcon.tsx +3 -0
- package/src/icons/components/LineStyleIcon.tsx +3 -0
- package/src/icons/components/LineWeightIcon.tsx +3 -0
- package/src/icons/components/LinearScaleIcon.tsx +3 -0
- package/src/icons/components/LinkIcon.tsx +3 -0
- package/src/icons/components/LinkOffIcon.tsx +3 -0
- package/src/icons/components/LinkedCameraIcon.tsx +3 -0
- package/src/icons/components/LiquorIcon.tsx +3 -0
- package/src/icons/components/ListAltIcon.tsx +3 -0
- package/src/icons/components/ListIcon.tsx +3 -0
- package/src/icons/components/LiveHelpIcon.tsx +3 -0
- package/src/icons/components/LiveTvIcon.tsx +3 -0
- package/src/icons/components/LivingIcon.tsx +3 -0
- package/src/icons/components/LocalActivityIcon.tsx +3 -0
- package/src/icons/components/LocalAirportIcon.tsx +3 -0
- package/src/icons/components/LocalAtmIcon.tsx +3 -0
- package/src/icons/components/LocalBarIcon.tsx +3 -0
- package/src/icons/components/LocalCafeIcon.tsx +3 -0
- package/src/icons/components/LocalCarWashIcon.tsx +3 -0
- package/src/icons/components/LocalConvenienceStoreIcon.tsx +3 -0
- package/src/icons/components/LocalDiningIcon.tsx +3 -0
- package/src/icons/components/LocalDrinkIcon.tsx +3 -0
- package/src/icons/components/LocalFireDepartmentIcon.tsx +3 -0
- package/src/icons/components/LocalFloristIcon.tsx +3 -0
- package/src/icons/components/LocalGasStationIcon.tsx +3 -0
- package/src/icons/components/LocalGroceryStoreIcon.tsx +3 -0
- package/src/icons/components/LocalHospitalIcon.tsx +3 -0
- package/src/icons/components/LocalHotelIcon.tsx +3 -0
- package/src/icons/components/LocalLaundryServiceIcon.tsx +3 -0
- package/src/icons/components/LocalLibraryIcon.tsx +3 -0
- package/src/icons/components/LocalMallIcon.tsx +3 -0
- package/src/icons/components/LocalMoviesIcon.tsx +3 -0
- package/src/icons/components/LocalOfferIcon.tsx +3 -0
- package/src/icons/components/LocalParkingIcon.tsx +3 -0
- package/src/icons/components/LocalPharmacyIcon.tsx +3 -0
- package/src/icons/components/LocalPhoneIcon.tsx +3 -0
- package/src/icons/components/LocalPizzaIcon.tsx +3 -0
- package/src/icons/components/LocalPlayIcon.tsx +3 -0
- package/src/icons/components/LocalPoliceIcon.tsx +3 -0
- package/src/icons/components/LocalPostOfficeIcon.tsx +3 -0
- package/src/icons/components/LocalPrintshopIcon.tsx +3 -0
- package/src/icons/components/LocalSeeIcon.tsx +3 -0
- package/src/icons/components/LocalShippingIcon.tsx +3 -0
- package/src/icons/components/LocalTaxiIcon.tsx +3 -0
- package/src/icons/components/LocationCityIcon.tsx +3 -0
- package/src/icons/components/LocationDisabledIcon.tsx +3 -0
- package/src/icons/components/LocationOffIcon.tsx +3 -0
- package/src/icons/components/LocationOnIcon.tsx +3 -0
- package/src/icons/components/LocationSearchingIcon.tsx +3 -0
- package/src/icons/components/LockClockIcon.tsx +3 -0
- package/src/icons/components/LockIcon.tsx +3 -0
- package/src/icons/components/LockOpenIcon.tsx +3 -0
- package/src/icons/components/LockPersonIcon.tsx +3 -0
- package/src/icons/components/LockResetIcon.tsx +3 -0
- package/src/icons/components/LoginIcon.tsx +3 -0
- package/src/icons/components/LogoDevIcon.tsx +3 -0
- package/src/icons/components/LogoutIcon.tsx +3 -0
- package/src/icons/components/Looks3Icon.tsx +3 -0
- package/src/icons/components/Looks4Icon.tsx +3 -0
- package/src/icons/components/Looks5Icon.tsx +3 -0
- package/src/icons/components/Looks6Icon.tsx +3 -0
- package/src/icons/components/LooksIcon.tsx +3 -0
- package/src/icons/components/LooksOneIcon.tsx +3 -0
- package/src/icons/components/LooksTwoIcon.tsx +3 -0
- package/src/icons/components/LoopIcon.tsx +3 -0
- package/src/icons/components/LoupeIcon.tsx +3 -0
- package/src/icons/components/LowPriorityIcon.tsx +3 -0
- package/src/icons/components/LoyaltyIcon.tsx +3 -0
- package/src/icons/components/LteMobiledataIcon.tsx +3 -0
- package/src/icons/components/LtePlusMobiledataIcon.tsx +3 -0
- package/src/icons/components/LuggageIcon.tsx +3 -0
- package/src/icons/components/LunchDiningIcon.tsx +3 -0
- package/src/icons/components/LyricsIcon.tsx +3 -0
- package/src/icons/components/MacroOffIcon.tsx +3 -0
- package/src/icons/components/MailIcon.tsx +3 -0
- package/src/icons/components/MailLockIcon.tsx +3 -0
- package/src/icons/components/MailOutlineIcon.tsx +3 -0
- package/src/icons/components/MaleIcon.tsx +3 -0
- package/src/icons/components/Man2Icon.tsx +3 -0
- package/src/icons/components/Man3Icon.tsx +3 -0
- package/src/icons/components/Man4Icon.tsx +3 -0
- package/src/icons/components/ManIcon.tsx +3 -0
- package/src/icons/components/ManageAccountsIcon.tsx +3 -0
- package/src/icons/components/ManageHistoryIcon.tsx +3 -0
- package/src/icons/components/ManageSearchIcon.tsx +3 -0
- package/src/icons/components/MapIcon.tsx +3 -0
- package/src/icons/components/MapsHomeWorkIcon.tsx +3 -0
- package/src/icons/components/MapsUgcIcon.tsx +3 -0
- package/src/icons/components/MarginIcon.tsx +3 -0
- package/src/icons/components/MarkAsUnreadIcon.tsx +3 -0
- package/src/icons/components/MarkChatReadIcon.tsx +3 -0
- package/src/icons/components/MarkChatUnreadIcon.tsx +3 -0
- package/src/icons/components/MarkEmailReadIcon.tsx +3 -0
- package/src/icons/components/MarkEmailUnreadIcon.tsx +3 -0
- package/src/icons/components/MarkUnreadChatAltIcon.tsx +3 -0
- package/src/icons/components/MarkunreadIcon.tsx +3 -0
- package/src/icons/components/MarkunreadMailboxIcon.tsx +3 -0
- package/src/icons/components/MasksIcon.tsx +3 -0
- package/src/icons/components/MaximizeIcon.tsx +3 -0
- package/src/icons/components/MediaBluetoothOffIcon.tsx +3 -0
- package/src/icons/components/MediaBluetoothOnIcon.tsx +3 -0
- package/src/icons/components/MediationIcon.tsx +3 -0
- package/src/icons/components/MedicalInformationIcon.tsx +3 -0
- package/src/icons/components/MedicalServicesIcon.tsx +3 -0
- package/src/icons/components/MedicationIcon.tsx +3 -0
- package/src/icons/components/MedicationLiquidIcon.tsx +3 -0
- package/src/icons/components/MeetingRoomIcon.tsx +3 -0
- package/src/icons/components/MemoryIcon.tsx +3 -0
- package/src/icons/components/MenuBookIcon.tsx +3 -0
- package/src/icons/components/MenuIcon.tsx +3 -0
- package/src/icons/components/MenuOpenIcon.tsx +3 -0
- package/src/icons/components/MergeIcon.tsx +3 -0
- package/src/icons/components/MergeTypeIcon.tsx +3 -0
- package/src/icons/components/MessageIcon.tsx +3 -0
- package/src/icons/components/MicExternalOffIcon.tsx +3 -0
- package/src/icons/components/MicExternalOnIcon.tsx +3 -0
- package/src/icons/components/MicIcon.tsx +3 -0
- package/src/icons/components/MicNoneIcon.tsx +3 -0
- package/src/icons/components/MicOffIcon.tsx +3 -0
- package/src/icons/components/MicrowaveIcon.tsx +3 -0
- package/src/icons/components/MilitaryTechIcon.tsx +3 -0
- package/src/icons/components/MinimizeIcon.tsx +3 -0
- package/src/icons/components/MinorCrashIcon.tsx +3 -0
- package/src/icons/components/MiscellaneousServicesIcon.tsx +3 -0
- package/src/icons/components/MissedVideoCallIcon.tsx +3 -0
- package/src/icons/components/MmsIcon.tsx +3 -0
- package/src/icons/components/MobileFriendlyIcon.tsx +3 -0
- package/src/icons/components/MobileOffIcon.tsx +3 -0
- package/src/icons/components/MobileScreenShareIcon.tsx +3 -0
- package/src/icons/components/MobiledataOffIcon.tsx +3 -0
- package/src/icons/components/ModeCommentIcon.tsx +3 -0
- package/src/icons/components/ModeEditIcon.tsx +3 -0
- package/src/icons/components/ModeEditOutlineIcon.tsx +3 -0
- package/src/icons/components/ModeFanOffIcon.tsx +3 -0
- package/src/icons/components/ModeIcon.tsx +3 -0
- package/src/icons/components/ModeNightIcon.tsx +3 -0
- package/src/icons/components/ModeOfTravelIcon.tsx +3 -0
- package/src/icons/components/ModeStandbyIcon.tsx +3 -0
- package/src/icons/components/ModelTrainingIcon.tsx +3 -0
- package/src/icons/components/MonetizationOnIcon.tsx +3 -0
- package/src/icons/components/MoneyIcon.tsx +3 -0
- package/src/icons/components/MoneyOffCsredIcon.tsx +3 -0
- package/src/icons/components/MoneyOffIcon.tsx +3 -0
- package/src/icons/components/MonitorHeartIcon.tsx +3 -0
- package/src/icons/components/MonitorIcon.tsx +3 -0
- package/src/icons/components/MonitorWeightIcon.tsx +3 -0
- package/src/icons/components/MonochromePhotosIcon.tsx +3 -0
- package/src/icons/components/MoodBadIcon.tsx +3 -0
- package/src/icons/components/MoodIcon.tsx +3 -0
- package/src/icons/components/MopedIcon.tsx +3 -0
- package/src/icons/components/MoreHorizIcon.tsx +3 -0
- package/src/icons/components/MoreIcon.tsx +3 -0
- package/src/icons/components/MoreTimeIcon.tsx +3 -0
- package/src/icons/components/MoreVertIcon.tsx +3 -0
- package/src/icons/components/MosqueIcon.tsx +3 -0
- package/src/icons/components/MotionPhotosAutoIcon.tsx +3 -0
- package/src/icons/components/MotionPhotosOffIcon.tsx +3 -0
- package/src/icons/components/MotionPhotosOnIcon.tsx +3 -0
- package/src/icons/components/MotionPhotosPauseIcon.tsx +3 -0
- package/src/icons/components/MotionPhotosPausedIcon.tsx +3 -0
- package/src/icons/components/MouseIcon.tsx +3 -0
- package/src/icons/components/MoveDownIcon.tsx +3 -0
- package/src/icons/components/MoveToInboxIcon.tsx +3 -0
- package/src/icons/components/MoveUpIcon.tsx +3 -0
- package/src/icons/components/MovieCreationIcon.tsx +3 -0
- package/src/icons/components/MovieFilterIcon.tsx +3 -0
- package/src/icons/components/MovieIcon.tsx +3 -0
- package/src/icons/components/MovingIcon.tsx +3 -0
- package/src/icons/components/MpIcon.tsx +3 -0
- package/src/icons/components/MultilineChartIcon.tsx +3 -0
- package/src/icons/components/MultipleStopIcon.tsx +3 -0
- package/src/icons/components/MuseumIcon.tsx +3 -0
- package/src/icons/components/MusicNoteIcon.tsx +3 -0
- package/src/icons/components/MusicOffIcon.tsx +3 -0
- package/src/icons/components/MusicVideoIcon.tsx +3 -0
- package/src/icons/components/MyLocationIcon.tsx +3 -0
- package/src/icons/components/NatIcon.tsx +3 -0
- package/src/icons/components/NatureIcon.tsx +3 -0
- package/src/icons/components/NaturePeopleIcon.tsx +3 -0
- package/src/icons/components/NavigateBeforeIcon.tsx +3 -0
- package/src/icons/components/NavigateNextIcon.tsx +3 -0
- package/src/icons/components/NavigationIcon.tsx +3 -0
- package/src/icons/components/NearMeDisabledIcon.tsx +3 -0
- package/src/icons/components/NearMeIcon.tsx +3 -0
- package/src/icons/components/NearbyErrorIcon.tsx +3 -0
- package/src/icons/components/NearbyOffIcon.tsx +3 -0
- package/src/icons/components/NestCamWiredStandIcon.tsx +3 -0
- package/src/icons/components/NetworkCellIcon.tsx +3 -0
- package/src/icons/components/NetworkCheckIcon.tsx +3 -0
- package/src/icons/components/NetworkLockedIcon.tsx +3 -0
- package/src/icons/components/NetworkPingIcon.tsx +3 -0
- package/src/icons/components/NetworkWifi1BarIcon.tsx +3 -0
- package/src/icons/components/NetworkWifi2BarIcon.tsx +3 -0
- package/src/icons/components/NetworkWifi3BarIcon.tsx +3 -0
- package/src/icons/components/NetworkWifiIcon.tsx +3 -0
- package/src/icons/components/NewLabelIcon.tsx +3 -0
- package/src/icons/components/NewReleasesIcon.tsx +3 -0
- package/src/icons/components/NewspaperIcon.tsx +3 -0
- package/src/icons/components/NextPlanIcon.tsx +3 -0
- package/src/icons/components/NextWeekIcon.tsx +3 -0
- package/src/icons/components/NfcIcon.tsx +3 -0
- package/src/icons/components/NightShelterIcon.tsx +3 -0
- package/src/icons/components/NightlifeIcon.tsx +3 -0
- package/src/icons/components/NightlightIcon.tsx +3 -0
- package/src/icons/components/NightlightRoundIcon.tsx +3 -0
- package/src/icons/components/NightsStayIcon.tsx +3 -0
- package/src/icons/components/NoAccountsIcon.tsx +3 -0
- package/src/icons/components/NoAdultContentIcon.tsx +3 -0
- package/src/icons/components/NoBackpackIcon.tsx +3 -0
- package/src/icons/components/NoCellIcon.tsx +3 -0
- package/src/icons/components/NoCrashIcon.tsx +3 -0
- package/src/icons/components/NoDrinksIcon.tsx +3 -0
- package/src/icons/components/NoEncryptionGmailerrorredIcon.tsx +3 -0
- package/src/icons/components/NoEncryptionIcon.tsx +3 -0
- package/src/icons/components/NoFlashIcon.tsx +3 -0
- package/src/icons/components/NoFoodIcon.tsx +3 -0
- package/src/icons/components/NoLuggageIcon.tsx +3 -0
- package/src/icons/components/NoMealsIcon.tsx +3 -0
- package/src/icons/components/NoMeetingRoomIcon.tsx +3 -0
- package/src/icons/components/NoPhotographyIcon.tsx +3 -0
- package/src/icons/components/NoSimIcon.tsx +3 -0
- package/src/icons/components/NoStrollerIcon.tsx +3 -0
- package/src/icons/components/NoTransferIcon.tsx +3 -0
- package/src/icons/components/NoiseAwareIcon.tsx +3 -0
- package/src/icons/components/NoiseControlOffIcon.tsx +3 -0
- package/src/icons/components/NordicWalkingIcon.tsx +3 -0
- package/src/icons/components/NorthEastIcon.tsx +3 -0
- package/src/icons/components/NorthIcon.tsx +3 -0
- package/src/icons/components/NorthWestIcon.tsx +3 -0
- package/src/icons/components/NotAccessibleIcon.tsx +3 -0
- package/src/icons/components/NotInterestedIcon.tsx +3 -0
- package/src/icons/components/NotListedLocationIcon.tsx +3 -0
- package/src/icons/components/NotStartedIcon.tsx +3 -0
- package/src/icons/components/NoteAddIcon.tsx +3 -0
- package/src/icons/components/NoteAltIcon.tsx +3 -0
- package/src/icons/components/NoteIcon.tsx +3 -0
- package/src/icons/components/NotesIcon.tsx +3 -0
- package/src/icons/components/NotificationAddIcon.tsx +3 -0
- package/src/icons/components/NotificationImportantIcon.tsx +3 -0
- package/src/icons/components/NotificationsActiveIcon.tsx +3 -0
- package/src/icons/components/NotificationsIcon.tsx +3 -0
- package/src/icons/components/NotificationsNoneIcon.tsx +3 -0
- package/src/icons/components/NotificationsOffIcon.tsx +3 -0
- package/src/icons/components/NotificationsPausedIcon.tsx +3 -0
- package/src/icons/components/NumbersIcon.tsx +3 -0
- package/src/icons/components/OfflineBoltIcon.tsx +3 -0
- package/src/icons/components/OfflinePinIcon.tsx +3 -0
- package/src/icons/components/OfflineShareIcon.tsx +3 -0
- package/src/icons/components/OilBarrelIcon.tsx +3 -0
- package/src/icons/components/OnDeviceTrainingIcon.tsx +3 -0
- package/src/icons/components/OndemandVideoIcon.tsx +3 -0
- package/src/icons/components/OnlinePredictionIcon.tsx +3 -0
- package/src/icons/components/OpacityIcon.tsx +3 -0
- package/src/icons/components/OpenInBrowserIcon.tsx +3 -0
- package/src/icons/components/OpenInFullIcon.tsx +3 -0
- package/src/icons/components/OpenInNewIcon.tsx +3 -0
- package/src/icons/components/OpenInNewOffIcon.tsx +3 -0
- package/src/icons/components/OpenWithIcon.tsx +3 -0
- package/src/icons/components/OtherHousesIcon.tsx +3 -0
- package/src/icons/components/OutboundIcon.tsx +3 -0
- package/src/icons/components/OutboxIcon.tsx +3 -0
- package/src/icons/components/OutdoorGrillIcon.tsx +3 -0
- package/src/icons/components/OutletIcon.tsx +3 -0
- package/src/icons/components/OutlinedFlagIcon.tsx +3 -0
- package/src/icons/components/OutputIcon.tsx +3 -0
- package/src/icons/components/PaddingIcon.tsx +3 -0
- package/src/icons/components/PagesIcon.tsx +3 -0
- package/src/icons/components/PageviewIcon.tsx +3 -0
- package/src/icons/components/PaidIcon.tsx +3 -0
- package/src/icons/components/PaletteIcon.tsx +3 -0
- package/src/icons/components/PanToolAltIcon.tsx +3 -0
- package/src/icons/components/PanToolIcon.tsx +3 -0
- package/src/icons/components/PanoramaFishEyeIcon.tsx +3 -0
- package/src/icons/components/PanoramaHorizontalIcon.tsx +3 -0
- package/src/icons/components/PanoramaHorizontalSelectIcon.tsx +3 -0
- package/src/icons/components/PanoramaIcon.tsx +3 -0
- package/src/icons/components/PanoramaPhotosphereIcon.tsx +3 -0
- package/src/icons/components/PanoramaPhotosphereSelectIcon.tsx +3 -0
- package/src/icons/components/PanoramaVerticalIcon.tsx +3 -0
- package/src/icons/components/PanoramaVerticalSelectIcon.tsx +3 -0
- package/src/icons/components/PanoramaWideAngleIcon.tsx +3 -0
- package/src/icons/components/PanoramaWideAngleSelectIcon.tsx +3 -0
- package/src/icons/components/ParaglidingIcon.tsx +3 -0
- package/src/icons/components/ParkIcon.tsx +3 -0
- package/src/icons/components/PartyModeIcon.tsx +3 -0
- package/src/icons/components/PasswordIcon.tsx +3 -0
- package/src/icons/components/PatternIcon.tsx +3 -0
- package/src/icons/components/PauseCircleFilledIcon.tsx +3 -0
- package/src/icons/components/PauseCircleIcon.tsx +3 -0
- package/src/icons/components/PauseCircleOutlineIcon.tsx +3 -0
- package/src/icons/components/PauseIcon.tsx +3 -0
- package/src/icons/components/PausePresentationIcon.tsx +3 -0
- package/src/icons/components/PaymentIcon.tsx +3 -0
- package/src/icons/components/PaymentsIcon.tsx +3 -0
- package/src/icons/components/PedalBikeIcon.tsx +3 -0
- package/src/icons/components/PendingActionsIcon.tsx +3 -0
- package/src/icons/components/PendingIcon.tsx +3 -0
- package/src/icons/components/PentagonIcon.tsx +3 -0
- package/src/icons/components/PeopleAltIcon.tsx +3 -0
- package/src/icons/components/PeopleIcon.tsx +3 -0
- package/src/icons/components/PeopleOutlineIcon.tsx +3 -0
- package/src/icons/components/PercentIcon.tsx +3 -0
- package/src/icons/components/PermCameraMicIcon.tsx +3 -0
- package/src/icons/components/PermContactCalendarIcon.tsx +3 -0
- package/src/icons/components/PermDataSettingIcon.tsx +3 -0
- package/src/icons/components/PermDeviceInformationIcon.tsx +3 -0
- package/src/icons/components/PermIdentityIcon.tsx +3 -0
- package/src/icons/components/PermMediaIcon.tsx +3 -0
- package/src/icons/components/PermPhoneMsgIcon.tsx +3 -0
- package/src/icons/components/PermScanWifiIcon.tsx +3 -0
- package/src/icons/components/Person2Icon.tsx +3 -0
- package/src/icons/components/Person3Icon.tsx +3 -0
- package/src/icons/components/Person4Icon.tsx +3 -0
- package/src/icons/components/PersonAddAlt1Icon.tsx +3 -0
- package/src/icons/components/PersonAddAltIcon.tsx +3 -0
- package/src/icons/components/PersonAddDisabledIcon.tsx +3 -0
- package/src/icons/components/PersonAddIcon.tsx +3 -0
- package/src/icons/components/PersonIcon.tsx +3 -0
- package/src/icons/components/PersonOffIcon.tsx +3 -0
- package/src/icons/components/PersonOutlineIcon.tsx +3 -0
- package/src/icons/components/PersonPinCircleIcon.tsx +3 -0
- package/src/icons/components/PersonPinIcon.tsx +3 -0
- package/src/icons/components/PersonRemoveAlt1Icon.tsx +3 -0
- package/src/icons/components/PersonRemoveIcon.tsx +3 -0
- package/src/icons/components/PersonSearchIcon.tsx +3 -0
- package/src/icons/components/PersonalInjuryIcon.tsx +3 -0
- package/src/icons/components/PersonalVideoIcon.tsx +3 -0
- package/src/icons/components/PestControlIcon.tsx +3 -0
- package/src/icons/components/PestControlRodentIcon.tsx +3 -0
- package/src/icons/components/PetsIcon.tsx +3 -0
- package/src/icons/components/PhishingIcon.tsx +3 -0
- package/src/icons/components/PhoneAndroidIcon.tsx +3 -0
- package/src/icons/components/PhoneBluetoothSpeakerIcon.tsx +3 -0
- package/src/icons/components/PhoneCallbackIcon.tsx +3 -0
- package/src/icons/components/PhoneDisabledIcon.tsx +3 -0
- package/src/icons/components/PhoneEnabledIcon.tsx +3 -0
- package/src/icons/components/PhoneForwardedIcon.tsx +3 -0
- package/src/icons/components/PhoneIcon.tsx +3 -0
- package/src/icons/components/PhoneIphoneIcon.tsx +3 -0
- package/src/icons/components/PhoneLockedIcon.tsx +3 -0
- package/src/icons/components/PhoneMissedIcon.tsx +3 -0
- package/src/icons/components/PhonePausedIcon.tsx +3 -0
- package/src/icons/components/PhonelinkEraseIcon.tsx +3 -0
- package/src/icons/components/PhonelinkIcon.tsx +3 -0
- package/src/icons/components/PhonelinkLockIcon.tsx +3 -0
- package/src/icons/components/PhonelinkOffIcon.tsx +3 -0
- package/src/icons/components/PhonelinkRingIcon.tsx +3 -0
- package/src/icons/components/PhonelinkSetupIcon.tsx +3 -0
- package/src/icons/components/PhotoAlbumIcon.tsx +3 -0
- package/src/icons/components/PhotoCameraBackIcon.tsx +3 -0
- package/src/icons/components/PhotoCameraFrontIcon.tsx +3 -0
- package/src/icons/components/PhotoCameraIcon.tsx +3 -0
- package/src/icons/components/PhotoFilterIcon.tsx +3 -0
- package/src/icons/components/PhotoIcon.tsx +3 -0
- package/src/icons/components/PhotoLibraryIcon.tsx +3 -0
- package/src/icons/components/PhotoSizeSelectActualIcon.tsx +3 -0
- package/src/icons/components/PhotoSizeSelectLargeIcon.tsx +3 -0
- package/src/icons/components/PhotoSizeSelectSmallIcon.tsx +3 -0
- package/src/icons/components/PhpIcon.tsx +3 -0
- package/src/icons/components/PianoIcon.tsx +3 -0
- package/src/icons/components/PianoOffIcon.tsx +3 -0
- package/src/icons/components/PictureAsPdfIcon.tsx +3 -0
- package/src/icons/components/PictureInPictureAltIcon.tsx +3 -0
- package/src/icons/components/PictureInPictureIcon.tsx +3 -0
- package/src/icons/components/PieChartIcon.tsx +3 -0
- package/src/icons/components/PieChartOutlineIcon.tsx +3 -0
- package/src/icons/components/PinDropIcon.tsx +3 -0
- package/src/icons/components/PinEndIcon.tsx +3 -0
- package/src/icons/components/PinIcon.tsx +3 -0
- package/src/icons/components/PinInvokeIcon.tsx +3 -0
- package/src/icons/components/PinchIcon.tsx +3 -0
- package/src/icons/components/PivotTableChartIcon.tsx +3 -0
- package/src/icons/components/PixIcon.tsx +3 -0
- package/src/icons/components/PlaceIcon.tsx +3 -0
- package/src/icons/components/PlagiarismIcon.tsx +3 -0
- package/src/icons/components/PlayArrowIcon.tsx +3 -0
- package/src/icons/components/PlayCircleFilledIcon.tsx +3 -0
- package/src/icons/components/PlayCircleIcon.tsx +3 -0
- package/src/icons/components/PlayCircleOutlineIcon.tsx +3 -0
- package/src/icons/components/PlayDisabledIcon.tsx +3 -0
- package/src/icons/components/PlayForWorkIcon.tsx +3 -0
- package/src/icons/components/PlayLessonIcon.tsx +3 -0
- package/src/icons/components/PlaylistAddCheckCircleIcon.tsx +3 -0
- package/src/icons/components/PlaylistAddCheckIcon.tsx +3 -0
- package/src/icons/components/PlaylistAddCircleIcon.tsx +3 -0
- package/src/icons/components/PlaylistAddIcon.tsx +3 -0
- package/src/icons/components/PlaylistPlayIcon.tsx +3 -0
- package/src/icons/components/PlaylistRemoveIcon.tsx +3 -0
- package/src/icons/components/PlumbingIcon.tsx +3 -0
- package/src/icons/components/PlusOneIcon.tsx +3 -0
- package/src/icons/components/PodcastsIcon.tsx +3 -0
- package/src/icons/components/PointOfSaleIcon.tsx +3 -0
- package/src/icons/components/PolicyIcon.tsx +3 -0
- package/src/icons/components/PollIcon.tsx +3 -0
- package/src/icons/components/PolylineIcon.tsx +3 -0
- package/src/icons/components/PolymerIcon.tsx +3 -0
- package/src/icons/components/PoolIcon.tsx +3 -0
- package/src/icons/components/PortableWifiOffIcon.tsx +3 -0
- package/src/icons/components/PortraitIcon.tsx +3 -0
- package/src/icons/components/PostAddIcon.tsx +3 -0
- package/src/icons/components/PowerIcon.tsx +3 -0
- package/src/icons/components/PowerInputIcon.tsx +3 -0
- package/src/icons/components/PowerOffIcon.tsx +3 -0
- package/src/icons/components/PowerSettingsNewIcon.tsx +3 -0
- package/src/icons/components/PrecisionManufacturingIcon.tsx +3 -0
- package/src/icons/components/PregnantWomanIcon.tsx +3 -0
- package/src/icons/components/PresentToAllIcon.tsx +3 -0
- package/src/icons/components/PreviewIcon.tsx +3 -0
- package/src/icons/components/PriceChangeIcon.tsx +3 -0
- package/src/icons/components/PriceCheckIcon.tsx +3 -0
- package/src/icons/components/PrintDisabledIcon.tsx +3 -0
- package/src/icons/components/PrintIcon.tsx +3 -0
- package/src/icons/components/PriorityHighIcon.tsx +3 -0
- package/src/icons/components/PrivacyTipIcon.tsx +3 -0
- package/src/icons/components/PrivateConnectivityIcon.tsx +3 -0
- package/src/icons/components/ProductionQuantityLimitsIcon.tsx +3 -0
- package/src/icons/components/PropaneIcon.tsx +3 -0
- package/src/icons/components/PropaneTankIcon.tsx +3 -0
- package/src/icons/components/PsychologyAltIcon.tsx +3 -0
- package/src/icons/components/PsychologyIcon.tsx +3 -0
- package/src/icons/components/PublicIcon.tsx +3 -0
- package/src/icons/components/PublicOffIcon.tsx +3 -0
- package/src/icons/components/PublishIcon.tsx +3 -0
- package/src/icons/components/PublishedWithChangesIcon.tsx +3 -0
- package/src/icons/components/PunchClockIcon.tsx +3 -0
- package/src/icons/components/PushPinIcon.tsx +3 -0
- package/src/icons/components/QrCode2Icon.tsx +3 -0
- package/src/icons/components/QrCodeIcon.tsx +3 -0
- package/src/icons/components/QrCodeScannerIcon.tsx +3 -0
- package/src/icons/components/QueryBuilderIcon.tsx +3 -0
- package/src/icons/components/QueryStatsIcon.tsx +3 -0
- package/src/icons/components/QuestionAnswerIcon.tsx +3 -0
- package/src/icons/components/QuestionMarkIcon.tsx +3 -0
- package/src/icons/components/QueueIcon.tsx +3 -0
- package/src/icons/components/QueueMusicIcon.tsx +3 -0
- package/src/icons/components/QueuePlayNextIcon.tsx +3 -0
- package/src/icons/components/QuickreplyIcon.tsx +3 -0
- package/src/icons/components/QuizIcon.tsx +3 -0
- package/src/icons/components/RMobiledataIcon.tsx +3 -0
- package/src/icons/components/RadarIcon.tsx +3 -0
- package/src/icons/components/RadioButtonCheckedIcon.tsx +3 -0
- package/src/icons/components/RadioButtonUncheckedIcon.tsx +3 -0
- package/src/icons/components/RadioIcon.tsx +3 -0
- package/src/icons/components/RailwayAlertIcon.tsx +3 -0
- package/src/icons/components/RamenDiningIcon.tsx +3 -0
- package/src/icons/components/RampLeftIcon.tsx +3 -0
- package/src/icons/components/RampRightIcon.tsx +3 -0
- package/src/icons/components/RateReviewIcon.tsx +3 -0
- package/src/icons/components/RawOffIcon.tsx +3 -0
- package/src/icons/components/RawOnIcon.tsx +3 -0
- package/src/icons/components/ReadMoreIcon.tsx +3 -0
- package/src/icons/components/RealEstateAgentIcon.tsx +3 -0
- package/src/icons/components/ReceiptIcon.tsx +3 -0
- package/src/icons/components/ReceiptLongIcon.tsx +3 -0
- package/src/icons/components/RecentActorsIcon.tsx +3 -0
- package/src/icons/components/RecommendIcon.tsx +3 -0
- package/src/icons/components/RecordVoiceOverIcon.tsx +3 -0
- package/src/icons/components/RectangleIcon.tsx +3 -0
- package/src/icons/components/RecyclingIcon.tsx +3 -0
- package/src/icons/components/RedeemIcon.tsx +3 -0
- package/src/icons/components/RedoIcon.tsx +3 -0
- package/src/icons/components/ReduceCapacityIcon.tsx +3 -0
- package/src/icons/components/RefreshIcon.tsx +3 -0
- package/src/icons/components/RememberMeIcon.tsx +3 -0
- package/src/icons/components/RemoveCircleIcon.tsx +3 -0
- package/src/icons/components/RemoveCircleOutlineIcon.tsx +3 -0
- package/src/icons/components/RemoveDoneIcon.tsx +3 -0
- package/src/icons/components/RemoveFromQueueIcon.tsx +3 -0
- package/src/icons/components/RemoveIcon.tsx +3 -0
- package/src/icons/components/RemoveModeratorIcon.tsx +3 -0
- package/src/icons/components/RemoveRedEyeIcon.tsx +3 -0
- package/src/icons/components/RemoveRoadIcon.tsx +3 -0
- package/src/icons/components/RemoveShoppingCartIcon.tsx +3 -0
- package/src/icons/components/ReorderIcon.tsx +3 -0
- package/src/icons/components/RepartitionIcon.tsx +3 -0
- package/src/icons/components/RepeatIcon.tsx +3 -0
- package/src/icons/components/RepeatOnIcon.tsx +3 -0
- package/src/icons/components/RepeatOneIcon.tsx +3 -0
- package/src/icons/components/RepeatOneOnIcon.tsx +3 -0
- package/src/icons/components/Replay10Icon.tsx +3 -0
- package/src/icons/components/Replay30Icon.tsx +3 -0
- package/src/icons/components/Replay5Icon.tsx +3 -0
- package/src/icons/components/ReplayCircleFilledIcon.tsx +3 -0
- package/src/icons/components/ReplayIcon.tsx +3 -0
- package/src/icons/components/ReplyAllIcon.tsx +3 -0
- package/src/icons/components/ReplyIcon.tsx +3 -0
- package/src/icons/components/ReportGmailerrorredIcon.tsx +3 -0
- package/src/icons/components/ReportIcon.tsx +3 -0
- package/src/icons/components/ReportOffIcon.tsx +3 -0
- package/src/icons/components/ReportProblemIcon.tsx +3 -0
- package/src/icons/components/RequestPageIcon.tsx +3 -0
- package/src/icons/components/RequestQuoteIcon.tsx +3 -0
- package/src/icons/components/ResetTvIcon.tsx +3 -0
- package/src/icons/components/RestartAltIcon.tsx +3 -0
- package/src/icons/components/RestaurantIcon.tsx +3 -0
- package/src/icons/components/RestaurantMenuIcon.tsx +3 -0
- package/src/icons/components/RestoreFromTrashIcon.tsx +3 -0
- package/src/icons/components/RestoreIcon.tsx +3 -0
- package/src/icons/components/RestorePageIcon.tsx +3 -0
- package/src/icons/components/ReviewsIcon.tsx +3 -0
- package/src/icons/components/RiceBowlIcon.tsx +3 -0
- package/src/icons/components/RingVolumeIcon.tsx +3 -0
- package/src/icons/components/RocketIcon.tsx +3 -0
- package/src/icons/components/RocketLaunchIcon.tsx +3 -0
- package/src/icons/components/RollerShadesClosedIcon.tsx +3 -0
- package/src/icons/components/RollerShadesIcon.tsx +3 -0
- package/src/icons/components/RollerSkatingIcon.tsx +3 -0
- package/src/icons/components/RoofingIcon.tsx +3 -0
- package/src/icons/components/RoomIcon.tsx +3 -0
- package/src/icons/components/RoomPreferencesIcon.tsx +3 -0
- package/src/icons/components/RoomServiceIcon.tsx +3 -0
- package/src/icons/components/Rotate90DegreesCcwIcon.tsx +3 -0
- package/src/icons/components/Rotate90DegreesCwIcon.tsx +3 -0
- package/src/icons/components/RotateLeftIcon.tsx +3 -0
- package/src/icons/components/RotateRightIcon.tsx +3 -0
- package/src/icons/components/RoundaboutLeftIcon.tsx +3 -0
- package/src/icons/components/RoundaboutRightIcon.tsx +3 -0
- package/src/icons/components/RoundedCornerIcon.tsx +3 -0
- package/src/icons/components/RouteIcon.tsx +3 -0
- package/src/icons/components/RouterIcon.tsx +3 -0
- package/src/icons/components/RowingIcon.tsx +3 -0
- package/src/icons/components/RssFeedIcon.tsx +3 -0
- package/src/icons/components/RsvpIcon.tsx +3 -0
- package/src/icons/components/RttIcon.tsx +3 -0
- package/src/icons/components/RuleFolderIcon.tsx +3 -0
- package/src/icons/components/RuleIcon.tsx +3 -0
- package/src/icons/components/RunCircleIcon.tsx +3 -0
- package/src/icons/components/RunningWithErrorsIcon.tsx +3 -0
- package/src/icons/components/RvHookupIcon.tsx +3 -0
- package/src/icons/components/SafetyCheckIcon.tsx +3 -0
- package/src/icons/components/SafetyDividerIcon.tsx +3 -0
- package/src/icons/components/SailingIcon.tsx +3 -0
- package/src/icons/components/SanitizerIcon.tsx +3 -0
- package/src/icons/components/SatelliteAltIcon.tsx +3 -0
- package/src/icons/components/SatelliteIcon.tsx +3 -0
- package/src/icons/components/SaveAltIcon.tsx +3 -0
- package/src/icons/components/SaveAsIcon.tsx +3 -0
- package/src/icons/components/SaveIcon.tsx +3 -0
- package/src/icons/components/SavedSearchIcon.tsx +3 -0
- package/src/icons/components/SavingsIcon.tsx +3 -0
- package/src/icons/components/ScaleIcon.tsx +3 -0
- package/src/icons/components/ScannerIcon.tsx +3 -0
- package/src/icons/components/ScatterPlotIcon.tsx +3 -0
- package/src/icons/components/ScheduleIcon.tsx +3 -0
- package/src/icons/components/ScheduleSendIcon.tsx +3 -0
- package/src/icons/components/SchemaIcon.tsx +3 -0
- package/src/icons/components/SchoolIcon.tsx +3 -0
- package/src/icons/components/ScienceIcon.tsx +3 -0
- package/src/icons/components/ScoreIcon.tsx +3 -0
- package/src/icons/components/ScoreboardIcon.tsx +3 -0
- package/src/icons/components/ScreenLockLandscapeIcon.tsx +3 -0
- package/src/icons/components/ScreenLockPortraitIcon.tsx +3 -0
- package/src/icons/components/ScreenLockRotationIcon.tsx +3 -0
- package/src/icons/components/ScreenRotationAltIcon.tsx +3 -0
- package/src/icons/components/ScreenRotationIcon.tsx +3 -0
- package/src/icons/components/ScreenSearchDesktopIcon.tsx +3 -0
- package/src/icons/components/ScreenShareIcon.tsx +3 -0
- package/src/icons/components/ScreenshotIcon.tsx +3 -0
- package/src/icons/components/ScreenshotMonitorIcon.tsx +3 -0
- package/src/icons/components/ScubaDivingIcon.tsx +3 -0
- package/src/icons/components/SdCardAlertIcon.tsx +3 -0
- package/src/icons/components/SdCardIcon.tsx +3 -0
- package/src/icons/components/SdIcon.tsx +3 -0
- package/src/icons/components/SdStorageIcon.tsx +3 -0
- package/src/icons/components/SearchIcon.tsx +3 -0
- package/src/icons/components/SearchOffIcon.tsx +3 -0
- package/src/icons/components/SecurityIcon.tsx +3 -0
- package/src/icons/components/SecurityUpdateGoodIcon.tsx +3 -0
- package/src/icons/components/SecurityUpdateIcon.tsx +3 -0
- package/src/icons/components/SecurityUpdateWarningIcon.tsx +3 -0
- package/src/icons/components/SegmentIcon.tsx +3 -0
- package/src/icons/components/SelectAllIcon.tsx +3 -0
- package/src/icons/components/SelfImprovementIcon.tsx +3 -0
- package/src/icons/components/SellIcon.tsx +3 -0
- package/src/icons/components/SendAndArchiveIcon.tsx +3 -0
- package/src/icons/components/SendIcon.tsx +3 -0
- package/src/icons/components/SendTimeExtensionIcon.tsx +3 -0
- package/src/icons/components/SendToMobileIcon.tsx +3 -0
- package/src/icons/components/SensorDoorIcon.tsx +3 -0
- package/src/icons/components/SensorOccupiedIcon.tsx +3 -0
- package/src/icons/components/SensorWindowIcon.tsx +3 -0
- package/src/icons/components/SensorsIcon.tsx +3 -0
- package/src/icons/components/SensorsOffIcon.tsx +3 -0
- package/src/icons/components/SentimentDissatisfiedIcon.tsx +3 -0
- package/src/icons/components/SentimentNeutralIcon.tsx +3 -0
- package/src/icons/components/SentimentSatisfiedAltIcon.tsx +3 -0
- package/src/icons/components/SentimentSatisfiedIcon.tsx +3 -0
- package/src/icons/components/SentimentVeryDissatisfiedIcon.tsx +3 -0
- package/src/icons/components/SentimentVerySatisfiedIcon.tsx +3 -0
- package/src/icons/components/SetMealIcon.tsx +3 -0
- package/src/icons/components/SettingsAccessibilityIcon.tsx +3 -0
- package/src/icons/components/SettingsApplicationsIcon.tsx +3 -0
- package/src/icons/components/SettingsBackupRestoreIcon.tsx +3 -0
- package/src/icons/components/SettingsBluetoothIcon.tsx +3 -0
- package/src/icons/components/SettingsBrightnessIcon.tsx +3 -0
- package/src/icons/components/SettingsCellIcon.tsx +3 -0
- package/src/icons/components/SettingsEthernetIcon.tsx +3 -0
- package/src/icons/components/SettingsIcon.tsx +3 -0
- package/src/icons/components/SettingsInputAntennaIcon.tsx +3 -0
- package/src/icons/components/SettingsInputComponentIcon.tsx +3 -0
- package/src/icons/components/SettingsInputCompositeIcon.tsx +3 -0
- package/src/icons/components/SettingsInputHdmiIcon.tsx +3 -0
- package/src/icons/components/SettingsInputSvideoIcon.tsx +3 -0
- package/src/icons/components/SettingsOverscanIcon.tsx +3 -0
- package/src/icons/components/SettingsPhoneIcon.tsx +3 -0
- package/src/icons/components/SettingsPowerIcon.tsx +3 -0
- package/src/icons/components/SettingsRemoteIcon.tsx +3 -0
- package/src/icons/components/SettingsSuggestIcon.tsx +3 -0
- package/src/icons/components/SettingsSystemDaydreamIcon.tsx +3 -0
- package/src/icons/components/SettingsVoiceIcon.tsx +3 -0
- package/src/icons/components/SevereColdIcon.tsx +3 -0
- package/src/icons/components/ShapeLineIcon.tsx +3 -0
- package/src/icons/components/ShareIcon.tsx +3 -0
- package/src/icons/components/ShareLocationIcon.tsx +3 -0
- package/src/icons/components/ShieldIcon.tsx +3 -0
- package/src/icons/components/ShieldMoonIcon.tsx +3 -0
- package/src/icons/components/Shop2Icon.tsx +3 -0
- package/src/icons/components/ShopIcon.tsx +3 -0
- package/src/icons/components/ShopTwoIcon.tsx +3 -0
- package/src/icons/components/ShoppingBagIcon.tsx +3 -0
- package/src/icons/components/ShoppingBasketIcon.tsx +3 -0
- package/src/icons/components/ShoppingCartCheckoutIcon.tsx +3 -0
- package/src/icons/components/ShoppingCartIcon.tsx +3 -0
- package/src/icons/components/ShortTextIcon.tsx +3 -0
- package/src/icons/components/ShortcutIcon.tsx +3 -0
- package/src/icons/components/ShowChartIcon.tsx +3 -0
- package/src/icons/components/ShowerIcon.tsx +3 -0
- package/src/icons/components/ShuffleIcon.tsx +3 -0
- package/src/icons/components/ShuffleOnIcon.tsx +3 -0
- package/src/icons/components/ShutterSpeedIcon.tsx +3 -0
- package/src/icons/components/SickIcon.tsx +3 -0
- package/src/icons/components/SignLanguageIcon.tsx +3 -0
- package/src/icons/components/SignalCellular0BarIcon.tsx +3 -0
- package/src/icons/components/SignalCellular4BarIcon.tsx +3 -0
- package/src/icons/components/SignalCellularAlt1BarIcon.tsx +3 -0
- package/src/icons/components/SignalCellularAlt2BarIcon.tsx +3 -0
- package/src/icons/components/SignalCellularAltIcon.tsx +3 -0
- package/src/icons/components/SignalCellularConnectedNoInternet0BarIcon.tsx +3 -0
- package/src/icons/components/SignalCellularConnectedNoInternet4BarIcon.tsx +3 -0
- package/src/icons/components/SignalCellularNoSimIcon.tsx +3 -0
- package/src/icons/components/SignalCellularNodataIcon.tsx +3 -0
- package/src/icons/components/SignalCellularNullIcon.tsx +3 -0
- package/src/icons/components/SignalCellularOffIcon.tsx +3 -0
- package/src/icons/components/SignalWifi0BarIcon.tsx +3 -0
- package/src/icons/components/SignalWifi4BarIcon.tsx +3 -0
- package/src/icons/components/SignalWifi4BarLockIcon.tsx +3 -0
- package/src/icons/components/SignalWifiBadIcon.tsx +3 -0
- package/src/icons/components/SignalWifiConnectedNoInternet4Icon.tsx +3 -0
- package/src/icons/components/SignalWifiOffIcon.tsx +3 -0
- package/src/icons/components/SignalWifiStatusbar4BarIcon.tsx +3 -0
- package/src/icons/components/SignalWifiStatusbarConnectedNoInternet4Icon.tsx +3 -0
- package/src/icons/components/SignalWifiStatusbarNullIcon.tsx +3 -0
- package/src/icons/components/SignpostIcon.tsx +3 -0
- package/src/icons/components/SimCardAlertIcon.tsx +3 -0
- package/src/icons/components/SimCardDownloadIcon.tsx +3 -0
- package/src/icons/components/SimCardIcon.tsx +3 -0
- package/src/icons/components/SingleBedIcon.tsx +3 -0
- package/src/icons/components/SipIcon.tsx +3 -0
- package/src/icons/components/SkateboardingIcon.tsx +3 -0
- package/src/icons/components/SkipNextIcon.tsx +3 -0
- package/src/icons/components/SkipPreviousIcon.tsx +3 -0
- package/src/icons/components/SleddingIcon.tsx +3 -0
- package/src/icons/components/SlideshowIcon.tsx +3 -0
- package/src/icons/components/SlowMotionVideoIcon.tsx +3 -0
- package/src/icons/components/SmartButtonIcon.tsx +3 -0
- package/src/icons/components/SmartDisplayIcon.tsx +3 -0
- package/src/icons/components/SmartScreenIcon.tsx +3 -0
- package/src/icons/components/SmartToyIcon.tsx +3 -0
- package/src/icons/components/SmartphoneIcon.tsx +3 -0
- package/src/icons/components/SmokeFreeIcon.tsx +3 -0
- package/src/icons/components/SmokingRoomsIcon.tsx +3 -0
- package/src/icons/components/SmsFailedIcon.tsx +3 -0
- package/src/icons/components/SmsIcon.tsx +3 -0
- package/src/icons/components/SnippetFolderIcon.tsx +3 -0
- package/src/icons/components/SnoozeIcon.tsx +3 -0
- package/src/icons/components/SnowboardingIcon.tsx +3 -0
- package/src/icons/components/SnowmobileIcon.tsx +3 -0
- package/src/icons/components/SnowshoeingIcon.tsx +3 -0
- package/src/icons/components/SoapIcon.tsx +3 -0
- package/src/icons/components/SocialDistanceIcon.tsx +3 -0
- package/src/icons/components/SolarPowerIcon.tsx +3 -0
- package/src/icons/components/SortByAlphaIcon.tsx +3 -0
- package/src/icons/components/SortIcon.tsx +3 -0
- package/src/icons/components/SosIcon.tsx +3 -0
- package/src/icons/components/SoupKitchenIcon.tsx +3 -0
- package/src/icons/components/SourceIcon.tsx +3 -0
- package/src/icons/components/SouthAmericaIcon.tsx +3 -0
- package/src/icons/components/SouthEastIcon.tsx +3 -0
- package/src/icons/components/SouthIcon.tsx +3 -0
- package/src/icons/components/SouthWestIcon.tsx +3 -0
- package/src/icons/components/SpaIcon.tsx +3 -0
- package/src/icons/components/SpaceBarIcon.tsx +3 -0
- package/src/icons/components/SpaceDashboardIcon.tsx +3 -0
- package/src/icons/components/SpatialAudioIcon.tsx +3 -0
- package/src/icons/components/SpatialAudioOffIcon.tsx +3 -0
- package/src/icons/components/SpatialTrackingIcon.tsx +3 -0
- package/src/icons/components/SpeakerGroupIcon.tsx +3 -0
- package/src/icons/components/SpeakerIcon.tsx +3 -0
- package/src/icons/components/SpeakerNotesIcon.tsx +3 -0
- package/src/icons/components/SpeakerNotesOffIcon.tsx +3 -0
- package/src/icons/components/SpeakerPhoneIcon.tsx +3 -0
- package/src/icons/components/SpeedIcon.tsx +3 -0
- package/src/icons/components/SpellcheckIcon.tsx +3 -0
- package/src/icons/components/SplitscreenIcon.tsx +3 -0
- package/src/icons/components/SpokeIcon.tsx +3 -0
- package/src/icons/components/SportsBarIcon.tsx +3 -0
- package/src/icons/components/SportsBaseballIcon.tsx +3 -0
- package/src/icons/components/SportsBasketballIcon.tsx +3 -0
- package/src/icons/components/SportsCricketIcon.tsx +3 -0
- package/src/icons/components/SportsEsportsIcon.tsx +3 -0
- package/src/icons/components/SportsFootballIcon.tsx +3 -0
- package/src/icons/components/SportsGolfIcon.tsx +3 -0
- package/src/icons/components/SportsGymnasticsIcon.tsx +3 -0
- package/src/icons/components/SportsHandballIcon.tsx +3 -0
- package/src/icons/components/SportsHockeyIcon.tsx +3 -0
- package/src/icons/components/SportsIcon.tsx +3 -0
- package/src/icons/components/SportsKabaddiIcon.tsx +3 -0
- package/src/icons/components/SportsMartialArtsIcon.tsx +3 -0
- package/src/icons/components/SportsMmaIcon.tsx +3 -0
- package/src/icons/components/SportsMotorsportsIcon.tsx +3 -0
- package/src/icons/components/SportsRugbyIcon.tsx +3 -0
- package/src/icons/components/SportsScoreIcon.tsx +3 -0
- package/src/icons/components/SportsSoccerIcon.tsx +3 -0
- package/src/icons/components/SportsTennisIcon.tsx +3 -0
- package/src/icons/components/SportsVolleyballIcon.tsx +3 -0
- package/src/icons/components/SquareFootIcon.tsx +3 -0
- package/src/icons/components/SquareIcon.tsx +3 -0
- package/src/icons/components/SsidChartIcon.tsx +3 -0
- package/src/icons/components/StackedBarChartIcon.tsx +3 -0
- package/src/icons/components/StackedLineChartIcon.tsx +3 -0
- package/src/icons/components/StadiumIcon.tsx +3 -0
- package/src/icons/components/StairsIcon.tsx +3 -0
- package/src/icons/components/StarBorderIcon.tsx +3 -0
- package/src/icons/components/StarBorderPurple500Icon.tsx +3 -0
- package/src/icons/components/StarHalfIcon.tsx +3 -0
- package/src/icons/components/StarIcon.tsx +3 -0
- package/src/icons/components/StarOutlineIcon.tsx +3 -0
- package/src/icons/components/StarPurple500Icon.tsx +3 -0
- package/src/icons/components/StarRateIcon.tsx +3 -0
- package/src/icons/components/StarsIcon.tsx +3 -0
- package/src/icons/components/StartIcon.tsx +3 -0
- package/src/icons/components/StayCurrentLandscapeIcon.tsx +3 -0
- package/src/icons/components/StayCurrentPortraitIcon.tsx +3 -0
- package/src/icons/components/StayPrimaryLandscapeIcon.tsx +3 -0
- package/src/icons/components/StayPrimaryPortraitIcon.tsx +3 -0
- package/src/icons/components/StickyNote2Icon.tsx +3 -0
- package/src/icons/components/StopCircleIcon.tsx +3 -0
- package/src/icons/components/StopIcon.tsx +3 -0
- package/src/icons/components/StopScreenShareIcon.tsx +3 -0
- package/src/icons/components/StorageIcon.tsx +3 -0
- package/src/icons/components/StoreIcon.tsx +3 -0
- package/src/icons/components/StoreMallDirectoryIcon.tsx +3 -0
- package/src/icons/components/StorefrontIcon.tsx +3 -0
- package/src/icons/components/StormIcon.tsx +3 -0
- package/src/icons/components/StraightIcon.tsx +3 -0
- package/src/icons/components/StraightenIcon.tsx +3 -0
- package/src/icons/components/StreamIcon.tsx +3 -0
- package/src/icons/components/StreetviewIcon.tsx +3 -0
- package/src/icons/components/StrikethroughSIcon.tsx +3 -0
- package/src/icons/components/StrollerIcon.tsx +3 -0
- package/src/icons/components/StyleIcon.tsx +3 -0
- package/src/icons/components/SubdirectoryArrowLeftIcon.tsx +3 -0
- package/src/icons/components/SubdirectoryArrowRightIcon.tsx +3 -0
- package/src/icons/components/SubjectIcon.tsx +3 -0
- package/src/icons/components/SubscriptIcon.tsx +3 -0
- package/src/icons/components/SubscriptionsIcon.tsx +3 -0
- package/src/icons/components/SubtitlesIcon.tsx +3 -0
- package/src/icons/components/SubtitlesOffIcon.tsx +3 -0
- package/src/icons/components/SubwayIcon.tsx +3 -0
- package/src/icons/components/SummarizeIcon.tsx +3 -0
- package/src/icons/components/SuperscriptIcon.tsx +3 -0
- package/src/icons/components/SupervisedUserCircleIcon.tsx +3 -0
- package/src/icons/components/SupervisorAccountIcon.tsx +3 -0
- package/src/icons/components/SupportAgentIcon.tsx +3 -0
- package/src/icons/components/SupportIcon.tsx +3 -0
- package/src/icons/components/SurfingIcon.tsx +3 -0
- package/src/icons/components/SurroundSoundIcon.tsx +3 -0
- package/src/icons/components/SwapCallsIcon.tsx +3 -0
- package/src/icons/components/SwapHorizIcon.tsx +3 -0
- package/src/icons/components/SwapHorizontalCircleIcon.tsx +3 -0
- package/src/icons/components/SwapVertIcon.tsx +3 -0
- package/src/icons/components/SwapVerticalCircleIcon.tsx +3 -0
- package/src/icons/components/SwipeDownAltIcon.tsx +3 -0
- package/src/icons/components/SwipeDownIcon.tsx +3 -0
- package/src/icons/components/SwipeIcon.tsx +3 -0
- package/src/icons/components/SwipeLeftAltIcon.tsx +3 -0
- package/src/icons/components/SwipeLeftIcon.tsx +3 -0
- package/src/icons/components/SwipeRightAltIcon.tsx +3 -0
- package/src/icons/components/SwipeRightIcon.tsx +3 -0
- package/src/icons/components/SwipeUpAltIcon.tsx +3 -0
- package/src/icons/components/SwipeUpIcon.tsx +3 -0
- package/src/icons/components/SwipeVerticalIcon.tsx +3 -0
- package/src/icons/components/SwitchAccessShortcutAddIcon.tsx +3 -0
- package/src/icons/components/SwitchAccessShortcutIcon.tsx +3 -0
- package/src/icons/components/SwitchAccountIcon.tsx +3 -0
- package/src/icons/components/SwitchCameraIcon.tsx +3 -0
- package/src/icons/components/SwitchLeftIcon.tsx +3 -0
- package/src/icons/components/SwitchRightIcon.tsx +3 -0
- package/src/icons/components/SwitchVideoIcon.tsx +3 -0
- package/src/icons/components/SynagogueIcon.tsx +3 -0
- package/src/icons/components/SyncAltIcon.tsx +3 -0
- package/src/icons/components/SyncDisabledIcon.tsx +3 -0
- package/src/icons/components/SyncIcon.tsx +3 -0
- package/src/icons/components/SyncLockIcon.tsx +3 -0
- package/src/icons/components/SyncProblemIcon.tsx +3 -0
- package/src/icons/components/SystemSecurityUpdateGoodIcon.tsx +3 -0
- package/src/icons/components/SystemSecurityUpdateIcon.tsx +3 -0
- package/src/icons/components/SystemSecurityUpdateWarningIcon.tsx +3 -0
- package/src/icons/components/SystemUpdateAltIcon.tsx +3 -0
- package/src/icons/components/SystemUpdateIcon.tsx +3 -0
- package/src/icons/components/TabIcon.tsx +3 -0
- package/src/icons/components/TabUnselectedIcon.tsx +3 -0
- package/src/icons/components/TableBarIcon.tsx +3 -0
- package/src/icons/components/TableChartIcon.tsx +3 -0
- package/src/icons/components/TableRestaurantIcon.tsx +3 -0
- package/src/icons/components/TableRowsIcon.tsx +3 -0
- package/src/icons/components/TableViewIcon.tsx +3 -0
- package/src/icons/components/TabletAndroidIcon.tsx +3 -0
- package/src/icons/components/TabletIcon.tsx +3 -0
- package/src/icons/components/TabletMacIcon.tsx +3 -0
- package/src/icons/components/TagFacesIcon.tsx +3 -0
- package/src/icons/components/TagIcon.tsx +3 -0
- package/src/icons/components/TakeoutDiningIcon.tsx +3 -0
- package/src/icons/components/TapAndPlayIcon.tsx +3 -0
- package/src/icons/components/TapasIcon.tsx +3 -0
- package/src/icons/components/TaskAltIcon.tsx +3 -0
- package/src/icons/components/TaskIcon.tsx +3 -0
- package/src/icons/components/TaxiAlertIcon.tsx +3 -0
- package/src/icons/components/TempleBuddhistIcon.tsx +3 -0
- package/src/icons/components/TempleHinduIcon.tsx +3 -0
- package/src/icons/components/TerminalIcon.tsx +3 -0
- package/src/icons/components/TerrainIcon.tsx +3 -0
- package/src/icons/components/TextDecreaseIcon.tsx +3 -0
- package/src/icons/components/TextFieldsIcon.tsx +3 -0
- package/src/icons/components/TextFormatIcon.tsx +3 -0
- package/src/icons/components/TextIncreaseIcon.tsx +3 -0
- package/src/icons/components/TextRotateUpIcon.tsx +3 -0
- package/src/icons/components/TextRotateVerticalIcon.tsx +3 -0
- package/src/icons/components/TextRotationAngledownIcon.tsx +3 -0
- package/src/icons/components/TextRotationAngleupIcon.tsx +3 -0
- package/src/icons/components/TextRotationDownIcon.tsx +3 -0
- package/src/icons/components/TextRotationNoneIcon.tsx +3 -0
- package/src/icons/components/TextSnippetIcon.tsx +3 -0
- package/src/icons/components/TextsmsIcon.tsx +3 -0
- package/src/icons/components/TextureIcon.tsx +3 -0
- package/src/icons/components/TheaterComedyIcon.tsx +3 -0
- package/src/icons/components/TheatersIcon.tsx +3 -0
- package/src/icons/components/ThermostatAutoIcon.tsx +3 -0
- package/src/icons/components/ThermostatIcon.tsx +3 -0
- package/src/icons/components/ThumbDownAltIcon.tsx +3 -0
- package/src/icons/components/ThumbDownIcon.tsx +3 -0
- package/src/icons/components/ThumbDownOffAltIcon.tsx +3 -0
- package/src/icons/components/ThumbUpAltIcon.tsx +3 -0
- package/src/icons/components/ThumbUpIcon.tsx +3 -0
- package/src/icons/components/ThumbUpOffAltIcon.tsx +3 -0
- package/src/icons/components/ThumbsUpDownIcon.tsx +3 -0
- package/src/icons/components/ThunderstormIcon.tsx +3 -0
- package/src/icons/components/TimeToLeaveIcon.tsx +3 -0
- package/src/icons/components/TimelapseIcon.tsx +3 -0
- package/src/icons/components/TimelineIcon.tsx +3 -0
- package/src/icons/components/Timer10Icon.tsx +3 -0
- package/src/icons/components/Timer10SelectIcon.tsx +3 -0
- package/src/icons/components/Timer3Icon.tsx +3 -0
- package/src/icons/components/Timer3SelectIcon.tsx +3 -0
- package/src/icons/components/TimerIcon.tsx +3 -0
- package/src/icons/components/TimerOffIcon.tsx +3 -0
- package/src/icons/components/TipsAndUpdatesIcon.tsx +3 -0
- package/src/icons/components/TireRepairIcon.tsx +3 -0
- package/src/icons/components/TitleIcon.tsx +3 -0
- package/src/icons/components/TocIcon.tsx +3 -0
- package/src/icons/components/TodayIcon.tsx +3 -0
- package/src/icons/components/ToggleOffIcon.tsx +3 -0
- package/src/icons/components/ToggleOnIcon.tsx +3 -0
- package/src/icons/components/TokenIcon.tsx +3 -0
- package/src/icons/components/TollIcon.tsx +3 -0
- package/src/icons/components/TonalityIcon.tsx +3 -0
- package/src/icons/components/TopicIcon.tsx +3 -0
- package/src/icons/components/TornadoIcon.tsx +3 -0
- package/src/icons/components/TouchAppIcon.tsx +3 -0
- package/src/icons/components/TourIcon.tsx +3 -0
- package/src/icons/components/ToysIcon.tsx +3 -0
- package/src/icons/components/TrackChangesIcon.tsx +3 -0
- package/src/icons/components/TrafficIcon.tsx +3 -0
- package/src/icons/components/TrainIcon.tsx +3 -0
- package/src/icons/components/TramIcon.tsx +3 -0
- package/src/icons/components/TranscribeIcon.tsx +3 -0
- package/src/icons/components/TransferWithinAStationIcon.tsx +3 -0
- package/src/icons/components/TransformIcon.tsx +3 -0
- package/src/icons/components/TransgenderIcon.tsx +3 -0
- package/src/icons/components/TransitEnterexitIcon.tsx +3 -0
- package/src/icons/components/TranslateIcon.tsx +3 -0
- package/src/icons/components/TravelExploreIcon.tsx +3 -0
- package/src/icons/components/TrendingDownIcon.tsx +3 -0
- package/src/icons/components/TrendingFlatIcon.tsx +3 -0
- package/src/icons/components/TrendingUpIcon.tsx +3 -0
- package/src/icons/components/TripOriginIcon.tsx +3 -0
- package/src/icons/components/TroubleshootIcon.tsx +3 -0
- package/src/icons/components/TryIcon.tsx +3 -0
- package/src/icons/components/TsunamiIcon.tsx +3 -0
- package/src/icons/components/TtyIcon.tsx +3 -0
- package/src/icons/components/TuneIcon.tsx +3 -0
- package/src/icons/components/TungstenIcon.tsx +3 -0
- package/src/icons/components/TurnLeftIcon.tsx +3 -0
- package/src/icons/components/TurnRightIcon.tsx +3 -0
- package/src/icons/components/TurnSharpLeftIcon.tsx +3 -0
- package/src/icons/components/TurnSharpRightIcon.tsx +3 -0
- package/src/icons/components/TurnSlightLeftIcon.tsx +3 -0
- package/src/icons/components/TurnSlightRightIcon.tsx +3 -0
- package/src/icons/components/TurnedInIcon.tsx +3 -0
- package/src/icons/components/TurnedInNotIcon.tsx +3 -0
- package/src/icons/components/TvIcon.tsx +3 -0
- package/src/icons/components/TvOffIcon.tsx +3 -0
- package/src/icons/components/TwoWheelerIcon.tsx +3 -0
- package/src/icons/components/TypeSpecimenIcon.tsx +3 -0
- package/src/icons/components/UTurnLeftIcon.tsx +3 -0
- package/src/icons/components/UTurnRightIcon.tsx +3 -0
- package/src/icons/components/UmbrellaIcon.tsx +3 -0
- package/src/icons/components/UnarchiveIcon.tsx +3 -0
- package/src/icons/components/UndoIcon.tsx +3 -0
- package/src/icons/components/UnfoldLessDoubleIcon.tsx +3 -0
- package/src/icons/components/UnfoldLessIcon.tsx +3 -0
- package/src/icons/components/UnfoldMoreDoubleIcon.tsx +3 -0
- package/src/icons/components/UnfoldMoreIcon.tsx +3 -0
- package/src/icons/components/UnpublishedIcon.tsx +3 -0
- package/src/icons/components/UnsubscribeIcon.tsx +3 -0
- package/src/icons/components/UpcomingIcon.tsx +3 -0
- package/src/icons/components/UpdateDisabledIcon.tsx +3 -0
- package/src/icons/components/UpdateIcon.tsx +3 -0
- package/src/icons/components/UpgradeIcon.tsx +3 -0
- package/src/icons/components/UploadFileIcon.tsx +3 -0
- package/src/icons/components/UploadIcon.tsx +3 -0
- package/src/icons/components/UsbIcon.tsx +3 -0
- package/src/icons/components/UsbOffIcon.tsx +3 -0
- package/src/icons/components/VaccinesIcon.tsx +3 -0
- package/src/icons/components/VapeFreeIcon.tsx +3 -0
- package/src/icons/components/VapingRoomsIcon.tsx +3 -0
- package/src/icons/components/VerifiedIcon.tsx +3 -0
- package/src/icons/components/VerifiedUserIcon.tsx +3 -0
- package/src/icons/components/VerticalAlignBottomIcon.tsx +3 -0
- package/src/icons/components/VerticalAlignCenterIcon.tsx +3 -0
- package/src/icons/components/VerticalAlignTopIcon.tsx +3 -0
- package/src/icons/components/VerticalDistributeIcon.tsx +3 -0
- package/src/icons/components/VerticalShadesClosedIcon.tsx +3 -0
- package/src/icons/components/VerticalShadesIcon.tsx +3 -0
- package/src/icons/components/VerticalSplitIcon.tsx +3 -0
- package/src/icons/components/VibrationIcon.tsx +3 -0
- package/src/icons/components/VideoCallIcon.tsx +3 -0
- package/src/icons/components/VideoCameraBackIcon.tsx +3 -0
- package/src/icons/components/VideoCameraFrontIcon.tsx +3 -0
- package/src/icons/components/VideoChatIcon.tsx +3 -0
- package/src/icons/components/VideoFileIcon.tsx +3 -0
- package/src/icons/components/VideoLabelIcon.tsx +3 -0
- package/src/icons/components/VideoLibraryIcon.tsx +3 -0
- package/src/icons/components/VideoSettingsIcon.tsx +3 -0
- package/src/icons/components/VideoStableIcon.tsx +3 -0
- package/src/icons/components/VideocamIcon.tsx +3 -0
- package/src/icons/components/VideocamOffIcon.tsx +3 -0
- package/src/icons/components/VideogameAssetIcon.tsx +3 -0
- package/src/icons/components/VideogameAssetOffIcon.tsx +3 -0
- package/src/icons/components/ViewAgendaIcon.tsx +3 -0
- package/src/icons/components/ViewArrayIcon.tsx +3 -0
- package/src/icons/components/ViewCarouselIcon.tsx +3 -0
- package/src/icons/components/ViewColumnIcon.tsx +3 -0
- package/src/icons/components/ViewComfyAltIcon.tsx +3 -0
- package/src/icons/components/ViewComfyIcon.tsx +3 -0
- package/src/icons/components/ViewCompactAltIcon.tsx +3 -0
- package/src/icons/components/ViewCompactIcon.tsx +3 -0
- package/src/icons/components/ViewCozyIcon.tsx +3 -0
- package/src/icons/components/ViewDayIcon.tsx +3 -0
- package/src/icons/components/ViewHeadlineIcon.tsx +3 -0
- package/src/icons/components/ViewInArIcon.tsx +3 -0
- package/src/icons/components/ViewKanbanIcon.tsx +3 -0
- package/src/icons/components/ViewListIcon.tsx +3 -0
- package/src/icons/components/ViewModuleIcon.tsx +3 -0
- package/src/icons/components/ViewQuiltIcon.tsx +3 -0
- package/src/icons/components/ViewSidebarIcon.tsx +3 -0
- package/src/icons/components/ViewStreamIcon.tsx +3 -0
- package/src/icons/components/ViewTimelineIcon.tsx +3 -0
- package/src/icons/components/ViewWeekIcon.tsx +3 -0
- package/src/icons/components/VignetteIcon.tsx +3 -0
- package/src/icons/components/VillaIcon.tsx +3 -0
- package/src/icons/components/VisibilityIcon.tsx +3 -0
- package/src/icons/components/VisibilityOffIcon.tsx +3 -0
- package/src/icons/components/VoiceChatIcon.tsx +3 -0
- package/src/icons/components/VoiceOverOffIcon.tsx +3 -0
- package/src/icons/components/VoicemailIcon.tsx +3 -0
- package/src/icons/components/VolcanoIcon.tsx +3 -0
- package/src/icons/components/VolumeDownIcon.tsx +3 -0
- package/src/icons/components/VolumeMuteIcon.tsx +3 -0
- package/src/icons/components/VolumeOffIcon.tsx +3 -0
- package/src/icons/components/VolumeUpIcon.tsx +3 -0
- package/src/icons/components/VolunteerActivismIcon.tsx +3 -0
- package/src/icons/components/VpnKeyIcon.tsx +3 -0
- package/src/icons/components/VpnKeyOffIcon.tsx +3 -0
- package/src/icons/components/VpnLockIcon.tsx +3 -0
- package/src/icons/components/VrpanoIcon.tsx +3 -0
- package/src/icons/components/WalletIcon.tsx +3 -0
- package/src/icons/components/WallpaperIcon.tsx +3 -0
- package/src/icons/components/WarehouseIcon.tsx +3 -0
- package/src/icons/components/WarningAmberIcon.tsx +3 -0
- package/src/icons/components/WarningIcon.tsx +3 -0
- package/src/icons/components/WashIcon.tsx +3 -0
- package/src/icons/components/WatchIcon.tsx +3 -0
- package/src/icons/components/WatchLaterIcon.tsx +3 -0
- package/src/icons/components/WatchOffIcon.tsx +3 -0
- package/src/icons/components/WaterDamageIcon.tsx +3 -0
- package/src/icons/components/WaterDropIcon.tsx +3 -0
- package/src/icons/components/WaterIcon.tsx +3 -0
- package/src/icons/components/WaterfallChartIcon.tsx +3 -0
- package/src/icons/components/WavesIcon.tsx +3 -0
- package/src/icons/components/WavingHandIcon.tsx +3 -0
- package/src/icons/components/WbAutoIcon.tsx +3 -0
- package/src/icons/components/WbCloudyIcon.tsx +3 -0
- package/src/icons/components/WbIncandescentIcon.tsx +3 -0
- package/src/icons/components/WbIridescentIcon.tsx +3 -0
- package/src/icons/components/WbShadeIcon.tsx +3 -0
- package/src/icons/components/WbSunnyIcon.tsx +3 -0
- package/src/icons/components/WbTwilightIcon.tsx +3 -0
- package/src/icons/components/WcIcon.tsx +3 -0
- package/src/icons/components/WebAssetIcon.tsx +3 -0
- package/src/icons/components/WebAssetOffIcon.tsx +3 -0
- package/src/icons/components/WebIcon.tsx +3 -0
- package/src/icons/components/WebStoriesIcon.tsx +3 -0
- package/src/icons/components/WebhookIcon.tsx +3 -0
- package/src/icons/components/WeekendIcon.tsx +3 -0
- package/src/icons/components/WestIcon.tsx +3 -0
- package/src/icons/components/WhatshotIcon.tsx +3 -0
- package/src/icons/components/WheelchairPickupIcon.tsx +3 -0
- package/src/icons/components/WhereToVoteIcon.tsx +3 -0
- package/src/icons/components/WidgetsIcon.tsx +3 -0
- package/src/icons/components/WidthFullIcon.tsx +3 -0
- package/src/icons/components/WidthNormalIcon.tsx +3 -0
- package/src/icons/components/WidthWideIcon.tsx +3 -0
- package/src/icons/components/Wifi1BarIcon.tsx +3 -0
- package/src/icons/components/Wifi2BarIcon.tsx +3 -0
- package/src/icons/components/WifiCalling3Icon.tsx +3 -0
- package/src/icons/components/WifiCallingIcon.tsx +3 -0
- package/src/icons/components/WifiChannelIcon.tsx +3 -0
- package/src/icons/components/WifiFindIcon.tsx +3 -0
- package/src/icons/components/WifiIcon.tsx +3 -0
- package/src/icons/components/WifiLockIcon.tsx +3 -0
- package/src/icons/components/WifiOffIcon.tsx +3 -0
- package/src/icons/components/WifiPasswordIcon.tsx +3 -0
- package/src/icons/components/WifiProtectedSetupIcon.tsx +3 -0
- package/src/icons/components/WifiTetheringErrorIcon.tsx +3 -0
- package/src/icons/components/WifiTetheringIcon.tsx +3 -0
- package/src/icons/components/WifiTetheringOffIcon.tsx +3 -0
- package/src/icons/components/WindPowerIcon.tsx +3 -0
- package/src/icons/components/WindowIcon.tsx +3 -0
- package/src/icons/components/WineBarIcon.tsx +3 -0
- package/src/icons/components/Woman2Icon.tsx +3 -0
- package/src/icons/components/WomanIcon.tsx +3 -0
- package/src/icons/components/WorkHistoryIcon.tsx +3 -0
- package/src/icons/components/WorkIcon.tsx +3 -0
- package/src/icons/components/WorkOffIcon.tsx +3 -0
- package/src/icons/components/WorkOutlineIcon.tsx +3 -0
- package/src/icons/components/WorkspacePremiumIcon.tsx +3 -0
- package/src/icons/components/WorkspacesIcon.tsx +3 -0
- package/src/icons/components/WrapTextIcon.tsx +3 -0
- package/src/icons/components/WrongLocationIcon.tsx +3 -0
- package/src/icons/components/WysiwygIcon.tsx +3 -0
- package/src/icons/components/YardIcon.tsx +3 -0
- package/src/icons/components/YoutubeSearchedForIcon.tsx +3 -0
- package/src/icons/components/ZoomInIcon.tsx +3 -0
- package/src/icons/components/ZoomInMapIcon.tsx +3 -0
- package/src/icons/components/ZoomOutIcon.tsx +3 -0
- package/src/icons/components/ZoomOutMapIcon.tsx +3 -0
- package/src/icons/components/_10kIcon.tsx +3 -0
- package/src/icons/components/_10mpIcon.tsx +3 -0
- package/src/icons/components/_11mpIcon.tsx +3 -0
- package/src/icons/components/_123Icon.tsx +3 -0
- package/src/icons/components/_12mpIcon.tsx +3 -0
- package/src/icons/components/_13mpIcon.tsx +3 -0
- package/src/icons/components/_14mpIcon.tsx +3 -0
- package/src/icons/components/_15mpIcon.tsx +3 -0
- package/src/icons/components/_16mpIcon.tsx +3 -0
- package/src/icons/components/_17mpIcon.tsx +3 -0
- package/src/icons/components/_18UpRatingIcon.tsx +3 -0
- package/src/icons/components/_18mpIcon.tsx +3 -0
- package/src/icons/components/_19mpIcon.tsx +3 -0
- package/src/icons/components/_1kIcon.tsx +3 -0
- package/src/icons/components/_1kPlusIcon.tsx +3 -0
- package/src/icons/components/_1xMobiledataIcon.tsx +3 -0
- package/src/icons/components/_20mpIcon.tsx +3 -0
- package/src/icons/components/_21mpIcon.tsx +3 -0
- package/src/icons/components/_22mpIcon.tsx +3 -0
- package/src/icons/components/_23mpIcon.tsx +3 -0
- package/src/icons/components/_24mpIcon.tsx +3 -0
- package/src/icons/components/_2kIcon.tsx +3 -0
- package/src/icons/components/_2kPlusIcon.tsx +3 -0
- package/src/icons/components/_2mpIcon.tsx +3 -0
- package/src/icons/components/_30fpsIcon.tsx +3 -0
- package/src/icons/components/_30fpsSelectIcon.tsx +3 -0
- package/src/icons/components/_360Icon.tsx +3 -0
- package/src/icons/components/_3dRotationIcon.tsx +3 -0
- package/src/icons/components/_3gMobiledataIcon.tsx +3 -0
- package/src/icons/components/_3kIcon.tsx +3 -0
- package/src/icons/components/_3kPlusIcon.tsx +3 -0
- package/src/icons/components/_3mpIcon.tsx +3 -0
- package/src/icons/components/_3pIcon.tsx +3 -0
- package/src/icons/components/_4gMobiledataIcon.tsx +3 -0
- package/src/icons/components/_4gPlusMobiledataIcon.tsx +3 -0
- package/src/icons/components/_4kIcon.tsx +3 -0
- package/src/icons/components/_4kPlusIcon.tsx +3 -0
- package/src/icons/components/_4mpIcon.tsx +3 -0
- package/src/icons/components/_5gIcon.tsx +3 -0
- package/src/icons/components/_5kIcon.tsx +3 -0
- package/src/icons/components/_5kPlusIcon.tsx +3 -0
- package/src/icons/components/_5mpIcon.tsx +3 -0
- package/src/icons/components/_60fpsIcon.tsx +3 -0
- package/src/icons/components/_60fpsSelectIcon.tsx +3 -0
- package/src/icons/components/_6FtApartIcon.tsx +3 -0
- package/src/icons/components/_6kIcon.tsx +3 -0
- package/src/icons/components/_6kPlusIcon.tsx +3 -0
- package/src/icons/components/_6mpIcon.tsx +3 -0
- package/src/icons/components/_7kIcon.tsx +3 -0
- package/src/icons/components/_7kPlusIcon.tsx +3 -0
- package/src/icons/components/_7mpIcon.tsx +3 -0
- package/src/icons/components/_8kIcon.tsx +3 -0
- package/src/icons/components/_8kPlusIcon.tsx +3 -0
- package/src/icons/components/_8mpIcon.tsx +3 -0
- package/src/icons/components/_9kIcon.tsx +3 -0
- package/src/icons/components/_9kPlusIcon.tsx +3 -0
- package/src/icons/components/_9mpIcon.tsx +3 -0
- package/src/icons/generateIcons.ts +3 -1
- package/src/index.ts +4 -1
- package/src/{core/internal → internal}/EntityView.tsx +9 -9
- package/src/{core/internal → internal}/useBuildNavigationContext.tsx +1 -1
- package/src/{core/internal → internal}/useBuildSideDialogsController.tsx +1 -1
- package/src/{core/internal → internal}/useBuildSideEntityController.tsx +3 -3
- package/src/{core/internal → internal}/useUnsavedChangesDialog.tsx +1 -1
- package/src/preview/PropertyPreview.tsx +15 -12
- package/src/preview/PropertyPreviewProps.tsx +2 -2
- package/src/preview/components/ArrayEnumPreview.tsx +2 -2
- package/src/preview/components/AsyncPreviewComponent.tsx +2 -2
- package/src/preview/components/BooleanPreview.tsx +2 -2
- package/src/preview/components/DatePreview.tsx +2 -2
- package/src/preview/components/EmptyValue.tsx +1 -1
- package/src/preview/components/EnumValuesChip.tsx +3 -3
- package/src/preview/components/ImagePreview.tsx +3 -4
- package/src/preview/components/ReferencePreview.tsx +5 -5
- package/src/preview/components/StorageThumbnail.tsx +2 -2
- package/src/preview/components/UrlComponentPreview.tsx +2 -2
- package/src/preview/index.ts +0 -1
- package/src/preview/property_previews/ArrayOfMapsPreview.tsx +3 -2
- package/src/preview/property_previews/ArrayOfReferencesPreview.tsx +2 -2
- package/src/preview/property_previews/ArrayOfStorageComponentsPreview.tsx +3 -2
- package/src/preview/property_previews/ArrayOfStringsPreview.tsx +4 -4
- package/src/preview/property_previews/ArrayOneOfPreview.tsx +5 -4
- package/src/preview/property_previews/ArrayPropertyEnumPreview.tsx +1 -1
- package/src/preview/property_previews/ArrayPropertyPreview.tsx +5 -4
- package/src/preview/property_previews/MapPropertyPreview.tsx +5 -5
- package/src/preview/property_previews/NumberPropertyPreview.tsx +3 -4
- package/src/preview/property_previews/SkeletonPropertyComponent.tsx +2 -2
- package/src/preview/property_previews/StringPropertyPreview.tsx +5 -4
- package/src/types/appcheck.ts +3 -3
- package/src/types/auth.tsx +2 -3
- package/src/types/collections.ts +24 -12
- package/src/types/colors.ts +2 -2
- package/src/types/datasource.ts +7 -7
- package/src/types/dialogs_controller.tsx +2 -2
- package/src/types/entities.ts +3 -3
- package/src/types/entity_callbacks.ts +6 -6
- package/src/types/entity_link_builder.ts +1 -1
- package/src/types/export_import.ts +26 -0
- package/src/types/fields.tsx +3 -3
- package/src/types/firecms.tsx +3 -3
- package/src/types/firecms_context.tsx +1 -1
- package/src/types/index.ts +1 -0
- package/src/types/local_config_persistence.tsx +1 -1
- package/src/types/locales.ts +1 -1
- package/src/types/navigation.ts +2 -2
- package/src/types/permissions.ts +3 -3
- package/src/types/plugins.tsx +2 -2
- package/src/types/properties.ts +30 -30
- package/src/types/resolved_entities.ts +11 -11
- package/src/types/side_dialogs_controller.tsx +2 -2
- package/src/types/side_entity_controller.tsx +2 -2
- package/src/types/storage.ts +4 -4
- package/src/types/user.ts +1 -1
- package/src/{components → ui}/Autocomplete.tsx +1 -1
- package/src/{components → ui}/Chip.tsx +2 -2
- package/src/{components → ui}/DateTimeField.tsx +1 -1
- package/src/{components → ui}/Markdown.tsx +1 -1
- package/src/{components → ui}/Select.tsx +1 -1
- package/src/{components → ui}/TextareaAutosize.tsx +1 -1
- package/src/ui/index.tsx +43 -0
- package/src/ui/util/index.ts +3 -0
- package/src/{components → ui}/util/useInjectStyles.tsx +1 -1
- package/src/{core/util → util}/chip_utils.ts +1 -1
- package/src/{core/util → util}/collections.ts +1 -1
- package/src/{core/util → util}/debounce.ts +6 -2
- package/src/{core/util → util}/entities.ts +3 -3
- package/src/{core/util → util}/enums.ts +1 -1
- package/src/{core/util → util}/icons.tsx +3 -3
- package/src/{core/util → util}/index.ts +1 -0
- package/src/util/join_collections.ts +107 -0
- package/src/{core/util → util}/make_properties_editable.ts +2 -1
- package/src/{core/util → util}/navigation_from_path.ts +1 -1
- package/src/{core/util → util}/navigation_utils.ts +1 -1
- package/src/{core/util → util}/objects.ts +1 -1
- package/src/{core/util → util}/parent_references_from_path.ts +1 -1
- package/src/{core/util → util}/permissions.ts +1 -1
- package/src/{core/util → util}/property_utils.tsx +10 -4
- package/src/{core/util → util}/references.ts +1 -1
- package/src/{core/util → util}/resolutions.ts +3 -3
- package/src/{core/util → util}/storage.ts +1 -1
- package/src/{core/util → util}/useStorageUploadController.tsx +2 -2
- package/dist/core/components/index.d.ts +0 -20
- package/src/core/components/index.tsx +0 -30
- /package/dist/{core/components → components}/DeleteConfirmationDialog.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/filters/BooleanFilterField.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/filters/DateTimeFilterField.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/filters/ReferenceFilterField.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/index.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/internal/EntityTableCell.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/internal/EntityTableCellActions.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/internal/popup_field/ElementResizeListener.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/internal/popup_field/useDraggable.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/internal/popup_field/useWindowSize.d.ts +0 -0
- /package/dist/{core/components → components}/EntityCollectionTable/useDebouncedData.d.ts +0 -0
- /package/dist/{core/components → components}/ErrorBoundary.d.ts +0 -0
- /package/dist/{core/components → components}/FireCMSLogo.d.ts +0 -0
- /package/dist/{core/components → components}/HomePage/FavouritesView.d.ts +0 -0
- /package/dist/{core/components → components}/HomePage/NavigationGroup.d.ts +0 -0
- /package/dist/{core/components → components}/HomePage/index.d.ts +0 -0
- /package/dist/{core/components → components}/NotFoundPage.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/VirtualTableCell.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/VirtualTableHeader.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/VirtualTableHeaderRow.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/VirtualTableRow.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/common.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/fields/VirtualTableDateField.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/fields/VirtualTableInput.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/fields/VirtualTableNumberInput.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/fields/VirtualTableSwitch.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/index.d.ts +0 -0
- /package/dist/{core/components → components}/VirtualTable/types.d.ts +0 -0
- /package/dist/{core/contexts → contexts}/SnackbarProvider.d.ts +0 -0
- /package/dist/{core/internal → internal}/common.d.ts +0 -0
- /package/dist/{core/internal → internal}/useLocaleConfig.d.ts +0 -0
- /package/dist/{core/internal → internal}/useRestoreScroll.d.ts +0 -0
- /package/dist/{core/internal → internal}/useUnsavedChangesDialog.d.ts +0 -0
- /package/dist/{components → ui}/Alert.d.ts +0 -0
- /package/dist/{components → ui}/Autocomplete.d.ts +0 -0
- /package/dist/{components → ui}/Avatar.d.ts +0 -0
- /package/dist/{components → ui}/Badge.d.ts +0 -0
- /package/dist/{components → ui}/BooleanSwitch.d.ts +0 -0
- /package/dist/{components → ui}/BooleanSwitchWithLabel.d.ts +0 -0
- /package/dist/{components → ui}/Button.d.ts +0 -0
- /package/dist/{components → ui}/Card.d.ts +0 -0
- /package/dist/{components → ui}/CenteredView.d.ts +0 -0
- /package/dist/{components → ui}/Checkbox.d.ts +0 -0
- /package/dist/{components → ui}/CircularProgress.d.ts +0 -0
- /package/dist/{components → ui}/Collapse.d.ts +0 -0
- /package/dist/{components → ui}/Container.d.ts +0 -0
- /package/dist/{components → ui}/DateTimeField.d.ts +0 -0
- /package/dist/{components → ui}/DebouncedTextField.d.ts +0 -0
- /package/dist/{components → ui}/Dialog.d.ts +0 -0
- /package/dist/{components → ui}/DialogActions.d.ts +0 -0
- /package/dist/{components → ui}/DialogContent.d.ts +0 -0
- /package/dist/{components → ui}/ExpandablePanel.d.ts +0 -0
- /package/dist/{components → ui}/FileUpload.d.ts +0 -0
- /package/dist/{components → ui}/IconButton.d.ts +0 -0
- /package/dist/{components → ui}/InfoLabel.d.ts +0 -0
- /package/dist/{components → ui}/InputLabel.d.ts +0 -0
- /package/dist/{components → ui}/LoadingButton.d.ts +0 -0
- /package/dist/{components → ui}/Menu.d.ts +0 -0
- /package/dist/{components → ui}/MultiSelect.d.ts +0 -0
- /package/dist/{components → ui}/Paper.d.ts +0 -0
- /package/dist/{components → ui}/Popover.d.ts +0 -0
- /package/dist/{components → ui}/SearchBar.d.ts +0 -0
- /package/dist/{components → ui}/Select.d.ts +0 -0
- /package/dist/{components → ui}/Sheet.d.ts +0 -0
- /package/dist/{components → ui}/Skeleton.d.ts +0 -0
- /package/dist/{components → ui}/Spinner.d.ts +0 -0
- /package/dist/{components → ui}/Table.d.ts +0 -0
- /package/dist/{components → ui}/Tabs.d.ts +0 -0
- /package/dist/{components → ui}/TextField.d.ts +0 -0
- /package/dist/{components → ui}/TextareaAutosize.d.ts +0 -0
- /package/dist/{components → ui}/Tooltip.d.ts +0 -0
- /package/dist/{components → ui}/Typography.d.ts +0 -0
- /package/dist/{components → ui}/common/SelectInputLabel.d.ts +0 -0
- /package/dist/{components → ui}/util/cn.d.ts +0 -0
- /package/dist/{components → ui}/util/useOutsideAlerter.d.ts +0 -0
- /package/dist/{core/util → util}/arrays.d.ts +0 -0
- /package/dist/{core/util → util}/common.d.ts +0 -0
- /package/dist/{core/util → util}/dates.d.ts +0 -0
- /package/dist/{core/util → util}/flatten_object.d.ts +0 -0
- /package/dist/{core/util → util}/hash.d.ts +0 -0
- /package/dist/{core/util → util}/objects.d.ts +0 -0
- /package/dist/{core/util → util}/os.d.ts +0 -0
- /package/dist/{core/util → util}/paths.d.ts +0 -0
- /package/dist/{core/util → util}/plurals.d.ts +0 -0
- /package/dist/{core/util → util}/regexp.d.ts +0 -0
- /package/dist/{core/util → util}/strings.d.ts +0 -0
- /package/dist/{core/util → util}/useDebounce.d.ts +0 -0
- /package/dist/{core/util → util}/useDebounceValue.d.ts +0 -0
- /package/dist/{core/util → util}/useTraceUpdate.d.ts +0 -0
- /package/src/{core/components → components}/EntityCollectionTable/index.tsx +0 -0
- /package/src/{core/components → components}/EntityCollectionTable/internal/popup_field/ElementResizeListener.tsx +0 -0
- /package/src/{core/components → components}/EntityCollectionTable/internal/popup_field/useDraggable.tsx +0 -0
- /package/src/{core/components → components}/EntityCollectionTable/internal/popup_field/useWindowSize.tsx +0 -0
- /package/src/{core/components → components}/EntityCollectionTable/useDebouncedData.ts +0 -0
- /package/src/{core/components → components}/FireCMSLogo.tsx +0 -0
- /package/src/{core/components → components}/HomePage/index.tsx +0 -0
- /package/src/{core/components → components}/VirtualTable/VirtualTableCell.tsx +0 -0
- /package/src/{core/components → components}/VirtualTable/common.tsx +0 -0
- /package/src/{core/components → components}/VirtualTable/fields/VirtualTableNumberInput.tsx +0 -0
- /package/src/{core/components → components}/VirtualTable/index.tsx +0 -0
- /package/src/{core/components → components}/VirtualTable/types.tsx +0 -0
- /package/src/{core/contexts → contexts}/SnackbarProvider.tsx +0 -0
- /package/src/{core/internal → internal}/common.tsx +0 -0
- /package/src/{core/internal → internal}/useLocaleConfig.tsx +0 -0
- /package/src/{core/internal → internal}/useRestoreScroll.tsx +0 -0
- /package/src/{components → ui}/Alert.tsx +0 -0
- /package/src/{components → ui}/Avatar.tsx +0 -0
- /package/src/{components → ui}/Badge.tsx +0 -0
- /package/src/{components → ui}/BooleanSwitch.tsx +0 -0
- /package/src/{components → ui}/BooleanSwitchWithLabel.tsx +0 -0
- /package/src/{components → ui}/Button.tsx +0 -0
- /package/src/{components → ui}/Card.tsx +0 -0
- /package/src/{components → ui}/CenteredView.tsx +0 -0
- /package/src/{components → ui}/Checkbox.tsx +0 -0
- /package/src/{components → ui}/CircularProgress.tsx +0 -0
- /package/src/{components → ui}/Collapse.tsx +0 -0
- /package/src/{components → ui}/Container.tsx +0 -0
- /package/src/{components → ui}/DebouncedTextField.tsx +0 -0
- /package/src/{components → ui}/Dialog.tsx +0 -0
- /package/src/{components → ui}/DialogActions.tsx +0 -0
- /package/src/{components → ui}/DialogContent.tsx +0 -0
- /package/src/{components → ui}/ExpandablePanel.tsx +0 -0
- /package/src/{components → ui}/FileUpload.tsx +0 -0
- /package/src/{components → ui}/IconButton.tsx +0 -0
- /package/src/{components → ui}/InfoLabel.tsx +0 -0
- /package/src/{components → ui}/InputLabel.tsx +0 -0
- /package/src/{components → ui}/LoadingButton.tsx +0 -0
- /package/src/{components → ui}/Menu.tsx +0 -0
- /package/src/{components → ui}/MultiSelect.tsx +0 -0
- /package/src/{components → ui}/Paper.tsx +0 -0
- /package/src/{components → ui}/Popover.tsx +0 -0
- /package/src/{components → ui}/SearchBar.tsx +0 -0
- /package/src/{components → ui}/Sheet.tsx +0 -0
- /package/src/{components → ui}/Skeleton.tsx +0 -0
- /package/src/{components → ui}/Spinner.tsx +0 -0
- /package/src/{components → ui}/Table.tsx +0 -0
- /package/src/{components → ui}/Tabs.tsx +0 -0
- /package/src/{components → ui}/TextField.tsx +0 -0
- /package/src/{components → ui}/Tooltip.tsx +0 -0
- /package/src/{components → ui}/Typography.tsx +0 -0
- /package/src/{components → ui}/common/SelectInputLabel.tsx +0 -0
- /package/src/{components → ui}/util/cn.ts +0 -0
- /package/src/{components → ui}/util/useOutsideAlerter.tsx +0 -0
- /package/src/{core/util → util}/arrays.ts +0 -0
- /package/src/{core/util → util}/common.tsx +0 -0
- /package/src/{core/util → util}/dates.ts +0 -0
- /package/src/{core/util → util}/flatten_object.ts +0 -0
- /package/src/{core/util → util}/hash.ts +0 -0
- /package/src/{core/util → util}/os.ts +0 -0
- /package/src/{core/util → util}/paths.ts +0 -0
- /package/src/{core/util → util}/plurals.ts +0 -0
- /package/src/{core/util → util}/regexp.ts +0 -0
- /package/src/{core/util → util}/strings.ts +0 -0
- /package/src/{core/util → util}/useDebounce.ts +0 -0
- /package/src/{core/util → util}/useDebounceValue.ts +0 -0
- /package/src/{core/util → util}/useTraceUpdate.tsx +0 -0
package/dist/index.umd.js
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
|
-
(function(o,Jn){typeof exports=="object"&&typeof module<"u"?Jn(exports,require("clsx"),require("tailwind-merge"),require("react/jsx-runtime"),require("react"),require("object-hash"),require("formik"),require("@radix-ui/react-collapsible"),require("@radix-ui/react-checkbox"),require("@material-design-icons/font/filled.css"),require("react-datepicker"),require("notistack"),require("@radix-ui/react-dialog"),require("react-dropzone"),require("react-fast-compare"),require("markdown-it"),require("@radix-ui/react-dropdown-menu"),require("cmdk"),require("@radix-ui/react-select"),require("react-dom"),require("@radix-ui/react-tooltip"),require("@radix-ui/react-tabs"),require("@radix-ui/react-popover"),require("date-fns/format"),require("date-fns/locale"),require("@hello-pangea/dnd"),require("react-image-file-resizer"),require("react-router-dom"),require("react-markdown-editor-lite"),require("yup"),require("react-window"),require("react-use-measure"),require("js-search"),require("@radix-ui/react-portal")):typeof define=="function"&&define.amd?define(["exports","clsx","tailwind-merge","react/jsx-runtime","react","object-hash","formik","@radix-ui/react-collapsible","@radix-ui/react-checkbox","@material-design-icons/font/filled.css","react-datepicker","notistack","@radix-ui/react-dialog","react-dropzone","react-fast-compare","markdown-it","@radix-ui/react-dropdown-menu","cmdk","@radix-ui/react-select","react-dom","@radix-ui/react-tooltip","@radix-ui/react-tabs","@radix-ui/react-popover","date-fns/format","date-fns/locale","@hello-pangea/dnd","react-image-file-resizer","react-router-dom","react-markdown-editor-lite","yup","react-window","react-use-measure","js-search","@radix-ui/react-portal"],Jn):(o=typeof globalThis<"u"?globalThis:o||self,Jn(o["FireCMS core"]={},o.clsx,o.tailwindMerge,o.jsxRuntime,o.React,o.hash,o.formik,o.Collapsible,o.CheckboxPrimitive,null,o.DatePicker,o.notistack,o.DialogPrimitive,o.reactDropzone,o.equal,o.MarkdownIt,o.DropdownMenu,o.cmdk,o.SelectPrimitive,o.ReactDOM,o.TooltipPrimitive,o.TabsPrimitive,o.PopoverPrimitive,o.format,o.locales,o.dnd,o.Resizer,o.reactRouterDom,o.MdEditor,o.yup,o.reactWindow,o.useMeasure,o.JsSearch,o.Portal))})(this,function(o,Jn,Ta,n,u,qt,Pe,Ma,Oa,AU,ir,Jt,La,ar,de,Zt,Qa,wo,Va,Wa,Ga,za,Ha,Ua,Ya,Pn,$a,be,wn,ja,qa,lr,Ja,Za){"use strict";function De(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const c in e)if(c!=="default"){const i=Object.getOwnPropertyDescriptor(e,c);Object.defineProperty(t,c,i.get?i:{enumerable:!0,get:()=>e[c]})}}return t.default=e,Object.freeze(t)}const le=De(u),Zn=De(Ma),Xt=De(Oa),je=De(La),Xn=De(Qa),qe=De(Va),Xa=De(Wa),xn=De(Ga),sr=De(za),Rn=De(Ha),xt=De(Ya),Ne=De(ja),xa=De(Ja),Ra=De(Za);function F(...e){return Ta.twMerge(Jn.clsx(e))}const el={breadcrumbs:[],set:e=>{}},Rt=u.createContext(el),nl=({children:e})=>{const[t,c]=u.useState([]),i=a=>{c(a.breadcrumbs)};return n.jsx(Rt.Provider,{value:{breadcrumbs:t,set:i},children:e})},ol={mode:"light",setMode:e=>{},toggleMode:()=>{}},dr=u.createContext(ol),rl=dr.Provider;function tl(e){return e.includes("-")||e.includes("_")||!e.includes(" ")?e.replace(/[-_]/g," ").replace(/\w\S*/g,function(c){return c.charAt(0).toUpperCase()+c.substr(1)}):e}function pe(e){return ec(nc(e))}function ec(e){return e.startsWith("/")?e.slice(1):e}function nc(e){return e.endsWith("/")?e.slice(0,-1):e}function cl(e){return e.startsWith("/")?e:`/${e}`}function il(e){const t=pe(e);if(t.includes("/")){const c=t.split("/");return c[c.length-1]}return t}function ur(e,t){const c=pe(e),i=c.split("/");if(i.length%2===0)throw Error(`Collection paths must have an odd number of segments: ${e}`);const a=t.find(s=>s.alias===i[0]);let l;if(a&&(l=a.path),i.length>1){const s=ko(l??i[0],t);if(!s?.subcollections)return c;const d=c.split("/").slice(2).join("/");return(l??i[0])+"/"+i[1]+"/"+ur(d,s.subcollections)}else return l??c}function ko(e,t){const c=pe(e).split("/");if(c.length%2===0)throw Error(`Collection paths must have an odd number of segments: ${e}`);const i=mo(c);let a;for(let l=0;l<i.length;l++){const s=i[l],d=t&&t.sort((f,A)=>(f.alias??"").localeCompare(A.alias??"")).find(f=>f.alias===s||f.path===s);if(d){if(s===e)a=d;else if(d.subcollections){const f=e.replace(s,"").split("/").slice(2).join("/");f.length>0&&(a=ko(f,d.subcollections))}}if(a)break}return a}function mo(e){const t=e.length>0&&e.length%2===0?e.splice(0,e.length-1):e,c=t.length,i=[];for(let a=c;a>0;a=a-2)i.push(t.slice(0,a).join("/"));return i}class Ue{id;path;constructor(t,c){this.id=t,this.path=c}get pathWithId(){return`${this.path}/${this.id}`}}class vo{latitude;longitude;constructor(t,c){this.latitude=t,this.longitude=c}}const oc=(e,...t)=>({...t.reduce((c,i)=>({...c,[i]:e[i]}),{})});function Ko(e){return e&&typeof e=="object"&&!Array.isArray(e)}function Je(e,t){const c=Ko(e),i=c?{...e}:e;return c&&Ko(t)&&Object.keys(t).forEach(a=>{Ko(t[a])?a in e?i[a]=Je(e[a],t[a]):Object.assign(i,{[a]:t[a]}):Object.assign(i,{[a]:t[a]})}),i}function dn(e,t){if(e&&typeof e=="object"){if(t in e)return e[t];if(t.includes(".")||t.includes("[")){let c=t.split(/[.[]/);t.includes("[")&&(c=c.map(d=>d.replace("]","")));const i=c[0],a=Array.isArray(e[i])&&!isNaN(parseInt(c[1])),l=a?e[i][parseInt(c[1])]:e[i],s=c.slice(a?2:1).join(".");return s===""?l:dn(l,s)}}}function al(e,t){let c={...e};const i=t.split("."),a=i.pop();for(const l of i)c=c[l];return a&&delete c[a],c}function fr(e){if(e!==void 0)return e===null?null:typeof e=="object"?Object.entries(e).filter(([t,c])=>typeof c!="function").map(([t,c])=>Array.isArray(c)?{[t]:c.map(i=>fr(i))}:typeof c=="object"?{[t]:fr(c)}:{[t]:c}).reduce((t,c)=>({...t,...c}),{}):e}function Ar(e){if(!e)return null;if(typeof e=="object"){if("id"in e)return e.id;if(e instanceof Date)return e.toLocaleString();if(e instanceof vo)return qt(e)}return qt(e,{ignoreUnknown:!0})}function yr(e,t){if(typeof e=="function")return e;if(Array.isArray(e))return e.map(c=>yr(c,t));if(typeof e=="object"){const c={};return e===null?e:(Object.keys(e).forEach(i=>{if(!_r(e)){const a=yr(e[i],t),l=typeof a=="string",s=!t||t&&!l||t&&l&&a!=="";a!==void 0&&!_r(a)&&s&&(c[i]=a)}}),c)}return e}function _r(e){return e&&Object.getPrototypeOf(e)===Object.prototype&&Object.keys(e).length===0}const eo="type",Co="value";function Dn(e){return e.readOnly||e.dataType==="date"&&e.autoValue?!0:e.dataType==="reference"?!e.path:!1}function no(e){return typeof e.disabled=="object"&&!!e.disabled.hidden}function Te(e){return typeof e=="function"}function oo(e){return e?Object.entries(e).map(([t,c])=>{const i=So(c);return i===void 0?{}:{[t]:i}}).reduce((t,c)=>({...t,...c}),{}):{}}function So(e){if(!Te(e))if(e.dataType==="map"&&e.properties){const t=oo(e.properties);return Object.keys(t).length===0?void 0:t}else return e.defaultValue?e.defaultValue:hr(e.dataType)}function hr(e){return e==="string"||e==="number"?null:e==="boolean"?!1:e==="date"?null:e==="array"?[]:e==="map"?{}:null}function rc({inputValues:e,properties:t,status:c,timestampNowValue:i,setDateToMidnight:a}){return gr(e,t,(l,s)=>{if(s.dataType==="date"){let d;return c==="existing"&&s.autoValue==="on_update"||(c==="new"||c==="copy")&&(s.autoValue==="on_update"||s.autoValue==="on_create")?d=i:d=l,s.mode==="date"&&(d=a(d)),d}else return l})??{}}function ll(e,t){const c=e;return Object.entries(t).forEach(([i,a])=>{e&&e[i]!==void 0?c[i]=e[i]:a.validation?.required&&(c[i]=null)}),c}function kn(e){return new Ue(e.id,e.path)}function gr(e,t,c){const i=Object.entries(t).map(([l,s])=>{const d=e&&e[l],f=Bo(d,s,c);if(f!==void 0)return{[l]:f}}).reduce((l,s)=>({...l,...s}),{}),a={...e,...i};if(Object.keys(a).length!==0)return a}function Bo(e,t,c){let i;if(t.dataType==="map"&&t.properties)i=gr(e,t.properties,c);else if(t.dataType==="array")if(t.of&&Array.isArray(e))i=e.map(a=>Bo(a,t.of,c));else if(t.oneOf&&Array.isArray(e)){const a=t.oneOf?.typeField??eo,l=t.oneOf?.valueField??Co;i=e.map(s=>{if(s===null)return null;if(typeof s!="object")return s;const d=s[a],f=t.oneOf?.properties[d];return!d||!f?s:{[a]:d,[l]:Bo(s[l],f,c)}})}else i=e;else i=c(e,t);return i}function tc(e){let t=0,c,i;for(c=0;c<e.length;c++)i=e.charCodeAt(c),t=(t<<5)-t+i,t|=0;return Math.abs(t)}const Eo={blueLighter:{color:"#cfdfff",text:"#102046"},cyanLighter:{color:"#d0f0fd",text:"#04283f"},tealLighter:{color:"#c2f5e9",text:"#012524"},greenLighter:{color:"#d1f7c4",text:"#0b1d05"},yellowLighter:{color:"#ffeab6",text:"#3b2501"},orangeLighter:{color:"#fee2d5",text:"#6b2613"},redLighter:{color:"#ffdce5",text:"#4c0c1c"},pinkLighter:{color:"#ffdaf6",text:"#400832"},purpleLighter:{color:"#ede2fe",text:"#280b42"},grayLighter:{color:"#eee",text:"#040404"},blueLight:{color:"#9cc7ff",text:"#102046"},cyanLight:{color:"#77d1f3",text:"#04283f"},tealLight:{color:"#72ddc3",text:"#012524"},greenLight:{color:"#93e088",text:"#0b1d05"},yellowLight:{color:"#ffd66e",text:"#3b2501"},orangeLight:{color:"#ffa981",text:"#6b2613"},redLight:{color:"#ff9eb7",text:"#4c0c1c"},pinkLight:{color:"#f99de2",text:"#400832"},purpleLight:{color:"#cdb0ff",text:"#280b42"},grayLight:{color:"#ccc",text:"#040404"},blueDark:{color:"#2d7ff9",text:"#fff"},cyanDark:{color:"#18bfff",text:"#fff"},tealDark:{color:"#20d9d2",text:"#fff"},greenDark:{color:"#20c933",text:"#fff"},yellowDark:{color:"#fcb400",text:"#fff"},orangeDark:{color:"#ff6f2c",text:"#fff"},redDark:{color:"#f82b60",text:"#fff"},pinkDark:{color:"#ff08c2",text:"#fff"},purpleDark:{color:"#8b46ff",text:"#fff"},grayDark:{color:"#666",text:"#fff"},blueDarker:{color:"#2750ae",text:"#cfdfff"},cyanDarker:{color:"#0b76b7",text:"#d0f0fd"},tealDarker:{color:"#06a09b",text:"#daf3e9"},greenDarker:{color:"#338a17",text:"#d1f7c4"},yellowDarker:{color:"#b87503",text:"#ffeab6"},orangeDarker:{color:"#d74d26",text:"#fee2d5"},redDarker:{color:"#ba1e45",text:"#ffdce5"},pinkDarker:{color:"#b2158b",text:"#ffdaf6"},purpleDarker:{color:"#6b1cb0",text:"#ede2fe"},grayDarker:{color:"#444",text:"#eee"}};function cc(e){const t=tc(e),c=Object.keys(Eo),i=t%c.length;return Eo[c[i]]}function sl(e){return Eo[e]}function un(e){return Array.isArray(e)?e:Object.entries(e).map(([t,c])=>typeof c=="string"?{id:t,label:c}:{...c,id:t})}function Fo(e,t){if(t)return e.find(c=>String(c.id)===String(t))}function ic(e,t){const c=Fo(e,t);if(!c?.color)return cc(t.toString());if(typeof c=="object"&&"color"in c){if(typeof c.color=="string")return Eo[c.color];if(typeof c.color=="object")return c.color}}function dl(e){return typeof e=="object"&&e.disabled}function ac(e){if(e!==void 0)return typeof e=="object"?e.label:e}function Po({name:e,addLabel:t,value:c,disabled:i=!1,buildEntry:a,small:l,onInternalIdAdded:s,includeAddButton:d,newDefaultEntry:f=null,setFieldValue:A}){return n.jsx(Qt,{droppableId:e,addLabel:t,value:c,disabled:i,buildEntry:a,size:l?"small":"medium",onInternalIdAdded:s,includeAddButton:d,newDefaultEntry:f,onValueChange:_=>A(e,_)})}function Ce({icon:e,title:t,small:c,className:i,required:a}){return n.jsxs("span",{className:`inline-flex items-center my-0.5 ${c?"gap-1":"gap-2"} ${i??""}`,children:[e,n.jsx("span",{className:`font-medium text-${c?"base":"sm"} origin-top-left transform ${c?"translate-x-2 scale-75":""}`,children:(t??"")+(a?" *":"")})]})}function ul(e){const t=u.useRef(),[c,i]=u.useState(e.value),a=u.useDeferredValue(c);u.useEffect(()=>{i(e.value)},[e.value]),u.useEffect(()=>{!e.value&&!a||a!==e.value&&t.current&&e.onChange&&e.onChange(t.current)},[a,e.value,e.onChange]);const l=u.useCallback(s=>{t.current=s,i(s.target.value)},[]);return n.jsx(tn,{...e,onChange:l,value:c})}function fl({field:e,form:t,label:c,tooltip:i,disabled:a,size:l="small",allowIndeterminate:s}){const d=n.jsx(Gn,{label:c,size:l,position:"start",value:e.value,disabled:a,allowIndeterminate:s,onValueChange:f=>t.setFieldValue(e.name,f)});return i?n.jsx(ye,{title:i,children:d}):d}const Ir=["table_rows","video_label","airlines","bento","border_all","border_clear","ac_unit","adjust","align_horizontal_center","album","all_inclusive","all_out","animation","assistant","audiotrack","account_balance_wallet","auto_awesome_mosaic","bolt","brightness_1","breakfast_dining","broken_image","brightness_5","cable","calendar_view_month","catching_pokemon","casino","category","cloud","color_lens","credit_card","earbuds","egg_alt","fiber_smart_record","flag","healing","heat_pump","hive","hub","local_library","local_pizza","memory","outlet","pages","panorama_photosphere","signal_cellular_0_bar","sports_baseball","storm","stairs"],lc=["search","123","360","10k","10mp","11mp","12mp","13mp","14mp","15mp","16mp","17mp","18_up_rating","18mp","19mp","1k","1k_plus","1x_mobiledata","20mp","21mp","22mp","23mp","24mp","2k","2k_plus","2mp","30fps","30fps_select","3d_rotation","3g_mobiledata","3k","3k_plus","3mp","3p","4g_mobiledata","4g_plus_mobiledata","4k","4k_plus","4mp","5g","5k","5k_plus","5mp","60fps","60fps_select","6_ft_apart","6k","6k_plus","6mp","7k","7k_plus","7mp","8k","8k_plus","8mp","9k","9k_plus","9mp","abc","ac_unit","access_alarm","access_alarms","access_time","access_time_filled","accessibility","accessibility_new","accessible","accessible_forward","account_balance","account_balance_wallet","account_box","account_circle","account_tree","ad_units","adb","add","add_a_photo","add_alarm","add_alert","add_box","add_business","add_card","add_chart","add_circle","add_circle_outline","add_comment","add_home","add_home_work","add_ic_call","add_link","add_location","add_location_alt","add_moderator","add_photo_alternate","add_reaction","add_road","add_shopping_cart","add_task","add_to_drive","add_to_home_screen","add_to_photos","add_to_queue","adf_scanner","adjust","admin_panel_settings","ads_click","agriculture","air","airline_seat_flat","airline_seat_flat_angled","airline_seat_individual_suite","airline_seat_legroom_extra","airline_seat_legroom_normal","airline_seat_legroom_reduced","airline_seat_recline_extra","airline_seat_recline_normal","airline_stops","airlines","airplane_ticket","airplanemode_active","airplanemode_inactive","airplay","airport_shuttle","alarm","alarm_add","alarm_off","alarm_on","album","align_horizontal_center","align_horizontal_left","align_horizontal_right","align_vertical_bottom","align_vertical_center","align_vertical_top","all_inbox","all_inclusive","all_out","alt_route","alternate_email","analytics","anchor","android","animation","announcement","aod","apartment","api","app_blocking","app_registration","app_settings_alt","app_shortcut","approval","apps","apps_outage","architecture","archive","area_chart","arrow_back","arrow_back_ios","arrow_back_ios_new","arrow_circle_down","arrow_circle_left","arrow_circle_right","arrow_circle_up","arrow_downward","arrow_drop_down","arrow_drop_down_circle","arrow_drop_up","arrow_forward","arrow_forward_ios","arrow_left","arrow_outward","arrow_right","arrow_right_alt","arrow_upward","art_track","article","aspect_ratio","assessment","assignment","assignment_ind","assignment_late","assignment_return","assignment_returned","assignment_turned_in","assist_walker","assistant","assistant_direction","assistant_photo","assured_workload","atm","attach_email","attach_file","attach_money","attachment","attractions","attribution","audio_file","audiotrack","auto_awesome","auto_awesome_mosaic","auto_awesome_motion","auto_delete","auto_fix_high","auto_fix_normal","auto_fix_off","auto_graph","auto_mode","auto_stories","autofps_select","autorenew","av_timer","baby_changing_station","back_hand","backpack","backspace","backup","backup_table","badge","bakery_dining","balance","balcony","ballot","bar_chart","batch_prediction","bathroom","bathtub","battery_0_bar","battery_1_bar","battery_2_bar","battery_3_bar","battery_4_bar","battery_5_bar","battery_6_bar","battery_alert","battery_charging_full","battery_full","battery_saver","battery_std","battery_unknown","beach_access","bed","bedroom_baby","bedroom_child","bedroom_parent","bedtime","bedtime_off","beenhere","bento","bike_scooter","biotech","blender","blind","blinds","blinds_closed","block","bloodtype","bluetooth","bluetooth_audio","bluetooth_connected","bluetooth_disabled","bluetooth_drive","bluetooth_searching","blur_circular","blur_linear","blur_off","blur_on","bolt","book","book_online","bookmark","bookmark_add","bookmark_added","bookmark_border","bookmark_remove","bookmarks","border_all","border_bottom","border_clear","border_color","border_horizontal","border_inner","border_left","border_outer","border_right","border_style","border_top","border_vertical","boy","branding_watermark","breakfast_dining","brightness_1","brightness_2","brightness_3","brightness_4","brightness_5","brightness_6","brightness_7","brightness_auto","brightness_high","brightness_low","brightness_medium","broadcast_on_home","broadcast_on_personal","broken_image","browse_gallery","browser_not_supported","browser_updated","brunch_dining","brush","bubble_chart","bug_report","build","build_circle","bungalow","burst_mode","bus_alert","business","business_center","cabin","cable","cached","cake","calculate","calendar_month","calendar_today","calendar_view_day","calendar_view_month","calendar_view_week","call","call_end","call_made","call_merge","call_missed","call_missed_outgoing","call_received","call_split","call_to_action","camera","camera_alt","camera_enhance","camera_front","camera_indoor","camera_outdoor","camera_rear","camera_roll","cameraswitch","campaign","cancel","cancel_presentation","cancel_schedule_send","candlestick_chart","car_crash","car_rental","car_repair","card_giftcard","card_membership","card_travel","carpenter","cases","casino","cast","cast_connected","cast_for_education","castle","catching_pokemon","category","celebration","cell_tower","cell_wifi","center_focus_strong","center_focus_weak","chair","chair_alt","chalet","change_circle","change_history","charging_station","chat","chat_bubble","chat_bubble_outline","check","check_box","check_box_outline_blank","check_circle","check_circle_outline","checklist","checklist_rtl","checkroom","chevron_left","chevron_right","child_care","child_friendly","chrome_reader_mode","church","circle","circle_notifications","class","clean_hands","cleaning_services","clear","clear_all","close","close_fullscreen","closed_caption","closed_caption_disabled","closed_caption_off","cloud","cloud_circle","cloud_done","cloud_download","cloud_off","cloud_queue","cloud_sync","cloud_upload","co2","co_present","code","code_off","coffee","coffee_maker","collections","collections_bookmark","color_lens","colorize","comment","comment_bank","comments_disabled","commit","commute","compare","compare_arrows","compass_calibration","compost","compress","computer","confirmation_number","connect_without_contact","connected_tv","connecting_airports","construction","contact_emergency","contact_mail","contact_page","contact_phone","contact_support","contactless","contacts","content_copy","content_cut","content_paste","content_paste_go","content_paste_off","content_paste_search","contrast","control_camera","control_point","control_point_duplicate","cookie","copy_all","copyright","coronavirus","corporate_fare","cottage","countertops","create","create_new_folder","credit_card","credit_card_off","credit_score","crib","crisis_alert","crop","crop_16_9","crop_3_2","crop_5_4","crop_7_5","crop_din","crop_free","crop_landscape","crop_original","crop_portrait","crop_rotate","crop_square","cruelty_free","css","currency_bitcoin","currency_exchange","currency_franc","currency_lira","currency_pound","currency_ruble","currency_rupee","currency_yen","currency_yuan","curtains","curtains_closed","cyclone","dangerous","dark_mode","dashboard","dashboard_customize","data_array","data_exploration","data_object","data_saver_off","data_saver_on","data_thresholding","data_usage","dataset","dataset_linked","date_range","deblur","deck","dehaze","delete","delete_forever","delete_outline","delete_sweep","delivery_dining","density_large","density_medium","density_small","departure_board","description","deselect","design_services","desk","desktop_access_disabled","desktop_mac","desktop_windows","details","developer_board","developer_board_off","developer_mode","device_hub","device_thermostat","device_unknown","devices","devices_fold","devices_other","dialer_sip","dialpad","diamond","difference","dining","dinner_dining","directions","directions_bike","directions_boat","directions_boat_filled","directions_bus","directions_bus_filled","directions_car","directions_car_filled","directions_off","directions_railway","directions_railway_filled","directions_run","directions_subway","directions_subway_filled","directions_transit","directions_transit_filled","directions_walk","dirty_lens","disabled_by_default","disabled_visible","disc_full","discount","display_settings","diversity_1","diversity_2","diversity_3","dns","do_disturb","do_disturb_alt","do_disturb_off","do_disturb_on","do_not_disturb","do_not_disturb_alt","do_not_disturb_off","do_not_disturb_on","do_not_disturb_on_total_silence","do_not_step","do_not_touch","dock","document_scanner","domain","domain_add","domain_disabled","domain_verification","done","done_all","done_outline","donut_large","donut_small","door_back","door_front","door_sliding","doorbell","double_arrow","downhill_skiing","download","download_done","download_for_offline","downloading","drafts","drag_handle","drag_indicator","draw","drive_eta","drive_file_move","drive_file_move_rtl","drive_file_rename_outline","drive_folder_upload","dry","dry_cleaning","duo","dvr","dynamic_feed","dynamic_form","e_mobiledata","earbuds","earbuds_battery","east","edgesensor_high","edgesensor_low","edit","edit_attributes","edit_calendar","edit_location","edit_location_alt","edit_note","edit_notifications","edit_off","edit_road","egg","egg_alt","eject","elderly","elderly_woman","electric_bike","electric_bolt","electric_car","electric_meter","electric_moped","electric_rickshaw","electric_scooter","electrical_services","elevator","email","emergency","emergency_recording","emergency_share","emoji_emotions","emoji_events","emoji_food_beverage","emoji_nature","emoji_objects","emoji_people","emoji_symbols","emoji_transportation","energy_savings_leaf","engineering","enhanced_encryption","equalizer","error","error_outline","escalator","escalator_warning","euro","euro_symbol","ev_station","event","event_available","event_busy","event_note","event_repeat","event_seat","exit_to_app","expand","expand_circle_down","expand_less","expand_more","explicit","explore","explore_off","exposure","exposure_neg_1","exposure_neg_2","exposure_plus_1","exposure_plus_2","exposure_zero","extension","extension_off","face","face_2","face_3","face_4","face_5","face_6","face_retouching_natural","face_retouching_off","fact_check","factory","family_restroom","fast_forward","fast_rewind","fastfood","favorite","favorite_border","fax","featured_play_list","featured_video","feed","feedback","female","fence","festival","fiber_dvr","fiber_manual_record","fiber_new","fiber_pin","fiber_smart_record","file_copy","file_download","file_download_done","file_download_off","file_open","file_present","file_upload","filter","filter_1","filter_2","filter_3","filter_4","filter_5","filter_6","filter_7","filter_8","filter_9","filter_9_plus","filter_alt","filter_alt_off","filter_b_and_w","filter_center_focus","filter_drama","filter_frames","filter_hdr","filter_list","filter_list_off","filter_none","filter_tilt_shift","filter_vintage","find_in_page","find_replace","fingerprint","fire_extinguisher","fire_hydrant_alt","fire_truck","fireplace","first_page","fit_screen","fitbit","fitness_center","flag","flag_circle","flaky","flare","flash_auto","flash_off","flash_on","flashlight_off","flashlight_on","flatware","flight","flight_class","flight_land","flight_takeoff","flip","flip_camera_android","flip_camera_ios","flip_to_back","flip_to_front","flood","fluorescent","flutter_dash","fmd_bad","fmd_good","folder","folder_copy","folder_delete","folder_off","folder_open","folder_shared","folder_special","folder_zip","follow_the_signs","font_download","font_download_off","food_bank","forest","fork_left","fork_right","format_align_center","format_align_justify","format_align_left","format_align_right","format_bold","format_clear","format_color_fill","format_color_reset","format_color_text","format_indent_decrease","format_indent_increase","format_italic","format_line_spacing","format_list_bulleted","format_list_numbered","format_list_numbered_rtl","format_overline","format_paint","format_quote","format_shapes","format_size","format_strikethrough","format_textdirection_l_to_r","format_textdirection_r_to_l","format_underlined","fort","forum","forward","forward_10","forward_30","forward_5","forward_to_inbox","foundation","free_breakfast","free_cancellation","front_hand","fullscreen","fullscreen_exit","functions","g_mobiledata","g_translate","gamepad","games","garage","gas_meter","gavel","generating_tokens","gesture","get_app","gif","gif_box","girl","gite","golf_course","gpp_bad","gpp_good","gpp_maybe","gps_fixed","gps_not_fixed","gps_off","grade","gradient","grading","grain","graphic_eq","grass","grid_3x3","grid_4x4","grid_goldenratio","grid_off","grid_on","grid_view","group","group_add","group_off","group_remove","group_work","groups","groups_2","groups_3","h_mobiledata","h_plus_mobiledata","hail","handshake","handyman","hardware","hd","hdr_auto","hdr_auto_select","hdr_enhanced_select","hdr_off","hdr_off_select","hdr_on","hdr_on_select","hdr_plus","hdr_strong","hdr_weak","headphones","headphones_battery","headset","headset_mic","headset_off","healing","health_and_safety","hearing","hearing_disabled","heart_broken","heat_pump","height","help","help_center","help_outline","hevc","hexagon","hide_image","hide_source","high_quality","highlight","highlight_alt","highlight_off","hiking","history","history_edu","history_toggle_off","hive","hls","hls_off","holiday_village","home","home_max","home_mini","home_repair_service","home_work","horizontal_distribute","horizontal_rule","horizontal_split","hot_tub","hotel","hotel_class","hourglass_bottom","hourglass_disabled","hourglass_empty","hourglass_full","hourglass_top","house","house_siding","houseboat","how_to_reg","how_to_vote","html","http","https","hub","hvac","ice_skating","icecream","image","image_aspect_ratio","image_not_supported","image_search","imagesearch_roller","import_contacts","import_export","important_devices","inbox","incomplete_circle","indeterminate_check_box","info","input","insert_chart","insert_chart_outlined","insert_comment","insert_drive_file","insert_emoticon","insert_invitation","insert_link","insert_page_break","insert_photo","insights","install_desktop","install_mobile","integration_instructions","interests","interpreter_mode","inventory","inventory_2","invert_colors","invert_colors_off","ios_share","iron","iso","javascript","join_full","join_inner","join_left","join_right","kayaking","kebab_dining","key","key_off","keyboard","keyboard_alt","keyboard_arrow_down","keyboard_arrow_left","keyboard_arrow_right","keyboard_arrow_up","keyboard_backspace","keyboard_capslock","keyboard_command_key","keyboard_control_key","keyboard_double_arrow_down","keyboard_double_arrow_left","keyboard_double_arrow_right","keyboard_double_arrow_up","keyboard_hide","keyboard_option_key","keyboard_return","keyboard_tab","keyboard_voice","king_bed","kitchen","kitesurfing","label","label_important","label_off","lan","landscape","landslide","language","laptop","laptop_chromebook","laptop_mac","laptop_windows","last_page","launch","layers","layers_clear","leaderboard","leak_add","leak_remove","legend_toggle","lens","lens_blur","library_add","library_add_check","library_books","library_music","light","light_mode","lightbulb","lightbulb_circle","line_axis","line_style","line_weight","linear_scale","link","link_off","linked_camera","liquor","list","list_alt","live_help","live_tv","living","local_activity","local_airport","local_atm","local_bar","local_cafe","local_car_wash","local_convenience_store","local_dining","local_drink","local_fire_department","local_florist","local_gas_station","local_grocery_store","local_hospital","local_hotel","local_laundry_service","local_library","local_mall","local_movies","local_offer","local_parking","local_pharmacy","local_phone","local_pizza","local_play","local_police","local_post_office","local_printshop","local_see","local_shipping","local_taxi","location_city","location_disabled","location_off","location_on","location_searching","lock","lock_clock","lock_open","lock_person","lock_reset","login","logo_dev","logout","looks","looks_3","looks_4","looks_5","looks_6","looks_one","looks_two","loop","loupe","low_priority","loyalty","lte_mobiledata","lte_plus_mobiledata","luggage","lunch_dining","lyrics","macro_off","mail","mail_lock","mail_outline","male","man","man_2","man_3","man_4","manage_accounts","manage_history","manage_search","map","maps_home_work","maps_ugc","margin","mark_as_unread","mark_chat_read","mark_chat_unread","mark_email_read","mark_email_unread","mark_unread_chat_alt","markunread","markunread_mailbox","masks","maximize","media_bluetooth_off","media_bluetooth_on","mediation","medical_information","medical_services","medication","medication_liquid","meeting_room","memory","menu","menu_book","menu_open","merge","merge_type","message","mic","mic_external_off","mic_external_on","mic_none","mic_off","microwave","military_tech","minimize","minor_crash","miscellaneous_services","missed_video_call","mms","mobile_friendly","mobile_off","mobile_screen_share","mobiledata_off","mode","mode_comment","mode_edit","mode_edit_outline","mode_fan_off","mode_night","mode_of_travel","mode_standby","model_training","monetization_on","money","money_off","money_off_csred","monitor","monitor_heart","monitor_weight","monochrome_photos","mood","mood_bad","moped","more","more_horiz","more_time","more_vert","mosque","motion_photos_auto","motion_photos_off","motion_photos_on","motion_photos_pause","motion_photos_paused","mouse","move_down","move_to_inbox","move_up","movie","movie_creation","movie_filter","moving","mp","multiline_chart","multiple_stop","museum","music_note","music_off","music_video","my_location","nat","nature","nature_people","navigate_before","navigate_next","navigation","near_me","near_me_disabled","nearby_error","nearby_off","nest_cam_wired_stand","network_cell","network_check","network_locked","network_ping","network_wifi","network_wifi_1_bar","network_wifi_2_bar","network_wifi_3_bar","new_label","new_releases","newspaper","next_plan","next_week","nfc","night_shelter","nightlife","nightlight","nightlight_round","nights_stay","no_accounts","no_adult_content","no_backpack","no_cell","no_crash","no_drinks","no_encryption","no_encryption_gmailerrorred","no_flash","no_food","no_luggage","no_meals","no_meeting_room","no_photography","no_sim","no_stroller","no_transfer","noise_aware","noise_control_off","nordic_walking","north","north_east","north_west","not_accessible","not_interested","not_listed_location","not_started","note","note_add","note_alt","notes","notification_add","notification_important","notifications","notifications_active","notifications_none","notifications_off","notifications_paused","numbers","offline_bolt","offline_pin","offline_share","oil_barrel","on_device_training","ondemand_video","online_prediction","opacity","open_in_browser","open_in_full","open_in_new","open_in_new_off","open_with","other_houses","outbound","outbox","outdoor_grill","outlet","outlined_flag","output","padding","pages","pageview","paid","palette","pan_tool","pan_tool_alt","panorama","panorama_fish_eye","panorama_horizontal","panorama_horizontal_select","panorama_photosphere","panorama_photosphere_select","panorama_vertical","panorama_vertical_select","panorama_wide_angle","panorama_wide_angle_select","paragliding","park","party_mode","password","pattern","pause","pause_circle","pause_circle_filled","pause_circle_outline","pause_presentation","payment","payments","pedal_bike","pending","pending_actions","pentagon","people","people_alt","people_outline","percent","perm_camera_mic","perm_contact_calendar","perm_data_setting","perm_device_information","perm_identity","perm_media","perm_phone_msg","perm_scan_wifi","person","person_2","person_3","person_4","person_add","person_add_alt","person_add_alt_1","person_add_disabled","person_off","person_outline","person_pin","person_pin_circle","person_remove","person_remove_alt_1","person_search","personal_injury","personal_video","pest_control","pest_control_rodent","pets","phishing","phone","phone_android","phone_bluetooth_speaker","phone_callback","phone_disabled","phone_enabled","phone_forwarded","phone_iphone","phone_locked","phone_missed","phone_paused","phonelink","phonelink_erase","phonelink_lock","phonelink_off","phonelink_ring","phonelink_setup","photo","photo_album","photo_camera","photo_camera_back","photo_camera_front","photo_filter","photo_library","photo_size_select_actual","photo_size_select_large","photo_size_select_small","php","piano","piano_off","picture_as_pdf","picture_in_picture","picture_in_picture_alt","pie_chart","pie_chart_outline","pin","pin_drop","pin_end","pin_invoke","pinch","pivot_table_chart","pix","place","plagiarism","play_arrow","play_circle","play_circle_filled","play_circle_outline","play_disabled","play_for_work","play_lesson","playlist_add","playlist_add_check","playlist_add_check_circle","playlist_add_circle","playlist_play","playlist_remove","plumbing","plus_one","podcasts","point_of_sale","policy","poll","polyline","polymer","pool","portable_wifi_off","portrait","post_add","power","power_input","power_off","power_settings_new","precision_manufacturing","pregnant_woman","present_to_all","preview","price_change","price_check","print","print_disabled","priority_high","privacy_tip","private_connectivity","production_quantity_limits","propane","propane_tank","psychology","psychology_alt","public","public_off","publish","published_with_changes","punch_clock","push_pin","qr_code","qr_code_2","qr_code_scanner","query_builder","query_stats","question_answer","question_mark","queue","queue_music","queue_play_next","quickreply","quiz","r_mobiledata","radar","radio","radio_button_checked","radio_button_unchecked","railway_alert","ramen_dining","ramp_left","ramp_right","rate_review","raw_off","raw_on","read_more","real_estate_agent","receipt","receipt_long","recent_actors","recommend","record_voice_over","rectangle","recycling","redeem","redo","reduce_capacity","refresh","remember_me","remove","remove_circle","remove_circle_outline","remove_done","remove_from_queue","remove_moderator","remove_red_eye","remove_road","remove_shopping_cart","reorder","repartition","repeat","repeat_on","repeat_one","repeat_one_on","replay","replay_10","replay_30","replay_5","replay_circle_filled","reply","reply_all","report","report_gmailerrorred","report_off","report_problem","request_page","request_quote","reset_tv","restart_alt","restaurant","restaurant_menu","restore","restore_from_trash","restore_page","reviews","rice_bowl","ring_volume","rocket","rocket_launch","roller_shades","roller_shades_closed","roller_skating","roofing","room","room_preferences","room_service","rotate_90_degrees_ccw","rotate_90_degrees_cw","rotate_left","rotate_right","roundabout_left","roundabout_right","rounded_corner","route","router","rowing","rss_feed","rsvp","rtt","rule","rule_folder","run_circle","running_with_errors","rv_hookup","safety_check","safety_divider","sailing","sanitizer","satellite","satellite_alt","save","save_alt","save_as","saved_search","savings","scale","scanner","scatter_plot","schedule","schedule_send","schema","school","science","score","scoreboard","screen_lock_landscape","screen_lock_portrait","screen_lock_rotation","screen_rotation","screen_rotation_alt","screen_search_desktop","screen_share","screenshot","screenshot_monitor","scuba_diving","sd","sd_card","sd_card_alert","sd_storage","search","search_off","security","security_update","security_update_good","security_update_warning","segment","select_all","self_improvement","sell","send","send_and_archive","send_time_extension","send_to_mobile","sensor_door","sensor_occupied","sensor_window","sensors","sensors_off","sentiment_dissatisfied","sentiment_neutral","sentiment_satisfied","sentiment_satisfied_alt","sentiment_very_dissatisfied","sentiment_very_satisfied","set_meal","settings","settings_accessibility","settings_applications","settings_backup_restore","settings_bluetooth","settings_brightness","settings_cell","settings_ethernet","settings_input_antenna","settings_input_component","settings_input_composite","settings_input_hdmi","settings_input_svideo","settings_overscan","settings_phone","settings_power","settings_remote","settings_suggest","settings_system_daydream","settings_voice","severe_cold","shape_line","share","share_location","shield","shield_moon","shop","shop_2","shop_two","shopping_bag","shopping_basket","shopping_cart","shopping_cart_checkout","short_text","shortcut","show_chart","shower","shuffle","shuffle_on","shutter_speed","sick","sign_language","signal_cellular_0_bar","signal_cellular_4_bar","signal_cellular_alt","signal_cellular_alt_1_bar","signal_cellular_alt_2_bar","signal_cellular_connected_no_internet_0_bar","signal_cellular_connected_no_internet_4_bar","signal_cellular_no_sim","signal_cellular_nodata","signal_cellular_null","signal_cellular_off","signal_wifi_0_bar","signal_wifi_4_bar","signal_wifi_4_bar_lock","signal_wifi_bad","signal_wifi_connected_no_internet_4","signal_wifi_off","signal_wifi_statusbar_4_bar","signal_wifi_statusbar_connected_no_internet_4","signal_wifi_statusbar_null","signpost","sim_card","sim_card_alert","sim_card_download","single_bed","sip","skateboarding","skip_next","skip_previous","sledding","slideshow","slow_motion_video","smart_button","smart_display","smart_screen","smart_toy","smartphone","smoke_free","smoking_rooms","sms","sms_failed","snippet_folder","snooze","snowboarding","snowmobile","snowshoeing","soap","social_distance","solar_power","sort","sort_by_alpha","sos","soup_kitchen","source","south","south_america","south_east","south_west","spa","space_bar","space_dashboard","spatial_audio","spatial_audio_off","spatial_tracking","speaker","speaker_group","speaker_notes","speaker_notes_off","speaker_phone","speed","spellcheck","splitscreen","spoke","sports","sports_bar","sports_baseball","sports_basketball","sports_cricket","sports_esports","sports_football","sports_golf","sports_gymnastics","sports_handball","sports_hockey","sports_kabaddi","sports_martial_arts","sports_mma","sports_motorsports","sports_rugby","sports_score","sports_soccer","sports_tennis","sports_volleyball","square","square_foot","ssid_chart","stacked_bar_chart","stacked_line_chart","stadium","stairs","star","star_border","star_border_purple500","star_half","star_outline","star_purple500","star_rate","stars","start","stay_current_landscape","stay_current_portrait","stay_primary_landscape","stay_primary_portrait","sticky_note_2","stop","stop_circle","stop_screen_share","storage","store","store_mall_directory","storefront","storm","straight","straighten","stream","streetview","strikethrough_s","stroller","style","subdirectory_arrow_left","subdirectory_arrow_right","subject","subscript","subscriptions","subtitles","subtitles_off","subway","summarize","superscript","supervised_user_circle","supervisor_account","support","support_agent","surfing","surround_sound","swap_calls","swap_horiz","swap_horizontal_circle","swap_vert","swap_vertical_circle","swipe","swipe_down","swipe_down_alt","swipe_left","swipe_left_alt","swipe_right","swipe_right_alt","swipe_up","swipe_up_alt","swipe_vertical","switch_access_shortcut","switch_access_shortcut_add","switch_account","switch_camera","switch_left","switch_right","switch_video","synagogue","sync","sync_alt","sync_disabled","sync_lock","sync_problem","system_security_update","system_security_update_good","system_security_update_warning","system_update","system_update_alt","tab","tab_unselected","table_bar","table_chart","table_restaurant","table_rows","table_view","tablet","tablet_android","tablet_mac","tag","tag_faces","takeout_dining","tap_and_play","tapas","task","task_alt","taxi_alert","temple_buddhist","temple_hindu","terminal","terrain","text_decrease","text_fields","text_format","text_increase","text_rotate_up","text_rotate_vertical","text_rotation_angledown","text_rotation_angleup","text_rotation_down","text_rotation_none","text_snippet","textsms","texture","theater_comedy","theaters","thermostat","thermostat_auto","thumb_down","thumb_down_alt","thumb_down_off_alt","thumb_up","thumb_up_alt","thumb_up_off_alt","thumbs_up_down","thunderstorm","time_to_leave","timelapse","timeline","timer","timer_10","timer_10_select","timer_3","timer_3_select","timer_off","tips_and_updates","tire_repair","title","toc","today","toggle_off","toggle_on","token","toll","tonality","topic","tornado","touch_app","tour","toys","track_changes","traffic","train","tram","transcribe","transfer_within_a_station","transform","transgender","transit_enterexit","translate","travel_explore","trending_down","trending_flat","trending_up","trip_origin","troubleshoot","try","tsunami","tty","tune","tungsten","turn_left","turn_right","turn_sharp_left","turn_sharp_right","turn_slight_left","turn_slight_right","turned_in","turned_in_not","tv","tv_off","two_wheeler","type_specimen","u_turn_left","u_turn_right","umbrella","unarchive","undo","unfold_less","unfold_less_double","unfold_more","unfold_more_double","unpublished","unsubscribe","upcoming","update","update_disabled","upgrade","upload","upload_file","usb","usb_off","vaccines","vape_free","vaping_rooms","verified","verified_user","vertical_align_bottom","vertical_align_center","vertical_align_top","vertical_distribute","vertical_shades","vertical_shades_closed","vertical_split","vibration","video_call","video_camera_back","video_camera_front","video_chat","video_file","video_label","video_library","video_settings","video_stable","videocam","videocam_off","videogame_asset","videogame_asset_off","view_agenda","view_array","view_carousel","view_column","view_comfy","view_comfy_alt","view_compact","view_compact_alt","view_cozy","view_day","view_headline","view_in_ar","view_kanban","view_list","view_module","view_quilt","view_sidebar","view_stream","view_timeline","view_week","vignette","villa","visibility","visibility_off","voice_chat","voice_over_off","voicemail","volcano","volume_down","volume_mute","volume_off","volume_up","volunteer_activism","vpn_key","vpn_key_off","vpn_lock","vrpano","wallet","wallpaper","warehouse","warning","warning_amber","wash","watch","watch_later","watch_off","water","water_damage","water_drop","waterfall_chart","waves","waving_hand","wb_auto","wb_cloudy","wb_incandescent","wb_iridescent","wb_shade","wb_sunny","wb_twilight","wc","web","web_asset","web_asset_off","web_stories","webhook","weekend","west","whatshot","wheelchair_pickup","where_to_vote","widgets","width_full","width_normal","width_wide","wifi","wifi_1_bar","wifi_2_bar","wifi_calling","wifi_calling_3","wifi_channel","wifi_find","wifi_lock","wifi_off","wifi_password","wifi_protected_setup","wifi_tethering","wifi_tethering_error","wifi_tethering_off","wind_power","window","wine_bar","woman","woman_2","work","work_history","work_off","work_outline","workspace_premium","workspaces","wrap_text","wrong_location","wysiwyg","yard","youtube_searched_for","zoom_in","zoom_in_map","zoom_out","zoom_out_map"],Al={inherit:"",primary:"text-primary",success:"text-green-500",warning:"text-yellow-500",secondary:"text-secondary",disabled:"text-disabled dark:text-disabled-dark",error:"text-red-500"};function r({iconKey:e,size:t="medium",color:c,className:i,onClick:a,style:l}){let s;switch(t){case"smallest":s=16;break;case"small":s=20;break;case"medium":s=24;break;case"large":s=28;break;default:s=t}return s||(s=24),n.jsx("span",{style:{fontSize:`${s}px`,display:"block",...l},className:F("material-icons",c?Al[c]:"","select-none",i),onClick:a,children:e})}function yl(e){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:e.className,fill:"currentColor",width:e.size??24,height:e.size??24,viewBox:"0 0 24 24",children:n.jsx("path",{d:"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"})})}function br(e){return n.jsx(r,{...e,iconKey:"search"})}function _l(e){return n.jsx(r,{...e,iconKey:"123"})}function hl(e){return n.jsx(r,{...e,iconKey:"360"})}function gl(e){return n.jsx(r,{...e,iconKey:"10k"})}function Il(e){return n.jsx(r,{...e,iconKey:"10mp"})}function bl(e){return n.jsx(r,{...e,iconKey:"11mp"})}function pl(e){return n.jsx(r,{...e,iconKey:"12mp"})}function wl(e){return n.jsx(r,{...e,iconKey:"13mp"})}function kl(e){return n.jsx(r,{...e,iconKey:"14mp"})}function ml(e){return n.jsx(r,{...e,iconKey:"15mp"})}function vl(e){return n.jsx(r,{...e,iconKey:"16mp"})}function Kl(e){return n.jsx(r,{...e,iconKey:"17mp"})}function Cl(e){return n.jsx(r,{...e,iconKey:"18_up_rating"})}function Sl(e){return n.jsx(r,{...e,iconKey:"18mp"})}function Bl(e){return n.jsx(r,{...e,iconKey:"19mp"})}function El(e){return n.jsx(r,{...e,iconKey:"1k"})}function Fl(e){return n.jsx(r,{...e,iconKey:"1k_plus"})}function Pl(e){return n.jsx(r,{...e,iconKey:"1x_mobiledata"})}function Dl(e){return n.jsx(r,{...e,iconKey:"20mp"})}function Nl(e){return n.jsx(r,{...e,iconKey:"21mp"})}function Tl(e){return n.jsx(r,{...e,iconKey:"22mp"})}function Ml(e){return n.jsx(r,{...e,iconKey:"23mp"})}function Ol(e){return n.jsx(r,{...e,iconKey:"24mp"})}function Ll(e){return n.jsx(r,{...e,iconKey:"2k"})}function Ql(e){return n.jsx(r,{...e,iconKey:"2k_plus"})}function Vl(e){return n.jsx(r,{...e,iconKey:"2mp"})}function Wl(e){return n.jsx(r,{...e,iconKey:"30fps"})}function Gl(e){return n.jsx(r,{...e,iconKey:"30fps_select"})}function zl(e){return n.jsx(r,{...e,iconKey:"3d_rotation"})}function Hl(e){return n.jsx(r,{...e,iconKey:"3g_mobiledata"})}function Ul(e){return n.jsx(r,{...e,iconKey:"3k"})}function Yl(e){return n.jsx(r,{...e,iconKey:"3k_plus"})}function $l(e){return n.jsx(r,{...e,iconKey:"3mp"})}function jl(e){return n.jsx(r,{...e,iconKey:"3p"})}function ql(e){return n.jsx(r,{...e,iconKey:"4g_mobiledata"})}function Jl(e){return n.jsx(r,{...e,iconKey:"4g_plus_mobiledata"})}function Zl(e){return n.jsx(r,{...e,iconKey:"4k"})}function Xl(e){return n.jsx(r,{...e,iconKey:"4k_plus"})}function xl(e){return n.jsx(r,{...e,iconKey:"4mp"})}function Rl(e){return n.jsx(r,{...e,iconKey:"5g"})}function es(e){return n.jsx(r,{...e,iconKey:"5k"})}function ns(e){return n.jsx(r,{...e,iconKey:"5k_plus"})}function os(e){return n.jsx(r,{...e,iconKey:"5mp"})}function rs(e){return n.jsx(r,{...e,iconKey:"60fps"})}function ts(e){return n.jsx(r,{...e,iconKey:"60fps_select"})}function cs(e){return n.jsx(r,{...e,iconKey:"6_ft_apart"})}function is(e){return n.jsx(r,{...e,iconKey:"6k"})}function as(e){return n.jsx(r,{...e,iconKey:"6k_plus"})}function ls(e){return n.jsx(r,{...e,iconKey:"6mp"})}function ss(e){return n.jsx(r,{...e,iconKey:"7k"})}function ds(e){return n.jsx(r,{...e,iconKey:"7k_plus"})}function us(e){return n.jsx(r,{...e,iconKey:"7mp"})}function fs(e){return n.jsx(r,{...e,iconKey:"8k"})}function As(e){return n.jsx(r,{...e,iconKey:"8k_plus"})}function ys(e){return n.jsx(r,{...e,iconKey:"8mp"})}function _s(e){return n.jsx(r,{...e,iconKey:"9k"})}function hs(e){return n.jsx(r,{...e,iconKey:"9k_plus"})}function gs(e){return n.jsx(r,{...e,iconKey:"9mp"})}function Is(e){return n.jsx(r,{...e,iconKey:"abc"})}function bs(e){return n.jsx(r,{...e,iconKey:"ac_unit"})}function ps(e){return n.jsx(r,{...e,iconKey:"access_alarm"})}function ws(e){return n.jsx(r,{...e,iconKey:"access_alarms"})}function ks(e){return n.jsx(r,{...e,iconKey:"access_time"})}function ms(e){return n.jsx(r,{...e,iconKey:"access_time_filled"})}function vs(e){return n.jsx(r,{...e,iconKey:"accessibility"})}function Ks(e){return n.jsx(r,{...e,iconKey:"accessibility_new"})}function Cs(e){return n.jsx(r,{...e,iconKey:"accessible"})}function Ss(e){return n.jsx(r,{...e,iconKey:"accessible_forward"})}function Bs(e){return n.jsx(r,{...e,iconKey:"account_balance"})}function Es(e){return n.jsx(r,{...e,iconKey:"account_balance_wallet"})}function Fs(e){return n.jsx(r,{...e,iconKey:"account_box"})}function Ps(e){return n.jsx(r,{...e,iconKey:"account_circle"})}function Ds(e){return n.jsx(r,{...e,iconKey:"account_tree"})}function Ns(e){return n.jsx(r,{...e,iconKey:"ad_units"})}function Ts(e){return n.jsx(r,{...e,iconKey:"adb"})}function mn(e){return n.jsx(r,{...e,iconKey:"add"})}function Ms(e){return n.jsx(r,{...e,iconKey:"add_a_photo"})}function Os(e){return n.jsx(r,{...e,iconKey:"add_alarm"})}function Ls(e){return n.jsx(r,{...e,iconKey:"add_alert"})}function Qs(e){return n.jsx(r,{...e,iconKey:"add_box"})}function Vs(e){return n.jsx(r,{...e,iconKey:"add_business"})}function Ws(e){return n.jsx(r,{...e,iconKey:"add_card"})}function Gs(e){return n.jsx(r,{...e,iconKey:"add_chart"})}function zs(e){return n.jsx(r,{...e,iconKey:"add_circle"})}function Hs(e){return n.jsx(r,{...e,iconKey:"add_circle_outline"})}function Us(e){return n.jsx(r,{...e,iconKey:"add_comment"})}function Ys(e){return n.jsx(r,{...e,iconKey:"add_home"})}function $s(e){return n.jsx(r,{...e,iconKey:"add_home_work"})}function js(e){return n.jsx(r,{...e,iconKey:"add_ic_call"})}function sc(e){return n.jsx(r,{...e,iconKey:"add_link"})}function qs(e){return n.jsx(r,{...e,iconKey:"add_location"})}function Js(e){return n.jsx(r,{...e,iconKey:"add_location_alt"})}function Zs(e){return n.jsx(r,{...e,iconKey:"add_moderator"})}function Xs(e){return n.jsx(r,{...e,iconKey:"add_photo_alternate"})}function xs(e){return n.jsx(r,{...e,iconKey:"add_reaction"})}function Rs(e){return n.jsx(r,{...e,iconKey:"add_road"})}function ed(e){return n.jsx(r,{...e,iconKey:"add_shopping_cart"})}function nd(e){return n.jsx(r,{...e,iconKey:"add_task"})}function od(e){return n.jsx(r,{...e,iconKey:"add_to_drive"})}function rd(e){return n.jsx(r,{...e,iconKey:"add_to_home_screen"})}function td(e){return n.jsx(r,{...e,iconKey:"add_to_photos"})}function cd(e){return n.jsx(r,{...e,iconKey:"add_to_queue"})}function id(e){return n.jsx(r,{...e,iconKey:"adf_scanner"})}function ad(e){return n.jsx(r,{...e,iconKey:"adjust"})}function ld(e){return n.jsx(r,{...e,iconKey:"admin_panel_settings"})}function sd(e){return n.jsx(r,{...e,iconKey:"ads_click"})}function dd(e){return n.jsx(r,{...e,iconKey:"agriculture"})}function ud(e){return n.jsx(r,{...e,iconKey:"air"})}function fd(e){return n.jsx(r,{...e,iconKey:"airline_seat_flat"})}function Ad(e){return n.jsx(r,{...e,iconKey:"airline_seat_flat_angled"})}function yd(e){return n.jsx(r,{...e,iconKey:"airline_seat_individual_suite"})}function _d(e){return n.jsx(r,{...e,iconKey:"airline_seat_legroom_extra"})}function hd(e){return n.jsx(r,{...e,iconKey:"airline_seat_legroom_normal"})}function gd(e){return n.jsx(r,{...e,iconKey:"airline_seat_legroom_reduced"})}function Id(e){return n.jsx(r,{...e,iconKey:"airline_seat_recline_extra"})}function bd(e){return n.jsx(r,{...e,iconKey:"airline_seat_recline_normal"})}function pd(e){return n.jsx(r,{...e,iconKey:"airline_stops"})}function wd(e){return n.jsx(r,{...e,iconKey:"airlines"})}function kd(e){return n.jsx(r,{...e,iconKey:"airplane_ticket"})}function md(e){return n.jsx(r,{...e,iconKey:"airplanemode_active"})}function vd(e){return n.jsx(r,{...e,iconKey:"airplanemode_inactive"})}function Kd(e){return n.jsx(r,{...e,iconKey:"airplay"})}function Cd(e){return n.jsx(r,{...e,iconKey:"airport_shuttle"})}function Sd(e){return n.jsx(r,{...e,iconKey:"alarm"})}function Bd(e){return n.jsx(r,{...e,iconKey:"alarm_add"})}function Ed(e){return n.jsx(r,{...e,iconKey:"alarm_off"})}function Fd(e){return n.jsx(r,{...e,iconKey:"alarm_on"})}function Pd(e){return n.jsx(r,{...e,iconKey:"album"})}function Dd(e){return n.jsx(r,{...e,iconKey:"align_horizontal_center"})}function Nd(e){return n.jsx(r,{...e,iconKey:"align_horizontal_left"})}function Td(e){return n.jsx(r,{...e,iconKey:"align_horizontal_right"})}function Md(e){return n.jsx(r,{...e,iconKey:"align_vertical_bottom"})}function Od(e){return n.jsx(r,{...e,iconKey:"align_vertical_center"})}function Ld(e){return n.jsx(r,{...e,iconKey:"align_vertical_top"})}function Qd(e){return n.jsx(r,{...e,iconKey:"all_inbox"})}function Vd(e){return n.jsx(r,{...e,iconKey:"all_inclusive"})}function Wd(e){return n.jsx(r,{...e,iconKey:"all_out"})}function Gd(e){return n.jsx(r,{...e,iconKey:"alt_route"})}function zd(e){return n.jsx(r,{...e,iconKey:"alternate_email"})}function Hd(e){return n.jsx(r,{...e,iconKey:"analytics"})}function Ud(e){return n.jsx(r,{...e,iconKey:"anchor"})}function Yd(e){return n.jsx(r,{...e,iconKey:"android"})}function $d(e){return n.jsx(r,{...e,iconKey:"animation"})}function jd(e){return n.jsx(r,{...e,iconKey:"announcement"})}function qd(e){return n.jsx(r,{...e,iconKey:"aod"})}function Jd(e){return n.jsx(r,{...e,iconKey:"apartment"})}function Zd(e){return n.jsx(r,{...e,iconKey:"api"})}function Xd(e){return n.jsx(r,{...e,iconKey:"app_blocking"})}function xd(e){return n.jsx(r,{...e,iconKey:"app_registration"})}function Rd(e){return n.jsx(r,{...e,iconKey:"app_settings_alt"})}function eu(e){return n.jsx(r,{...e,iconKey:"app_shortcut"})}function nu(e){return n.jsx(r,{...e,iconKey:"approval"})}function ou(e){return n.jsx(r,{...e,iconKey:"apps"})}function ru(e){return n.jsx(r,{...e,iconKey:"apps_outage"})}function tu(e){return n.jsx(r,{...e,iconKey:"architecture"})}function cu(e){return n.jsx(r,{...e,iconKey:"archive"})}function iu(e){return n.jsx(r,{...e,iconKey:"area_chart"})}function au(e){return n.jsx(r,{...e,iconKey:"arrow_back"})}function lu(e){return n.jsx(r,{...e,iconKey:"arrow_back_ios"})}function su(e){return n.jsx(r,{...e,iconKey:"arrow_back_ios_new"})}function du(e){return n.jsx(r,{...e,iconKey:"arrow_circle_down"})}function uu(e){return n.jsx(r,{...e,iconKey:"arrow_circle_left"})}function fu(e){return n.jsx(r,{...e,iconKey:"arrow_circle_right"})}function Au(e){return n.jsx(r,{...e,iconKey:"arrow_circle_up"})}function yu(e){return n.jsx(r,{...e,iconKey:"arrow_downward"})}function pr(e){return n.jsx(r,{...e,iconKey:"arrow_drop_down"})}function _u(e){return n.jsx(r,{...e,iconKey:"arrow_drop_down_circle"})}function hu(e){return n.jsx(r,{...e,iconKey:"arrow_drop_up"})}function dc(e){return n.jsx(r,{...e,iconKey:"arrow_forward"})}function gu(e){return n.jsx(r,{...e,iconKey:"arrow_forward_ios"})}function Iu(e){return n.jsx(r,{...e,iconKey:"arrow_left"})}function bu(e){return n.jsx(r,{...e,iconKey:"arrow_outward"})}function pu(e){return n.jsx(r,{...e,iconKey:"arrow_right"})}function wu(e){return n.jsx(r,{...e,iconKey:"arrow_right_alt"})}function Do(e){return n.jsx(r,{...e,iconKey:"arrow_upward"})}function ku(e){return n.jsx(r,{...e,iconKey:"art_track"})}function mu(e){return n.jsx(r,{...e,iconKey:"article"})}function vu(e){return n.jsx(r,{...e,iconKey:"aspect_ratio"})}function Ku(e){return n.jsx(r,{...e,iconKey:"assessment"})}function uc(e){return n.jsx(r,{...e,iconKey:"assignment"})}function Cu(e){return n.jsx(r,{...e,iconKey:"assignment_ind"})}function Su(e){return n.jsx(r,{...e,iconKey:"assignment_late"})}function Bu(e){return n.jsx(r,{...e,iconKey:"assignment_return"})}function Eu(e){return n.jsx(r,{...e,iconKey:"assignment_returned"})}function Fu(e){return n.jsx(r,{...e,iconKey:"assignment_turned_in"})}function Pu(e){return n.jsx(r,{...e,iconKey:"assist_walker"})}function Du(e){return n.jsx(r,{...e,iconKey:"assistant"})}function Nu(e){return n.jsx(r,{...e,iconKey:"assistant_direction"})}function Tu(e){return n.jsx(r,{...e,iconKey:"assistant_photo"})}function Mu(e){return n.jsx(r,{...e,iconKey:"assured_workload"})}function Ou(e){return n.jsx(r,{...e,iconKey:"atm"})}function Lu(e){return n.jsx(r,{...e,iconKey:"attach_email"})}function Qu(e){return n.jsx(r,{...e,iconKey:"attach_file"})}function Vu(e){return n.jsx(r,{...e,iconKey:"attach_money"})}function Wu(e){return n.jsx(r,{...e,iconKey:"attachment"})}function Gu(e){return n.jsx(r,{...e,iconKey:"attractions"})}function zu(e){return n.jsx(r,{...e,iconKey:"attribution"})}function Hu(e){return n.jsx(r,{...e,iconKey:"audio_file"})}function Uu(e){return n.jsx(r,{...e,iconKey:"audiotrack"})}function Yu(e){return n.jsx(r,{...e,iconKey:"auto_awesome"})}function $u(e){return n.jsx(r,{...e,iconKey:"auto_awesome_mosaic"})}function ju(e){return n.jsx(r,{...e,iconKey:"auto_awesome_motion"})}function qu(e){return n.jsx(r,{...e,iconKey:"auto_delete"})}function Ju(e){return n.jsx(r,{...e,iconKey:"auto_fix_high"})}function Zu(e){return n.jsx(r,{...e,iconKey:"auto_fix_normal"})}function Xu(e){return n.jsx(r,{...e,iconKey:"auto_fix_off"})}function xu(e){return n.jsx(r,{...e,iconKey:"auto_graph"})}function Ru(e){return n.jsx(r,{...e,iconKey:"auto_mode"})}function ef(e){return n.jsx(r,{...e,iconKey:"auto_stories"})}function nf(e){return n.jsx(r,{...e,iconKey:"autofps_select"})}function of(e){return n.jsx(r,{...e,iconKey:"autorenew"})}function rf(e){return n.jsx(r,{...e,iconKey:"av_timer"})}function tf(e){return n.jsx(r,{...e,iconKey:"baby_changing_station"})}function cf(e){return n.jsx(r,{...e,iconKey:"back_hand"})}function af(e){return n.jsx(r,{...e,iconKey:"backpack"})}function lf(e){return n.jsx(r,{...e,iconKey:"backspace"})}function sf(e){return n.jsx(r,{...e,iconKey:"backup"})}function df(e){return n.jsx(r,{...e,iconKey:"backup_table"})}function uf(e){return n.jsx(r,{...e,iconKey:"badge"})}function ff(e){return n.jsx(r,{...e,iconKey:"bakery_dining"})}function Af(e){return n.jsx(r,{...e,iconKey:"balance"})}function yf(e){return n.jsx(r,{...e,iconKey:"balcony"})}function wr(e){return n.jsx(r,{...e,iconKey:"ballot"})}function _f(e){return n.jsx(r,{...e,iconKey:"bar_chart"})}function hf(e){return n.jsx(r,{...e,iconKey:"batch_prediction"})}function gf(e){return n.jsx(r,{...e,iconKey:"bathroom"})}function If(e){return n.jsx(r,{...e,iconKey:"bathtub"})}function bf(e){return n.jsx(r,{...e,iconKey:"battery_0_bar"})}function pf(e){return n.jsx(r,{...e,iconKey:"battery_1_bar"})}function wf(e){return n.jsx(r,{...e,iconKey:"battery_2_bar"})}function kf(e){return n.jsx(r,{...e,iconKey:"battery_3_bar"})}function mf(e){return n.jsx(r,{...e,iconKey:"battery_4_bar"})}function vf(e){return n.jsx(r,{...e,iconKey:"battery_5_bar"})}function Kf(e){return n.jsx(r,{...e,iconKey:"battery_6_bar"})}function Cf(e){return n.jsx(r,{...e,iconKey:"battery_alert"})}function Sf(e){return n.jsx(r,{...e,iconKey:"battery_charging_full"})}function Bf(e){return n.jsx(r,{...e,iconKey:"battery_full"})}function Ef(e){return n.jsx(r,{...e,iconKey:"battery_saver"})}function Ff(e){return n.jsx(r,{...e,iconKey:"battery_std"})}function Pf(e){return n.jsx(r,{...e,iconKey:"battery_unknown"})}function Df(e){return n.jsx(r,{...e,iconKey:"beach_access"})}function Nf(e){return n.jsx(r,{...e,iconKey:"bed"})}function Tf(e){return n.jsx(r,{...e,iconKey:"bedroom_baby"})}function Mf(e){return n.jsx(r,{...e,iconKey:"bedroom_child"})}function Of(e){return n.jsx(r,{...e,iconKey:"bedroom_parent"})}function Lf(e){return n.jsx(r,{...e,iconKey:"bedtime"})}function Qf(e){return n.jsx(r,{...e,iconKey:"bedtime_off"})}function Vf(e){return n.jsx(r,{...e,iconKey:"beenhere"})}function Wf(e){return n.jsx(r,{...e,iconKey:"bento"})}function Gf(e){return n.jsx(r,{...e,iconKey:"bike_scooter"})}function zf(e){return n.jsx(r,{...e,iconKey:"biotech"})}function Hf(e){return n.jsx(r,{...e,iconKey:"blender"})}function Uf(e){return n.jsx(r,{...e,iconKey:"blind"})}function Yf(e){return n.jsx(r,{...e,iconKey:"blinds"})}function $f(e){return n.jsx(r,{...e,iconKey:"blinds_closed"})}function jf(e){return n.jsx(r,{...e,iconKey:"block"})}function qf(e){return n.jsx(r,{...e,iconKey:"bloodtype"})}function Jf(e){return n.jsx(r,{...e,iconKey:"bluetooth"})}function Zf(e){return n.jsx(r,{...e,iconKey:"bluetooth_audio"})}function Xf(e){return n.jsx(r,{...e,iconKey:"bluetooth_connected"})}function xf(e){return n.jsx(r,{...e,iconKey:"bluetooth_disabled"})}function Rf(e){return n.jsx(r,{...e,iconKey:"bluetooth_drive"})}function eA(e){return n.jsx(r,{...e,iconKey:"bluetooth_searching"})}function nA(e){return n.jsx(r,{...e,iconKey:"blur_circular"})}function oA(e){return n.jsx(r,{...e,iconKey:"blur_linear"})}function rA(e){return n.jsx(r,{...e,iconKey:"blur_off"})}function tA(e){return n.jsx(r,{...e,iconKey:"blur_on"})}function cA(e){return n.jsx(r,{...e,iconKey:"bolt"})}function iA(e){return n.jsx(r,{...e,iconKey:"book"})}function aA(e){return n.jsx(r,{...e,iconKey:"book_online"})}function lA(e){return n.jsx(r,{...e,iconKey:"bookmark"})}function sA(e){return n.jsx(r,{...e,iconKey:"bookmark_add"})}function dA(e){return n.jsx(r,{...e,iconKey:"bookmark_added"})}function uA(e){return n.jsx(r,{...e,iconKey:"bookmark_border"})}function fA(e){return n.jsx(r,{...e,iconKey:"bookmark_remove"})}function AA(e){return n.jsx(r,{...e,iconKey:"bookmarks"})}function yA(e){return n.jsx(r,{...e,iconKey:"border_all"})}function _A(e){return n.jsx(r,{...e,iconKey:"border_bottom"})}function hA(e){return n.jsx(r,{...e,iconKey:"border_clear"})}function gA(e){return n.jsx(r,{...e,iconKey:"border_color"})}function IA(e){return n.jsx(r,{...e,iconKey:"border_horizontal"})}function bA(e){return n.jsx(r,{...e,iconKey:"border_inner"})}function pA(e){return n.jsx(r,{...e,iconKey:"border_left"})}function wA(e){return n.jsx(r,{...e,iconKey:"border_outer"})}function kA(e){return n.jsx(r,{...e,iconKey:"border_right"})}function mA(e){return n.jsx(r,{...e,iconKey:"border_style"})}function vA(e){return n.jsx(r,{...e,iconKey:"border_top"})}function KA(e){return n.jsx(r,{...e,iconKey:"border_vertical"})}function CA(e){return n.jsx(r,{...e,iconKey:"boy"})}function SA(e){return n.jsx(r,{...e,iconKey:"branding_watermark"})}function BA(e){return n.jsx(r,{...e,iconKey:"breakfast_dining"})}function EA(e){return n.jsx(r,{...e,iconKey:"brightness_1"})}function FA(e){return n.jsx(r,{...e,iconKey:"brightness_2"})}function PA(e){return n.jsx(r,{...e,iconKey:"brightness_3"})}function DA(e){return n.jsx(r,{...e,iconKey:"brightness_4"})}function NA(e){return n.jsx(r,{...e,iconKey:"brightness_5"})}function TA(e){return n.jsx(r,{...e,iconKey:"brightness_6"})}function MA(e){return n.jsx(r,{...e,iconKey:"brightness_7"})}function OA(e){return n.jsx(r,{...e,iconKey:"brightness_auto"})}function LA(e){return n.jsx(r,{...e,iconKey:"brightness_high"})}function QA(e){return n.jsx(r,{...e,iconKey:"brightness_low"})}function VA(e){return n.jsx(r,{...e,iconKey:"brightness_medium"})}function WA(e){return n.jsx(r,{...e,iconKey:"broadcast_on_home"})}function GA(e){return n.jsx(r,{...e,iconKey:"broadcast_on_personal"})}function zA(e){return n.jsx(r,{...e,iconKey:"broken_image"})}function HA(e){return n.jsx(r,{...e,iconKey:"browse_gallery"})}function UA(e){return n.jsx(r,{...e,iconKey:"browser_not_supported"})}function YA(e){return n.jsx(r,{...e,iconKey:"browser_updated"})}function $A(e){return n.jsx(r,{...e,iconKey:"brunch_dining"})}function jA(e){return n.jsx(r,{...e,iconKey:"brush"})}function qA(e){return n.jsx(r,{...e,iconKey:"bubble_chart"})}function JA(e){return n.jsx(r,{...e,iconKey:"bug_report"})}function ZA(e){return n.jsx(r,{...e,iconKey:"build"})}function XA(e){return n.jsx(r,{...e,iconKey:"build_circle"})}function xA(e){return n.jsx(r,{...e,iconKey:"bungalow"})}function RA(e){return n.jsx(r,{...e,iconKey:"burst_mode"})}function ey(e){return n.jsx(r,{...e,iconKey:"bus_alert"})}function ny(e){return n.jsx(r,{...e,iconKey:"business"})}function oy(e){return n.jsx(r,{...e,iconKey:"business_center"})}function ry(e){return n.jsx(r,{...e,iconKey:"cabin"})}function ty(e){return n.jsx(r,{...e,iconKey:"cable"})}function cy(e){return n.jsx(r,{...e,iconKey:"cached"})}function iy(e){return n.jsx(r,{...e,iconKey:"cake"})}function ay(e){return n.jsx(r,{...e,iconKey:"calculate"})}function fc(e){return n.jsx(r,{...e,iconKey:"calendar_month"})}function ly(e){return n.jsx(r,{...e,iconKey:"calendar_today"})}function sy(e){return n.jsx(r,{...e,iconKey:"calendar_view_day"})}function dy(e){return n.jsx(r,{...e,iconKey:"calendar_view_month"})}function uy(e){return n.jsx(r,{...e,iconKey:"calendar_view_week"})}function fy(e){return n.jsx(r,{...e,iconKey:"call"})}function Ay(e){return n.jsx(r,{...e,iconKey:"call_end"})}function yy(e){return n.jsx(r,{...e,iconKey:"call_made"})}function _y(e){return n.jsx(r,{...e,iconKey:"call_merge"})}function hy(e){return n.jsx(r,{...e,iconKey:"call_missed"})}function gy(e){return n.jsx(r,{...e,iconKey:"call_missed_outgoing"})}function Iy(e){return n.jsx(r,{...e,iconKey:"call_received"})}function by(e){return n.jsx(r,{...e,iconKey:"call_split"})}function py(e){return n.jsx(r,{...e,iconKey:"call_to_action"})}function wy(e){return n.jsx(r,{...e,iconKey:"camera"})}function ky(e){return n.jsx(r,{...e,iconKey:"camera_alt"})}function my(e){return n.jsx(r,{...e,iconKey:"camera_enhance"})}function vy(e){return n.jsx(r,{...e,iconKey:"camera_front"})}function Ky(e){return n.jsx(r,{...e,iconKey:"camera_indoor"})}function Cy(e){return n.jsx(r,{...e,iconKey:"camera_outdoor"})}function Sy(e){return n.jsx(r,{...e,iconKey:"camera_rear"})}function By(e){return n.jsx(r,{...e,iconKey:"camera_roll"})}function Ey(e){return n.jsx(r,{...e,iconKey:"cameraswitch"})}function Fy(e){return n.jsx(r,{...e,iconKey:"campaign"})}function Py(e){return n.jsx(r,{...e,iconKey:"cancel"})}function Dy(e){return n.jsx(r,{...e,iconKey:"cancel_presentation"})}function Ny(e){return n.jsx(r,{...e,iconKey:"cancel_schedule_send"})}function Ty(e){return n.jsx(r,{...e,iconKey:"candlestick_chart"})}function My(e){return n.jsx(r,{...e,iconKey:"car_crash"})}function Oy(e){return n.jsx(r,{...e,iconKey:"car_rental"})}function Ly(e){return n.jsx(r,{...e,iconKey:"car_repair"})}function Qy(e){return n.jsx(r,{...e,iconKey:"card_giftcard"})}function Vy(e){return n.jsx(r,{...e,iconKey:"card_membership"})}function Wy(e){return n.jsx(r,{...e,iconKey:"card_travel"})}function Gy(e){return n.jsx(r,{...e,iconKey:"carpenter"})}function zy(e){return n.jsx(r,{...e,iconKey:"cases"})}function Hy(e){return n.jsx(r,{...e,iconKey:"casino"})}function Uy(e){return n.jsx(r,{...e,iconKey:"cast"})}function Yy(e){return n.jsx(r,{...e,iconKey:"cast_connected"})}function $y(e){return n.jsx(r,{...e,iconKey:"cast_for_education"})}function jy(e){return n.jsx(r,{...e,iconKey:"castle"})}function qy(e){return n.jsx(r,{...e,iconKey:"catching_pokemon"})}function Jy(e){return n.jsx(r,{...e,iconKey:"category"})}function Zy(e){return n.jsx(r,{...e,iconKey:"celebration"})}function Xy(e){return n.jsx(r,{...e,iconKey:"cell_tower"})}function xy(e){return n.jsx(r,{...e,iconKey:"cell_wifi"})}function Ry(e){return n.jsx(r,{...e,iconKey:"center_focus_strong"})}function e_(e){return n.jsx(r,{...e,iconKey:"center_focus_weak"})}function n_(e){return n.jsx(r,{...e,iconKey:"chair"})}function o_(e){return n.jsx(r,{...e,iconKey:"chair_alt"})}function r_(e){return n.jsx(r,{...e,iconKey:"chalet"})}function t_(e){return n.jsx(r,{...e,iconKey:"change_circle"})}function c_(e){return n.jsx(r,{...e,iconKey:"change_history"})}function i_(e){return n.jsx(r,{...e,iconKey:"charging_station"})}function a_(e){return n.jsx(r,{...e,iconKey:"chat"})}function l_(e){return n.jsx(r,{...e,iconKey:"chat_bubble"})}function s_(e){return n.jsx(r,{...e,iconKey:"chat_bubble_outline"})}function Ac(e){return n.jsx(r,{...e,iconKey:"check"})}function d_(e){return n.jsx(r,{...e,iconKey:"check_box"})}function u_(e){return n.jsx(r,{...e,iconKey:"check_box_outline_blank"})}function f_(e){return n.jsx(r,{...e,iconKey:"check_circle"})}function A_(e){return n.jsx(r,{...e,iconKey:"check_circle_outline"})}function y_(e){return n.jsx(r,{...e,iconKey:"checklist"})}function __(e){return n.jsx(r,{...e,iconKey:"checklist_rtl"})}function h_(e){return n.jsx(r,{...e,iconKey:"checkroom"})}function yc(e){return n.jsx(r,{...e,iconKey:"chevron_left"})}function g_(e){return n.jsx(r,{...e,iconKey:"chevron_right"})}function I_(e){return n.jsx(r,{...e,iconKey:"child_care"})}function b_(e){return n.jsx(r,{...e,iconKey:"child_friendly"})}function p_(e){return n.jsx(r,{...e,iconKey:"chrome_reader_mode"})}function w_(e){return n.jsx(r,{...e,iconKey:"church"})}function kr(e){return n.jsx(r,{...e,iconKey:"circle"})}function k_(e){return n.jsx(r,{...e,iconKey:"circle_notifications"})}function m_(e){return n.jsx(r,{...e,iconKey:"class"})}function v_(e){return n.jsx(r,{...e,iconKey:"clean_hands"})}function K_(e){return n.jsx(r,{...e,iconKey:"cleaning_services"})}function fn(e){return n.jsx(r,{...e,iconKey:"clear"})}function C_(e){return n.jsx(r,{...e,iconKey:"clear_all"})}function mr(e){return n.jsx(r,{...e,iconKey:"close"})}function S_(e){return n.jsx(r,{...e,iconKey:"close_fullscreen"})}function B_(e){return n.jsx(r,{...e,iconKey:"closed_caption"})}function E_(e){return n.jsx(r,{...e,iconKey:"closed_caption_disabled"})}function F_(e){return n.jsx(r,{...e,iconKey:"closed_caption_off"})}function P_(e){return n.jsx(r,{...e,iconKey:"cloud"})}function D_(e){return n.jsx(r,{...e,iconKey:"cloud_circle"})}function N_(e){return n.jsx(r,{...e,iconKey:"cloud_done"})}function T_(e){return n.jsx(r,{...e,iconKey:"cloud_download"})}function M_(e){return n.jsx(r,{...e,iconKey:"cloud_off"})}function O_(e){return n.jsx(r,{...e,iconKey:"cloud_queue"})}function L_(e){return n.jsx(r,{...e,iconKey:"cloud_sync"})}function Q_(e){return n.jsx(r,{...e,iconKey:"cloud_upload"})}function V_(e){return n.jsx(r,{...e,iconKey:"co2"})}function W_(e){return n.jsx(r,{...e,iconKey:"co_present"})}function G_(e){return n.jsx(r,{...e,iconKey:"code"})}function z_(e){return n.jsx(r,{...e,iconKey:"code_off"})}function H_(e){return n.jsx(r,{...e,iconKey:"coffee"})}function U_(e){return n.jsx(r,{...e,iconKey:"coffee_maker"})}function Y_(e){return n.jsx(r,{...e,iconKey:"collections"})}function $_(e){return n.jsx(r,{...e,iconKey:"collections_bookmark"})}function j_(e){return n.jsx(r,{...e,iconKey:"color_lens"})}function q_(e){return n.jsx(r,{...e,iconKey:"colorize"})}function J_(e){return n.jsx(r,{...e,iconKey:"comment"})}function Z_(e){return n.jsx(r,{...e,iconKey:"comment_bank"})}function X_(e){return n.jsx(r,{...e,iconKey:"comments_disabled"})}function x_(e){return n.jsx(r,{...e,iconKey:"commit"})}function R_(e){return n.jsx(r,{...e,iconKey:"commute"})}function eh(e){return n.jsx(r,{...e,iconKey:"compare"})}function nh(e){return n.jsx(r,{...e,iconKey:"compare_arrows"})}function oh(e){return n.jsx(r,{...e,iconKey:"compass_calibration"})}function rh(e){return n.jsx(r,{...e,iconKey:"compost"})}function th(e){return n.jsx(r,{...e,iconKey:"compress"})}function ch(e){return n.jsx(r,{...e,iconKey:"computer"})}function ih(e){return n.jsx(r,{...e,iconKey:"confirmation_number"})}function ah(e){return n.jsx(r,{...e,iconKey:"connect_without_contact"})}function lh(e){return n.jsx(r,{...e,iconKey:"connected_tv"})}function sh(e){return n.jsx(r,{...e,iconKey:"connecting_airports"})}function dh(e){return n.jsx(r,{...e,iconKey:"construction"})}function uh(e){return n.jsx(r,{...e,iconKey:"contact_emergency"})}function fh(e){return n.jsx(r,{...e,iconKey:"contact_mail"})}function Ah(e){return n.jsx(r,{...e,iconKey:"contact_page"})}function yh(e){return n.jsx(r,{...e,iconKey:"contact_phone"})}function _h(e){return n.jsx(r,{...e,iconKey:"contact_support"})}function hh(e){return n.jsx(r,{...e,iconKey:"contactless"})}function gh(e){return n.jsx(r,{...e,iconKey:"contacts"})}function ro(e){return n.jsx(r,{...e,iconKey:"content_copy"})}function Ih(e){return n.jsx(r,{...e,iconKey:"content_cut"})}function bh(e){return n.jsx(r,{...e,iconKey:"content_paste"})}function ph(e){return n.jsx(r,{...e,iconKey:"content_paste_go"})}function wh(e){return n.jsx(r,{...e,iconKey:"content_paste_off"})}function kh(e){return n.jsx(r,{...e,iconKey:"content_paste_search"})}function mh(e){return n.jsx(r,{...e,iconKey:"contrast"})}function vh(e){return n.jsx(r,{...e,iconKey:"control_camera"})}function Kh(e){return n.jsx(r,{...e,iconKey:"control_point"})}function Ch(e){return n.jsx(r,{...e,iconKey:"control_point_duplicate"})}function Sh(e){return n.jsx(r,{...e,iconKey:"cookie"})}function Bh(e){return n.jsx(r,{...e,iconKey:"copy_all"})}function Eh(e){return n.jsx(r,{...e,iconKey:"copyright"})}function Fh(e){return n.jsx(r,{...e,iconKey:"coronavirus"})}function Ph(e){return n.jsx(r,{...e,iconKey:"corporate_fare"})}function Dh(e){return n.jsx(r,{...e,iconKey:"cottage"})}function Nh(e){return n.jsx(r,{...e,iconKey:"countertops"})}function Th(e){return n.jsx(r,{...e,iconKey:"create"})}function Mh(e){return n.jsx(r,{...e,iconKey:"create_new_folder"})}function Oh(e){return n.jsx(r,{...e,iconKey:"credit_card"})}function Lh(e){return n.jsx(r,{...e,iconKey:"credit_card_off"})}function Qh(e){return n.jsx(r,{...e,iconKey:"credit_score"})}function Vh(e){return n.jsx(r,{...e,iconKey:"crib"})}function Wh(e){return n.jsx(r,{...e,iconKey:"crisis_alert"})}function Gh(e){return n.jsx(r,{...e,iconKey:"crop"})}function zh(e){return n.jsx(r,{...e,iconKey:"crop_16_9"})}function Hh(e){return n.jsx(r,{...e,iconKey:"crop_3_2"})}function Uh(e){return n.jsx(r,{...e,iconKey:"crop_5_4"})}function Yh(e){return n.jsx(r,{...e,iconKey:"crop_7_5"})}function $h(e){return n.jsx(r,{...e,iconKey:"crop_din"})}function jh(e){return n.jsx(r,{...e,iconKey:"crop_free"})}function qh(e){return n.jsx(r,{...e,iconKey:"crop_landscape"})}function Jh(e){return n.jsx(r,{...e,iconKey:"crop_original"})}function Zh(e){return n.jsx(r,{...e,iconKey:"crop_portrait"})}function Xh(e){return n.jsx(r,{...e,iconKey:"crop_rotate"})}function xh(e){return n.jsx(r,{...e,iconKey:"crop_square"})}function Rh(e){return n.jsx(r,{...e,iconKey:"cruelty_free"})}function eg(e){return n.jsx(r,{...e,iconKey:"css"})}function ng(e){return n.jsx(r,{...e,iconKey:"currency_bitcoin"})}function og(e){return n.jsx(r,{...e,iconKey:"currency_exchange"})}function rg(e){return n.jsx(r,{...e,iconKey:"currency_franc"})}function tg(e){return n.jsx(r,{...e,iconKey:"currency_lira"})}function cg(e){return n.jsx(r,{...e,iconKey:"currency_pound"})}function ig(e){return n.jsx(r,{...e,iconKey:"currency_ruble"})}function ag(e){return n.jsx(r,{...e,iconKey:"currency_rupee"})}function lg(e){return n.jsx(r,{...e,iconKey:"currency_yen"})}function sg(e){return n.jsx(r,{...e,iconKey:"currency_yuan"})}function dg(e){return n.jsx(r,{...e,iconKey:"curtains"})}function ug(e){return n.jsx(r,{...e,iconKey:"curtains_closed"})}function fg(e){return n.jsx(r,{...e,iconKey:"cyclone"})}function Ag(e){return n.jsx(r,{...e,iconKey:"dangerous"})}function _c(e){return n.jsx(r,{...e,iconKey:"dark_mode"})}function yg(e){return n.jsx(r,{...e,iconKey:"dashboard"})}function _g(e){return n.jsx(r,{...e,iconKey:"dashboard_customize"})}function hg(e){return n.jsx(r,{...e,iconKey:"data_array"})}function gg(e){return n.jsx(r,{...e,iconKey:"data_exploration"})}function Ig(e){return n.jsx(r,{...e,iconKey:"data_object"})}function bg(e){return n.jsx(r,{...e,iconKey:"data_saver_off"})}function pg(e){return n.jsx(r,{...e,iconKey:"data_saver_on"})}function wg(e){return n.jsx(r,{...e,iconKey:"data_thresholding"})}function kg(e){return n.jsx(r,{...e,iconKey:"data_usage"})}function mg(e){return n.jsx(r,{...e,iconKey:"dataset"})}function vg(e){return n.jsx(r,{...e,iconKey:"dataset_linked"})}function Kg(e){return n.jsx(r,{...e,iconKey:"date_range"})}function Cg(e){return n.jsx(r,{...e,iconKey:"deblur"})}function Sg(e){return n.jsx(r,{...e,iconKey:"deck"})}function Bg(e){return n.jsx(r,{...e,iconKey:"dehaze"})}function No(e){return n.jsx(r,{...e,iconKey:"delete"})}function Eg(e){return n.jsx(r,{...e,iconKey:"delete_forever"})}function Fg(e){return n.jsx(r,{...e,iconKey:"delete_outline"})}function Pg(e){return n.jsx(r,{...e,iconKey:"delete_sweep"})}function Dg(e){return n.jsx(r,{...e,iconKey:"delivery_dining"})}function Ng(e){return n.jsx(r,{...e,iconKey:"density_large"})}function Tg(e){return n.jsx(r,{...e,iconKey:"density_medium"})}function Mg(e){return n.jsx(r,{...e,iconKey:"density_small"})}function Og(e){return n.jsx(r,{...e,iconKey:"departure_board"})}function hc(e){return n.jsx(r,{...e,iconKey:"description"})}function Lg(e){return n.jsx(r,{...e,iconKey:"deselect"})}function Qg(e){return n.jsx(r,{...e,iconKey:"design_services"})}function Vg(e){return n.jsx(r,{...e,iconKey:"desk"})}function Wg(e){return n.jsx(r,{...e,iconKey:"desktop_access_disabled"})}function Gg(e){return n.jsx(r,{...e,iconKey:"desktop_mac"})}function zg(e){return n.jsx(r,{...e,iconKey:"desktop_windows"})}function Hg(e){return n.jsx(r,{...e,iconKey:"details"})}function Ug(e){return n.jsx(r,{...e,iconKey:"developer_board"})}function Yg(e){return n.jsx(r,{...e,iconKey:"developer_board_off"})}function $g(e){return n.jsx(r,{...e,iconKey:"developer_mode"})}function jg(e){return n.jsx(r,{...e,iconKey:"device_hub"})}function qg(e){return n.jsx(r,{...e,iconKey:"device_thermostat"})}function Jg(e){return n.jsx(r,{...e,iconKey:"device_unknown"})}function Zg(e){return n.jsx(r,{...e,iconKey:"devices"})}function Xg(e){return n.jsx(r,{...e,iconKey:"devices_fold"})}function xg(e){return n.jsx(r,{...e,iconKey:"devices_other"})}function Rg(e){return n.jsx(r,{...e,iconKey:"dialer_sip"})}function eI(e){return n.jsx(r,{...e,iconKey:"dialpad"})}function nI(e){return n.jsx(r,{...e,iconKey:"diamond"})}function oI(e){return n.jsx(r,{...e,iconKey:"difference"})}function rI(e){return n.jsx(r,{...e,iconKey:"dining"})}function tI(e){return n.jsx(r,{...e,iconKey:"dinner_dining"})}function cI(e){return n.jsx(r,{...e,iconKey:"directions"})}function iI(e){return n.jsx(r,{...e,iconKey:"directions_bike"})}function aI(e){return n.jsx(r,{...e,iconKey:"directions_boat"})}function lI(e){return n.jsx(r,{...e,iconKey:"directions_boat_filled"})}function sI(e){return n.jsx(r,{...e,iconKey:"directions_bus"})}function dI(e){return n.jsx(r,{...e,iconKey:"directions_bus_filled"})}function uI(e){return n.jsx(r,{...e,iconKey:"directions_car"})}function fI(e){return n.jsx(r,{...e,iconKey:"directions_car_filled"})}function AI(e){return n.jsx(r,{...e,iconKey:"directions_off"})}function yI(e){return n.jsx(r,{...e,iconKey:"directions_railway"})}function _I(e){return n.jsx(r,{...e,iconKey:"directions_railway_filled"})}function hI(e){return n.jsx(r,{...e,iconKey:"directions_run"})}function gI(e){return n.jsx(r,{...e,iconKey:"directions_subway"})}function II(e){return n.jsx(r,{...e,iconKey:"directions_subway_filled"})}function bI(e){return n.jsx(r,{...e,iconKey:"directions_transit"})}function pI(e){return n.jsx(r,{...e,iconKey:"directions_transit_filled"})}function wI(e){return n.jsx(r,{...e,iconKey:"directions_walk"})}function kI(e){return n.jsx(r,{...e,iconKey:"dirty_lens"})}function mI(e){return n.jsx(r,{...e,iconKey:"disabled_by_default"})}function vI(e){return n.jsx(r,{...e,iconKey:"disabled_visible"})}function KI(e){return n.jsx(r,{...e,iconKey:"disc_full"})}function CI(e){return n.jsx(r,{...e,iconKey:"discount"})}function SI(e){return n.jsx(r,{...e,iconKey:"display_settings"})}function BI(e){return n.jsx(r,{...e,iconKey:"diversity_1"})}function EI(e){return n.jsx(r,{...e,iconKey:"diversity_2"})}function FI(e){return n.jsx(r,{...e,iconKey:"diversity_3"})}function PI(e){return n.jsx(r,{...e,iconKey:"dns"})}function DI(e){return n.jsx(r,{...e,iconKey:"do_disturb"})}function NI(e){return n.jsx(r,{...e,iconKey:"do_disturb_alt"})}function TI(e){return n.jsx(r,{...e,iconKey:"do_disturb_off"})}function MI(e){return n.jsx(r,{...e,iconKey:"do_disturb_on"})}function OI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb"})}function LI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_alt"})}function QI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_off"})}function VI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_on"})}function WI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_on_total_silence"})}function GI(e){return n.jsx(r,{...e,iconKey:"do_not_step"})}function zI(e){return n.jsx(r,{...e,iconKey:"do_not_touch"})}function HI(e){return n.jsx(r,{...e,iconKey:"dock"})}function UI(e){return n.jsx(r,{...e,iconKey:"document_scanner"})}function YI(e){return n.jsx(r,{...e,iconKey:"domain"})}function $I(e){return n.jsx(r,{...e,iconKey:"domain_add"})}function jI(e){return n.jsx(r,{...e,iconKey:"domain_disabled"})}function qI(e){return n.jsx(r,{...e,iconKey:"domain_verification"})}function JI(e){return n.jsx(r,{...e,iconKey:"done"})}function ZI(e){return n.jsx(r,{...e,iconKey:"done_all"})}function XI(e){return n.jsx(r,{...e,iconKey:"done_outline"})}function xI(e){return n.jsx(r,{...e,iconKey:"donut_large"})}function RI(e){return n.jsx(r,{...e,iconKey:"donut_small"})}function eb(e){return n.jsx(r,{...e,iconKey:"door_back"})}function nb(e){return n.jsx(r,{...e,iconKey:"door_front"})}function ob(e){return n.jsx(r,{...e,iconKey:"door_sliding"})}function rb(e){return n.jsx(r,{...e,iconKey:"doorbell"})}function tb(e){return n.jsx(r,{...e,iconKey:"double_arrow"})}function cb(e){return n.jsx(r,{...e,iconKey:"downhill_skiing"})}function ib(e){return n.jsx(r,{...e,iconKey:"download"})}function ab(e){return n.jsx(r,{...e,iconKey:"download_done"})}function lb(e){return n.jsx(r,{...e,iconKey:"download_for_offline"})}function sb(e){return n.jsx(r,{...e,iconKey:"downloading"})}function db(e){return n.jsx(r,{...e,iconKey:"drafts"})}function ub(e){return n.jsx(r,{...e,iconKey:"drag_handle"})}function fb(e){return n.jsx(r,{...e,iconKey:"drag_indicator"})}function Ab(e){return n.jsx(r,{...e,iconKey:"draw"})}function yb(e){return n.jsx(r,{...e,iconKey:"drive_eta"})}function _b(e){return n.jsx(r,{...e,iconKey:"drive_file_move"})}function hb(e){return n.jsx(r,{...e,iconKey:"drive_file_move_rtl"})}function gb(e){return n.jsx(r,{...e,iconKey:"drive_file_rename_outline"})}function gc(e){return n.jsx(r,{...e,iconKey:"drive_folder_upload"})}function Ib(e){return n.jsx(r,{...e,iconKey:"dry"})}function bb(e){return n.jsx(r,{...e,iconKey:"dry_cleaning"})}function pb(e){return n.jsx(r,{...e,iconKey:"duo"})}function wb(e){return n.jsx(r,{...e,iconKey:"dvr"})}function kb(e){return n.jsx(r,{...e,iconKey:"dynamic_feed"})}function mb(e){return n.jsx(r,{...e,iconKey:"dynamic_form"})}function vb(e){return n.jsx(r,{...e,iconKey:"e_mobiledata"})}function Kb(e){return n.jsx(r,{...e,iconKey:"earbuds"})}function Cb(e){return n.jsx(r,{...e,iconKey:"earbuds_battery"})}function Sb(e){return n.jsx(r,{...e,iconKey:"east"})}function Bb(e){return n.jsx(r,{...e,iconKey:"edgesensor_high"})}function Eb(e){return n.jsx(r,{...e,iconKey:"edgesensor_low"})}function Ic(e){return n.jsx(r,{...e,iconKey:"edit"})}function Fb(e){return n.jsx(r,{...e,iconKey:"edit_attributes"})}function Pb(e){return n.jsx(r,{...e,iconKey:"edit_calendar"})}function Db(e){return n.jsx(r,{...e,iconKey:"edit_location"})}function Nb(e){return n.jsx(r,{...e,iconKey:"edit_location_alt"})}function Tb(e){return n.jsx(r,{...e,iconKey:"edit_note"})}function Mb(e){return n.jsx(r,{...e,iconKey:"edit_notifications"})}function Ob(e){return n.jsx(r,{...e,iconKey:"edit_off"})}function Lb(e){return n.jsx(r,{...e,iconKey:"edit_road"})}function Qb(e){return n.jsx(r,{...e,iconKey:"egg"})}function Vb(e){return n.jsx(r,{...e,iconKey:"egg_alt"})}function Wb(e){return n.jsx(r,{...e,iconKey:"eject"})}function Gb(e){return n.jsx(r,{...e,iconKey:"elderly"})}function zb(e){return n.jsx(r,{...e,iconKey:"elderly_woman"})}function Hb(e){return n.jsx(r,{...e,iconKey:"electric_bike"})}function Ub(e){return n.jsx(r,{...e,iconKey:"electric_bolt"})}function Yb(e){return n.jsx(r,{...e,iconKey:"electric_car"})}function $b(e){return n.jsx(r,{...e,iconKey:"electric_meter"})}function jb(e){return n.jsx(r,{...e,iconKey:"electric_moped"})}function qb(e){return n.jsx(r,{...e,iconKey:"electric_rickshaw"})}function Jb(e){return n.jsx(r,{...e,iconKey:"electric_scooter"})}function Zb(e){return n.jsx(r,{...e,iconKey:"electrical_services"})}function Xb(e){return n.jsx(r,{...e,iconKey:"elevator"})}function bc(e){return n.jsx(r,{...e,iconKey:"email"})}function xb(e){return n.jsx(r,{...e,iconKey:"emergency"})}function Rb(e){return n.jsx(r,{...e,iconKey:"emergency_recording"})}function ep(e){return n.jsx(r,{...e,iconKey:"emergency_share"})}function np(e){return n.jsx(r,{...e,iconKey:"emoji_emotions"})}function op(e){return n.jsx(r,{...e,iconKey:"emoji_events"})}function rp(e){return n.jsx(r,{...e,iconKey:"emoji_food_beverage"})}function tp(e){return n.jsx(r,{...e,iconKey:"emoji_nature"})}function cp(e){return n.jsx(r,{...e,iconKey:"emoji_objects"})}function ip(e){return n.jsx(r,{...e,iconKey:"emoji_people"})}function ap(e){return n.jsx(r,{...e,iconKey:"emoji_symbols"})}function lp(e){return n.jsx(r,{...e,iconKey:"emoji_transportation"})}function sp(e){return n.jsx(r,{...e,iconKey:"energy_savings_leaf"})}function dp(e){return n.jsx(r,{...e,iconKey:"engineering"})}function up(e){return n.jsx(r,{...e,iconKey:"enhanced_encryption"})}function fp(e){return n.jsx(r,{...e,iconKey:"equalizer"})}function vr(e){return n.jsx(r,{...e,iconKey:"error"})}function pc(e){return n.jsx(r,{...e,iconKey:"error_outline"})}function Ap(e){return n.jsx(r,{...e,iconKey:"escalator"})}function yp(e){return n.jsx(r,{...e,iconKey:"escalator_warning"})}function _p(e){return n.jsx(r,{...e,iconKey:"euro"})}function hp(e){return n.jsx(r,{...e,iconKey:"euro_symbol"})}function gp(e){return n.jsx(r,{...e,iconKey:"ev_station"})}function Ip(e){return n.jsx(r,{...e,iconKey:"event"})}function bp(e){return n.jsx(r,{...e,iconKey:"event_available"})}function pp(e){return n.jsx(r,{...e,iconKey:"event_busy"})}function wp(e){return n.jsx(r,{...e,iconKey:"event_note"})}function kp(e){return n.jsx(r,{...e,iconKey:"event_repeat"})}function mp(e){return n.jsx(r,{...e,iconKey:"event_seat"})}function vp(e){return n.jsx(r,{...e,iconKey:"exit_to_app"})}function Kp(e){return n.jsx(r,{...e,iconKey:"expand"})}function Cp(e){return n.jsx(r,{...e,iconKey:"expand_circle_down"})}function Sp(e){return n.jsx(r,{...e,iconKey:"expand_less"})}function To(e){return n.jsx(r,{...e,iconKey:"expand_more"})}function Bp(e){return n.jsx(r,{...e,iconKey:"explicit"})}function Ep(e){return n.jsx(r,{...e,iconKey:"explore"})}function Fp(e){return n.jsx(r,{...e,iconKey:"explore_off"})}function Pp(e){return n.jsx(r,{...e,iconKey:"exposure"})}function Dp(e){return n.jsx(r,{...e,iconKey:"exposure_neg_1"})}function Np(e){return n.jsx(r,{...e,iconKey:"exposure_neg_2"})}function Tp(e){return n.jsx(r,{...e,iconKey:"exposure_plus_1"})}function Mp(e){return n.jsx(r,{...e,iconKey:"exposure_plus_2"})}function Op(e){return n.jsx(r,{...e,iconKey:"exposure_zero"})}function Lp(e){return n.jsx(r,{...e,iconKey:"extension"})}function Qp(e){return n.jsx(r,{...e,iconKey:"extension_off"})}function Vp(e){return n.jsx(r,{...e,iconKey:"face"})}function Wp(e){return n.jsx(r,{...e,iconKey:"face_2"})}function Gp(e){return n.jsx(r,{...e,iconKey:"face_3"})}function zp(e){return n.jsx(r,{...e,iconKey:"face_4"})}function Hp(e){return n.jsx(r,{...e,iconKey:"face_5"})}function Up(e){return n.jsx(r,{...e,iconKey:"face_6"})}function Yp(e){return n.jsx(r,{...e,iconKey:"face_retouching_natural"})}function $p(e){return n.jsx(r,{...e,iconKey:"face_retouching_off"})}function jp(e){return n.jsx(r,{...e,iconKey:"fact_check"})}function qp(e){return n.jsx(r,{...e,iconKey:"factory"})}function Jp(e){return n.jsx(r,{...e,iconKey:"family_restroom"})}function Zp(e){return n.jsx(r,{...e,iconKey:"fast_forward"})}function Xp(e){return n.jsx(r,{...e,iconKey:"fast_rewind"})}function xp(e){return n.jsx(r,{...e,iconKey:"fastfood"})}function Rp(e){return n.jsx(r,{...e,iconKey:"favorite"})}function ew(e){return n.jsx(r,{...e,iconKey:"favorite_border"})}function nw(e){return n.jsx(r,{...e,iconKey:"fax"})}function ow(e){return n.jsx(r,{...e,iconKey:"featured_play_list"})}function rw(e){return n.jsx(r,{...e,iconKey:"featured_video"})}function tw(e){return n.jsx(r,{...e,iconKey:"feed"})}function cw(e){return n.jsx(r,{...e,iconKey:"feedback"})}function iw(e){return n.jsx(r,{...e,iconKey:"female"})}function aw(e){return n.jsx(r,{...e,iconKey:"fence"})}function lw(e){return n.jsx(r,{...e,iconKey:"festival"})}function sw(e){return n.jsx(r,{...e,iconKey:"fiber_dvr"})}function dw(e){return n.jsx(r,{...e,iconKey:"fiber_manual_record"})}function uw(e){return n.jsx(r,{...e,iconKey:"fiber_new"})}function fw(e){return n.jsx(r,{...e,iconKey:"fiber_pin"})}function Aw(e){return n.jsx(r,{...e,iconKey:"fiber_smart_record"})}function wc(e){return n.jsx(r,{...e,iconKey:"file_copy"})}function yw(e){return n.jsx(r,{...e,iconKey:"file_download"})}function _w(e){return n.jsx(r,{...e,iconKey:"file_download_done"})}function hw(e){return n.jsx(r,{...e,iconKey:"file_download_off"})}function gw(e){return n.jsx(r,{...e,iconKey:"file_open"})}function Iw(e){return n.jsx(r,{...e,iconKey:"file_present"})}function bw(e){return n.jsx(r,{...e,iconKey:"file_upload"})}function pw(e){return n.jsx(r,{...e,iconKey:"filter"})}function ww(e){return n.jsx(r,{...e,iconKey:"filter_1"})}function kw(e){return n.jsx(r,{...e,iconKey:"filter_2"})}function mw(e){return n.jsx(r,{...e,iconKey:"filter_3"})}function vw(e){return n.jsx(r,{...e,iconKey:"filter_4"})}function Kw(e){return n.jsx(r,{...e,iconKey:"filter_5"})}function Cw(e){return n.jsx(r,{...e,iconKey:"filter_6"})}function Sw(e){return n.jsx(r,{...e,iconKey:"filter_7"})}function Bw(e){return n.jsx(r,{...e,iconKey:"filter_8"})}function Ew(e){return n.jsx(r,{...e,iconKey:"filter_9"})}function Fw(e){return n.jsx(r,{...e,iconKey:"filter_9_plus"})}function Pw(e){return n.jsx(r,{...e,iconKey:"filter_alt"})}function Dw(e){return n.jsx(r,{...e,iconKey:"filter_alt_off"})}function Nw(e){return n.jsx(r,{...e,iconKey:"filter_b_and_w"})}function Tw(e){return n.jsx(r,{...e,iconKey:"filter_center_focus"})}function Mw(e){return n.jsx(r,{...e,iconKey:"filter_drama"})}function Ow(e){return n.jsx(r,{...e,iconKey:"filter_frames"})}function Lw(e){return n.jsx(r,{...e,iconKey:"filter_hdr"})}function kc(e){return n.jsx(r,{...e,iconKey:"filter_list"})}function mc(e){return n.jsx(r,{...e,iconKey:"filter_list_off"})}function Qw(e){return n.jsx(r,{...e,iconKey:"filter_none"})}function Vw(e){return n.jsx(r,{...e,iconKey:"filter_tilt_shift"})}function Ww(e){return n.jsx(r,{...e,iconKey:"filter_vintage"})}function Gw(e){return n.jsx(r,{...e,iconKey:"find_in_page"})}function zw(e){return n.jsx(r,{...e,iconKey:"find_replace"})}function Hw(e){return n.jsx(r,{...e,iconKey:"fingerprint"})}function Uw(e){return n.jsx(r,{...e,iconKey:"fire_extinguisher"})}function Yw(e){return n.jsx(r,{...e,iconKey:"fire_hydrant_alt"})}function $w(e){return n.jsx(r,{...e,iconKey:"fire_truck"})}function jw(e){return n.jsx(r,{...e,iconKey:"fireplace"})}function qw(e){return n.jsx(r,{...e,iconKey:"first_page"})}function Jw(e){return n.jsx(r,{...e,iconKey:"fit_screen"})}function Zw(e){return n.jsx(r,{...e,iconKey:"fitbit"})}function Xw(e){return n.jsx(r,{...e,iconKey:"fitness_center"})}function vc(e){return n.jsx(r,{...e,iconKey:"flag"})}function xw(e){return n.jsx(r,{...e,iconKey:"flag_circle"})}function Rw(e){return n.jsx(r,{...e,iconKey:"flaky"})}function ek(e){return n.jsx(r,{...e,iconKey:"flare"})}function nk(e){return n.jsx(r,{...e,iconKey:"flash_auto"})}function ok(e){return n.jsx(r,{...e,iconKey:"flash_off"})}function rk(e){return n.jsx(r,{...e,iconKey:"flash_on"})}function tk(e){return n.jsx(r,{...e,iconKey:"flashlight_off"})}function ck(e){return n.jsx(r,{...e,iconKey:"flashlight_on"})}function ik(e){return n.jsx(r,{...e,iconKey:"flatware"})}function ak(e){return n.jsx(r,{...e,iconKey:"flight"})}function lk(e){return n.jsx(r,{...e,iconKey:"flight_class"})}function sk(e){return n.jsx(r,{...e,iconKey:"flight_land"})}function dk(e){return n.jsx(r,{...e,iconKey:"flight_takeoff"})}function uk(e){return n.jsx(r,{...e,iconKey:"flip"})}function fk(e){return n.jsx(r,{...e,iconKey:"flip_camera_android"})}function Ak(e){return n.jsx(r,{...e,iconKey:"flip_camera_ios"})}function yk(e){return n.jsx(r,{...e,iconKey:"flip_to_back"})}function _k(e){return n.jsx(r,{...e,iconKey:"flip_to_front"})}function hk(e){return n.jsx(r,{...e,iconKey:"flood"})}function gk(e){return n.jsx(r,{...e,iconKey:"fluorescent"})}function Ik(e){return n.jsx(r,{...e,iconKey:"flutter_dash"})}function bk(e){return n.jsx(r,{...e,iconKey:"fmd_bad"})}function pk(e){return n.jsx(r,{...e,iconKey:"fmd_good"})}function wk(e){return n.jsx(r,{...e,iconKey:"folder"})}function kk(e){return n.jsx(r,{...e,iconKey:"folder_copy"})}function mk(e){return n.jsx(r,{...e,iconKey:"folder_delete"})}function vk(e){return n.jsx(r,{...e,iconKey:"folder_off"})}function Kk(e){return n.jsx(r,{...e,iconKey:"folder_open"})}function Ck(e){return n.jsx(r,{...e,iconKey:"folder_shared"})}function Sk(e){return n.jsx(r,{...e,iconKey:"folder_special"})}function Bk(e){return n.jsx(r,{...e,iconKey:"folder_zip"})}function Ek(e){return n.jsx(r,{...e,iconKey:"follow_the_signs"})}function Fk(e){return n.jsx(r,{...e,iconKey:"font_download"})}function Pk(e){return n.jsx(r,{...e,iconKey:"font_download_off"})}function Dk(e){return n.jsx(r,{...e,iconKey:"food_bank"})}function Nk(e){return n.jsx(r,{...e,iconKey:"forest"})}function Tk(e){return n.jsx(r,{...e,iconKey:"fork_left"})}function Mk(e){return n.jsx(r,{...e,iconKey:"fork_right"})}function Ok(e){return n.jsx(r,{...e,iconKey:"format_align_center"})}function Lk(e){return n.jsx(r,{...e,iconKey:"format_align_justify"})}function Qk(e){return n.jsx(r,{...e,iconKey:"format_align_left"})}function Vk(e){return n.jsx(r,{...e,iconKey:"format_align_right"})}function Wk(e){return n.jsx(r,{...e,iconKey:"format_bold"})}function Gk(e){return n.jsx(r,{...e,iconKey:"format_clear"})}function zk(e){return n.jsx(r,{...e,iconKey:"format_color_fill"})}function Hk(e){return n.jsx(r,{...e,iconKey:"format_color_reset"})}function Uk(e){return n.jsx(r,{...e,iconKey:"format_color_text"})}function Yk(e){return n.jsx(r,{...e,iconKey:"format_indent_decrease"})}function $k(e){return n.jsx(r,{...e,iconKey:"format_indent_increase"})}function jk(e){return n.jsx(r,{...e,iconKey:"format_italic"})}function qk(e){return n.jsx(r,{...e,iconKey:"format_line_spacing"})}function Jk(e){return n.jsx(r,{...e,iconKey:"format_list_bulleted"})}function Kr(e){return n.jsx(r,{...e,iconKey:"format_list_numbered"})}function Zk(e){return n.jsx(r,{...e,iconKey:"format_list_numbered_rtl"})}function Xk(e){return n.jsx(r,{...e,iconKey:"format_overline"})}function xk(e){return n.jsx(r,{...e,iconKey:"format_paint"})}function Kc(e){return n.jsx(r,{...e,iconKey:"format_quote"})}function Rk(e){return n.jsx(r,{...e,iconKey:"format_shapes"})}function em(e){return n.jsx(r,{...e,iconKey:"format_size"})}function nm(e){return n.jsx(r,{...e,iconKey:"format_strikethrough"})}function om(e){return n.jsx(r,{...e,iconKey:"format_textdirection_l_to_r"})}function rm(e){return n.jsx(r,{...e,iconKey:"format_textdirection_r_to_l"})}function tm(e){return n.jsx(r,{...e,iconKey:"format_underlined"})}function cm(e){return n.jsx(r,{...e,iconKey:"fort"})}function im(e){return n.jsx(r,{...e,iconKey:"forum"})}function am(e){return n.jsx(r,{...e,iconKey:"forward"})}function lm(e){return n.jsx(r,{...e,iconKey:"forward_10"})}function sm(e){return n.jsx(r,{...e,iconKey:"forward_30"})}function dm(e){return n.jsx(r,{...e,iconKey:"forward_5"})}function um(e){return n.jsx(r,{...e,iconKey:"forward_to_inbox"})}function fm(e){return n.jsx(r,{...e,iconKey:"foundation"})}function Am(e){return n.jsx(r,{...e,iconKey:"free_breakfast"})}function ym(e){return n.jsx(r,{...e,iconKey:"free_cancellation"})}function _m(e){return n.jsx(r,{...e,iconKey:"front_hand"})}function hm(e){return n.jsx(r,{...e,iconKey:"fullscreen"})}function gm(e){return n.jsx(r,{...e,iconKey:"fullscreen_exit"})}function Cc(e){return n.jsx(r,{...e,iconKey:"functions"})}function Im(e){return n.jsx(r,{...e,iconKey:"g_mobiledata"})}function bm(e){return n.jsx(r,{...e,iconKey:"g_translate"})}function pm(e){return n.jsx(r,{...e,iconKey:"gamepad"})}function wm(e){return n.jsx(r,{...e,iconKey:"games"})}function km(e){return n.jsx(r,{...e,iconKey:"garage"})}function mm(e){return n.jsx(r,{...e,iconKey:"gas_meter"})}function vm(e){return n.jsx(r,{...e,iconKey:"gavel"})}function Km(e){return n.jsx(r,{...e,iconKey:"generating_tokens"})}function Cm(e){return n.jsx(r,{...e,iconKey:"gesture"})}function Sm(e){return n.jsx(r,{...e,iconKey:"get_app"})}function Bm(e){return n.jsx(r,{...e,iconKey:"gif"})}function Em(e){return n.jsx(r,{...e,iconKey:"gif_box"})}function Fm(e){return n.jsx(r,{...e,iconKey:"girl"})}function Pm(e){return n.jsx(r,{...e,iconKey:"gite"})}function Dm(e){return n.jsx(r,{...e,iconKey:"golf_course"})}function Nm(e){return n.jsx(r,{...e,iconKey:"gpp_bad"})}function Tm(e){return n.jsx(r,{...e,iconKey:"gpp_good"})}function Mm(e){return n.jsx(r,{...e,iconKey:"gpp_maybe"})}function Om(e){return n.jsx(r,{...e,iconKey:"gps_fixed"})}function Lm(e){return n.jsx(r,{...e,iconKey:"gps_not_fixed"})}function Qm(e){return n.jsx(r,{...e,iconKey:"gps_off"})}function Vm(e){return n.jsx(r,{...e,iconKey:"grade"})}function Wm(e){return n.jsx(r,{...e,iconKey:"gradient"})}function Gm(e){return n.jsx(r,{...e,iconKey:"grading"})}function zm(e){return n.jsx(r,{...e,iconKey:"grain"})}function Hm(e){return n.jsx(r,{...e,iconKey:"graphic_eq"})}function Um(e){return n.jsx(r,{...e,iconKey:"grass"})}function Ym(e){return n.jsx(r,{...e,iconKey:"grid_3x3"})}function $m(e){return n.jsx(r,{...e,iconKey:"grid_4x4"})}function jm(e){return n.jsx(r,{...e,iconKey:"grid_goldenratio"})}function qm(e){return n.jsx(r,{...e,iconKey:"grid_off"})}function Jm(e){return n.jsx(r,{...e,iconKey:"grid_on"})}function Zm(e){return n.jsx(r,{...e,iconKey:"grid_view"})}function Xm(e){return n.jsx(r,{...e,iconKey:"group"})}function xm(e){return n.jsx(r,{...e,iconKey:"group_add"})}function Rm(e){return n.jsx(r,{...e,iconKey:"group_off"})}function ev(e){return n.jsx(r,{...e,iconKey:"group_remove"})}function nv(e){return n.jsx(r,{...e,iconKey:"group_work"})}function ov(e){return n.jsx(r,{...e,iconKey:"groups"})}function rv(e){return n.jsx(r,{...e,iconKey:"groups_2"})}function tv(e){return n.jsx(r,{...e,iconKey:"groups_3"})}function cv(e){return n.jsx(r,{...e,iconKey:"h_mobiledata"})}function iv(e){return n.jsx(r,{...e,iconKey:"h_plus_mobiledata"})}function av(e){return n.jsx(r,{...e,iconKey:"hail"})}function lv(e){return n.jsx(r,{...e,iconKey:"handshake"})}function sv(e){return n.jsx(r,{...e,iconKey:"handyman"})}function dv(e){return n.jsx(r,{...e,iconKey:"hardware"})}function uv(e){return n.jsx(r,{...e,iconKey:"hd"})}function fv(e){return n.jsx(r,{...e,iconKey:"hdr_auto"})}function Av(e){return n.jsx(r,{...e,iconKey:"hdr_auto_select"})}function yv(e){return n.jsx(r,{...e,iconKey:"hdr_enhanced_select"})}function _v(e){return n.jsx(r,{...e,iconKey:"hdr_off"})}function hv(e){return n.jsx(r,{...e,iconKey:"hdr_off_select"})}function gv(e){return n.jsx(r,{...e,iconKey:"hdr_on"})}function Iv(e){return n.jsx(r,{...e,iconKey:"hdr_on_select"})}function bv(e){return n.jsx(r,{...e,iconKey:"hdr_plus"})}function pv(e){return n.jsx(r,{...e,iconKey:"hdr_strong"})}function wv(e){return n.jsx(r,{...e,iconKey:"hdr_weak"})}function kv(e){return n.jsx(r,{...e,iconKey:"headphones"})}function mv(e){return n.jsx(r,{...e,iconKey:"headphones_battery"})}function vv(e){return n.jsx(r,{...e,iconKey:"headset"})}function Kv(e){return n.jsx(r,{...e,iconKey:"headset_mic"})}function Cv(e){return n.jsx(r,{...e,iconKey:"headset_off"})}function Sv(e){return n.jsx(r,{...e,iconKey:"healing"})}function Bv(e){return n.jsx(r,{...e,iconKey:"health_and_safety"})}function Ev(e){return n.jsx(r,{...e,iconKey:"hearing"})}function Fv(e){return n.jsx(r,{...e,iconKey:"hearing_disabled"})}function Pv(e){return n.jsx(r,{...e,iconKey:"heart_broken"})}function Dv(e){return n.jsx(r,{...e,iconKey:"heat_pump"})}function Nv(e){return n.jsx(r,{...e,iconKey:"height"})}function Tv(e){return n.jsx(r,{...e,iconKey:"help"})}function Mv(e){return n.jsx(r,{...e,iconKey:"help_center"})}function Ov(e){return n.jsx(r,{...e,iconKey:"help_outline"})}function Lv(e){return n.jsx(r,{...e,iconKey:"hevc"})}function Qv(e){return n.jsx(r,{...e,iconKey:"hexagon"})}function Vv(e){return n.jsx(r,{...e,iconKey:"hide_image"})}function Wv(e){return n.jsx(r,{...e,iconKey:"hide_source"})}function Gv(e){return n.jsx(r,{...e,iconKey:"high_quality"})}function zv(e){return n.jsx(r,{...e,iconKey:"highlight"})}function Hv(e){return n.jsx(r,{...e,iconKey:"highlight_alt"})}function Uv(e){return n.jsx(r,{...e,iconKey:"highlight_off"})}function Yv(e){return n.jsx(r,{...e,iconKey:"hiking"})}function $v(e){return n.jsx(r,{...e,iconKey:"history"})}function jv(e){return n.jsx(r,{...e,iconKey:"history_edu"})}function qv(e){return n.jsx(r,{...e,iconKey:"history_toggle_off"})}function Jv(e){return n.jsx(r,{...e,iconKey:"hive"})}function Zv(e){return n.jsx(r,{...e,iconKey:"hls"})}function Xv(e){return n.jsx(r,{...e,iconKey:"hls_off"})}function xv(e){return n.jsx(r,{...e,iconKey:"holiday_village"})}function Rv(e){return n.jsx(r,{...e,iconKey:"home"})}function e0(e){return n.jsx(r,{...e,iconKey:"home_max"})}function n0(e){return n.jsx(r,{...e,iconKey:"home_mini"})}function o0(e){return n.jsx(r,{...e,iconKey:"home_repair_service"})}function r0(e){return n.jsx(r,{...e,iconKey:"home_work"})}function t0(e){return n.jsx(r,{...e,iconKey:"horizontal_distribute"})}function c0(e){return n.jsx(r,{...e,iconKey:"horizontal_rule"})}function i0(e){return n.jsx(r,{...e,iconKey:"horizontal_split"})}function a0(e){return n.jsx(r,{...e,iconKey:"hot_tub"})}function l0(e){return n.jsx(r,{...e,iconKey:"hotel"})}function s0(e){return n.jsx(r,{...e,iconKey:"hotel_class"})}function d0(e){return n.jsx(r,{...e,iconKey:"hourglass_bottom"})}function u0(e){return n.jsx(r,{...e,iconKey:"hourglass_disabled"})}function f0(e){return n.jsx(r,{...e,iconKey:"hourglass_empty"})}function A0(e){return n.jsx(r,{...e,iconKey:"hourglass_full"})}function y0(e){return n.jsx(r,{...e,iconKey:"hourglass_top"})}function _0(e){return n.jsx(r,{...e,iconKey:"house"})}function h0(e){return n.jsx(r,{...e,iconKey:"house_siding"})}function g0(e){return n.jsx(r,{...e,iconKey:"houseboat"})}function I0(e){return n.jsx(r,{...e,iconKey:"how_to_reg"})}function b0(e){return n.jsx(r,{...e,iconKey:"how_to_vote"})}function p0(e){return n.jsx(r,{...e,iconKey:"html"})}function Sc(e){return n.jsx(r,{...e,iconKey:"http"})}function w0(e){return n.jsx(r,{...e,iconKey:"https"})}function k0(e){return n.jsx(r,{...e,iconKey:"hub"})}function m0(e){return n.jsx(r,{...e,iconKey:"hvac"})}function v0(e){return n.jsx(r,{...e,iconKey:"ice_skating"})}function K0(e){return n.jsx(r,{...e,iconKey:"icecream"})}function C0(e){return n.jsx(r,{...e,iconKey:"image"})}function S0(e){return n.jsx(r,{...e,iconKey:"image_aspect_ratio"})}function B0(e){return n.jsx(r,{...e,iconKey:"image_not_supported"})}function E0(e){return n.jsx(r,{...e,iconKey:"image_search"})}function F0(e){return n.jsx(r,{...e,iconKey:"imagesearch_roller"})}function P0(e){return n.jsx(r,{...e,iconKey:"import_contacts"})}function D0(e){return n.jsx(r,{...e,iconKey:"import_export"})}function N0(e){return n.jsx(r,{...e,iconKey:"important_devices"})}function T0(e){return n.jsx(r,{...e,iconKey:"inbox"})}function M0(e){return n.jsx(r,{...e,iconKey:"incomplete_circle"})}function O0(e){return n.jsx(r,{...e,iconKey:"indeterminate_check_box"})}function Bc(e){return n.jsx(r,{...e,iconKey:"info"})}function L0(e){return n.jsx(r,{...e,iconKey:"input"})}function Q0(e){return n.jsx(r,{...e,iconKey:"insert_chart"})}function V0(e){return n.jsx(r,{...e,iconKey:"insert_chart_outlined"})}function W0(e){return n.jsx(r,{...e,iconKey:"insert_comment"})}function G0(e){return n.jsx(r,{...e,iconKey:"insert_drive_file"})}function z0(e){return n.jsx(r,{...e,iconKey:"insert_emoticon"})}function H0(e){return n.jsx(r,{...e,iconKey:"insert_invitation"})}function U0(e){return n.jsx(r,{...e,iconKey:"insert_link"})}function Y0(e){return n.jsx(r,{...e,iconKey:"insert_page_break"})}function $0(e){return n.jsx(r,{...e,iconKey:"insert_photo"})}function j0(e){return n.jsx(r,{...e,iconKey:"insights"})}function q0(e){return n.jsx(r,{...e,iconKey:"install_desktop"})}function J0(e){return n.jsx(r,{...e,iconKey:"install_mobile"})}function Z0(e){return n.jsx(r,{...e,iconKey:"integration_instructions"})}function X0(e){return n.jsx(r,{...e,iconKey:"interests"})}function x0(e){return n.jsx(r,{...e,iconKey:"interpreter_mode"})}function R0(e){return n.jsx(r,{...e,iconKey:"inventory"})}function eK(e){return n.jsx(r,{...e,iconKey:"inventory_2"})}function nK(e){return n.jsx(r,{...e,iconKey:"invert_colors"})}function oK(e){return n.jsx(r,{...e,iconKey:"invert_colors_off"})}function rK(e){return n.jsx(r,{...e,iconKey:"ios_share"})}function tK(e){return n.jsx(r,{...e,iconKey:"iron"})}function cK(e){return n.jsx(r,{...e,iconKey:"iso"})}function iK(e){return n.jsx(r,{...e,iconKey:"javascript"})}function aK(e){return n.jsx(r,{...e,iconKey:"join_full"})}function lK(e){return n.jsx(r,{...e,iconKey:"join_inner"})}function sK(e){return n.jsx(r,{...e,iconKey:"join_left"})}function dK(e){return n.jsx(r,{...e,iconKey:"join_right"})}function uK(e){return n.jsx(r,{...e,iconKey:"kayaking"})}function fK(e){return n.jsx(r,{...e,iconKey:"kebab_dining"})}function AK(e){return n.jsx(r,{...e,iconKey:"key"})}function yK(e){return n.jsx(r,{...e,iconKey:"key_off"})}function _K(e){return n.jsx(r,{...e,iconKey:"keyboard"})}function hK(e){return n.jsx(r,{...e,iconKey:"keyboard_alt"})}function gK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_down"})}function IK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_left"})}function bK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_right"})}function pK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_up"})}function wK(e){return n.jsx(r,{...e,iconKey:"keyboard_backspace"})}function kK(e){return n.jsx(r,{...e,iconKey:"keyboard_capslock"})}function mK(e){return n.jsx(r,{...e,iconKey:"keyboard_command_key"})}function vK(e){return n.jsx(r,{...e,iconKey:"keyboard_control_key"})}function KK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_down"})}function CK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_left"})}function SK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_right"})}function BK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_up"})}function EK(e){return n.jsx(r,{...e,iconKey:"keyboard_hide"})}function FK(e){return n.jsx(r,{...e,iconKey:"keyboard_option_key"})}function PK(e){return n.jsx(r,{...e,iconKey:"keyboard_return"})}function Mo(e){return n.jsx(r,{...e,iconKey:"keyboard_tab"})}function DK(e){return n.jsx(r,{...e,iconKey:"keyboard_voice"})}function NK(e){return n.jsx(r,{...e,iconKey:"king_bed"})}function TK(e){return n.jsx(r,{...e,iconKey:"kitchen"})}function MK(e){return n.jsx(r,{...e,iconKey:"kitesurfing"})}function OK(e){return n.jsx(r,{...e,iconKey:"label"})}function LK(e){return n.jsx(r,{...e,iconKey:"label_important"})}function QK(e){return n.jsx(r,{...e,iconKey:"label_off"})}function VK(e){return n.jsx(r,{...e,iconKey:"lan"})}function WK(e){return n.jsx(r,{...e,iconKey:"landscape"})}function GK(e){return n.jsx(r,{...e,iconKey:"landslide"})}function zK(e){return n.jsx(r,{...e,iconKey:"language"})}function HK(e){return n.jsx(r,{...e,iconKey:"laptop"})}function UK(e){return n.jsx(r,{...e,iconKey:"laptop_chromebook"})}function YK(e){return n.jsx(r,{...e,iconKey:"laptop_mac"})}function $K(e){return n.jsx(r,{...e,iconKey:"laptop_windows"})}function jK(e){return n.jsx(r,{...e,iconKey:"last_page"})}function qK(e){return n.jsx(r,{...e,iconKey:"launch"})}function JK(e){return n.jsx(r,{...e,iconKey:"layers"})}function ZK(e){return n.jsx(r,{...e,iconKey:"layers_clear"})}function XK(e){return n.jsx(r,{...e,iconKey:"leaderboard"})}function xK(e){return n.jsx(r,{...e,iconKey:"leak_add"})}function RK(e){return n.jsx(r,{...e,iconKey:"leak_remove"})}function eC(e){return n.jsx(r,{...e,iconKey:"legend_toggle"})}function nC(e){return n.jsx(r,{...e,iconKey:"lens"})}function oC(e){return n.jsx(r,{...e,iconKey:"lens_blur"})}function rC(e){return n.jsx(r,{...e,iconKey:"library_add"})}function tC(e){return n.jsx(r,{...e,iconKey:"library_add_check"})}function cC(e){return n.jsx(r,{...e,iconKey:"library_books"})}function iC(e){return n.jsx(r,{...e,iconKey:"library_music"})}function aC(e){return n.jsx(r,{...e,iconKey:"light"})}function Ec(e){return n.jsx(r,{...e,iconKey:"light_mode"})}function lC(e){return n.jsx(r,{...e,iconKey:"lightbulb"})}function sC(e){return n.jsx(r,{...e,iconKey:"lightbulb_circle"})}function dC(e){return n.jsx(r,{...e,iconKey:"line_axis"})}function uC(e){return n.jsx(r,{...e,iconKey:"line_style"})}function fC(e){return n.jsx(r,{...e,iconKey:"line_weight"})}function AC(e){return n.jsx(r,{...e,iconKey:"linear_scale"})}function Fc(e){return n.jsx(r,{...e,iconKey:"link"})}function yC(e){return n.jsx(r,{...e,iconKey:"link_off"})}function _C(e){return n.jsx(r,{...e,iconKey:"linked_camera"})}function hC(e){return n.jsx(r,{...e,iconKey:"liquor"})}function Pc(e){return n.jsx(r,{...e,iconKey:"list"})}function Dc(e){return n.jsx(r,{...e,iconKey:"list_alt"})}function gC(e){return n.jsx(r,{...e,iconKey:"live_help"})}function IC(e){return n.jsx(r,{...e,iconKey:"live_tv"})}function bC(e){return n.jsx(r,{...e,iconKey:"living"})}function pC(e){return n.jsx(r,{...e,iconKey:"local_activity"})}function wC(e){return n.jsx(r,{...e,iconKey:"local_airport"})}function kC(e){return n.jsx(r,{...e,iconKey:"local_atm"})}function mC(e){return n.jsx(r,{...e,iconKey:"local_bar"})}function vC(e){return n.jsx(r,{...e,iconKey:"local_cafe"})}function KC(e){return n.jsx(r,{...e,iconKey:"local_car_wash"})}function CC(e){return n.jsx(r,{...e,iconKey:"local_convenience_store"})}function SC(e){return n.jsx(r,{...e,iconKey:"local_dining"})}function BC(e){return n.jsx(r,{...e,iconKey:"local_drink"})}function EC(e){return n.jsx(r,{...e,iconKey:"local_fire_department"})}function FC(e){return n.jsx(r,{...e,iconKey:"local_florist"})}function PC(e){return n.jsx(r,{...e,iconKey:"local_gas_station"})}function DC(e){return n.jsx(r,{...e,iconKey:"local_grocery_store"})}function NC(e){return n.jsx(r,{...e,iconKey:"local_hospital"})}function TC(e){return n.jsx(r,{...e,iconKey:"local_hotel"})}function MC(e){return n.jsx(r,{...e,iconKey:"local_laundry_service"})}function OC(e){return n.jsx(r,{...e,iconKey:"local_library"})}function LC(e){return n.jsx(r,{...e,iconKey:"local_mall"})}function QC(e){return n.jsx(r,{...e,iconKey:"local_movies"})}function VC(e){return n.jsx(r,{...e,iconKey:"local_offer"})}function WC(e){return n.jsx(r,{...e,iconKey:"local_parking"})}function GC(e){return n.jsx(r,{...e,iconKey:"local_pharmacy"})}function zC(e){return n.jsx(r,{...e,iconKey:"local_phone"})}function HC(e){return n.jsx(r,{...e,iconKey:"local_pizza"})}function UC(e){return n.jsx(r,{...e,iconKey:"local_play"})}function YC(e){return n.jsx(r,{...e,iconKey:"local_police"})}function $C(e){return n.jsx(r,{...e,iconKey:"local_post_office"})}function jC(e){return n.jsx(r,{...e,iconKey:"local_printshop"})}function qC(e){return n.jsx(r,{...e,iconKey:"local_see"})}function JC(e){return n.jsx(r,{...e,iconKey:"local_shipping"})}function ZC(e){return n.jsx(r,{...e,iconKey:"local_taxi"})}function XC(e){return n.jsx(r,{...e,iconKey:"location_city"})}function xC(e){return n.jsx(r,{...e,iconKey:"location_disabled"})}function RC(e){return n.jsx(r,{...e,iconKey:"location_off"})}function eS(e){return n.jsx(r,{...e,iconKey:"location_on"})}function nS(e){return n.jsx(r,{...e,iconKey:"location_searching"})}function oS(e){return n.jsx(r,{...e,iconKey:"lock"})}function rS(e){return n.jsx(r,{...e,iconKey:"lock_clock"})}function tS(e){return n.jsx(r,{...e,iconKey:"lock_open"})}function cS(e){return n.jsx(r,{...e,iconKey:"lock_person"})}function iS(e){return n.jsx(r,{...e,iconKey:"lock_reset"})}function aS(e){return n.jsx(r,{...e,iconKey:"login"})}function lS(e){return n.jsx(r,{...e,iconKey:"logo_dev"})}function Nc(e){return n.jsx(r,{...e,iconKey:"logout"})}function sS(e){return n.jsx(r,{...e,iconKey:"looks"})}function dS(e){return n.jsx(r,{...e,iconKey:"looks_3"})}function uS(e){return n.jsx(r,{...e,iconKey:"looks_4"})}function fS(e){return n.jsx(r,{...e,iconKey:"looks_5"})}function AS(e){return n.jsx(r,{...e,iconKey:"looks_6"})}function yS(e){return n.jsx(r,{...e,iconKey:"looks_one"})}function _S(e){return n.jsx(r,{...e,iconKey:"looks_two"})}function hS(e){return n.jsx(r,{...e,iconKey:"loop"})}function gS(e){return n.jsx(r,{...e,iconKey:"loupe"})}function IS(e){return n.jsx(r,{...e,iconKey:"low_priority"})}function bS(e){return n.jsx(r,{...e,iconKey:"loyalty"})}function pS(e){return n.jsx(r,{...e,iconKey:"lte_mobiledata"})}function wS(e){return n.jsx(r,{...e,iconKey:"lte_plus_mobiledata"})}function kS(e){return n.jsx(r,{...e,iconKey:"luggage"})}function mS(e){return n.jsx(r,{...e,iconKey:"lunch_dining"})}function vS(e){return n.jsx(r,{...e,iconKey:"lyrics"})}function KS(e){return n.jsx(r,{...e,iconKey:"macro_off"})}function CS(e){return n.jsx(r,{...e,iconKey:"mail"})}function SS(e){return n.jsx(r,{...e,iconKey:"mail_lock"})}function BS(e){return n.jsx(r,{...e,iconKey:"mail_outline"})}function ES(e){return n.jsx(r,{...e,iconKey:"male"})}function FS(e){return n.jsx(r,{...e,iconKey:"man"})}function PS(e){return n.jsx(r,{...e,iconKey:"man_2"})}function DS(e){return n.jsx(r,{...e,iconKey:"man_3"})}function NS(e){return n.jsx(r,{...e,iconKey:"man_4"})}function TS(e){return n.jsx(r,{...e,iconKey:"manage_accounts"})}function MS(e){return n.jsx(r,{...e,iconKey:"manage_history"})}function OS(e){return n.jsx(r,{...e,iconKey:"manage_search"})}function LS(e){return n.jsx(r,{...e,iconKey:"map"})}function QS(e){return n.jsx(r,{...e,iconKey:"maps_home_work"})}function VS(e){return n.jsx(r,{...e,iconKey:"maps_ugc"})}function WS(e){return n.jsx(r,{...e,iconKey:"margin"})}function GS(e){return n.jsx(r,{...e,iconKey:"mark_as_unread"})}function zS(e){return n.jsx(r,{...e,iconKey:"mark_chat_read"})}function HS(e){return n.jsx(r,{...e,iconKey:"mark_chat_unread"})}function US(e){return n.jsx(r,{...e,iconKey:"mark_email_read"})}function YS(e){return n.jsx(r,{...e,iconKey:"mark_email_unread"})}function $S(e){return n.jsx(r,{...e,iconKey:"mark_unread_chat_alt"})}function jS(e){return n.jsx(r,{...e,iconKey:"markunread"})}function qS(e){return n.jsx(r,{...e,iconKey:"markunread_mailbox"})}function JS(e){return n.jsx(r,{...e,iconKey:"masks"})}function ZS(e){return n.jsx(r,{...e,iconKey:"maximize"})}function XS(e){return n.jsx(r,{...e,iconKey:"media_bluetooth_off"})}function xS(e){return n.jsx(r,{...e,iconKey:"media_bluetooth_on"})}function RS(e){return n.jsx(r,{...e,iconKey:"mediation"})}function eB(e){return n.jsx(r,{...e,iconKey:"medical_information"})}function nB(e){return n.jsx(r,{...e,iconKey:"medical_services"})}function oB(e){return n.jsx(r,{...e,iconKey:"medication"})}function rB(e){return n.jsx(r,{...e,iconKey:"medication_liquid"})}function tB(e){return n.jsx(r,{...e,iconKey:"meeting_room"})}function cB(e){return n.jsx(r,{...e,iconKey:"memory"})}function Cr(e){return n.jsx(r,{...e,iconKey:"menu"})}function iB(e){return n.jsx(r,{...e,iconKey:"menu_book"})}function aB(e){return n.jsx(r,{...e,iconKey:"menu_open"})}function lB(e){return n.jsx(r,{...e,iconKey:"merge"})}function sB(e){return n.jsx(r,{...e,iconKey:"merge_type"})}function dB(e){return n.jsx(r,{...e,iconKey:"message"})}function uB(e){return n.jsx(r,{...e,iconKey:"mic"})}function fB(e){return n.jsx(r,{...e,iconKey:"mic_external_off"})}function AB(e){return n.jsx(r,{...e,iconKey:"mic_external_on"})}function yB(e){return n.jsx(r,{...e,iconKey:"mic_none"})}function _B(e){return n.jsx(r,{...e,iconKey:"mic_off"})}function hB(e){return n.jsx(r,{...e,iconKey:"microwave"})}function gB(e){return n.jsx(r,{...e,iconKey:"military_tech"})}function IB(e){return n.jsx(r,{...e,iconKey:"minimize"})}function bB(e){return n.jsx(r,{...e,iconKey:"minor_crash"})}function pB(e){return n.jsx(r,{...e,iconKey:"miscellaneous_services"})}function wB(e){return n.jsx(r,{...e,iconKey:"missed_video_call"})}function kB(e){return n.jsx(r,{...e,iconKey:"mms"})}function mB(e){return n.jsx(r,{...e,iconKey:"mobile_friendly"})}function vB(e){return n.jsx(r,{...e,iconKey:"mobile_off"})}function KB(e){return n.jsx(r,{...e,iconKey:"mobile_screen_share"})}function CB(e){return n.jsx(r,{...e,iconKey:"mobiledata_off"})}function SB(e){return n.jsx(r,{...e,iconKey:"mode"})}function BB(e){return n.jsx(r,{...e,iconKey:"mode_comment"})}function EB(e){return n.jsx(r,{...e,iconKey:"mode_edit"})}function FB(e){return n.jsx(r,{...e,iconKey:"mode_edit_outline"})}function PB(e){return n.jsx(r,{...e,iconKey:"mode_fan_off"})}function DB(e){return n.jsx(r,{...e,iconKey:"mode_night"})}function NB(e){return n.jsx(r,{...e,iconKey:"mode_of_travel"})}function TB(e){return n.jsx(r,{...e,iconKey:"mode_standby"})}function MB(e){return n.jsx(r,{...e,iconKey:"model_training"})}function OB(e){return n.jsx(r,{...e,iconKey:"monetization_on"})}function LB(e){return n.jsx(r,{...e,iconKey:"money"})}function QB(e){return n.jsx(r,{...e,iconKey:"money_off"})}function VB(e){return n.jsx(r,{...e,iconKey:"money_off_csred"})}function WB(e){return n.jsx(r,{...e,iconKey:"monitor"})}function GB(e){return n.jsx(r,{...e,iconKey:"monitor_heart"})}function zB(e){return n.jsx(r,{...e,iconKey:"monitor_weight"})}function HB(e){return n.jsx(r,{...e,iconKey:"monochrome_photos"})}function UB(e){return n.jsx(r,{...e,iconKey:"mood"})}function YB(e){return n.jsx(r,{...e,iconKey:"mood_bad"})}function $B(e){return n.jsx(r,{...e,iconKey:"moped"})}function jB(e){return n.jsx(r,{...e,iconKey:"more"})}function qB(e){return n.jsx(r,{...e,iconKey:"more_horiz"})}function JB(e){return n.jsx(r,{...e,iconKey:"more_time"})}function Sr(e){return n.jsx(r,{...e,iconKey:"more_vert"})}function ZB(e){return n.jsx(r,{...e,iconKey:"mosque"})}function XB(e){return n.jsx(r,{...e,iconKey:"motion_photos_auto"})}function xB(e){return n.jsx(r,{...e,iconKey:"motion_photos_off"})}function RB(e){return n.jsx(r,{...e,iconKey:"motion_photos_on"})}function eE(e){return n.jsx(r,{...e,iconKey:"motion_photos_pause"})}function nE(e){return n.jsx(r,{...e,iconKey:"motion_photos_paused"})}function oE(e){return n.jsx(r,{...e,iconKey:"mouse"})}function rE(e){return n.jsx(r,{...e,iconKey:"move_down"})}function tE(e){return n.jsx(r,{...e,iconKey:"move_to_inbox"})}function cE(e){return n.jsx(r,{...e,iconKey:"move_up"})}function iE(e){return n.jsx(r,{...e,iconKey:"movie"})}function aE(e){return n.jsx(r,{...e,iconKey:"movie_creation"})}function lE(e){return n.jsx(r,{...e,iconKey:"movie_filter"})}function sE(e){return n.jsx(r,{...e,iconKey:"moving"})}function dE(e){return n.jsx(r,{...e,iconKey:"mp"})}function uE(e){return n.jsx(r,{...e,iconKey:"multiline_chart"})}function fE(e){return n.jsx(r,{...e,iconKey:"multiple_stop"})}function AE(e){return n.jsx(r,{...e,iconKey:"museum"})}function yE(e){return n.jsx(r,{...e,iconKey:"music_note"})}function _E(e){return n.jsx(r,{...e,iconKey:"music_off"})}function hE(e){return n.jsx(r,{...e,iconKey:"music_video"})}function gE(e){return n.jsx(r,{...e,iconKey:"my_location"})}function IE(e){return n.jsx(r,{...e,iconKey:"nat"})}function bE(e){return n.jsx(r,{...e,iconKey:"nature"})}function pE(e){return n.jsx(r,{...e,iconKey:"nature_people"})}function wE(e){return n.jsx(r,{...e,iconKey:"navigate_before"})}function kE(e){return n.jsx(r,{...e,iconKey:"navigate_next"})}function mE(e){return n.jsx(r,{...e,iconKey:"navigation"})}function vE(e){return n.jsx(r,{...e,iconKey:"near_me"})}function KE(e){return n.jsx(r,{...e,iconKey:"near_me_disabled"})}function CE(e){return n.jsx(r,{...e,iconKey:"nearby_error"})}function SE(e){return n.jsx(r,{...e,iconKey:"nearby_off"})}function BE(e){return n.jsx(r,{...e,iconKey:"nest_cam_wired_stand"})}function EE(e){return n.jsx(r,{...e,iconKey:"network_cell"})}function FE(e){return n.jsx(r,{...e,iconKey:"network_check"})}function PE(e){return n.jsx(r,{...e,iconKey:"network_locked"})}function DE(e){return n.jsx(r,{...e,iconKey:"network_ping"})}function NE(e){return n.jsx(r,{...e,iconKey:"network_wifi"})}function TE(e){return n.jsx(r,{...e,iconKey:"network_wifi_1_bar"})}function ME(e){return n.jsx(r,{...e,iconKey:"network_wifi_2_bar"})}function OE(e){return n.jsx(r,{...e,iconKey:"network_wifi_3_bar"})}function LE(e){return n.jsx(r,{...e,iconKey:"new_label"})}function QE(e){return n.jsx(r,{...e,iconKey:"new_releases"})}function VE(e){return n.jsx(r,{...e,iconKey:"newspaper"})}function WE(e){return n.jsx(r,{...e,iconKey:"next_plan"})}function GE(e){return n.jsx(r,{...e,iconKey:"next_week"})}function zE(e){return n.jsx(r,{...e,iconKey:"nfc"})}function HE(e){return n.jsx(r,{...e,iconKey:"night_shelter"})}function UE(e){return n.jsx(r,{...e,iconKey:"nightlife"})}function YE(e){return n.jsx(r,{...e,iconKey:"nightlight"})}function $E(e){return n.jsx(r,{...e,iconKey:"nightlight_round"})}function jE(e){return n.jsx(r,{...e,iconKey:"nights_stay"})}function qE(e){return n.jsx(r,{...e,iconKey:"no_accounts"})}function JE(e){return n.jsx(r,{...e,iconKey:"no_adult_content"})}function ZE(e){return n.jsx(r,{...e,iconKey:"no_backpack"})}function XE(e){return n.jsx(r,{...e,iconKey:"no_cell"})}function xE(e){return n.jsx(r,{...e,iconKey:"no_crash"})}function RE(e){return n.jsx(r,{...e,iconKey:"no_drinks"})}function eF(e){return n.jsx(r,{...e,iconKey:"no_encryption"})}function nF(e){return n.jsx(r,{...e,iconKey:"no_encryption_gmailerrorred"})}function oF(e){return n.jsx(r,{...e,iconKey:"no_flash"})}function rF(e){return n.jsx(r,{...e,iconKey:"no_food"})}function tF(e){return n.jsx(r,{...e,iconKey:"no_luggage"})}function cF(e){return n.jsx(r,{...e,iconKey:"no_meals"})}function iF(e){return n.jsx(r,{...e,iconKey:"no_meeting_room"})}function aF(e){return n.jsx(r,{...e,iconKey:"no_photography"})}function lF(e){return n.jsx(r,{...e,iconKey:"no_sim"})}function sF(e){return n.jsx(r,{...e,iconKey:"no_stroller"})}function dF(e){return n.jsx(r,{...e,iconKey:"no_transfer"})}function uF(e){return n.jsx(r,{...e,iconKey:"noise_aware"})}function fF(e){return n.jsx(r,{...e,iconKey:"noise_control_off"})}function AF(e){return n.jsx(r,{...e,iconKey:"nordic_walking"})}function yF(e){return n.jsx(r,{...e,iconKey:"north"})}function _F(e){return n.jsx(r,{...e,iconKey:"north_east"})}function hF(e){return n.jsx(r,{...e,iconKey:"north_west"})}function gF(e){return n.jsx(r,{...e,iconKey:"not_accessible"})}function IF(e){return n.jsx(r,{...e,iconKey:"not_interested"})}function bF(e){return n.jsx(r,{...e,iconKey:"not_listed_location"})}function pF(e){return n.jsx(r,{...e,iconKey:"not_started"})}function wF(e){return n.jsx(r,{...e,iconKey:"note"})}function kF(e){return n.jsx(r,{...e,iconKey:"note_add"})}function mF(e){return n.jsx(r,{...e,iconKey:"note_alt"})}function vF(e){return n.jsx(r,{...e,iconKey:"notes"})}function KF(e){return n.jsx(r,{...e,iconKey:"notification_add"})}function CF(e){return n.jsx(r,{...e,iconKey:"notification_important"})}function SF(e){return n.jsx(r,{...e,iconKey:"notifications"})}function BF(e){return n.jsx(r,{...e,iconKey:"notifications_active"})}function EF(e){return n.jsx(r,{...e,iconKey:"notifications_none"})}function FF(e){return n.jsx(r,{...e,iconKey:"notifications_off"})}function PF(e){return n.jsx(r,{...e,iconKey:"notifications_paused"})}function Tc(e){return n.jsx(r,{...e,iconKey:"numbers"})}function DF(e){return n.jsx(r,{...e,iconKey:"offline_bolt"})}function NF(e){return n.jsx(r,{...e,iconKey:"offline_pin"})}function TF(e){return n.jsx(r,{...e,iconKey:"offline_share"})}function MF(e){return n.jsx(r,{...e,iconKey:"oil_barrel"})}function OF(e){return n.jsx(r,{...e,iconKey:"on_device_training"})}function LF(e){return n.jsx(r,{...e,iconKey:"ondemand_video"})}function QF(e){return n.jsx(r,{...e,iconKey:"online_prediction"})}function VF(e){return n.jsx(r,{...e,iconKey:"opacity"})}function WF(e){return n.jsx(r,{...e,iconKey:"open_in_browser"})}function GF(e){return n.jsx(r,{...e,iconKey:"open_in_full"})}function to(e){return n.jsx(r,{...e,iconKey:"open_in_new"})}function zF(e){return n.jsx(r,{...e,iconKey:"open_in_new_off"})}function HF(e){return n.jsx(r,{...e,iconKey:"open_with"})}function UF(e){return n.jsx(r,{...e,iconKey:"other_houses"})}function YF(e){return n.jsx(r,{...e,iconKey:"outbound"})}function $F(e){return n.jsx(r,{...e,iconKey:"outbox"})}function jF(e){return n.jsx(r,{...e,iconKey:"outdoor_grill"})}function qF(e){return n.jsx(r,{...e,iconKey:"outlet"})}function JF(e){return n.jsx(r,{...e,iconKey:"outlined_flag"})}function ZF(e){return n.jsx(r,{...e,iconKey:"output"})}function XF(e){return n.jsx(r,{...e,iconKey:"padding"})}function xF(e){return n.jsx(r,{...e,iconKey:"pages"})}function RF(e){return n.jsx(r,{...e,iconKey:"pageview"})}function eP(e){return n.jsx(r,{...e,iconKey:"paid"})}function nP(e){return n.jsx(r,{...e,iconKey:"palette"})}function oP(e){return n.jsx(r,{...e,iconKey:"pan_tool"})}function rP(e){return n.jsx(r,{...e,iconKey:"pan_tool_alt"})}function tP(e){return n.jsx(r,{...e,iconKey:"panorama"})}function cP(e){return n.jsx(r,{...e,iconKey:"panorama_fish_eye"})}function iP(e){return n.jsx(r,{...e,iconKey:"panorama_horizontal"})}function aP(e){return n.jsx(r,{...e,iconKey:"panorama_horizontal_select"})}function lP(e){return n.jsx(r,{...e,iconKey:"panorama_photosphere"})}function sP(e){return n.jsx(r,{...e,iconKey:"panorama_photosphere_select"})}function dP(e){return n.jsx(r,{...e,iconKey:"panorama_vertical"})}function uP(e){return n.jsx(r,{...e,iconKey:"panorama_vertical_select"})}function fP(e){return n.jsx(r,{...e,iconKey:"panorama_wide_angle"})}function AP(e){return n.jsx(r,{...e,iconKey:"panorama_wide_angle_select"})}function yP(e){return n.jsx(r,{...e,iconKey:"paragliding"})}function _P(e){return n.jsx(r,{...e,iconKey:"park"})}function hP(e){return n.jsx(r,{...e,iconKey:"party_mode"})}function gP(e){return n.jsx(r,{...e,iconKey:"password"})}function IP(e){return n.jsx(r,{...e,iconKey:"pattern"})}function bP(e){return n.jsx(r,{...e,iconKey:"pause"})}function pP(e){return n.jsx(r,{...e,iconKey:"pause_circle"})}function wP(e){return n.jsx(r,{...e,iconKey:"pause_circle_filled"})}function kP(e){return n.jsx(r,{...e,iconKey:"pause_circle_outline"})}function mP(e){return n.jsx(r,{...e,iconKey:"pause_presentation"})}function vP(e){return n.jsx(r,{...e,iconKey:"payment"})}function KP(e){return n.jsx(r,{...e,iconKey:"payments"})}function CP(e){return n.jsx(r,{...e,iconKey:"pedal_bike"})}function SP(e){return n.jsx(r,{...e,iconKey:"pending"})}function BP(e){return n.jsx(r,{...e,iconKey:"pending_actions"})}function EP(e){return n.jsx(r,{...e,iconKey:"pentagon"})}function FP(e){return n.jsx(r,{...e,iconKey:"people"})}function PP(e){return n.jsx(r,{...e,iconKey:"people_alt"})}function DP(e){return n.jsx(r,{...e,iconKey:"people_outline"})}function NP(e){return n.jsx(r,{...e,iconKey:"percent"})}function TP(e){return n.jsx(r,{...e,iconKey:"perm_camera_mic"})}function MP(e){return n.jsx(r,{...e,iconKey:"perm_contact_calendar"})}function OP(e){return n.jsx(r,{...e,iconKey:"perm_data_setting"})}function LP(e){return n.jsx(r,{...e,iconKey:"perm_device_information"})}function QP(e){return n.jsx(r,{...e,iconKey:"perm_identity"})}function VP(e){return n.jsx(r,{...e,iconKey:"perm_media"})}function WP(e){return n.jsx(r,{...e,iconKey:"perm_phone_msg"})}function GP(e){return n.jsx(r,{...e,iconKey:"perm_scan_wifi"})}function zP(e){return n.jsx(r,{...e,iconKey:"person"})}function HP(e){return n.jsx(r,{...e,iconKey:"person_2"})}function UP(e){return n.jsx(r,{...e,iconKey:"person_3"})}function YP(e){return n.jsx(r,{...e,iconKey:"person_4"})}function $P(e){return n.jsx(r,{...e,iconKey:"person_add"})}function jP(e){return n.jsx(r,{...e,iconKey:"person_add_alt"})}function qP(e){return n.jsx(r,{...e,iconKey:"person_add_alt_1"})}function JP(e){return n.jsx(r,{...e,iconKey:"person_add_disabled"})}function ZP(e){return n.jsx(r,{...e,iconKey:"person_off"})}function XP(e){return n.jsx(r,{...e,iconKey:"person_outline"})}function xP(e){return n.jsx(r,{...e,iconKey:"person_pin"})}function RP(e){return n.jsx(r,{...e,iconKey:"person_pin_circle"})}function e1(e){return n.jsx(r,{...e,iconKey:"person_remove"})}function n1(e){return n.jsx(r,{...e,iconKey:"person_remove_alt_1"})}function o1(e){return n.jsx(r,{...e,iconKey:"person_search"})}function r1(e){return n.jsx(r,{...e,iconKey:"personal_injury"})}function t1(e){return n.jsx(r,{...e,iconKey:"personal_video"})}function c1(e){return n.jsx(r,{...e,iconKey:"pest_control"})}function i1(e){return n.jsx(r,{...e,iconKey:"pest_control_rodent"})}function a1(e){return n.jsx(r,{...e,iconKey:"pets"})}function l1(e){return n.jsx(r,{...e,iconKey:"phishing"})}function s1(e){return n.jsx(r,{...e,iconKey:"phone"})}function d1(e){return n.jsx(r,{...e,iconKey:"phone_android"})}function u1(e){return n.jsx(r,{...e,iconKey:"phone_bluetooth_speaker"})}function f1(e){return n.jsx(r,{...e,iconKey:"phone_callback"})}function A1(e){return n.jsx(r,{...e,iconKey:"phone_disabled"})}function y1(e){return n.jsx(r,{...e,iconKey:"phone_enabled"})}function _1(e){return n.jsx(r,{...e,iconKey:"phone_forwarded"})}function h1(e){return n.jsx(r,{...e,iconKey:"phone_iphone"})}function g1(e){return n.jsx(r,{...e,iconKey:"phone_locked"})}function I1(e){return n.jsx(r,{...e,iconKey:"phone_missed"})}function b1(e){return n.jsx(r,{...e,iconKey:"phone_paused"})}function p1(e){return n.jsx(r,{...e,iconKey:"phonelink"})}function w1(e){return n.jsx(r,{...e,iconKey:"phonelink_erase"})}function k1(e){return n.jsx(r,{...e,iconKey:"phonelink_lock"})}function m1(e){return n.jsx(r,{...e,iconKey:"phonelink_off"})}function v1(e){return n.jsx(r,{...e,iconKey:"phonelink_ring"})}function K1(e){return n.jsx(r,{...e,iconKey:"phonelink_setup"})}function C1(e){return n.jsx(r,{...e,iconKey:"photo"})}function S1(e){return n.jsx(r,{...e,iconKey:"photo_album"})}function B1(e){return n.jsx(r,{...e,iconKey:"photo_camera"})}function E1(e){return n.jsx(r,{...e,iconKey:"photo_camera_back"})}function F1(e){return n.jsx(r,{...e,iconKey:"photo_camera_front"})}function P1(e){return n.jsx(r,{...e,iconKey:"photo_filter"})}function D1(e){return n.jsx(r,{...e,iconKey:"photo_library"})}function N1(e){return n.jsx(r,{...e,iconKey:"photo_size_select_actual"})}function T1(e){return n.jsx(r,{...e,iconKey:"photo_size_select_large"})}function M1(e){return n.jsx(r,{...e,iconKey:"photo_size_select_small"})}function O1(e){return n.jsx(r,{...e,iconKey:"php"})}function L1(e){return n.jsx(r,{...e,iconKey:"piano"})}function Q1(e){return n.jsx(r,{...e,iconKey:"piano_off"})}function V1(e){return n.jsx(r,{...e,iconKey:"picture_as_pdf"})}function W1(e){return n.jsx(r,{...e,iconKey:"picture_in_picture"})}function G1(e){return n.jsx(r,{...e,iconKey:"picture_in_picture_alt"})}function z1(e){return n.jsx(r,{...e,iconKey:"pie_chart"})}function H1(e){return n.jsx(r,{...e,iconKey:"pie_chart_outline"})}function U1(e){return n.jsx(r,{...e,iconKey:"pin"})}function Y1(e){return n.jsx(r,{...e,iconKey:"pin_drop"})}function $1(e){return n.jsx(r,{...e,iconKey:"pin_end"})}function j1(e){return n.jsx(r,{...e,iconKey:"pin_invoke"})}function q1(e){return n.jsx(r,{...e,iconKey:"pinch"})}function J1(e){return n.jsx(r,{...e,iconKey:"pivot_table_chart"})}function Z1(e){return n.jsx(r,{...e,iconKey:"pix"})}function X1(e){return n.jsx(r,{...e,iconKey:"place"})}function x1(e){return n.jsx(r,{...e,iconKey:"plagiarism"})}function R1(e){return n.jsx(r,{...e,iconKey:"play_arrow"})}function eD(e){return n.jsx(r,{...e,iconKey:"play_circle"})}function nD(e){return n.jsx(r,{...e,iconKey:"play_circle_filled"})}function oD(e){return n.jsx(r,{...e,iconKey:"play_circle_outline"})}function rD(e){return n.jsx(r,{...e,iconKey:"play_disabled"})}function tD(e){return n.jsx(r,{...e,iconKey:"play_for_work"})}function cD(e){return n.jsx(r,{...e,iconKey:"play_lesson"})}function iD(e){return n.jsx(r,{...e,iconKey:"playlist_add"})}function aD(e){return n.jsx(r,{...e,iconKey:"playlist_add_check"})}function lD(e){return n.jsx(r,{...e,iconKey:"playlist_add_check_circle"})}function sD(e){return n.jsx(r,{...e,iconKey:"playlist_add_circle"})}function dD(e){return n.jsx(r,{...e,iconKey:"playlist_play"})}function uD(e){return n.jsx(r,{...e,iconKey:"playlist_remove"})}function fD(e){return n.jsx(r,{...e,iconKey:"plumbing"})}function AD(e){return n.jsx(r,{...e,iconKey:"plus_one"})}function yD(e){return n.jsx(r,{...e,iconKey:"podcasts"})}function _D(e){return n.jsx(r,{...e,iconKey:"point_of_sale"})}function hD(e){return n.jsx(r,{...e,iconKey:"policy"})}function gD(e){return n.jsx(r,{...e,iconKey:"poll"})}function ID(e){return n.jsx(r,{...e,iconKey:"polyline"})}function bD(e){return n.jsx(r,{...e,iconKey:"polymer"})}function pD(e){return n.jsx(r,{...e,iconKey:"pool"})}function wD(e){return n.jsx(r,{...e,iconKey:"portable_wifi_off"})}function kD(e){return n.jsx(r,{...e,iconKey:"portrait"})}function mD(e){return n.jsx(r,{...e,iconKey:"post_add"})}function vD(e){return n.jsx(r,{...e,iconKey:"power"})}function KD(e){return n.jsx(r,{...e,iconKey:"power_input"})}function CD(e){return n.jsx(r,{...e,iconKey:"power_off"})}function SD(e){return n.jsx(r,{...e,iconKey:"power_settings_new"})}function BD(e){return n.jsx(r,{...e,iconKey:"precision_manufacturing"})}function ED(e){return n.jsx(r,{...e,iconKey:"pregnant_woman"})}function FD(e){return n.jsx(r,{...e,iconKey:"present_to_all"})}function PD(e){return n.jsx(r,{...e,iconKey:"preview"})}function DD(e){return n.jsx(r,{...e,iconKey:"price_change"})}function ND(e){return n.jsx(r,{...e,iconKey:"price_check"})}function TD(e){return n.jsx(r,{...e,iconKey:"print"})}function MD(e){return n.jsx(r,{...e,iconKey:"print_disabled"})}function OD(e){return n.jsx(r,{...e,iconKey:"priority_high"})}function LD(e){return n.jsx(r,{...e,iconKey:"privacy_tip"})}function QD(e){return n.jsx(r,{...e,iconKey:"private_connectivity"})}function VD(e){return n.jsx(r,{...e,iconKey:"production_quantity_limits"})}function WD(e){return n.jsx(r,{...e,iconKey:"propane"})}function GD(e){return n.jsx(r,{...e,iconKey:"propane_tank"})}function zD(e){return n.jsx(r,{...e,iconKey:"psychology"})}function HD(e){return n.jsx(r,{...e,iconKey:"psychology_alt"})}function UD(e){return n.jsx(r,{...e,iconKey:"public"})}function YD(e){return n.jsx(r,{...e,iconKey:"public_off"})}function $D(e){return n.jsx(r,{...e,iconKey:"publish"})}function jD(e){return n.jsx(r,{...e,iconKey:"published_with_changes"})}function qD(e){return n.jsx(r,{...e,iconKey:"punch_clock"})}function JD(e){return n.jsx(r,{...e,iconKey:"push_pin"})}function ZD(e){return n.jsx(r,{...e,iconKey:"qr_code"})}function XD(e){return n.jsx(r,{...e,iconKey:"qr_code_2"})}function xD(e){return n.jsx(r,{...e,iconKey:"qr_code_scanner"})}function RD(e){return n.jsx(r,{...e,iconKey:"query_builder"})}function eN(e){return n.jsx(r,{...e,iconKey:"query_stats"})}function nN(e){return n.jsx(r,{...e,iconKey:"question_answer"})}function oN(e){return n.jsx(r,{...e,iconKey:"question_mark"})}function rN(e){return n.jsx(r,{...e,iconKey:"queue"})}function tN(e){return n.jsx(r,{...e,iconKey:"queue_music"})}function cN(e){return n.jsx(r,{...e,iconKey:"queue_play_next"})}function iN(e){return n.jsx(r,{...e,iconKey:"quickreply"})}function aN(e){return n.jsx(r,{...e,iconKey:"quiz"})}function lN(e){return n.jsx(r,{...e,iconKey:"r_mobiledata"})}function sN(e){return n.jsx(r,{...e,iconKey:"radar"})}function dN(e){return n.jsx(r,{...e,iconKey:"radio"})}function uN(e){return n.jsx(r,{...e,iconKey:"radio_button_checked"})}function fN(e){return n.jsx(r,{...e,iconKey:"radio_button_unchecked"})}function AN(e){return n.jsx(r,{...e,iconKey:"railway_alert"})}function yN(e){return n.jsx(r,{...e,iconKey:"ramen_dining"})}function _N(e){return n.jsx(r,{...e,iconKey:"ramp_left"})}function hN(e){return n.jsx(r,{...e,iconKey:"ramp_right"})}function gN(e){return n.jsx(r,{...e,iconKey:"rate_review"})}function IN(e){return n.jsx(r,{...e,iconKey:"raw_off"})}function bN(e){return n.jsx(r,{...e,iconKey:"raw_on"})}function pN(e){return n.jsx(r,{...e,iconKey:"read_more"})}function wN(e){return n.jsx(r,{...e,iconKey:"real_estate_agent"})}function kN(e){return n.jsx(r,{...e,iconKey:"receipt"})}function mN(e){return n.jsx(r,{...e,iconKey:"receipt_long"})}function vN(e){return n.jsx(r,{...e,iconKey:"recent_actors"})}function KN(e){return n.jsx(r,{...e,iconKey:"recommend"})}function CN(e){return n.jsx(r,{...e,iconKey:"record_voice_over"})}function SN(e){return n.jsx(r,{...e,iconKey:"rectangle"})}function BN(e){return n.jsx(r,{...e,iconKey:"recycling"})}function EN(e){return n.jsx(r,{...e,iconKey:"redeem"})}function FN(e){return n.jsx(r,{...e,iconKey:"redo"})}function PN(e){return n.jsx(r,{...e,iconKey:"reduce_capacity"})}function DN(e){return n.jsx(r,{...e,iconKey:"refresh"})}function NN(e){return n.jsx(r,{...e,iconKey:"remember_me"})}function co(e){return n.jsx(r,{...e,iconKey:"remove"})}function Mc(e){return n.jsx(r,{...e,iconKey:"remove_circle"})}function TN(e){return n.jsx(r,{...e,iconKey:"remove_circle_outline"})}function MN(e){return n.jsx(r,{...e,iconKey:"remove_done"})}function ON(e){return n.jsx(r,{...e,iconKey:"remove_from_queue"})}function LN(e){return n.jsx(r,{...e,iconKey:"remove_moderator"})}function QN(e){return n.jsx(r,{...e,iconKey:"remove_red_eye"})}function VN(e){return n.jsx(r,{...e,iconKey:"remove_road"})}function WN(e){return n.jsx(r,{...e,iconKey:"remove_shopping_cart"})}function GN(e){return n.jsx(r,{...e,iconKey:"reorder"})}function zN(e){return n.jsx(r,{...e,iconKey:"repartition"})}function Br(e){return n.jsx(r,{...e,iconKey:"repeat"})}function HN(e){return n.jsx(r,{...e,iconKey:"repeat_on"})}function UN(e){return n.jsx(r,{...e,iconKey:"repeat_one"})}function YN(e){return n.jsx(r,{...e,iconKey:"repeat_one_on"})}function $N(e){return n.jsx(r,{...e,iconKey:"replay"})}function jN(e){return n.jsx(r,{...e,iconKey:"replay_10"})}function qN(e){return n.jsx(r,{...e,iconKey:"replay_30"})}function JN(e){return n.jsx(r,{...e,iconKey:"replay_5"})}function ZN(e){return n.jsx(r,{...e,iconKey:"replay_circle_filled"})}function XN(e){return n.jsx(r,{...e,iconKey:"reply"})}function xN(e){return n.jsx(r,{...e,iconKey:"reply_all"})}function RN(e){return n.jsx(r,{...e,iconKey:"report"})}function eT(e){return n.jsx(r,{...e,iconKey:"report_gmailerrorred"})}function nT(e){return n.jsx(r,{...e,iconKey:"report_off"})}function oT(e){return n.jsx(r,{...e,iconKey:"report_problem"})}function rT(e){return n.jsx(r,{...e,iconKey:"request_page"})}function tT(e){return n.jsx(r,{...e,iconKey:"request_quote"})}function cT(e){return n.jsx(r,{...e,iconKey:"reset_tv"})}function iT(e){return n.jsx(r,{...e,iconKey:"restart_alt"})}function aT(e){return n.jsx(r,{...e,iconKey:"restaurant"})}function lT(e){return n.jsx(r,{...e,iconKey:"restaurant_menu"})}function sT(e){return n.jsx(r,{...e,iconKey:"restore"})}function dT(e){return n.jsx(r,{...e,iconKey:"restore_from_trash"})}function uT(e){return n.jsx(r,{...e,iconKey:"restore_page"})}function fT(e){return n.jsx(r,{...e,iconKey:"reviews"})}function AT(e){return n.jsx(r,{...e,iconKey:"rice_bowl"})}function yT(e){return n.jsx(r,{...e,iconKey:"ring_volume"})}function _T(e){return n.jsx(r,{...e,iconKey:"rocket"})}function hT(e){return n.jsx(r,{...e,iconKey:"rocket_launch"})}function gT(e){return n.jsx(r,{...e,iconKey:"roller_shades"})}function IT(e){return n.jsx(r,{...e,iconKey:"roller_shades_closed"})}function bT(e){return n.jsx(r,{...e,iconKey:"roller_skating"})}function pT(e){return n.jsx(r,{...e,iconKey:"roofing"})}function wT(e){return n.jsx(r,{...e,iconKey:"room"})}function kT(e){return n.jsx(r,{...e,iconKey:"room_preferences"})}function mT(e){return n.jsx(r,{...e,iconKey:"room_service"})}function vT(e){return n.jsx(r,{...e,iconKey:"rotate_90_degrees_ccw"})}function KT(e){return n.jsx(r,{...e,iconKey:"rotate_90_degrees_cw"})}function CT(e){return n.jsx(r,{...e,iconKey:"rotate_left"})}function ST(e){return n.jsx(r,{...e,iconKey:"rotate_right"})}function BT(e){return n.jsx(r,{...e,iconKey:"roundabout_left"})}function ET(e){return n.jsx(r,{...e,iconKey:"roundabout_right"})}function FT(e){return n.jsx(r,{...e,iconKey:"rounded_corner"})}function PT(e){return n.jsx(r,{...e,iconKey:"route"})}function DT(e){return n.jsx(r,{...e,iconKey:"router"})}function NT(e){return n.jsx(r,{...e,iconKey:"rowing"})}function TT(e){return n.jsx(r,{...e,iconKey:"rss_feed"})}function MT(e){return n.jsx(r,{...e,iconKey:"rsvp"})}function OT(e){return n.jsx(r,{...e,iconKey:"rtt"})}function LT(e){return n.jsx(r,{...e,iconKey:"rule"})}function QT(e){return n.jsx(r,{...e,iconKey:"rule_folder"})}function VT(e){return n.jsx(r,{...e,iconKey:"run_circle"})}function WT(e){return n.jsx(r,{...e,iconKey:"running_with_errors"})}function GT(e){return n.jsx(r,{...e,iconKey:"rv_hookup"})}function zT(e){return n.jsx(r,{...e,iconKey:"safety_check"})}function HT(e){return n.jsx(r,{...e,iconKey:"safety_divider"})}function UT(e){return n.jsx(r,{...e,iconKey:"sailing"})}function YT(e){return n.jsx(r,{...e,iconKey:"sanitizer"})}function $T(e){return n.jsx(r,{...e,iconKey:"satellite"})}function jT(e){return n.jsx(r,{...e,iconKey:"satellite_alt"})}function qT(e){return n.jsx(r,{...e,iconKey:"save"})}function JT(e){return n.jsx(r,{...e,iconKey:"save_alt"})}function ZT(e){return n.jsx(r,{...e,iconKey:"save_as"})}function XT(e){return n.jsx(r,{...e,iconKey:"saved_search"})}function xT(e){return n.jsx(r,{...e,iconKey:"savings"})}function RT(e){return n.jsx(r,{...e,iconKey:"scale"})}function eM(e){return n.jsx(r,{...e,iconKey:"scanner"})}function nM(e){return n.jsx(r,{...e,iconKey:"scatter_plot"})}function Oc(e){return n.jsx(r,{...e,iconKey:"schedule"})}function oM(e){return n.jsx(r,{...e,iconKey:"schedule_send"})}function rM(e){return n.jsx(r,{...e,iconKey:"schema"})}function tM(e){return n.jsx(r,{...e,iconKey:"school"})}function cM(e){return n.jsx(r,{...e,iconKey:"science"})}function iM(e){return n.jsx(r,{...e,iconKey:"score"})}function aM(e){return n.jsx(r,{...e,iconKey:"scoreboard"})}function lM(e){return n.jsx(r,{...e,iconKey:"screen_lock_landscape"})}function sM(e){return n.jsx(r,{...e,iconKey:"screen_lock_portrait"})}function dM(e){return n.jsx(r,{...e,iconKey:"screen_lock_rotation"})}function uM(e){return n.jsx(r,{...e,iconKey:"screen_rotation"})}function fM(e){return n.jsx(r,{...e,iconKey:"screen_rotation_alt"})}function AM(e){return n.jsx(r,{...e,iconKey:"screen_search_desktop"})}function yM(e){return n.jsx(r,{...e,iconKey:"screen_share"})}function _M(e){return n.jsx(r,{...e,iconKey:"screenshot"})}function hM(e){return n.jsx(r,{...e,iconKey:"screenshot_monitor"})}function gM(e){return n.jsx(r,{...e,iconKey:"scuba_diving"})}function IM(e){return n.jsx(r,{...e,iconKey:"sd"})}function bM(e){return n.jsx(r,{...e,iconKey:"sd_card"})}function pM(e){return n.jsx(r,{...e,iconKey:"sd_card_alert"})}function wM(e){return n.jsx(r,{...e,iconKey:"sd_storage"})}function kM(e){return n.jsx(r,{...e,iconKey:"search_off"})}function mM(e){return n.jsx(r,{...e,iconKey:"security"})}function vM(e){return n.jsx(r,{...e,iconKey:"security_update"})}function KM(e){return n.jsx(r,{...e,iconKey:"security_update_good"})}function CM(e){return n.jsx(r,{...e,iconKey:"security_update_warning"})}function SM(e){return n.jsx(r,{...e,iconKey:"segment"})}function BM(e){return n.jsx(r,{...e,iconKey:"select_all"})}function EM(e){return n.jsx(r,{...e,iconKey:"self_improvement"})}function FM(e){return n.jsx(r,{...e,iconKey:"sell"})}function PM(e){return n.jsx(r,{...e,iconKey:"send"})}function DM(e){return n.jsx(r,{...e,iconKey:"send_and_archive"})}function NM(e){return n.jsx(r,{...e,iconKey:"send_time_extension"})}function TM(e){return n.jsx(r,{...e,iconKey:"send_to_mobile"})}function MM(e){return n.jsx(r,{...e,iconKey:"sensor_door"})}function OM(e){return n.jsx(r,{...e,iconKey:"sensor_occupied"})}function LM(e){return n.jsx(r,{...e,iconKey:"sensor_window"})}function QM(e){return n.jsx(r,{...e,iconKey:"sensors"})}function VM(e){return n.jsx(r,{...e,iconKey:"sensors_off"})}function WM(e){return n.jsx(r,{...e,iconKey:"sentiment_dissatisfied"})}function GM(e){return n.jsx(r,{...e,iconKey:"sentiment_neutral"})}function zM(e){return n.jsx(r,{...e,iconKey:"sentiment_satisfied"})}function HM(e){return n.jsx(r,{...e,iconKey:"sentiment_satisfied_alt"})}function UM(e){return n.jsx(r,{...e,iconKey:"sentiment_very_dissatisfied"})}function YM(e){return n.jsx(r,{...e,iconKey:"sentiment_very_satisfied"})}function $M(e){return n.jsx(r,{...e,iconKey:"set_meal"})}function jM(e){return n.jsx(r,{...e,iconKey:"settings"})}function qM(e){return n.jsx(r,{...e,iconKey:"settings_accessibility"})}function JM(e){return n.jsx(r,{...e,iconKey:"settings_applications"})}function ZM(e){return n.jsx(r,{...e,iconKey:"settings_backup_restore"})}function XM(e){return n.jsx(r,{...e,iconKey:"settings_bluetooth"})}function xM(e){return n.jsx(r,{...e,iconKey:"settings_brightness"})}function RM(e){return n.jsx(r,{...e,iconKey:"settings_cell"})}function e2(e){return n.jsx(r,{...e,iconKey:"settings_ethernet"})}function n2(e){return n.jsx(r,{...e,iconKey:"settings_input_antenna"})}function o2(e){return n.jsx(r,{...e,iconKey:"settings_input_component"})}function r2(e){return n.jsx(r,{...e,iconKey:"settings_input_composite"})}function t2(e){return n.jsx(r,{...e,iconKey:"settings_input_hdmi"})}function c2(e){return n.jsx(r,{...e,iconKey:"settings_input_svideo"})}function i2(e){return n.jsx(r,{...e,iconKey:"settings_overscan"})}function a2(e){return n.jsx(r,{...e,iconKey:"settings_phone"})}function l2(e){return n.jsx(r,{...e,iconKey:"settings_power"})}function s2(e){return n.jsx(r,{...e,iconKey:"settings_remote"})}function d2(e){return n.jsx(r,{...e,iconKey:"settings_suggest"})}function u2(e){return n.jsx(r,{...e,iconKey:"settings_system_daydream"})}function f2(e){return n.jsx(r,{...e,iconKey:"settings_voice"})}function A2(e){return n.jsx(r,{...e,iconKey:"severe_cold"})}function y2(e){return n.jsx(r,{...e,iconKey:"shape_line"})}function _2(e){return n.jsx(r,{...e,iconKey:"share"})}function h2(e){return n.jsx(r,{...e,iconKey:"share_location"})}function g2(e){return n.jsx(r,{...e,iconKey:"shield"})}function I2(e){return n.jsx(r,{...e,iconKey:"shield_moon"})}function b2(e){return n.jsx(r,{...e,iconKey:"shop"})}function p2(e){return n.jsx(r,{...e,iconKey:"shop_2"})}function w2(e){return n.jsx(r,{...e,iconKey:"shop_two"})}function k2(e){return n.jsx(r,{...e,iconKey:"shopping_bag"})}function m2(e){return n.jsx(r,{...e,iconKey:"shopping_basket"})}function v2(e){return n.jsx(r,{...e,iconKey:"shopping_cart"})}function K2(e){return n.jsx(r,{...e,iconKey:"shopping_cart_checkout"})}function Lc(e){return n.jsx(r,{...e,iconKey:"short_text"})}function C2(e){return n.jsx(r,{...e,iconKey:"shortcut"})}function S2(e){return n.jsx(r,{...e,iconKey:"show_chart"})}function B2(e){return n.jsx(r,{...e,iconKey:"shower"})}function E2(e){return n.jsx(r,{...e,iconKey:"shuffle"})}function F2(e){return n.jsx(r,{...e,iconKey:"shuffle_on"})}function P2(e){return n.jsx(r,{...e,iconKey:"shutter_speed"})}function D2(e){return n.jsx(r,{...e,iconKey:"sick"})}function N2(e){return n.jsx(r,{...e,iconKey:"sign_language"})}function T2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_0_bar"})}function M2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_4_bar"})}function O2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_alt"})}function L2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_alt_1_bar"})}function Q2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_alt_2_bar"})}function V2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_connected_no_internet_0_bar"})}function W2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_connected_no_internet_4_bar"})}function G2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_no_sim"})}function z2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_nodata"})}function H2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_null"})}function U2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_off"})}function Y2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_0_bar"})}function $2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_4_bar"})}function j2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_4_bar_lock"})}function q2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_bad"})}function J2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_connected_no_internet_4"})}function Z2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_off"})}function X2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_statusbar_4_bar"})}function x2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_statusbar_connected_no_internet_4"})}function R2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_statusbar_null"})}function eO(e){return n.jsx(r,{...e,iconKey:"signpost"})}function nO(e){return n.jsx(r,{...e,iconKey:"sim_card"})}function oO(e){return n.jsx(r,{...e,iconKey:"sim_card_alert"})}function rO(e){return n.jsx(r,{...e,iconKey:"sim_card_download"})}function tO(e){return n.jsx(r,{...e,iconKey:"single_bed"})}function cO(e){return n.jsx(r,{...e,iconKey:"sip"})}function iO(e){return n.jsx(r,{...e,iconKey:"skateboarding"})}function aO(e){return n.jsx(r,{...e,iconKey:"skip_next"})}function lO(e){return n.jsx(r,{...e,iconKey:"skip_previous"})}function sO(e){return n.jsx(r,{...e,iconKey:"sledding"})}function dO(e){return n.jsx(r,{...e,iconKey:"slideshow"})}function uO(e){return n.jsx(r,{...e,iconKey:"slow_motion_video"})}function fO(e){return n.jsx(r,{...e,iconKey:"smart_button"})}function AO(e){return n.jsx(r,{...e,iconKey:"smart_display"})}function yO(e){return n.jsx(r,{...e,iconKey:"smart_screen"})}function _O(e){return n.jsx(r,{...e,iconKey:"smart_toy"})}function hO(e){return n.jsx(r,{...e,iconKey:"smartphone"})}function gO(e){return n.jsx(r,{...e,iconKey:"smoke_free"})}function IO(e){return n.jsx(r,{...e,iconKey:"smoking_rooms"})}function bO(e){return n.jsx(r,{...e,iconKey:"sms"})}function pO(e){return n.jsx(r,{...e,iconKey:"sms_failed"})}function wO(e){return n.jsx(r,{...e,iconKey:"snippet_folder"})}function kO(e){return n.jsx(r,{...e,iconKey:"snooze"})}function mO(e){return n.jsx(r,{...e,iconKey:"snowboarding"})}function vO(e){return n.jsx(r,{...e,iconKey:"snowmobile"})}function KO(e){return n.jsx(r,{...e,iconKey:"snowshoeing"})}function CO(e){return n.jsx(r,{...e,iconKey:"soap"})}function SO(e){return n.jsx(r,{...e,iconKey:"social_distance"})}function BO(e){return n.jsx(r,{...e,iconKey:"solar_power"})}function EO(e){return n.jsx(r,{...e,iconKey:"sort"})}function FO(e){return n.jsx(r,{...e,iconKey:"sort_by_alpha"})}function PO(e){return n.jsx(r,{...e,iconKey:"sos"})}function DO(e){return n.jsx(r,{...e,iconKey:"soup_kitchen"})}function NO(e){return n.jsx(r,{...e,iconKey:"source"})}function TO(e){return n.jsx(r,{...e,iconKey:"south"})}function MO(e){return n.jsx(r,{...e,iconKey:"south_america"})}function OO(e){return n.jsx(r,{...e,iconKey:"south_east"})}function LO(e){return n.jsx(r,{...e,iconKey:"south_west"})}function QO(e){return n.jsx(r,{...e,iconKey:"spa"})}function VO(e){return n.jsx(r,{...e,iconKey:"space_bar"})}function WO(e){return n.jsx(r,{...e,iconKey:"space_dashboard"})}function GO(e){return n.jsx(r,{...e,iconKey:"spatial_audio"})}function zO(e){return n.jsx(r,{...e,iconKey:"spatial_audio_off"})}function HO(e){return n.jsx(r,{...e,iconKey:"spatial_tracking"})}function UO(e){return n.jsx(r,{...e,iconKey:"speaker"})}function YO(e){return n.jsx(r,{...e,iconKey:"speaker_group"})}function $O(e){return n.jsx(r,{...e,iconKey:"speaker_notes"})}function jO(e){return n.jsx(r,{...e,iconKey:"speaker_notes_off"})}function qO(e){return n.jsx(r,{...e,iconKey:"speaker_phone"})}function JO(e){return n.jsx(r,{...e,iconKey:"speed"})}function ZO(e){return n.jsx(r,{...e,iconKey:"spellcheck"})}function XO(e){return n.jsx(r,{...e,iconKey:"splitscreen"})}function xO(e){return n.jsx(r,{...e,iconKey:"spoke"})}function RO(e){return n.jsx(r,{...e,iconKey:"sports"})}function eL(e){return n.jsx(r,{...e,iconKey:"sports_bar"})}function nL(e){return n.jsx(r,{...e,iconKey:"sports_baseball"})}function oL(e){return n.jsx(r,{...e,iconKey:"sports_basketball"})}function rL(e){return n.jsx(r,{...e,iconKey:"sports_cricket"})}function tL(e){return n.jsx(r,{...e,iconKey:"sports_esports"})}function cL(e){return n.jsx(r,{...e,iconKey:"sports_football"})}function iL(e){return n.jsx(r,{...e,iconKey:"sports_golf"})}function aL(e){return n.jsx(r,{...e,iconKey:"sports_gymnastics"})}function lL(e){return n.jsx(r,{...e,iconKey:"sports_handball"})}function sL(e){return n.jsx(r,{...e,iconKey:"sports_hockey"})}function dL(e){return n.jsx(r,{...e,iconKey:"sports_kabaddi"})}function uL(e){return n.jsx(r,{...e,iconKey:"sports_martial_arts"})}function fL(e){return n.jsx(r,{...e,iconKey:"sports_mma"})}function AL(e){return n.jsx(r,{...e,iconKey:"sports_motorsports"})}function yL(e){return n.jsx(r,{...e,iconKey:"sports_rugby"})}function _L(e){return n.jsx(r,{...e,iconKey:"sports_score"})}function hL(e){return n.jsx(r,{...e,iconKey:"sports_soccer"})}function gL(e){return n.jsx(r,{...e,iconKey:"sports_tennis"})}function IL(e){return n.jsx(r,{...e,iconKey:"sports_volleyball"})}function bL(e){return n.jsx(r,{...e,iconKey:"square"})}function pL(e){return n.jsx(r,{...e,iconKey:"square_foot"})}function wL(e){return n.jsx(r,{...e,iconKey:"ssid_chart"})}function kL(e){return n.jsx(r,{...e,iconKey:"stacked_bar_chart"})}function mL(e){return n.jsx(r,{...e,iconKey:"stacked_line_chart"})}function vL(e){return n.jsx(r,{...e,iconKey:"stadium"})}function KL(e){return n.jsx(r,{...e,iconKey:"stairs"})}function Er(e){return n.jsx(r,{...e,iconKey:"star"})}function Fr(e){return n.jsx(r,{...e,iconKey:"star_border"})}function CL(e){return n.jsx(r,{...e,iconKey:"star_border_purple500"})}function SL(e){return n.jsx(r,{...e,iconKey:"star_half"})}function BL(e){return n.jsx(r,{...e,iconKey:"star_outline"})}function EL(e){return n.jsx(r,{...e,iconKey:"star_purple500"})}function FL(e){return n.jsx(r,{...e,iconKey:"star_rate"})}function PL(e){return n.jsx(r,{...e,iconKey:"stars"})}function DL(e){return n.jsx(r,{...e,iconKey:"start"})}function NL(e){return n.jsx(r,{...e,iconKey:"stay_current_landscape"})}function TL(e){return n.jsx(r,{...e,iconKey:"stay_current_portrait"})}function ML(e){return n.jsx(r,{...e,iconKey:"stay_primary_landscape"})}function OL(e){return n.jsx(r,{...e,iconKey:"stay_primary_portrait"})}function LL(e){return n.jsx(r,{...e,iconKey:"sticky_note_2"})}function QL(e){return n.jsx(r,{...e,iconKey:"stop"})}function VL(e){return n.jsx(r,{...e,iconKey:"stop_circle"})}function WL(e){return n.jsx(r,{...e,iconKey:"stop_screen_share"})}function GL(e){return n.jsx(r,{...e,iconKey:"storage"})}function zL(e){return n.jsx(r,{...e,iconKey:"store"})}function HL(e){return n.jsx(r,{...e,iconKey:"store_mall_directory"})}function UL(e){return n.jsx(r,{...e,iconKey:"storefront"})}function YL(e){return n.jsx(r,{...e,iconKey:"storm"})}function $L(e){return n.jsx(r,{...e,iconKey:"straight"})}function jL(e){return n.jsx(r,{...e,iconKey:"straighten"})}function qL(e){return n.jsx(r,{...e,iconKey:"stream"})}function JL(e){return n.jsx(r,{...e,iconKey:"streetview"})}function ZL(e){return n.jsx(r,{...e,iconKey:"strikethrough_s"})}function XL(e){return n.jsx(r,{...e,iconKey:"stroller"})}function xL(e){return n.jsx(r,{...e,iconKey:"style"})}function RL(e){return n.jsx(r,{...e,iconKey:"subdirectory_arrow_left"})}function e4(e){return n.jsx(r,{...e,iconKey:"subdirectory_arrow_right"})}function Qc(e){return n.jsx(r,{...e,iconKey:"subject"})}function n4(e){return n.jsx(r,{...e,iconKey:"subscript"})}function o4(e){return n.jsx(r,{...e,iconKey:"subscriptions"})}function r4(e){return n.jsx(r,{...e,iconKey:"subtitles"})}function t4(e){return n.jsx(r,{...e,iconKey:"subtitles_off"})}function c4(e){return n.jsx(r,{...e,iconKey:"subway"})}function i4(e){return n.jsx(r,{...e,iconKey:"summarize"})}function a4(e){return n.jsx(r,{...e,iconKey:"superscript"})}function l4(e){return n.jsx(r,{...e,iconKey:"supervised_user_circle"})}function s4(e){return n.jsx(r,{...e,iconKey:"supervisor_account"})}function d4(e){return n.jsx(r,{...e,iconKey:"support"})}function u4(e){return n.jsx(r,{...e,iconKey:"support_agent"})}function f4(e){return n.jsx(r,{...e,iconKey:"surfing"})}function A4(e){return n.jsx(r,{...e,iconKey:"surround_sound"})}function y4(e){return n.jsx(r,{...e,iconKey:"swap_calls"})}function _4(e){return n.jsx(r,{...e,iconKey:"swap_horiz"})}function h4(e){return n.jsx(r,{...e,iconKey:"swap_horizontal_circle"})}function g4(e){return n.jsx(r,{...e,iconKey:"swap_vert"})}function I4(e){return n.jsx(r,{...e,iconKey:"swap_vertical_circle"})}function b4(e){return n.jsx(r,{...e,iconKey:"swipe"})}function p4(e){return n.jsx(r,{...e,iconKey:"swipe_down"})}function w4(e){return n.jsx(r,{...e,iconKey:"swipe_down_alt"})}function k4(e){return n.jsx(r,{...e,iconKey:"swipe_left"})}function m4(e){return n.jsx(r,{...e,iconKey:"swipe_left_alt"})}function v4(e){return n.jsx(r,{...e,iconKey:"swipe_right"})}function K4(e){return n.jsx(r,{...e,iconKey:"swipe_right_alt"})}function C4(e){return n.jsx(r,{...e,iconKey:"swipe_up"})}function S4(e){return n.jsx(r,{...e,iconKey:"swipe_up_alt"})}function B4(e){return n.jsx(r,{...e,iconKey:"swipe_vertical"})}function E4(e){return n.jsx(r,{...e,iconKey:"switch_access_shortcut"})}function F4(e){return n.jsx(r,{...e,iconKey:"switch_access_shortcut_add"})}function P4(e){return n.jsx(r,{...e,iconKey:"switch_account"})}function D4(e){return n.jsx(r,{...e,iconKey:"switch_camera"})}function N4(e){return n.jsx(r,{...e,iconKey:"switch_left"})}function T4(e){return n.jsx(r,{...e,iconKey:"switch_right"})}function M4(e){return n.jsx(r,{...e,iconKey:"switch_video"})}function O4(e){return n.jsx(r,{...e,iconKey:"synagogue"})}function L4(e){return n.jsx(r,{...e,iconKey:"sync"})}function Q4(e){return n.jsx(r,{...e,iconKey:"sync_alt"})}function V4(e){return n.jsx(r,{...e,iconKey:"sync_disabled"})}function W4(e){return n.jsx(r,{...e,iconKey:"sync_lock"})}function G4(e){return n.jsx(r,{...e,iconKey:"sync_problem"})}function z4(e){return n.jsx(r,{...e,iconKey:"system_security_update"})}function H4(e){return n.jsx(r,{...e,iconKey:"system_security_update_good"})}function U4(e){return n.jsx(r,{...e,iconKey:"system_security_update_warning"})}function Y4(e){return n.jsx(r,{...e,iconKey:"system_update"})}function $4(e){return n.jsx(r,{...e,iconKey:"system_update_alt"})}function j4(e){return n.jsx(r,{...e,iconKey:"tab"})}function q4(e){return n.jsx(r,{...e,iconKey:"tab_unselected"})}function J4(e){return n.jsx(r,{...e,iconKey:"table_bar"})}function Z4(e){return n.jsx(r,{...e,iconKey:"table_chart"})}function X4(e){return n.jsx(r,{...e,iconKey:"table_restaurant"})}function x4(e){return n.jsx(r,{...e,iconKey:"table_rows"})}function R4(e){return n.jsx(r,{...e,iconKey:"table_view"})}function eQ(e){return n.jsx(r,{...e,iconKey:"tablet"})}function nQ(e){return n.jsx(r,{...e,iconKey:"tablet_android"})}function oQ(e){return n.jsx(r,{...e,iconKey:"tablet_mac"})}function rQ(e){return n.jsx(r,{...e,iconKey:"tag"})}function tQ(e){return n.jsx(r,{...e,iconKey:"tag_faces"})}function cQ(e){return n.jsx(r,{...e,iconKey:"takeout_dining"})}function iQ(e){return n.jsx(r,{...e,iconKey:"tap_and_play"})}function aQ(e){return n.jsx(r,{...e,iconKey:"tapas"})}function lQ(e){return n.jsx(r,{...e,iconKey:"task"})}function sQ(e){return n.jsx(r,{...e,iconKey:"task_alt"})}function dQ(e){return n.jsx(r,{...e,iconKey:"taxi_alert"})}function uQ(e){return n.jsx(r,{...e,iconKey:"temple_buddhist"})}function fQ(e){return n.jsx(r,{...e,iconKey:"temple_hindu"})}function AQ(e){return n.jsx(r,{...e,iconKey:"terminal"})}function yQ(e){return n.jsx(r,{...e,iconKey:"terrain"})}function _Q(e){return n.jsx(r,{...e,iconKey:"text_decrease"})}function hQ(e){return n.jsx(r,{...e,iconKey:"text_fields"})}function gQ(e){return n.jsx(r,{...e,iconKey:"text_format"})}function IQ(e){return n.jsx(r,{...e,iconKey:"text_increase"})}function bQ(e){return n.jsx(r,{...e,iconKey:"text_rotate_up"})}function pQ(e){return n.jsx(r,{...e,iconKey:"text_rotate_vertical"})}function wQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_angledown"})}function kQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_angleup"})}function mQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_down"})}function vQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_none"})}function KQ(e){return n.jsx(r,{...e,iconKey:"text_snippet"})}function CQ(e){return n.jsx(r,{...e,iconKey:"textsms"})}function SQ(e){return n.jsx(r,{...e,iconKey:"texture"})}function BQ(e){return n.jsx(r,{...e,iconKey:"theater_comedy"})}function EQ(e){return n.jsx(r,{...e,iconKey:"theaters"})}function FQ(e){return n.jsx(r,{...e,iconKey:"thermostat"})}function PQ(e){return n.jsx(r,{...e,iconKey:"thermostat_auto"})}function DQ(e){return n.jsx(r,{...e,iconKey:"thumb_down"})}function NQ(e){return n.jsx(r,{...e,iconKey:"thumb_down_alt"})}function TQ(e){return n.jsx(r,{...e,iconKey:"thumb_down_off_alt"})}function MQ(e){return n.jsx(r,{...e,iconKey:"thumb_up"})}function OQ(e){return n.jsx(r,{...e,iconKey:"thumb_up_alt"})}function LQ(e){return n.jsx(r,{...e,iconKey:"thumb_up_off_alt"})}function QQ(e){return n.jsx(r,{...e,iconKey:"thumbs_up_down"})}function VQ(e){return n.jsx(r,{...e,iconKey:"thunderstorm"})}function WQ(e){return n.jsx(r,{...e,iconKey:"time_to_leave"})}function GQ(e){return n.jsx(r,{...e,iconKey:"timelapse"})}function zQ(e){return n.jsx(r,{...e,iconKey:"timeline"})}function HQ(e){return n.jsx(r,{...e,iconKey:"timer"})}function UQ(e){return n.jsx(r,{...e,iconKey:"timer_10"})}function YQ(e){return n.jsx(r,{...e,iconKey:"timer_10_select"})}function $Q(e){return n.jsx(r,{...e,iconKey:"timer_3"})}function jQ(e){return n.jsx(r,{...e,iconKey:"timer_3_select"})}function qQ(e){return n.jsx(r,{...e,iconKey:"timer_off"})}function JQ(e){return n.jsx(r,{...e,iconKey:"tips_and_updates"})}function ZQ(e){return n.jsx(r,{...e,iconKey:"tire_repair"})}function XQ(e){return n.jsx(r,{...e,iconKey:"title"})}function xQ(e){return n.jsx(r,{...e,iconKey:"toc"})}function RQ(e){return n.jsx(r,{...e,iconKey:"today"})}function eV(e){return n.jsx(r,{...e,iconKey:"toggle_off"})}function nV(e){return n.jsx(r,{...e,iconKey:"toggle_on"})}function oV(e){return n.jsx(r,{...e,iconKey:"token"})}function rV(e){return n.jsx(r,{...e,iconKey:"toll"})}function tV(e){return n.jsx(r,{...e,iconKey:"tonality"})}function cV(e){return n.jsx(r,{...e,iconKey:"topic"})}function iV(e){return n.jsx(r,{...e,iconKey:"tornado"})}function aV(e){return n.jsx(r,{...e,iconKey:"touch_app"})}function lV(e){return n.jsx(r,{...e,iconKey:"tour"})}function sV(e){return n.jsx(r,{...e,iconKey:"toys"})}function dV(e){return n.jsx(r,{...e,iconKey:"track_changes"})}function uV(e){return n.jsx(r,{...e,iconKey:"traffic"})}function fV(e){return n.jsx(r,{...e,iconKey:"train"})}function AV(e){return n.jsx(r,{...e,iconKey:"tram"})}function yV(e){return n.jsx(r,{...e,iconKey:"transcribe"})}function _V(e){return n.jsx(r,{...e,iconKey:"transfer_within_a_station"})}function hV(e){return n.jsx(r,{...e,iconKey:"transform"})}function gV(e){return n.jsx(r,{...e,iconKey:"transgender"})}function IV(e){return n.jsx(r,{...e,iconKey:"transit_enterexit"})}function bV(e){return n.jsx(r,{...e,iconKey:"translate"})}function pV(e){return n.jsx(r,{...e,iconKey:"travel_explore"})}function wV(e){return n.jsx(r,{...e,iconKey:"trending_down"})}function kV(e){return n.jsx(r,{...e,iconKey:"trending_flat"})}function mV(e){return n.jsx(r,{...e,iconKey:"trending_up"})}function vV(e){return n.jsx(r,{...e,iconKey:"trip_origin"})}function KV(e){return n.jsx(r,{...e,iconKey:"troubleshoot"})}function CV(e){return n.jsx(r,{...e,iconKey:"try"})}function SV(e){return n.jsx(r,{...e,iconKey:"tsunami"})}function BV(e){return n.jsx(r,{...e,iconKey:"tty"})}function EV(e){return n.jsx(r,{...e,iconKey:"tune"})}function FV(e){return n.jsx(r,{...e,iconKey:"tungsten"})}function PV(e){return n.jsx(r,{...e,iconKey:"turn_left"})}function DV(e){return n.jsx(r,{...e,iconKey:"turn_right"})}function NV(e){return n.jsx(r,{...e,iconKey:"turn_sharp_left"})}function TV(e){return n.jsx(r,{...e,iconKey:"turn_sharp_right"})}function MV(e){return n.jsx(r,{...e,iconKey:"turn_slight_left"})}function OV(e){return n.jsx(r,{...e,iconKey:"turn_slight_right"})}function LV(e){return n.jsx(r,{...e,iconKey:"turned_in"})}function QV(e){return n.jsx(r,{...e,iconKey:"turned_in_not"})}function VV(e){return n.jsx(r,{...e,iconKey:"tv"})}function WV(e){return n.jsx(r,{...e,iconKey:"tv_off"})}function GV(e){return n.jsx(r,{...e,iconKey:"two_wheeler"})}function zV(e){return n.jsx(r,{...e,iconKey:"type_specimen"})}function HV(e){return n.jsx(r,{...e,iconKey:"u_turn_left"})}function UV(e){return n.jsx(r,{...e,iconKey:"u_turn_right"})}function YV(e){return n.jsx(r,{...e,iconKey:"umbrella"})}function $V(e){return n.jsx(r,{...e,iconKey:"unarchive"})}function jV(e){return n.jsx(r,{...e,iconKey:"undo"})}function qV(e){return n.jsx(r,{...e,iconKey:"unfold_less"})}function JV(e){return n.jsx(r,{...e,iconKey:"unfold_less_double"})}function ZV(e){return n.jsx(r,{...e,iconKey:"unfold_more"})}function XV(e){return n.jsx(r,{...e,iconKey:"unfold_more_double"})}function xV(e){return n.jsx(r,{...e,iconKey:"unpublished"})}function RV(e){return n.jsx(r,{...e,iconKey:"unsubscribe"})}function eW(e){return n.jsx(r,{...e,iconKey:"upcoming"})}function nW(e){return n.jsx(r,{...e,iconKey:"update"})}function oW(e){return n.jsx(r,{...e,iconKey:"update_disabled"})}function rW(e){return n.jsx(r,{...e,iconKey:"upgrade"})}function tW(e){return n.jsx(r,{...e,iconKey:"upload"})}function Vc(e){return n.jsx(r,{...e,iconKey:"upload_file"})}function cW(e){return n.jsx(r,{...e,iconKey:"usb"})}function iW(e){return n.jsx(r,{...e,iconKey:"usb_off"})}function aW(e){return n.jsx(r,{...e,iconKey:"vaccines"})}function lW(e){return n.jsx(r,{...e,iconKey:"vape_free"})}function sW(e){return n.jsx(r,{...e,iconKey:"vaping_rooms"})}function dW(e){return n.jsx(r,{...e,iconKey:"verified"})}function uW(e){return n.jsx(r,{...e,iconKey:"verified_user"})}function fW(e){return n.jsx(r,{...e,iconKey:"vertical_align_bottom"})}function AW(e){return n.jsx(r,{...e,iconKey:"vertical_align_center"})}function yW(e){return n.jsx(r,{...e,iconKey:"vertical_align_top"})}function _W(e){return n.jsx(r,{...e,iconKey:"vertical_distribute"})}function hW(e){return n.jsx(r,{...e,iconKey:"vertical_shades"})}function gW(e){return n.jsx(r,{...e,iconKey:"vertical_shades_closed"})}function IW(e){return n.jsx(r,{...e,iconKey:"vertical_split"})}function bW(e){return n.jsx(r,{...e,iconKey:"vibration"})}function pW(e){return n.jsx(r,{...e,iconKey:"video_call"})}function wW(e){return n.jsx(r,{...e,iconKey:"video_camera_back"})}function kW(e){return n.jsx(r,{...e,iconKey:"video_camera_front"})}function mW(e){return n.jsx(r,{...e,iconKey:"video_chat"})}function vW(e){return n.jsx(r,{...e,iconKey:"video_file"})}function KW(e){return n.jsx(r,{...e,iconKey:"video_label"})}function CW(e){return n.jsx(r,{...e,iconKey:"video_library"})}function SW(e){return n.jsx(r,{...e,iconKey:"video_settings"})}function BW(e){return n.jsx(r,{...e,iconKey:"video_stable"})}function EW(e){return n.jsx(r,{...e,iconKey:"videocam"})}function FW(e){return n.jsx(r,{...e,iconKey:"videocam_off"})}function PW(e){return n.jsx(r,{...e,iconKey:"videogame_asset"})}function DW(e){return n.jsx(r,{...e,iconKey:"videogame_asset_off"})}function NW(e){return n.jsx(r,{...e,iconKey:"view_agenda"})}function TW(e){return n.jsx(r,{...e,iconKey:"view_array"})}function MW(e){return n.jsx(r,{...e,iconKey:"view_carousel"})}function OW(e){return n.jsx(r,{...e,iconKey:"view_column"})}function LW(e){return n.jsx(r,{...e,iconKey:"view_comfy"})}function QW(e){return n.jsx(r,{...e,iconKey:"view_comfy_alt"})}function VW(e){return n.jsx(r,{...e,iconKey:"view_compact"})}function WW(e){return n.jsx(r,{...e,iconKey:"view_compact_alt"})}function GW(e){return n.jsx(r,{...e,iconKey:"view_cozy"})}function zW(e){return n.jsx(r,{...e,iconKey:"view_day"})}function HW(e){return n.jsx(r,{...e,iconKey:"view_headline"})}function UW(e){return n.jsx(r,{...e,iconKey:"view_in_ar"})}function YW(e){return n.jsx(r,{...e,iconKey:"view_kanban"})}function $W(e){return n.jsx(r,{...e,iconKey:"view_list"})}function jW(e){return n.jsx(r,{...e,iconKey:"view_module"})}function qW(e){return n.jsx(r,{...e,iconKey:"view_quilt"})}function JW(e){return n.jsx(r,{...e,iconKey:"view_sidebar"})}function Wc(e){return n.jsx(r,{...e,iconKey:"view_stream"})}function ZW(e){return n.jsx(r,{...e,iconKey:"view_timeline"})}function XW(e){return n.jsx(r,{...e,iconKey:"view_week"})}function xW(e){return n.jsx(r,{...e,iconKey:"vignette"})}function RW(e){return n.jsx(r,{...e,iconKey:"villa"})}function e5(e){return n.jsx(r,{...e,iconKey:"visibility"})}function n5(e){return n.jsx(r,{...e,iconKey:"visibility_off"})}function o5(e){return n.jsx(r,{...e,iconKey:"voice_chat"})}function r5(e){return n.jsx(r,{...e,iconKey:"voice_over_off"})}function t5(e){return n.jsx(r,{...e,iconKey:"voicemail"})}function c5(e){return n.jsx(r,{...e,iconKey:"volcano"})}function i5(e){return n.jsx(r,{...e,iconKey:"volume_down"})}function a5(e){return n.jsx(r,{...e,iconKey:"volume_mute"})}function l5(e){return n.jsx(r,{...e,iconKey:"volume_off"})}function s5(e){return n.jsx(r,{...e,iconKey:"volume_up"})}function d5(e){return n.jsx(r,{...e,iconKey:"volunteer_activism"})}function u5(e){return n.jsx(r,{...e,iconKey:"vpn_key"})}function f5(e){return n.jsx(r,{...e,iconKey:"vpn_key_off"})}function A5(e){return n.jsx(r,{...e,iconKey:"vpn_lock"})}function y5(e){return n.jsx(r,{...e,iconKey:"vrpano"})}function _5(e){return n.jsx(r,{...e,iconKey:"wallet"})}function h5(e){return n.jsx(r,{...e,iconKey:"wallpaper"})}function g5(e){return n.jsx(r,{...e,iconKey:"warehouse"})}function I5(e){return n.jsx(r,{...e,iconKey:"warning"})}function b5(e){return n.jsx(r,{...e,iconKey:"warning_amber"})}function p5(e){return n.jsx(r,{...e,iconKey:"wash"})}function w5(e){return n.jsx(r,{...e,iconKey:"watch"})}function k5(e){return n.jsx(r,{...e,iconKey:"watch_later"})}function m5(e){return n.jsx(r,{...e,iconKey:"watch_off"})}function v5(e){return n.jsx(r,{...e,iconKey:"water"})}function K5(e){return n.jsx(r,{...e,iconKey:"water_damage"})}function C5(e){return n.jsx(r,{...e,iconKey:"water_drop"})}function S5(e){return n.jsx(r,{...e,iconKey:"waterfall_chart"})}function B5(e){return n.jsx(r,{...e,iconKey:"waves"})}function E5(e){return n.jsx(r,{...e,iconKey:"waving_hand"})}function F5(e){return n.jsx(r,{...e,iconKey:"wb_auto"})}function P5(e){return n.jsx(r,{...e,iconKey:"wb_cloudy"})}function D5(e){return n.jsx(r,{...e,iconKey:"wb_incandescent"})}function N5(e){return n.jsx(r,{...e,iconKey:"wb_iridescent"})}function T5(e){return n.jsx(r,{...e,iconKey:"wb_shade"})}function M5(e){return n.jsx(r,{...e,iconKey:"wb_sunny"})}function O5(e){return n.jsx(r,{...e,iconKey:"wb_twilight"})}function L5(e){return n.jsx(r,{...e,iconKey:"wc"})}function Q5(e){return n.jsx(r,{...e,iconKey:"web"})}function V5(e){return n.jsx(r,{...e,iconKey:"web_asset"})}function W5(e){return n.jsx(r,{...e,iconKey:"web_asset_off"})}function G5(e){return n.jsx(r,{...e,iconKey:"web_stories"})}function z5(e){return n.jsx(r,{...e,iconKey:"webhook"})}function H5(e){return n.jsx(r,{...e,iconKey:"weekend"})}function U5(e){return n.jsx(r,{...e,iconKey:"west"})}function Y5(e){return n.jsx(r,{...e,iconKey:"whatshot"})}function $5(e){return n.jsx(r,{...e,iconKey:"wheelchair_pickup"})}function j5(e){return n.jsx(r,{...e,iconKey:"where_to_vote"})}function q5(e){return n.jsx(r,{...e,iconKey:"widgets"})}function J5(e){return n.jsx(r,{...e,iconKey:"width_full"})}function Z5(e){return n.jsx(r,{...e,iconKey:"width_normal"})}function X5(e){return n.jsx(r,{...e,iconKey:"width_wide"})}function x5(e){return n.jsx(r,{...e,iconKey:"wifi"})}function R5(e){return n.jsx(r,{...e,iconKey:"wifi_1_bar"})}function eG(e){return n.jsx(r,{...e,iconKey:"wifi_2_bar"})}function nG(e){return n.jsx(r,{...e,iconKey:"wifi_calling"})}function oG(e){return n.jsx(r,{...e,iconKey:"wifi_calling_3"})}function rG(e){return n.jsx(r,{...e,iconKey:"wifi_channel"})}function tG(e){return n.jsx(r,{...e,iconKey:"wifi_find"})}function cG(e){return n.jsx(r,{...e,iconKey:"wifi_lock"})}function iG(e){return n.jsx(r,{...e,iconKey:"wifi_off"})}function aG(e){return n.jsx(r,{...e,iconKey:"wifi_password"})}function lG(e){return n.jsx(r,{...e,iconKey:"wifi_protected_setup"})}function sG(e){return n.jsx(r,{...e,iconKey:"wifi_tethering"})}function dG(e){return n.jsx(r,{...e,iconKey:"wifi_tethering_error"})}function uG(e){return n.jsx(r,{...e,iconKey:"wifi_tethering_off"})}function fG(e){return n.jsx(r,{...e,iconKey:"wind_power"})}function AG(e){return n.jsx(r,{...e,iconKey:"window"})}function yG(e){return n.jsx(r,{...e,iconKey:"wine_bar"})}function _G(e){return n.jsx(r,{...e,iconKey:"woman"})}function hG(e){return n.jsx(r,{...e,iconKey:"woman_2"})}function gG(e){return n.jsx(r,{...e,iconKey:"work"})}function IG(e){return n.jsx(r,{...e,iconKey:"work_history"})}function bG(e){return n.jsx(r,{...e,iconKey:"work_off"})}function pG(e){return n.jsx(r,{...e,iconKey:"work_outline"})}function wG(e){return n.jsx(r,{...e,iconKey:"workspace_premium"})}function kG(e){return n.jsx(r,{...e,iconKey:"workspaces"})}function mG(e){return n.jsx(r,{...e,iconKey:"wrap_text"})}function vG(e){return n.jsx(r,{...e,iconKey:"wrong_location"})}function KG(e){return n.jsx(r,{...e,iconKey:"wysiwyg"})}function CG(e){return n.jsx(r,{...e,iconKey:"yard"})}function SG(e){return n.jsx(r,{...e,iconKey:"youtube_searched_for"})}function BG(e){return n.jsx(r,{...e,iconKey:"zoom_in"})}function EG(e){return n.jsx(r,{...e,iconKey:"zoom_in_map"})}function FG(e){return n.jsx(r,{...e,iconKey:"zoom_out"})}function PG(e){return n.jsx(r,{...e,iconKey:"zoom_out_map"})}function Se({error:e,showError:t,property:c,includeDescription:i=!0,disabled:a}){const l=c.description||c.longDescription;if(!(t&&e)&&(!i||!l))return null;if(t&&e)return n.jsx(q,{variant:"caption",className:"ml-3.5 text-red-500",children:e});const s=typeof c.disabled=="object"?c.disabled.disabledMessage:void 0;return n.jsxs("div",{className:"flex ml-3.5 mt-1",children:[n.jsx(q,{variant:"caption",color:a?"disabled":"secondary",className:"flex-grow",children:s||c.description}),c.longDescription&&n.jsx(ye,{title:c.longDescription,side:"bottom",children:n.jsx(Z,{size:"small",className:"self-start",children:n.jsx(Bc,{color:"disabled",size:"small"})})})]})}const Gc=u.createContext({}),We=()=>u.useContext(Gc),zc=u.createContext({}),Ae=()=>u.useContext(zc),Pr=u.createContext({}),An=()=>u.useContext(Pr),Hc=u.createContext({}),io=()=>u.useContext(Hc),Uc=u.createContext({}),yn=()=>u.useContext(Uc),Yc=u.createContext({}),Nn=()=>u.useContext(Yc),_n=()=>{const{enqueueSnackbar:e,closeSnackbar:t}=Jt.useSnackbar(),c=u.useCallback(a=>{const{type:l,message:s,autoHideDuration:d}=a;e({message:s,variant:l,autoHideDuration:d})},[]),i=u.useCallback(()=>{t()},[]);return u.useMemo(()=>({open:c,close:i}),[c,i])},$c=u.createContext(void 0),Tn=()=>u.useContext($c),jc=u.createContext({}),DG=({children:e})=>{const[t,c]=u.useState([]),i=u.useRef(t),a=d=>{i.current=d,c(d)},l=u.useCallback(()=>{if(t.length===0)return;const d=[...t.slice(0,-1)];a(d)},[t]),s=u.useCallback(d=>{const f=[...t,d];return a(f),{closeDialog:()=>{const A=i.current.filter(_=>_.key!==d.key);a(A)}}},[t]);return n.jsxs(jc.Provider,{value:{open:s,close:l},children:[e,t.map((d,f)=>n.jsx(d.Component,{open:!0},`dialog_${f}`))]})},NG=()=>u.useContext(jc),Dr=u.createContext({}),x=()=>{const e=u.useContext(Dr),t=An(),c=io(),i=yn(),a=Ae(),l=We(),s=Nn(),d=_n(),f=Tn(),A=NG();return{...e,authController:t,sideDialogsController:c,sideEntityController:i,navigation:a,dataSource:l,storageSource:s,snackbarController:d,userConfigPersistence:f,dialogsController:A}};function qc({path:e,collection:t,filterValues:c,sortBy:i,itemCount:a,searchString:l}){const s=We(),f=Ae().resolveAliasesFrom(e),A=i?i[0]:void 0,_=i?i[1]:void 0,h=x(),[g,y]=u.useState([]),[I,b]=u.useState(!1),[p,w]=u.useState(),[k,m]=u.useState(!1);return u.useEffect(()=>{b(!0);const C=async B=>{if(t.callbacks?.onFetch)try{B=await Promise.all(B.map(K=>t.callbacks.onFetch({collection:t,path:f,entity:K,context:h})))}catch(K){console.error(K)}b(!1),w(void 0),y(B.map(K=>({...K}))),m(!a||B.length<a)},v=B=>{console.error("ERROR",B),b(!1),y([]),w(B)};return s.listenCollection?s.listenCollection({path:f,collection:t,onUpdate:C,onError:v,searchString:l,filter:c,limit:a,startAfter:void 0,orderBy:A,order:_}):(s.fetchCollection({path:f,collection:t,searchString:l,filter:c,limit:a,startAfter:void 0,orderBy:A,order:_}).then(C).catch(v),()=>{})},[f,a,_,A,c,l]),{data:g,dataLoading:I,dataLoadingError:p,noMoreToLoad:k}}const Nr={};function Tr({path:e,entityId:t,collection:c,useCache:i=!1}){const a=We(),s=Ae().resolveAliasesFrom(e),d=x(),[f,A]=u.useState(),[_,h]=u.useState(!0),[g,y]=u.useState();return u.useEffect(()=>{h(!0);const I=async p=>{if(c.callbacks?.onFetch&&p)try{p=await c.callbacks.onFetch({collection:c,path:s,entity:p,context:d})}catch(w){console.error(w)}Nr[`${s}/${t}`]=p,A(p),h(!1),y(void 0)},b=p=>{console.error("ERROR fetching entity",p),h(!1),A(void 0),y(p)};return t&&i&&Nr[`${s}/${t}`]?(A(Nr[`${s}/${t}`]),h(!1),y(void 0),()=>{}):t&&s&&c?a.listenEntity?a.listenEntity({path:s,entityId:t,collection:c,onUpdate:I,onError:b}):(a.fetchEntity({path:s,entityId:t,collection:c}).then(I).catch(b),()=>{}):(I(void 0),()=>{})},[t,s]),{entity:f,dataLoading:_,dataLoadingError:g}}async function Mr({collection:e,path:t,entityId:c,values:i,previousValues:a,status:l,dataSource:s,context:d,onSaveSuccess:f,onSaveFailure:A,onPreSaveHookError:_,onSaveSuccessHookError:h}){let g;const y=d.navigation.resolveAliasesFrom(t),I=e.callbacks;if(I?.onPreSave)try{const b=Me({collection:e,path:t,values:a,entityId:c,fields:d.fields});g=await I.onPreSave({collection:b,path:t,resolvedPath:y,entityId:c,values:i,previousValues:a,status:l,context:d})}catch(b){console.error(b),_&&_(b);return}else g=i;return s.saveEntity({collection:e,path:y,entityId:c,values:g,previousValues:a,status:l}).then(b=>{try{if(I?.onSaveSuccess){const p=Me({collection:e,path:t,values:g,entityId:c,fields:d.fields});I.onSaveSuccess({collection:p,path:t,resolvedPath:y,entityId:b.id,values:g,previousValues:a,status:l,context:d})}}catch(p){h&&h(p)}f&&f(b)}).catch(b=>{if(I?.onSaveFailure){const p=Me({collection:e,path:t,values:g,entityId:c,fields:d.fields});I.onSaveFailure({collection:p,path:t,resolvedPath:y,entityId:c,values:g,previousValues:a,status:l,context:d})}A&&A(b)})}async function Jc({dataSource:e,entity:t,collection:c,callbacks:i,onDeleteSuccess:a,onDeleteFailure:l,onPreDeleteHookError:s,onDeleteSuccessHookError:d,context:f}){console.debug("Deleting entity",t.path,t.id);const A={entity:t,collection:c,entityId:t.id,path:t.path,context:f};if(i?.onPreDelete)try{await i.onPreDelete(A)}catch(_){return console.error(_),s&&s(t,_),!1}return e.deleteEntity({entity:t}).then(()=>{a&&a(t);try{return i?.onDelete&&i.onDelete(A),!0}catch(_){return d&&d(t,_),!1}}).catch(_=>(l&&l(t,_),!1))}function Qe({property:e,value:t,setValue:c}){const i=u.useRef(null);u.useEffect(()=>{typeof e.disabled=="object"&&!!e.disabled.clearOnDisabled?t!=null&&(i.current=t,c(null)):i.current&&(c(i.current),i.current=null)},[e])}function Zc({path:e,context:t}){const c=t.dataSource,i=t.navigation;if(!i)throw Error("Calling getNavigationFrom, but main navigation has not yet been initialised");const l=kt({path:e,collections:i.collections??[]}).map(s=>{if(s.type==="collection")return Promise.resolve(s);if(s.type==="entity"){const d=i.getCollection(s.path,s.entityId);if(!d)throw Error(`No collection defined in the navigation for the entity with path ${s.path}`);return c.fetchEntity({path:s.path,entityId:s.entityId,collection:d}).then(f=>{if(f)return{...s,entity:f}})}else{if(s.type==="custom_view")return Promise.resolve(s);throw Error("Unmapped element in useEntitiesFromPath")}}).filter(s=>!!s);return Promise.all(l)}function TG({path:e}){const t=x(),[c,i]=u.useState(),[a,l]=u.useState(!1),[s,d]=u.useState();return u.useEffect(()=>{t.navigation&&(l(!0),d(void 0),Zc({path:e,context:t}).then(A=>{i(A)}).catch(A=>d(A)).finally(()=>l(!1)))},[e,t]),t.navigation?{data:c,dataLoading:a,dataLoadingError:s}:{dataLoading:!0}}const Or=()=>u.useContext(dr),Xc=e=>{const{onSuccess:t,onError:c,disableClipboardAPI:i=!1,copiedDuration:a}=e||{},l=u.useRef(null),[s,d]=u.useState(!1),[f,A]=u.useState("");u.useEffect(()=>{a&&setTimeout(()=>d(!1),a)},[s]);const _=()=>navigator.clipboard!==void 0,h=u.useCallback(k=>{if(c)c(k);else throw new Error(k)},[c]),g=u.useCallback(k=>{t&&t(k),d(!0),A(k)},[t]),y=u.useCallback(k=>{navigator.clipboard.writeText(k).then(()=>g(k)).catch(m=>{h(m),d(!1)})},[h,g]),I=()=>{_()&&navigator.clipboard.writeText("")},b=k=>w("copy",typeof k=="object"?void 0:k),p=()=>w("cut"),w=u.useCallback((k="copy",m)=>{const C=l.current,v=C&&(C.tagName==="INPUT"||C.tagName==="TEXTAREA"),B=l.current;_()&&!i&&(m?y(m):C?v?(y(B.value),k==="cut"&&(B.value="")):y(C.innerText):h("Both the ref & text were undefined"))},[i,y,h]);return{ref:l,isCoppied:s,clipboard:f,clearClipboard:I,isSupported:_,copy:b,cut:p}},Lr=()=>u.useContext(Rt),MG={xs:0,sm:640,md:768,lg:1024,xl:1280,"2xl":1536,"3xl":1920},Ge=(e="lg")=>{const[t,c]=u.useState(!1);return u.useEffect(()=>{const i=()=>{const a=window.matchMedia(`(min-width: ${MG[e]+1}px)`).matches;c(a)};return i(),window.addEventListener("resize",i),()=>{window.removeEventListener("resize",i)}},[]),t};function ao(e){const t=Ae(),c=io(),i=u.useCallback(()=>{if(e.path){let l=e.collection;if(l||(l=t.getCollection(e.path)),!l)throw Error("Not able to resolve the collection in useReferenceDialog");c.open({key:`reference_${e.path}`,component:n.jsx(ga,{collection:l,...e}),width:"90vw",onClose:()=>{e.onClose?.()}})}else throw Error("useReferenceDialog: You are trying to open a reference dialog, but have not declared the `path`")},[t,e,c]),a=u.useCallback(()=>{c.close()},[c]);return{open:i,close:a}}const OG=`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAASAAAAEgARslrPgAAB9pJREFUWMONl12obVUVx39jzLk+9j7nHq9y1QT1qpcbSIaXQFGs24PQl3HroSQyqHwJFJF6qaceCsqQoJdELHoIC6EeJCSKsi/TFLGozGsKXksljRLxnrP3WmvOOUYPa+19zsmPWpux5pxrzTX///Exx5hb+B/X1y+/nuIlVKF5m0v1YbQ55tIcKTQXFerNQkumOZ1oTiXCqUH8saR+74L8ZIWWux7+7JuuL2/04s5jJyhWQlXV71KtbhCtr1WtD6s0KlrjNBRaEi3JGzpv6bymQ0sn9mwv9otB7Ls7kn9Xo+U7D9z8/xG4+bz3cs35SjE/HEK8NWr8RBOrs+tQUUlEtAYaijRkbxmY0fuMzucsfcbSWnZQtiWxJL3Uid09iH0jIM8/1f+d3/zuS29M4PvHrmG+cZA8dMdjiLfNYrx6owrMVKlVUQkgkeI1iYbBJ3A2WPpKNtnx+UQisy29L0gPDGKfrwkPn2bJPfd/Zo0ZVp0fvOOdnLGxheX+A/Mq3nGwqS8/q645o4psxkgbhFqdSgqVJKIkghgqjuDoWh+dlm1AI0gUC3o4C9d04idbmZ06euQDPPHMj3YJ3HnkrZx98Fys2PFZ1dxxsJkdPbOecaBqmcWGqBVBIkEiKkoQJ5IJJBTbY8aRgBMwjxgVJoJJwDScnYUrOy2PBamfv/CS4zz9zE+IAIfPuQQzPzyrmq9u1e3RM+qWeaipNCCiE4DjbjgF94xZQj2htpjeK84ImqlIUpO9JllgEKgJDFpfOoh8paN8chbOeQ4g/OTq97PdLXSz3fjiVjO7/sx6g804ow41QWuCrjQPBB3bkZQgAkpBJOMojmIEjIgRKV6RpaYIZHGKQlK5OIv0L8bul8eOfsxjDJGD8613z6rmhq1qxkY1o9YKFUFEEED2xqoE1MNoWgPBwQZMl2SrSbQM9NQyUMlA5S3Rlcqd6E50RdRvPMvn9yE8qP9+9WWtQvXxzdic8xrwPaJrUYJGoq4sVBM1Ukuiln4UBipJVJrGoHUhrARB0XMQ/cizbSd61uaZlzUhXjuvWmqt9oOyAmUPEabnkSDV2j0Rp2YgksZdQpoCtRBwAiN4cKYdw4m3pNnbY9Tw4SZUh9tQEda+ld1WpmThgoivU8fYDbgEggRcleiZ6BOoFNRXLQQX1Eelggsgh8GPx6DhWB2iRgkj2OTuVX8dBzJtMx93BAKK4hIwUUSEID4BGspecWTfDwSCw+UxqByJoqPf9+xmYWQg7H3u+5Poyk3o5BZDxRBxxH29fdkF3YcBXKHgF+m+hLxn4OvbnnbPzMkjsm/+f5cXec2ye6ZfpO6+OX7pE8TqPj1zcN/7Zu8CDm44Bu6skrKjuOs0FlxWCJNMYxMOqLlR3DAvsAKaZo6t7+u7r6nhjN/5RKIQKESKhykhjeIINgJi+0m4Fiuns2WKZQybtJ2AfAWzGu/ayt0wz5gXimeKQyKSPI4kiCMhDxSgyLiOiY9kxnW2NVs+1ZeBbAmzhLmtgd0d8z1k1mIUTxQbKD5gnkmuDN6QvCF5TaIie0UmkIU1id3WcfwZHUo61eWB3gayDdOiZR+JXUuMWmcbyGWcny2RzOi8obeWwRsGrxm8JlGPBHCyOJmpJkwkHHs09pnfL1L60KLqtBKZtprhU+lVmSq9+xRsBfOMW6L4QLFM7zWdz+l8Ru8tA+10YKlJIiSxkcC6dQqlmJc/xaHIvTuZT7UpHalFUHEqL6iGsfKtM8FEzMdy7J4oXui9mk5CczpGErtEKgacQUZJE3gSwzw/i+dfx2G7e6IcOPALCXIkakGkYx4iwceyq+uENPp+RSI7DN7Q+5ylb7JgJLH0+XRGbOlRerWJwNgmnOwJ83Tvq/7KX2KZb1nJfnfp5YRoda7hFC/MQyGI7Mteow2E4pHkDT2zyfS758HV4bSjolOjF2PYS4KBbN2L5vmHZ7DpsWQnDsvfLj1+Lwufy9LSO2y5M1Mnik8OEJxAoSJRk7xhoKX3+URiztI3WPgGS2/p1OnE6CcSvRQGH+htQfH07dPSP7Lp9ajcNy+9DnG/oMT67qqZHz/QtGxVyjworQqVCIjiPiaaTD1ttZZ+fTIeCXQ+Y6HCQm0tO5LYpmfHlyy9/1nCPi3ICw/99JbxUHrdvxr6Q4depdhTfeGapVeH+imKxwhv6ZnR+5zeN0aNGU2+ZIPON0cX0LBQYSnGQgsLSSzoWdiCHVvQ2fLP2fMtwf2vDz50K6TpVPxj/sn7Ni5iu9l6Tof+yd78yoWFQ0uvWYvVLK1h6e34B8RnY9DZnIW3LAijxpLYkZ6Fd+z4km3bYcd2WNry8ezppsZ5ZMd2+MfTv3xtjbr9/PfwyoFDzPvtq7I2t+Vq/m6pt4hxThVaojao1CANRkORmkwkiTCI00thKYWOzJJR+6V1JE8/z2JfqGgfW9jLPPLg7a9Xe8frHs7j5MVXESxfmLS5KYXmxhQ3z/a4icQNRFtEGlwjJkoRIamTmIKNTE+it57kw0sF+1ah3CkSXkiPf42Htl+3WL/2+vIFJ6ishJ3QXD1o9dEhVCcGbS7ModUcakwrigaKChkoYmQK2XMp5L8V/F7DfuDePYrEcv8f7npdnDcksEvkg9RewquhuayTcHzQeCyJXpFVD2fRzSxCFtkuwqks8mjB/ujYr9y6k0gs9528503X/w/F3eUgyIBI4wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wNS0xMFQxOToyODozMyswMDowMEzeSx4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMDUtMTBUMTk6Mjg6MzMrMDA6MDA9g/OiAAAARnRFWHRzb2Z0d2FyZQBJbWFnZU1hZ2ljayA2LjcuOC05IDIwMTQtMDUtMTIgUTE2IGh0dHA6Ly93d3cuaW1hZ2VtYWdpY2sub3Jn3IbtAAAAABh0RVh0VGh1bWI6OkRvY3VtZW50OjpQYWdlcwAxp/+7LwAAABh0RVh0VGh1bWI6OkltYWdlOjpoZWlnaHQAMTkyDwByhQAAABd0RVh0VGh1bWI6OkltYWdlOjpXaWR0aAAxOTLTrCEIAAAAGXRFWHRUaHVtYjo6TWltZXR5cGUAaW1hZ2UvcG5nP7JWTgAAABd0RVh0VGh1bWI6Ok1UaW1lADE2MjA2NzQ5MTMk8oswAAAAD3RFWHRUaHVtYjo6U2l6ZQAwQkKUoj7sAAAAVnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vbW50bG9nL2Zhdmljb25zLzIwMjEtMDUtMTAvOGIxNDNhYjgwODhkMjBlZThkYmUzOTFhN2NkNmQ3NmQuaWNvLnBuZ9msgG0AAAAASUVORK5CYII=
|
|
2
|
-
|
|
1
|
+
(function(o,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("react/jsx-runtime"),require("react"),require("@radix-ui/react-collapsible"),require("clsx"),require("tailwind-merge"),require("@radix-ui/react-checkbox"),require("@material-design-icons/font/filled.css"),require("react-datepicker"),require("notistack"),require("object-hash"),require("formik"),require("@radix-ui/react-tooltip"),require("@radix-ui/react-dialog"),require("react-dropzone"),require("react-fast-compare"),require("markdown-it"),require("@radix-ui/react-dropdown-menu"),require("cmdk"),require("@radix-ui/react-select"),require("react-dom"),require("@radix-ui/react-tabs"),require("@radix-ui/react-popover"),require("date-fns/format"),require("date-fns/locale"),require("react-router-dom"),require("@hello-pangea/dnd"),require("react-image-file-resizer"),require("react-window"),require("react-use-measure"),require("react-markdown-editor-lite"),require("yup"),require("js-search"),require("@radix-ui/react-portal")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","@radix-ui/react-collapsible","clsx","tailwind-merge","@radix-ui/react-checkbox","@material-design-icons/font/filled.css","react-datepicker","notistack","object-hash","formik","@radix-ui/react-tooltip","@radix-ui/react-dialog","react-dropzone","react-fast-compare","markdown-it","@radix-ui/react-dropdown-menu","cmdk","@radix-ui/react-select","react-dom","@radix-ui/react-tabs","@radix-ui/react-popover","date-fns/format","date-fns/locale","react-router-dom","@hello-pangea/dnd","react-image-file-resizer","react-window","react-use-measure","react-markdown-editor-lite","yup","js-search","@radix-ui/react-portal"],n):(o=typeof globalThis<"u"?globalThis:o||self,n(o["FireCMS core"]={},o.jsxRuntime,o.React,o.Collapsible,o.clsx,o.tailwindMerge,o.CheckboxPrimitive,null,o.DatePicker,o.notistack,o.hash,o.formik,o.TooltipPrimitive,o.DialogPrimitive,o.reactDropzone,o.equal,o.MarkdownIt,o.DropdownMenu,o.cmdk,o.SelectPrimitive,o.ReactDOM,o.TabsPrimitive,o.PopoverPrimitive,o.format,o.locales,o.reactRouterDom,o.dnd,o.Resizer,o.reactWindow,o.useMeasure,o.MdEditor,o.yup,o.JsSearch,o.Portal))})(this,function(o,n,f,Oa,La,Qa,Va,gU,ir,qt,Jt,De,Wa,Ga,ar,de,Zt,za,po,Ha,Ua,Ya,ja,$a,qa,be,Dn,Ja,Za,lr,wn,Xa,xa,Ra){"use strict";function Ne(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const c in e)if(c!=="default"){const i=Object.getOwnPropertyDescriptor(e,c);Object.defineProperty(t,c,i.get?i:{enumerable:!0,get:()=>e[c]})}}return t.default=e,Object.freeze(t)}const le=Ne(f),Jn=Ne(Oa),Xt=Ne(Va),Zn=Ne(Wa),qe=Ne(Ga),Xn=Ne(za),Je=Ne(Ha),el=Ne(Ua),sr=Ne(Ya),xn=Ne(ja),xt=Ne(qa),Te=Ne(Xa),nl=Ne(xa),ol=Ne(Ra),Ie="focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent",dr="focus:bg-opacity-70 focus:bg-gray-100 focus:dark:bg-gray-800 focus:dark:bg-opacity-60",ur="z-30 outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent ",Ze="bg-opacity-70 bg-gray-100 dark:bg-gray-800 dark:bg-opacity-60 transition duration-150 ease-in-out",fr="bg-opacity-0 bg-gray-100 dark:bg-gray-800 dark:bg-opacity-0 transition duration-150 ease-in-out",nn="bg-opacity-100 dark:bg-opacity-90",Ye="hover:bg-opacity-90 dark:hover:bg-opacity-90",fe="border-gray-100 dark:border-gray-800 dark:border-opacity-80",je="bg-white rounded-md dark:bg-gray-950 border dark:border-gray-800 dark:border-opacity-90 border-gray-100",Rt="bg-white rounded-md dark:bg-gray-950 dark:border-gray-800 dark:border-opacity-50 transition duration-200 ease-in-out m-1 -p-1 border border-transparent",ec="hover:bg-blue-100 dark:hover:bg-blue-900 hover:bg-opacity-20 dark:hover:bg-opacity-20 hover:ring-2 cursor-pointer",rl="bg-blue-100 dark:bg-blue-900 bg-opacity-30 dark:bg-opacity-10 ring-1 ring-primary ring-opacity-75";function kn(e,t){f.useEffect(()=>{if(!document.getElementById(e)){const i=document.createElement("style");i.id=e,i.innerHTML=t,document.head.appendChild(i)}},[e,t])}function F(...e){return Qa.twMerge(La.clsx(e))}function wo({children:e,className:t,in:c=!1,duration:i=220}){return kn(`Collapse-${i}`,`
|
|
2
|
+
.CollapseContent-${i} {
|
|
3
|
+
overflow: hidden;
|
|
4
|
+
}
|
|
5
|
+
.CollapseContent-${i}[data-state='open'] {
|
|
6
|
+
animation: slideDown ${i}ms ease-out;
|
|
7
|
+
}
|
|
8
|
+
.CollapseContent-${i}[data-state='closed'] {
|
|
9
|
+
animation: slideUp ${i}ms ease-in;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@keyframes slideDown {
|
|
13
|
+
from {
|
|
14
|
+
height: 0;
|
|
15
|
+
}
|
|
16
|
+
to {
|
|
17
|
+
height: var(--radix-collapsible-content-height);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@keyframes slideUp {
|
|
22
|
+
from {
|
|
23
|
+
height: var(--radix-collapsible-content-height);
|
|
24
|
+
}
|
|
25
|
+
to {
|
|
26
|
+
height: 0;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
`),n.jsx(Jn.Root,{open:c,className:t,children:n.jsx(Jn.Content,{className:F(`CollapseContent-${i}`),children:e})})}function ko(e,t,c=!0){f.useEffect(()=>{if(!c)return;function i(a){nc(a.target)||e.current&&!e.current.contains(a.target)&&t()}return document.addEventListener("mousedown",i),()=>{document.removeEventListener("mousedown",i)}},[e,c,t])}function nc(e){return e instanceof HTMLElement?e.getAttribute("role")==="presentation"?!0:nc(e.parentNode):!1}const tl=({ref:e})=>{const[t,c]=f.useState(!1),[i,a]=f.useState(!1);return f.useEffect(()=>{e.current&&(e.current.onfocus=()=>{c(!0),a(!0)},e.current.onblur=()=>{a(!1)})},[e]),{inputFocused:i,autoCompleteOpen:t,setAutoCompleteOpen:c}};function cl({children:e,open:t,setOpen:c}){const i=f.useRef(null);return ko(i,()=>c(!1)),n.jsx(wo,{in:t,duration:50,className:F("absolute top-full left-0 right-0 overflow-visible",t?"shadow":"","my-2","z-20","w-full"),children:n.jsx("div",{ref:i,className:F(t?je:"","bg-gray-50 dark:bg-gray-900 py-2"),children:e})})}function il({children:e,onClick:t}){return n.jsx("div",{className:"flex w-full items-center pr-6 pl-14 h-[48px] cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-800",onClick:t,children:e})}const al=e=>{switch(e){case"error":return"bg-red-50 dark:bg-red-800 dark:text-red-100 text-red-900";case"warning":return"bg-amber-50 dark:bg-amber-800 dark:text-amber-100 text-amber-900";case"info":return"bg-blue-50 dark:bg-blue-800 dark:text-blue-100 text-blue-900";case"success":return"bg-emerald-50 dark:bg-emerald-800 dark:text-emerald-100 text-emerald-900";default:return"bg-blue-50 dark:bg-blue-800 dark:text-blue-100 text-blue-900"}},ll=({children:e,onDismiss:t,color:c="info",action:i,className:a,style:l})=>{const s=al(c);return n.jsxs("div",{style:l,className:F("px-4 py-2 rounded-md flex items-center gap-2",s,a),children:[n.jsx("span",{className:"flex-grow",children:e}),t&&n.jsx("button",{className:"text-gray-400 hover:text-gray-600 dark:text-gray-500 dark:hover:text-gray-400",onClick:t,children:"×"}),i]})},sl=({src:e,alt:t,children:c,className:i,...a},l)=>n.jsx("button",{ref:l,...a,className:F("rounded-full flex items-center justify-center overflow-hidden",Ie,"p-1 hover:bg-gray-200 hover:dark:bg-gray-700",i),children:e?n.jsx("img",{className:"object-cover rounded-full w-10 h-10 bg-gray-100 dark:bg-gray-800",src:e,alt:t}):n.jsx("span",{className:"py-1.5 text-lg font-medium text-gray-900 dark:text-white rounded-full w-10 h-10 bg-gray-100 dark:bg-gray-800",children:c})}),Ar=f.forwardRef(sl),yr=f.forwardRef(function({value:t,allowIndeterminate:c,className:i,onValueChange:a,disabled:l=!1,size:s="medium",...d},u){return n.jsxs("button",{ref:u,tabIndex:l?-1:void 0,onClick:l?A=>A.preventDefault():A=>{A.preventDefault(),c?t==null?a?.(!0):a?.(t?!1:null):a?.(!t)},className:F(s==="small"?"w-[38px] h-[22px] min-w-[38px] min-h-[22px]":"w-[42px] h-[26px] min-w-[42px] min-h-[26px]","outline-none rounded-full relative shadow-sm",t?l?"bg-white bg-opacity-54 dark:bg-gray-950":"ring-secondary ring-1 bg-secondary dark:bg-secondary":"bg-white bg-opacity-54 dark:bg-gray-900 ring-1 ring-gray-100 dark:ring-gray-700",i),...d,children:[c&&t==null&&n.jsx("div",{className:F("block rounded-full transition-transform duration-100 transform will-change-auto",l?"bg-gray-400 dark:bg-gray-600":"bg-gray-600 dark:bg-gray-400",{"w-[21px] h-[10px]":s==="medium","w-[19px] h-[8px]":s==="small","translate-x-[10px]":s==="medium","translate-x-[9px]":s==="small"})}),!(c&&t==null)&&n.jsx("div",{className:F("block rounded-full transition-transform duration-100 transform will-change-auto",l?"bg-gray-300 dark:bg-gray-700":t?"bg-white":"bg-gray-600 dark:bg-gray-400",{"w-[21px] h-[21px]":s==="medium","w-[19px] h-[19px]":s==="small",[t?"translate-x-[19px]":"translate-x-[3px]"]:s==="medium",[t?"translate-x-[17px]":"translate-x-[2px]"]:s==="small"})})]})}),Nn=function({value:t,position:c="end",invisible:i,onValueChange:a,error:l,label:s,autoFocus:d,disabled:u,size:A,..._}){const h=f.useRef(null),g=f.useRef(null),[y,I]=f.useState(d),b=()=>I(!0),p=()=>I(!1);f.useEffect(()=>{},[]);const w=document.activeElement===g?.current||document.activeElement===h?.current;return n.jsxs("div",{ref:h,onFocus:b,onBlur:p,tabIndex:-1,className:F(!i&&Ze,!i&&(u?nn:Ye),u?"cursor-default":"cursor-pointer","rounded-md relative max-w-full justify-between w-full box-border relative inline-flex items-center",!i&&w&&!u?ur:"",l?"text-red-500 dark:text-red-600":w&&!u?"text-primary":u?"text-text-secondary dark:text-text-secondary-dark":"text-text-primary dark:text-text-primary-dark",A==="small"?"min-h-[40px]":"min-h-[64px]",A==="small"?"pl-2":"pl-4",A==="small"?"pr-4":"pr-6",c==="end"?"flex-row-reverse":"flex-row"),onClick:u?void 0:k=>{_.allowIndeterminate?t==null?a?.(!0):a?.(t?!1:null):a?.(!t)},children:[n.jsx(yr,{value:t,ref:g,size:A,className:i&&w?ur:"",disabled:u,..._}),n.jsx("div",{className:F("flex-grow",c==="end"?"mr-4":"ml-4",A==="small"?"text-sm":"text-base"),children:s})]})};function ie({children:e,className:t,variant:c="filled",disabled:i=!1,size:a="medium",startIcon:l=null,fullWidth:s=!1,component:d,...u}){const A="rounded-md border uppercase inline-flex items-center justify-center p-2 px-4 text-sm font-medium focus:outline-none transition ease-in-out duration-150 gap-2",_=F({"w-full":s,"w-fit":!s,"border-transparent bg-primary hover:bg-blue-600 focus:ring-blue-400 !text-white shadow hover:ring-1 hover:ring-primary":c==="filled"&&!i,"border-primary !text-primary hover:bg-primary hover:bg-opacity-10 hover:border-blue-600 !hover:text-blue-600 focus:ring-blue-400 hover:ring-1 hover:ring-primary":c==="outlined"&&!i,"border-transparent !text-primary !hover:text-blue-600 hover:bg-primary hover:bg-opacity-10":c==="text"&&!i,"border-blue-600 border-opacity-50 dark:border-blue-500 dark:border-opacity-50 opacity-50 !text-blue-600 !dark:text-blue-500 text-opacity-50 dark:text-opacity-50":c==="outlined"&&i,"border-transparent outline-none opacity-50 !text-gray-600 !dark:text-gray-500":(c==="filled"||c==="text")&&i}),h=F({"py-1 px-2":a==="small","py-2 px-4":a==="medium","py-2 px-5":a==="large"});return d?n.jsxs(d,{onClick:u.onClick,className:F(Ie,l?"pl-3":"",A,_,h,t),...u,children:[l,e]}):n.jsxs("button",{type:u.type??"button",onClick:u.onClick,className:F(Ie,l?"pl-3":"",A,_,h,t),disabled:i,...u,children:[l,e]})}function oc({children:e,style:t,onClick:c,className:i}){const a=f.useCallback(l=>{(l.key==="Enter"||l.key===" ")&&c?.()},[c]);return n.jsx("div",{onKeyPress:a,role:c?"button":void 0,tabIndex:c?0:void 0,onClick:c,className:F(Rt,c&&Ie,c&&ec,i),style:t,children:e})}const dl={xs:"max-w-xs",sm:"max-w-sm",md:"max-w-md",lg:"max-w-lg",xl:"max-w-xl","2xl":"max-w-2xl","3xl":"max-w-3xl","4xl":"max-w-4xl","5xl":"max-w-5xl","6xl":"max-w-6xl","7xl":"max-w-7xl"},ul=({children:e,className:t,style:c,maxWidth:i="7xl"},a)=>{const l=i?dl[i]:"";return n.jsx("div",{ref:a,className:F("mx-auto px-3 md:px-4 lg-px-6",l,t),style:c,children:e})},_r=f.forwardRef(ul);function hr({children:e,maxWidth:t,fullScreen:c=!1,className:i}){return n.jsx("div",{className:"flex flex-col flex-grow h-full",children:n.jsx(_r,{className:F("m-auto",i),maxWidth:t,children:e})})}function Tn({size:e="medium",className:t}){let c="";e==="small"?c="w-4 h-4":e==="medium"?c="w-8 h-8 m-1":c="w-10 h-10 m-1";let i="";return e==="small"?i="border-[3px]":e==="medium"?i="border-4":i="border-[6px]",n.jsx("div",{className:F(c,i,"inline-block animate-spin rounded-full border-solid border-current border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]","text-blue-600 dark:text-blue-400",t),role:"status",children:n.jsx("span",{className:"!absolute !-m-px !h-px !w-px !overflow-hidden !whitespace-nowrap !border-0 !p-0 ![clip:rect(0,0,0,0)]",children:"Loading..."})})}const gr=["table_rows","video_label","airlines","bento","border_all","border_clear","ac_unit","adjust","align_horizontal_center","album","all_inclusive","all_out","animation","assistant","audiotrack","account_balance_wallet","auto_awesome_mosaic","bolt","brightness_1","breakfast_dining","broken_image","brightness_5","cable","calendar_view_month","catching_pokemon","casino","category","cloud","color_lens","credit_card","earbuds","egg_alt","fiber_smart_record","flag","healing","heat_pump","hive","hub","local_library","local_pizza","memory","outlet","pages","panorama_photosphere","signal_cellular_0_bar","sports_baseball","storm","stairs"],rc=["search","123","360","10k","10mp","11mp","12mp","13mp","14mp","15mp","16mp","17mp","18_up_rating","18mp","19mp","1k","1k_plus","1x_mobiledata","20mp","21mp","22mp","23mp","24mp","2k","2k_plus","2mp","30fps","30fps_select","3d_rotation","3g_mobiledata","3k","3k_plus","3mp","3p","4g_mobiledata","4g_plus_mobiledata","4k","4k_plus","4mp","5g","5k","5k_plus","5mp","60fps","60fps_select","6_ft_apart","6k","6k_plus","6mp","7k","7k_plus","7mp","8k","8k_plus","8mp","9k","9k_plus","9mp","abc","ac_unit","access_alarm","access_alarms","access_time","access_time_filled","accessibility","accessibility_new","accessible","accessible_forward","account_balance","account_balance_wallet","account_box","account_circle","account_tree","ad_units","adb","add","add_a_photo","add_alarm","add_alert","add_box","add_business","add_card","add_chart","add_circle","add_circle_outline","add_comment","add_home","add_home_work","add_ic_call","add_link","add_location","add_location_alt","add_moderator","add_photo_alternate","add_reaction","add_road","add_shopping_cart","add_task","add_to_drive","add_to_home_screen","add_to_photos","add_to_queue","adf_scanner","adjust","admin_panel_settings","ads_click","agriculture","air","airline_seat_flat","airline_seat_flat_angled","airline_seat_individual_suite","airline_seat_legroom_extra","airline_seat_legroom_normal","airline_seat_legroom_reduced","airline_seat_recline_extra","airline_seat_recline_normal","airline_stops","airlines","airplane_ticket","airplanemode_active","airplanemode_inactive","airplay","airport_shuttle","alarm","alarm_add","alarm_off","alarm_on","album","align_horizontal_center","align_horizontal_left","align_horizontal_right","align_vertical_bottom","align_vertical_center","align_vertical_top","all_inbox","all_inclusive","all_out","alt_route","alternate_email","analytics","anchor","android","animation","announcement","aod","apartment","api","app_blocking","app_registration","app_settings_alt","app_shortcut","approval","apps","apps_outage","architecture","archive","area_chart","arrow_back","arrow_back_ios","arrow_back_ios_new","arrow_circle_down","arrow_circle_left","arrow_circle_right","arrow_circle_up","arrow_downward","arrow_drop_down","arrow_drop_down_circle","arrow_drop_up","arrow_forward","arrow_forward_ios","arrow_left","arrow_outward","arrow_right","arrow_right_alt","arrow_upward","art_track","article","aspect_ratio","assessment","assignment","assignment_ind","assignment_late","assignment_return","assignment_returned","assignment_turned_in","assist_walker","assistant","assistant_direction","assistant_photo","assured_workload","atm","attach_email","attach_file","attach_money","attachment","attractions","attribution","audio_file","audiotrack","auto_awesome","auto_awesome_mosaic","auto_awesome_motion","auto_delete","auto_fix_high","auto_fix_normal","auto_fix_off","auto_graph","auto_mode","auto_stories","autofps_select","autorenew","av_timer","baby_changing_station","back_hand","backpack","backspace","backup","backup_table","badge","bakery_dining","balance","balcony","ballot","bar_chart","batch_prediction","bathroom","bathtub","battery_0_bar","battery_1_bar","battery_2_bar","battery_3_bar","battery_4_bar","battery_5_bar","battery_6_bar","battery_alert","battery_charging_full","battery_full","battery_saver","battery_std","battery_unknown","beach_access","bed","bedroom_baby","bedroom_child","bedroom_parent","bedtime","bedtime_off","beenhere","bento","bike_scooter","biotech","blender","blind","blinds","blinds_closed","block","bloodtype","bluetooth","bluetooth_audio","bluetooth_connected","bluetooth_disabled","bluetooth_drive","bluetooth_searching","blur_circular","blur_linear","blur_off","blur_on","bolt","book","book_online","bookmark","bookmark_add","bookmark_added","bookmark_border","bookmark_remove","bookmarks","border_all","border_bottom","border_clear","border_color","border_horizontal","border_inner","border_left","border_outer","border_right","border_style","border_top","border_vertical","boy","branding_watermark","breakfast_dining","brightness_1","brightness_2","brightness_3","brightness_4","brightness_5","brightness_6","brightness_7","brightness_auto","brightness_high","brightness_low","brightness_medium","broadcast_on_home","broadcast_on_personal","broken_image","browse_gallery","browser_not_supported","browser_updated","brunch_dining","brush","bubble_chart","bug_report","build","build_circle","bungalow","burst_mode","bus_alert","business","business_center","cabin","cable","cached","cake","calculate","calendar_month","calendar_today","calendar_view_day","calendar_view_month","calendar_view_week","call","call_end","call_made","call_merge","call_missed","call_missed_outgoing","call_received","call_split","call_to_action","camera","camera_alt","camera_enhance","camera_front","camera_indoor","camera_outdoor","camera_rear","camera_roll","cameraswitch","campaign","cancel","cancel_presentation","cancel_schedule_send","candlestick_chart","car_crash","car_rental","car_repair","card_giftcard","card_membership","card_travel","carpenter","cases","casino","cast","cast_connected","cast_for_education","castle","catching_pokemon","category","celebration","cell_tower","cell_wifi","center_focus_strong","center_focus_weak","chair","chair_alt","chalet","change_circle","change_history","charging_station","chat","chat_bubble","chat_bubble_outline","check","check_box","check_box_outline_blank","check_circle","check_circle_outline","checklist","checklist_rtl","checkroom","chevron_left","chevron_right","child_care","child_friendly","chrome_reader_mode","church","circle","circle_notifications","class","clean_hands","cleaning_services","clear","clear_all","close","close_fullscreen","closed_caption","closed_caption_disabled","closed_caption_off","cloud","cloud_circle","cloud_done","cloud_download","cloud_off","cloud_queue","cloud_sync","cloud_upload","co2","co_present","code","code_off","coffee","coffee_maker","collections","collections_bookmark","color_lens","colorize","comment","comment_bank","comments_disabled","commit","commute","compare","compare_arrows","compass_calibration","compost","compress","computer","confirmation_number","connect_without_contact","connected_tv","connecting_airports","construction","contact_emergency","contact_mail","contact_page","contact_phone","contact_support","contactless","contacts","content_copy","content_cut","content_paste","content_paste_go","content_paste_off","content_paste_search","contrast","control_camera","control_point","control_point_duplicate","cookie","copy_all","copyright","coronavirus","corporate_fare","cottage","countertops","create","create_new_folder","credit_card","credit_card_off","credit_score","crib","crisis_alert","crop","crop_16_9","crop_3_2","crop_5_4","crop_7_5","crop_din","crop_free","crop_landscape","crop_original","crop_portrait","crop_rotate","crop_square","cruelty_free","css","currency_bitcoin","currency_exchange","currency_franc","currency_lira","currency_pound","currency_ruble","currency_rupee","currency_yen","currency_yuan","curtains","curtains_closed","cyclone","dangerous","dark_mode","dashboard","dashboard_customize","data_array","data_exploration","data_object","data_saver_off","data_saver_on","data_thresholding","data_usage","dataset","dataset_linked","date_range","deblur","deck","dehaze","delete","delete_forever","delete_outline","delete_sweep","delivery_dining","density_large","density_medium","density_small","departure_board","description","deselect","design_services","desk","desktop_access_disabled","desktop_mac","desktop_windows","details","developer_board","developer_board_off","developer_mode","device_hub","device_thermostat","device_unknown","devices","devices_fold","devices_other","dialer_sip","dialpad","diamond","difference","dining","dinner_dining","directions","directions_bike","directions_boat","directions_boat_filled","directions_bus","directions_bus_filled","directions_car","directions_car_filled","directions_off","directions_railway","directions_railway_filled","directions_run","directions_subway","directions_subway_filled","directions_transit","directions_transit_filled","directions_walk","dirty_lens","disabled_by_default","disabled_visible","disc_full","discount","display_settings","diversity_1","diversity_2","diversity_3","dns","do_disturb","do_disturb_alt","do_disturb_off","do_disturb_on","do_not_disturb","do_not_disturb_alt","do_not_disturb_off","do_not_disturb_on","do_not_disturb_on_total_silence","do_not_step","do_not_touch","dock","document_scanner","domain","domain_add","domain_disabled","domain_verification","done","done_all","done_outline","donut_large","donut_small","door_back","door_front","door_sliding","doorbell","double_arrow","downhill_skiing","download","download_done","download_for_offline","downloading","drafts","drag_handle","drag_indicator","draw","drive_eta","drive_file_move","drive_file_move_rtl","drive_file_rename_outline","drive_folder_upload","dry","dry_cleaning","duo","dvr","dynamic_feed","dynamic_form","e_mobiledata","earbuds","earbuds_battery","east","edgesensor_high","edgesensor_low","edit","edit_attributes","edit_calendar","edit_location","edit_location_alt","edit_note","edit_notifications","edit_off","edit_road","egg","egg_alt","eject","elderly","elderly_woman","electric_bike","electric_bolt","electric_car","electric_meter","electric_moped","electric_rickshaw","electric_scooter","electrical_services","elevator","email","emergency","emergency_recording","emergency_share","emoji_emotions","emoji_events","emoji_food_beverage","emoji_nature","emoji_objects","emoji_people","emoji_symbols","emoji_transportation","energy_savings_leaf","engineering","enhanced_encryption","equalizer","error","error_outline","escalator","escalator_warning","euro","euro_symbol","ev_station","event","event_available","event_busy","event_note","event_repeat","event_seat","exit_to_app","expand","expand_circle_down","expand_less","expand_more","explicit","explore","explore_off","exposure","exposure_neg_1","exposure_neg_2","exposure_plus_1","exposure_plus_2","exposure_zero","extension","extension_off","face","face_2","face_3","face_4","face_5","face_6","face_retouching_natural","face_retouching_off","fact_check","factory","family_restroom","fast_forward","fast_rewind","fastfood","favorite","favorite_border","fax","featured_play_list","featured_video","feed","feedback","female","fence","festival","fiber_dvr","fiber_manual_record","fiber_new","fiber_pin","fiber_smart_record","file_copy","file_download","file_download_done","file_download_off","file_open","file_present","file_upload","filter","filter_1","filter_2","filter_3","filter_4","filter_5","filter_6","filter_7","filter_8","filter_9","filter_9_plus","filter_alt","filter_alt_off","filter_b_and_w","filter_center_focus","filter_drama","filter_frames","filter_hdr","filter_list","filter_list_off","filter_none","filter_tilt_shift","filter_vintage","find_in_page","find_replace","fingerprint","fire_extinguisher","fire_hydrant_alt","fire_truck","fireplace","first_page","fit_screen","fitbit","fitness_center","flag","flag_circle","flaky","flare","flash_auto","flash_off","flash_on","flashlight_off","flashlight_on","flatware","flight","flight_class","flight_land","flight_takeoff","flip","flip_camera_android","flip_camera_ios","flip_to_back","flip_to_front","flood","fluorescent","flutter_dash","fmd_bad","fmd_good","folder","folder_copy","folder_delete","folder_off","folder_open","folder_shared","folder_special","folder_zip","follow_the_signs","font_download","font_download_off","food_bank","forest","fork_left","fork_right","format_align_center","format_align_justify","format_align_left","format_align_right","format_bold","format_clear","format_color_fill","format_color_reset","format_color_text","format_indent_decrease","format_indent_increase","format_italic","format_line_spacing","format_list_bulleted","format_list_numbered","format_list_numbered_rtl","format_overline","format_paint","format_quote","format_shapes","format_size","format_strikethrough","format_textdirection_l_to_r","format_textdirection_r_to_l","format_underlined","fort","forum","forward","forward_10","forward_30","forward_5","forward_to_inbox","foundation","free_breakfast","free_cancellation","front_hand","fullscreen","fullscreen_exit","functions","g_mobiledata","g_translate","gamepad","games","garage","gas_meter","gavel","generating_tokens","gesture","get_app","gif","gif_box","girl","gite","golf_course","gpp_bad","gpp_good","gpp_maybe","gps_fixed","gps_not_fixed","gps_off","grade","gradient","grading","grain","graphic_eq","grass","grid_3x3","grid_4x4","grid_goldenratio","grid_off","grid_on","grid_view","group","group_add","group_off","group_remove","group_work","groups","groups_2","groups_3","h_mobiledata","h_plus_mobiledata","hail","handshake","handyman","hardware","hd","hdr_auto","hdr_auto_select","hdr_enhanced_select","hdr_off","hdr_off_select","hdr_on","hdr_on_select","hdr_plus","hdr_strong","hdr_weak","headphones","headphones_battery","headset","headset_mic","headset_off","healing","health_and_safety","hearing","hearing_disabled","heart_broken","heat_pump","height","help","help_center","help_outline","hevc","hexagon","hide_image","hide_source","high_quality","highlight","highlight_alt","highlight_off","hiking","history","history_edu","history_toggle_off","hive","hls","hls_off","holiday_village","home","home_max","home_mini","home_repair_service","home_work","horizontal_distribute","horizontal_rule","horizontal_split","hot_tub","hotel","hotel_class","hourglass_bottom","hourglass_disabled","hourglass_empty","hourglass_full","hourglass_top","house","house_siding","houseboat","how_to_reg","how_to_vote","html","http","https","hub","hvac","ice_skating","icecream","image","image_aspect_ratio","image_not_supported","image_search","imagesearch_roller","import_contacts","import_export","important_devices","inbox","incomplete_circle","indeterminate_check_box","info","input","insert_chart","insert_chart_outlined","insert_comment","insert_drive_file","insert_emoticon","insert_invitation","insert_link","insert_page_break","insert_photo","insights","install_desktop","install_mobile","integration_instructions","interests","interpreter_mode","inventory","inventory_2","invert_colors","invert_colors_off","ios_share","iron","iso","javascript","join_full","join_inner","join_left","join_right","kayaking","kebab_dining","key","key_off","keyboard","keyboard_alt","keyboard_arrow_down","keyboard_arrow_left","keyboard_arrow_right","keyboard_arrow_up","keyboard_backspace","keyboard_capslock","keyboard_command_key","keyboard_control_key","keyboard_double_arrow_down","keyboard_double_arrow_left","keyboard_double_arrow_right","keyboard_double_arrow_up","keyboard_hide","keyboard_option_key","keyboard_return","keyboard_tab","keyboard_voice","king_bed","kitchen","kitesurfing","label","label_important","label_off","lan","landscape","landslide","language","laptop","laptop_chromebook","laptop_mac","laptop_windows","last_page","launch","layers","layers_clear","leaderboard","leak_add","leak_remove","legend_toggle","lens","lens_blur","library_add","library_add_check","library_books","library_music","light","light_mode","lightbulb","lightbulb_circle","line_axis","line_style","line_weight","linear_scale","link","link_off","linked_camera","liquor","list","list_alt","live_help","live_tv","living","local_activity","local_airport","local_atm","local_bar","local_cafe","local_car_wash","local_convenience_store","local_dining","local_drink","local_fire_department","local_florist","local_gas_station","local_grocery_store","local_hospital","local_hotel","local_laundry_service","local_library","local_mall","local_movies","local_offer","local_parking","local_pharmacy","local_phone","local_pizza","local_play","local_police","local_post_office","local_printshop","local_see","local_shipping","local_taxi","location_city","location_disabled","location_off","location_on","location_searching","lock","lock_clock","lock_open","lock_person","lock_reset","login","logo_dev","logout","looks","looks_3","looks_4","looks_5","looks_6","looks_one","looks_two","loop","loupe","low_priority","loyalty","lte_mobiledata","lte_plus_mobiledata","luggage","lunch_dining","lyrics","macro_off","mail","mail_lock","mail_outline","male","man","man_2","man_3","man_4","manage_accounts","manage_history","manage_search","map","maps_home_work","maps_ugc","margin","mark_as_unread","mark_chat_read","mark_chat_unread","mark_email_read","mark_email_unread","mark_unread_chat_alt","markunread","markunread_mailbox","masks","maximize","media_bluetooth_off","media_bluetooth_on","mediation","medical_information","medical_services","medication","medication_liquid","meeting_room","memory","menu","menu_book","menu_open","merge","merge_type","message","mic","mic_external_off","mic_external_on","mic_none","mic_off","microwave","military_tech","minimize","minor_crash","miscellaneous_services","missed_video_call","mms","mobile_friendly","mobile_off","mobile_screen_share","mobiledata_off","mode","mode_comment","mode_edit","mode_edit_outline","mode_fan_off","mode_night","mode_of_travel","mode_standby","model_training","monetization_on","money","money_off","money_off_csred","monitor","monitor_heart","monitor_weight","monochrome_photos","mood","mood_bad","moped","more","more_horiz","more_time","more_vert","mosque","motion_photos_auto","motion_photos_off","motion_photos_on","motion_photos_pause","motion_photos_paused","mouse","move_down","move_to_inbox","move_up","movie","movie_creation","movie_filter","moving","mp","multiline_chart","multiple_stop","museum","music_note","music_off","music_video","my_location","nat","nature","nature_people","navigate_before","navigate_next","navigation","near_me","near_me_disabled","nearby_error","nearby_off","nest_cam_wired_stand","network_cell","network_check","network_locked","network_ping","network_wifi","network_wifi_1_bar","network_wifi_2_bar","network_wifi_3_bar","new_label","new_releases","newspaper","next_plan","next_week","nfc","night_shelter","nightlife","nightlight","nightlight_round","nights_stay","no_accounts","no_adult_content","no_backpack","no_cell","no_crash","no_drinks","no_encryption","no_encryption_gmailerrorred","no_flash","no_food","no_luggage","no_meals","no_meeting_room","no_photography","no_sim","no_stroller","no_transfer","noise_aware","noise_control_off","nordic_walking","north","north_east","north_west","not_accessible","not_interested","not_listed_location","not_started","note","note_add","note_alt","notes","notification_add","notification_important","notifications","notifications_active","notifications_none","notifications_off","notifications_paused","numbers","offline_bolt","offline_pin","offline_share","oil_barrel","on_device_training","ondemand_video","online_prediction","opacity","open_in_browser","open_in_full","open_in_new","open_in_new_off","open_with","other_houses","outbound","outbox","outdoor_grill","outlet","outlined_flag","output","padding","pages","pageview","paid","palette","pan_tool","pan_tool_alt","panorama","panorama_fish_eye","panorama_horizontal","panorama_horizontal_select","panorama_photosphere","panorama_photosphere_select","panorama_vertical","panorama_vertical_select","panorama_wide_angle","panorama_wide_angle_select","paragliding","park","party_mode","password","pattern","pause","pause_circle","pause_circle_filled","pause_circle_outline","pause_presentation","payment","payments","pedal_bike","pending","pending_actions","pentagon","people","people_alt","people_outline","percent","perm_camera_mic","perm_contact_calendar","perm_data_setting","perm_device_information","perm_identity","perm_media","perm_phone_msg","perm_scan_wifi","person","person_2","person_3","person_4","person_add","person_add_alt","person_add_alt_1","person_add_disabled","person_off","person_outline","person_pin","person_pin_circle","person_remove","person_remove_alt_1","person_search","personal_injury","personal_video","pest_control","pest_control_rodent","pets","phishing","phone","phone_android","phone_bluetooth_speaker","phone_callback","phone_disabled","phone_enabled","phone_forwarded","phone_iphone","phone_locked","phone_missed","phone_paused","phonelink","phonelink_erase","phonelink_lock","phonelink_off","phonelink_ring","phonelink_setup","photo","photo_album","photo_camera","photo_camera_back","photo_camera_front","photo_filter","photo_library","photo_size_select_actual","photo_size_select_large","photo_size_select_small","php","piano","piano_off","picture_as_pdf","picture_in_picture","picture_in_picture_alt","pie_chart","pie_chart_outline","pin","pin_drop","pin_end","pin_invoke","pinch","pivot_table_chart","pix","place","plagiarism","play_arrow","play_circle","play_circle_filled","play_circle_outline","play_disabled","play_for_work","play_lesson","playlist_add","playlist_add_check","playlist_add_check_circle","playlist_add_circle","playlist_play","playlist_remove","plumbing","plus_one","podcasts","point_of_sale","policy","poll","polyline","polymer","pool","portable_wifi_off","portrait","post_add","power","power_input","power_off","power_settings_new","precision_manufacturing","pregnant_woman","present_to_all","preview","price_change","price_check","print","print_disabled","priority_high","privacy_tip","private_connectivity","production_quantity_limits","propane","propane_tank","psychology","psychology_alt","public","public_off","publish","published_with_changes","punch_clock","push_pin","qr_code","qr_code_2","qr_code_scanner","query_builder","query_stats","question_answer","question_mark","queue","queue_music","queue_play_next","quickreply","quiz","r_mobiledata","radar","radio","radio_button_checked","radio_button_unchecked","railway_alert","ramen_dining","ramp_left","ramp_right","rate_review","raw_off","raw_on","read_more","real_estate_agent","receipt","receipt_long","recent_actors","recommend","record_voice_over","rectangle","recycling","redeem","redo","reduce_capacity","refresh","remember_me","remove","remove_circle","remove_circle_outline","remove_done","remove_from_queue","remove_moderator","remove_red_eye","remove_road","remove_shopping_cart","reorder","repartition","repeat","repeat_on","repeat_one","repeat_one_on","replay","replay_10","replay_30","replay_5","replay_circle_filled","reply","reply_all","report","report_gmailerrorred","report_off","report_problem","request_page","request_quote","reset_tv","restart_alt","restaurant","restaurant_menu","restore","restore_from_trash","restore_page","reviews","rice_bowl","ring_volume","rocket","rocket_launch","roller_shades","roller_shades_closed","roller_skating","roofing","room","room_preferences","room_service","rotate_90_degrees_ccw","rotate_90_degrees_cw","rotate_left","rotate_right","roundabout_left","roundabout_right","rounded_corner","route","router","rowing","rss_feed","rsvp","rtt","rule","rule_folder","run_circle","running_with_errors","rv_hookup","safety_check","safety_divider","sailing","sanitizer","satellite","satellite_alt","save","save_alt","save_as","saved_search","savings","scale","scanner","scatter_plot","schedule","schedule_send","schema","school","science","score","scoreboard","screen_lock_landscape","screen_lock_portrait","screen_lock_rotation","screen_rotation","screen_rotation_alt","screen_search_desktop","screen_share","screenshot","screenshot_monitor","scuba_diving","sd","sd_card","sd_card_alert","sd_storage","search","search_off","security","security_update","security_update_good","security_update_warning","segment","select_all","self_improvement","sell","send","send_and_archive","send_time_extension","send_to_mobile","sensor_door","sensor_occupied","sensor_window","sensors","sensors_off","sentiment_dissatisfied","sentiment_neutral","sentiment_satisfied","sentiment_satisfied_alt","sentiment_very_dissatisfied","sentiment_very_satisfied","set_meal","settings","settings_accessibility","settings_applications","settings_backup_restore","settings_bluetooth","settings_brightness","settings_cell","settings_ethernet","settings_input_antenna","settings_input_component","settings_input_composite","settings_input_hdmi","settings_input_svideo","settings_overscan","settings_phone","settings_power","settings_remote","settings_suggest","settings_system_daydream","settings_voice","severe_cold","shape_line","share","share_location","shield","shield_moon","shop","shop_2","shop_two","shopping_bag","shopping_basket","shopping_cart","shopping_cart_checkout","short_text","shortcut","show_chart","shower","shuffle","shuffle_on","shutter_speed","sick","sign_language","signal_cellular_0_bar","signal_cellular_4_bar","signal_cellular_alt","signal_cellular_alt_1_bar","signal_cellular_alt_2_bar","signal_cellular_connected_no_internet_0_bar","signal_cellular_connected_no_internet_4_bar","signal_cellular_no_sim","signal_cellular_nodata","signal_cellular_null","signal_cellular_off","signal_wifi_0_bar","signal_wifi_4_bar","signal_wifi_4_bar_lock","signal_wifi_bad","signal_wifi_connected_no_internet_4","signal_wifi_off","signal_wifi_statusbar_4_bar","signal_wifi_statusbar_connected_no_internet_4","signal_wifi_statusbar_null","signpost","sim_card","sim_card_alert","sim_card_download","single_bed","sip","skateboarding","skip_next","skip_previous","sledding","slideshow","slow_motion_video","smart_button","smart_display","smart_screen","smart_toy","smartphone","smoke_free","smoking_rooms","sms","sms_failed","snippet_folder","snooze","snowboarding","snowmobile","snowshoeing","soap","social_distance","solar_power","sort","sort_by_alpha","sos","soup_kitchen","source","south","south_america","south_east","south_west","spa","space_bar","space_dashboard","spatial_audio","spatial_audio_off","spatial_tracking","speaker","speaker_group","speaker_notes","speaker_notes_off","speaker_phone","speed","spellcheck","splitscreen","spoke","sports","sports_bar","sports_baseball","sports_basketball","sports_cricket","sports_esports","sports_football","sports_golf","sports_gymnastics","sports_handball","sports_hockey","sports_kabaddi","sports_martial_arts","sports_mma","sports_motorsports","sports_rugby","sports_score","sports_soccer","sports_tennis","sports_volleyball","square","square_foot","ssid_chart","stacked_bar_chart","stacked_line_chart","stadium","stairs","star","star_border","star_border_purple500","star_half","star_outline","star_purple500","star_rate","stars","start","stay_current_landscape","stay_current_portrait","stay_primary_landscape","stay_primary_portrait","sticky_note_2","stop","stop_circle","stop_screen_share","storage","store","store_mall_directory","storefront","storm","straight","straighten","stream","streetview","strikethrough_s","stroller","style","subdirectory_arrow_left","subdirectory_arrow_right","subject","subscript","subscriptions","subtitles","subtitles_off","subway","summarize","superscript","supervised_user_circle","supervisor_account","support","support_agent","surfing","surround_sound","swap_calls","swap_horiz","swap_horizontal_circle","swap_vert","swap_vertical_circle","swipe","swipe_down","swipe_down_alt","swipe_left","swipe_left_alt","swipe_right","swipe_right_alt","swipe_up","swipe_up_alt","swipe_vertical","switch_access_shortcut","switch_access_shortcut_add","switch_account","switch_camera","switch_left","switch_right","switch_video","synagogue","sync","sync_alt","sync_disabled","sync_lock","sync_problem","system_security_update","system_security_update_good","system_security_update_warning","system_update","system_update_alt","tab","tab_unselected","table_bar","table_chart","table_restaurant","table_rows","table_view","tablet","tablet_android","tablet_mac","tag","tag_faces","takeout_dining","tap_and_play","tapas","task","task_alt","taxi_alert","temple_buddhist","temple_hindu","terminal","terrain","text_decrease","text_fields","text_format","text_increase","text_rotate_up","text_rotate_vertical","text_rotation_angledown","text_rotation_angleup","text_rotation_down","text_rotation_none","text_snippet","textsms","texture","theater_comedy","theaters","thermostat","thermostat_auto","thumb_down","thumb_down_alt","thumb_down_off_alt","thumb_up","thumb_up_alt","thumb_up_off_alt","thumbs_up_down","thunderstorm","time_to_leave","timelapse","timeline","timer","timer_10","timer_10_select","timer_3","timer_3_select","timer_off","tips_and_updates","tire_repair","title","toc","today","toggle_off","toggle_on","token","toll","tonality","topic","tornado","touch_app","tour","toys","track_changes","traffic","train","tram","transcribe","transfer_within_a_station","transform","transgender","transit_enterexit","translate","travel_explore","trending_down","trending_flat","trending_up","trip_origin","troubleshoot","try","tsunami","tty","tune","tungsten","turn_left","turn_right","turn_sharp_left","turn_sharp_right","turn_slight_left","turn_slight_right","turned_in","turned_in_not","tv","tv_off","two_wheeler","type_specimen","u_turn_left","u_turn_right","umbrella","unarchive","undo","unfold_less","unfold_less_double","unfold_more","unfold_more_double","unpublished","unsubscribe","upcoming","update","update_disabled","upgrade","upload","upload_file","usb","usb_off","vaccines","vape_free","vaping_rooms","verified","verified_user","vertical_align_bottom","vertical_align_center","vertical_align_top","vertical_distribute","vertical_shades","vertical_shades_closed","vertical_split","vibration","video_call","video_camera_back","video_camera_front","video_chat","video_file","video_label","video_library","video_settings","video_stable","videocam","videocam_off","videogame_asset","videogame_asset_off","view_agenda","view_array","view_carousel","view_column","view_comfy","view_comfy_alt","view_compact","view_compact_alt","view_cozy","view_day","view_headline","view_in_ar","view_kanban","view_list","view_module","view_quilt","view_sidebar","view_stream","view_timeline","view_week","vignette","villa","visibility","visibility_off","voice_chat","voice_over_off","voicemail","volcano","volume_down","volume_mute","volume_off","volume_up","volunteer_activism","vpn_key","vpn_key_off","vpn_lock","vrpano","wallet","wallpaper","warehouse","warning","warning_amber","wash","watch","watch_later","watch_off","water","water_damage","water_drop","waterfall_chart","waves","waving_hand","wb_auto","wb_cloudy","wb_incandescent","wb_iridescent","wb_shade","wb_sunny","wb_twilight","wc","web","web_asset","web_asset_off","web_stories","webhook","weekend","west","whatshot","wheelchair_pickup","where_to_vote","widgets","width_full","width_normal","width_wide","wifi","wifi_1_bar","wifi_2_bar","wifi_calling","wifi_calling_3","wifi_channel","wifi_find","wifi_lock","wifi_off","wifi_password","wifi_protected_setup","wifi_tethering","wifi_tethering_error","wifi_tethering_off","wind_power","window","wine_bar","woman","woman_2","work","work_history","work_off","work_outline","workspace_premium","workspaces","wrap_text","wrong_location","wysiwyg","yard","youtube_searched_for","zoom_in","zoom_in_map","zoom_out","zoom_out_map"],fl={inherit:"",primary:"text-primary",success:"text-green-500",warning:"text-yellow-500",secondary:"text-secondary",disabled:"text-disabled dark:text-disabled-dark",error:"text-red-500"};function r({iconKey:e,size:t="medium",color:c,className:i,onClick:a,style:l}){let s;switch(t){case"smallest":s=16;break;case"small":s=20;break;case"medium":s=24;break;case"large":s=28;break;default:s=t}return s||(s=24),n.jsx("span",{style:{fontSize:`${s}px`,display:"block",...l},className:F("material-icons",c?fl[c]:"","select-none",i),onClick:a,children:e})}function Al(e){return n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:e.className,fill:"currentColor",width:e.size??24,height:e.size??24,viewBox:"0 0 24 24",children:n.jsx("path",{d:"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"})})}function Ir(e){return n.jsx(r,{...e,iconKey:"search"})}function yl(e){return n.jsx(r,{...e,iconKey:"123"})}function _l(e){return n.jsx(r,{...e,iconKey:"360"})}function hl(e){return n.jsx(r,{...e,iconKey:"10k"})}function gl(e){return n.jsx(r,{...e,iconKey:"10mp"})}function Il(e){return n.jsx(r,{...e,iconKey:"11mp"})}function bl(e){return n.jsx(r,{...e,iconKey:"12mp"})}function pl(e){return n.jsx(r,{...e,iconKey:"13mp"})}function wl(e){return n.jsx(r,{...e,iconKey:"14mp"})}function kl(e){return n.jsx(r,{...e,iconKey:"15mp"})}function ml(e){return n.jsx(r,{...e,iconKey:"16mp"})}function vl(e){return n.jsx(r,{...e,iconKey:"17mp"})}function Kl(e){return n.jsx(r,{...e,iconKey:"18_up_rating"})}function Cl(e){return n.jsx(r,{...e,iconKey:"18mp"})}function Sl(e){return n.jsx(r,{...e,iconKey:"19mp"})}function Bl(e){return n.jsx(r,{...e,iconKey:"1k"})}function El(e){return n.jsx(r,{...e,iconKey:"1k_plus"})}function Fl(e){return n.jsx(r,{...e,iconKey:"1x_mobiledata"})}function Pl(e){return n.jsx(r,{...e,iconKey:"20mp"})}function Dl(e){return n.jsx(r,{...e,iconKey:"21mp"})}function Nl(e){return n.jsx(r,{...e,iconKey:"22mp"})}function Tl(e){return n.jsx(r,{...e,iconKey:"23mp"})}function Ml(e){return n.jsx(r,{...e,iconKey:"24mp"})}function Ol(e){return n.jsx(r,{...e,iconKey:"2k"})}function Ll(e){return n.jsx(r,{...e,iconKey:"2k_plus"})}function Ql(e){return n.jsx(r,{...e,iconKey:"2mp"})}function Vl(e){return n.jsx(r,{...e,iconKey:"30fps"})}function Wl(e){return n.jsx(r,{...e,iconKey:"30fps_select"})}function Gl(e){return n.jsx(r,{...e,iconKey:"3d_rotation"})}function zl(e){return n.jsx(r,{...e,iconKey:"3g_mobiledata"})}function Hl(e){return n.jsx(r,{...e,iconKey:"3k"})}function Ul(e){return n.jsx(r,{...e,iconKey:"3k_plus"})}function Yl(e){return n.jsx(r,{...e,iconKey:"3mp"})}function jl(e){return n.jsx(r,{...e,iconKey:"3p"})}function $l(e){return n.jsx(r,{...e,iconKey:"4g_mobiledata"})}function ql(e){return n.jsx(r,{...e,iconKey:"4g_plus_mobiledata"})}function Jl(e){return n.jsx(r,{...e,iconKey:"4k"})}function Zl(e){return n.jsx(r,{...e,iconKey:"4k_plus"})}function Xl(e){return n.jsx(r,{...e,iconKey:"4mp"})}function xl(e){return n.jsx(r,{...e,iconKey:"5g"})}function Rl(e){return n.jsx(r,{...e,iconKey:"5k"})}function es(e){return n.jsx(r,{...e,iconKey:"5k_plus"})}function ns(e){return n.jsx(r,{...e,iconKey:"5mp"})}function os(e){return n.jsx(r,{...e,iconKey:"60fps"})}function rs(e){return n.jsx(r,{...e,iconKey:"60fps_select"})}function ts(e){return n.jsx(r,{...e,iconKey:"6_ft_apart"})}function cs(e){return n.jsx(r,{...e,iconKey:"6k"})}function is(e){return n.jsx(r,{...e,iconKey:"6k_plus"})}function as(e){return n.jsx(r,{...e,iconKey:"6mp"})}function ls(e){return n.jsx(r,{...e,iconKey:"7k"})}function ss(e){return n.jsx(r,{...e,iconKey:"7k_plus"})}function ds(e){return n.jsx(r,{...e,iconKey:"7mp"})}function us(e){return n.jsx(r,{...e,iconKey:"8k"})}function fs(e){return n.jsx(r,{...e,iconKey:"8k_plus"})}function As(e){return n.jsx(r,{...e,iconKey:"8mp"})}function ys(e){return n.jsx(r,{...e,iconKey:"9k"})}function _s(e){return n.jsx(r,{...e,iconKey:"9k_plus"})}function hs(e){return n.jsx(r,{...e,iconKey:"9mp"})}function gs(e){return n.jsx(r,{...e,iconKey:"abc"})}function Is(e){return n.jsx(r,{...e,iconKey:"ac_unit"})}function bs(e){return n.jsx(r,{...e,iconKey:"access_alarm"})}function ps(e){return n.jsx(r,{...e,iconKey:"access_alarms"})}function ws(e){return n.jsx(r,{...e,iconKey:"access_time"})}function ks(e){return n.jsx(r,{...e,iconKey:"access_time_filled"})}function ms(e){return n.jsx(r,{...e,iconKey:"accessibility"})}function vs(e){return n.jsx(r,{...e,iconKey:"accessibility_new"})}function Ks(e){return n.jsx(r,{...e,iconKey:"accessible"})}function Cs(e){return n.jsx(r,{...e,iconKey:"accessible_forward"})}function Ss(e){return n.jsx(r,{...e,iconKey:"account_balance"})}function Bs(e){return n.jsx(r,{...e,iconKey:"account_balance_wallet"})}function Es(e){return n.jsx(r,{...e,iconKey:"account_box"})}function Fs(e){return n.jsx(r,{...e,iconKey:"account_circle"})}function Ps(e){return n.jsx(r,{...e,iconKey:"account_tree"})}function Ds(e){return n.jsx(r,{...e,iconKey:"ad_units"})}function Ns(e){return n.jsx(r,{...e,iconKey:"adb"})}function mn(e){return n.jsx(r,{...e,iconKey:"add"})}function Ts(e){return n.jsx(r,{...e,iconKey:"add_a_photo"})}function Ms(e){return n.jsx(r,{...e,iconKey:"add_alarm"})}function Os(e){return n.jsx(r,{...e,iconKey:"add_alert"})}function Ls(e){return n.jsx(r,{...e,iconKey:"add_box"})}function Qs(e){return n.jsx(r,{...e,iconKey:"add_business"})}function Vs(e){return n.jsx(r,{...e,iconKey:"add_card"})}function Ws(e){return n.jsx(r,{...e,iconKey:"add_chart"})}function Gs(e){return n.jsx(r,{...e,iconKey:"add_circle"})}function zs(e){return n.jsx(r,{...e,iconKey:"add_circle_outline"})}function Hs(e){return n.jsx(r,{...e,iconKey:"add_comment"})}function Us(e){return n.jsx(r,{...e,iconKey:"add_home"})}function Ys(e){return n.jsx(r,{...e,iconKey:"add_home_work"})}function js(e){return n.jsx(r,{...e,iconKey:"add_ic_call"})}function tc(e){return n.jsx(r,{...e,iconKey:"add_link"})}function $s(e){return n.jsx(r,{...e,iconKey:"add_location"})}function qs(e){return n.jsx(r,{...e,iconKey:"add_location_alt"})}function Js(e){return n.jsx(r,{...e,iconKey:"add_moderator"})}function Zs(e){return n.jsx(r,{...e,iconKey:"add_photo_alternate"})}function Xs(e){return n.jsx(r,{...e,iconKey:"add_reaction"})}function xs(e){return n.jsx(r,{...e,iconKey:"add_road"})}function Rs(e){return n.jsx(r,{...e,iconKey:"add_shopping_cart"})}function ed(e){return n.jsx(r,{...e,iconKey:"add_task"})}function nd(e){return n.jsx(r,{...e,iconKey:"add_to_drive"})}function od(e){return n.jsx(r,{...e,iconKey:"add_to_home_screen"})}function rd(e){return n.jsx(r,{...e,iconKey:"add_to_photos"})}function td(e){return n.jsx(r,{...e,iconKey:"add_to_queue"})}function cd(e){return n.jsx(r,{...e,iconKey:"adf_scanner"})}function id(e){return n.jsx(r,{...e,iconKey:"adjust"})}function ad(e){return n.jsx(r,{...e,iconKey:"admin_panel_settings"})}function ld(e){return n.jsx(r,{...e,iconKey:"ads_click"})}function sd(e){return n.jsx(r,{...e,iconKey:"agriculture"})}function dd(e){return n.jsx(r,{...e,iconKey:"air"})}function ud(e){return n.jsx(r,{...e,iconKey:"airline_seat_flat"})}function fd(e){return n.jsx(r,{...e,iconKey:"airline_seat_flat_angled"})}function Ad(e){return n.jsx(r,{...e,iconKey:"airline_seat_individual_suite"})}function yd(e){return n.jsx(r,{...e,iconKey:"airline_seat_legroom_extra"})}function _d(e){return n.jsx(r,{...e,iconKey:"airline_seat_legroom_normal"})}function hd(e){return n.jsx(r,{...e,iconKey:"airline_seat_legroom_reduced"})}function gd(e){return n.jsx(r,{...e,iconKey:"airline_seat_recline_extra"})}function Id(e){return n.jsx(r,{...e,iconKey:"airline_seat_recline_normal"})}function bd(e){return n.jsx(r,{...e,iconKey:"airline_stops"})}function pd(e){return n.jsx(r,{...e,iconKey:"airlines"})}function wd(e){return n.jsx(r,{...e,iconKey:"airplane_ticket"})}function kd(e){return n.jsx(r,{...e,iconKey:"airplanemode_active"})}function md(e){return n.jsx(r,{...e,iconKey:"airplanemode_inactive"})}function vd(e){return n.jsx(r,{...e,iconKey:"airplay"})}function Kd(e){return n.jsx(r,{...e,iconKey:"airport_shuttle"})}function Cd(e){return n.jsx(r,{...e,iconKey:"alarm"})}function Sd(e){return n.jsx(r,{...e,iconKey:"alarm_add"})}function Bd(e){return n.jsx(r,{...e,iconKey:"alarm_off"})}function Ed(e){return n.jsx(r,{...e,iconKey:"alarm_on"})}function Fd(e){return n.jsx(r,{...e,iconKey:"album"})}function Pd(e){return n.jsx(r,{...e,iconKey:"align_horizontal_center"})}function Dd(e){return n.jsx(r,{...e,iconKey:"align_horizontal_left"})}function Nd(e){return n.jsx(r,{...e,iconKey:"align_horizontal_right"})}function Td(e){return n.jsx(r,{...e,iconKey:"align_vertical_bottom"})}function Md(e){return n.jsx(r,{...e,iconKey:"align_vertical_center"})}function Od(e){return n.jsx(r,{...e,iconKey:"align_vertical_top"})}function Ld(e){return n.jsx(r,{...e,iconKey:"all_inbox"})}function Qd(e){return n.jsx(r,{...e,iconKey:"all_inclusive"})}function Vd(e){return n.jsx(r,{...e,iconKey:"all_out"})}function Wd(e){return n.jsx(r,{...e,iconKey:"alt_route"})}function Gd(e){return n.jsx(r,{...e,iconKey:"alternate_email"})}function zd(e){return n.jsx(r,{...e,iconKey:"analytics"})}function Hd(e){return n.jsx(r,{...e,iconKey:"anchor"})}function Ud(e){return n.jsx(r,{...e,iconKey:"android"})}function Yd(e){return n.jsx(r,{...e,iconKey:"animation"})}function jd(e){return n.jsx(r,{...e,iconKey:"announcement"})}function $d(e){return n.jsx(r,{...e,iconKey:"aod"})}function qd(e){return n.jsx(r,{...e,iconKey:"apartment"})}function Jd(e){return n.jsx(r,{...e,iconKey:"api"})}function Zd(e){return n.jsx(r,{...e,iconKey:"app_blocking"})}function Xd(e){return n.jsx(r,{...e,iconKey:"app_registration"})}function xd(e){return n.jsx(r,{...e,iconKey:"app_settings_alt"})}function Rd(e){return n.jsx(r,{...e,iconKey:"app_shortcut"})}function eu(e){return n.jsx(r,{...e,iconKey:"approval"})}function nu(e){return n.jsx(r,{...e,iconKey:"apps"})}function ou(e){return n.jsx(r,{...e,iconKey:"apps_outage"})}function ru(e){return n.jsx(r,{...e,iconKey:"architecture"})}function tu(e){return n.jsx(r,{...e,iconKey:"archive"})}function cu(e){return n.jsx(r,{...e,iconKey:"area_chart"})}function iu(e){return n.jsx(r,{...e,iconKey:"arrow_back"})}function au(e){return n.jsx(r,{...e,iconKey:"arrow_back_ios"})}function lu(e){return n.jsx(r,{...e,iconKey:"arrow_back_ios_new"})}function su(e){return n.jsx(r,{...e,iconKey:"arrow_circle_down"})}function du(e){return n.jsx(r,{...e,iconKey:"arrow_circle_left"})}function uu(e){return n.jsx(r,{...e,iconKey:"arrow_circle_right"})}function fu(e){return n.jsx(r,{...e,iconKey:"arrow_circle_up"})}function Au(e){return n.jsx(r,{...e,iconKey:"arrow_downward"})}function br(e){return n.jsx(r,{...e,iconKey:"arrow_drop_down"})}function yu(e){return n.jsx(r,{...e,iconKey:"arrow_drop_down_circle"})}function _u(e){return n.jsx(r,{...e,iconKey:"arrow_drop_up"})}function cc(e){return n.jsx(r,{...e,iconKey:"arrow_forward"})}function hu(e){return n.jsx(r,{...e,iconKey:"arrow_forward_ios"})}function gu(e){return n.jsx(r,{...e,iconKey:"arrow_left"})}function Iu(e){return n.jsx(r,{...e,iconKey:"arrow_outward"})}function bu(e){return n.jsx(r,{...e,iconKey:"arrow_right"})}function pu(e){return n.jsx(r,{...e,iconKey:"arrow_right_alt"})}function mo(e){return n.jsx(r,{...e,iconKey:"arrow_upward"})}function wu(e){return n.jsx(r,{...e,iconKey:"art_track"})}function ku(e){return n.jsx(r,{...e,iconKey:"article"})}function mu(e){return n.jsx(r,{...e,iconKey:"aspect_ratio"})}function vu(e){return n.jsx(r,{...e,iconKey:"assessment"})}function ic(e){return n.jsx(r,{...e,iconKey:"assignment"})}function Ku(e){return n.jsx(r,{...e,iconKey:"assignment_ind"})}function Cu(e){return n.jsx(r,{...e,iconKey:"assignment_late"})}function Su(e){return n.jsx(r,{...e,iconKey:"assignment_return"})}function Bu(e){return n.jsx(r,{...e,iconKey:"assignment_returned"})}function Eu(e){return n.jsx(r,{...e,iconKey:"assignment_turned_in"})}function Fu(e){return n.jsx(r,{...e,iconKey:"assist_walker"})}function Pu(e){return n.jsx(r,{...e,iconKey:"assistant"})}function Du(e){return n.jsx(r,{...e,iconKey:"assistant_direction"})}function Nu(e){return n.jsx(r,{...e,iconKey:"assistant_photo"})}function Tu(e){return n.jsx(r,{...e,iconKey:"assured_workload"})}function Mu(e){return n.jsx(r,{...e,iconKey:"atm"})}function Ou(e){return n.jsx(r,{...e,iconKey:"attach_email"})}function Lu(e){return n.jsx(r,{...e,iconKey:"attach_file"})}function Qu(e){return n.jsx(r,{...e,iconKey:"attach_money"})}function Vu(e){return n.jsx(r,{...e,iconKey:"attachment"})}function Wu(e){return n.jsx(r,{...e,iconKey:"attractions"})}function Gu(e){return n.jsx(r,{...e,iconKey:"attribution"})}function zu(e){return n.jsx(r,{...e,iconKey:"audio_file"})}function Hu(e){return n.jsx(r,{...e,iconKey:"audiotrack"})}function Uu(e){return n.jsx(r,{...e,iconKey:"auto_awesome"})}function Yu(e){return n.jsx(r,{...e,iconKey:"auto_awesome_mosaic"})}function ju(e){return n.jsx(r,{...e,iconKey:"auto_awesome_motion"})}function $u(e){return n.jsx(r,{...e,iconKey:"auto_delete"})}function qu(e){return n.jsx(r,{...e,iconKey:"auto_fix_high"})}function Ju(e){return n.jsx(r,{...e,iconKey:"auto_fix_normal"})}function Zu(e){return n.jsx(r,{...e,iconKey:"auto_fix_off"})}function Xu(e){return n.jsx(r,{...e,iconKey:"auto_graph"})}function xu(e){return n.jsx(r,{...e,iconKey:"auto_mode"})}function Ru(e){return n.jsx(r,{...e,iconKey:"auto_stories"})}function ef(e){return n.jsx(r,{...e,iconKey:"autofps_select"})}function nf(e){return n.jsx(r,{...e,iconKey:"autorenew"})}function of(e){return n.jsx(r,{...e,iconKey:"av_timer"})}function rf(e){return n.jsx(r,{...e,iconKey:"baby_changing_station"})}function tf(e){return n.jsx(r,{...e,iconKey:"back_hand"})}function cf(e){return n.jsx(r,{...e,iconKey:"backpack"})}function af(e){return n.jsx(r,{...e,iconKey:"backspace"})}function lf(e){return n.jsx(r,{...e,iconKey:"backup"})}function sf(e){return n.jsx(r,{...e,iconKey:"backup_table"})}function df(e){return n.jsx(r,{...e,iconKey:"badge"})}function uf(e){return n.jsx(r,{...e,iconKey:"bakery_dining"})}function ff(e){return n.jsx(r,{...e,iconKey:"balance"})}function Af(e){return n.jsx(r,{...e,iconKey:"balcony"})}function pr(e){return n.jsx(r,{...e,iconKey:"ballot"})}function yf(e){return n.jsx(r,{...e,iconKey:"bar_chart"})}function _f(e){return n.jsx(r,{...e,iconKey:"batch_prediction"})}function hf(e){return n.jsx(r,{...e,iconKey:"bathroom"})}function gf(e){return n.jsx(r,{...e,iconKey:"bathtub"})}function If(e){return n.jsx(r,{...e,iconKey:"battery_0_bar"})}function bf(e){return n.jsx(r,{...e,iconKey:"battery_1_bar"})}function pf(e){return n.jsx(r,{...e,iconKey:"battery_2_bar"})}function wf(e){return n.jsx(r,{...e,iconKey:"battery_3_bar"})}function kf(e){return n.jsx(r,{...e,iconKey:"battery_4_bar"})}function mf(e){return n.jsx(r,{...e,iconKey:"battery_5_bar"})}function vf(e){return n.jsx(r,{...e,iconKey:"battery_6_bar"})}function Kf(e){return n.jsx(r,{...e,iconKey:"battery_alert"})}function Cf(e){return n.jsx(r,{...e,iconKey:"battery_charging_full"})}function Sf(e){return n.jsx(r,{...e,iconKey:"battery_full"})}function Bf(e){return n.jsx(r,{...e,iconKey:"battery_saver"})}function Ef(e){return n.jsx(r,{...e,iconKey:"battery_std"})}function Ff(e){return n.jsx(r,{...e,iconKey:"battery_unknown"})}function Pf(e){return n.jsx(r,{...e,iconKey:"beach_access"})}function Df(e){return n.jsx(r,{...e,iconKey:"bed"})}function Nf(e){return n.jsx(r,{...e,iconKey:"bedroom_baby"})}function Tf(e){return n.jsx(r,{...e,iconKey:"bedroom_child"})}function Mf(e){return n.jsx(r,{...e,iconKey:"bedroom_parent"})}function Of(e){return n.jsx(r,{...e,iconKey:"bedtime"})}function Lf(e){return n.jsx(r,{...e,iconKey:"bedtime_off"})}function Qf(e){return n.jsx(r,{...e,iconKey:"beenhere"})}function Vf(e){return n.jsx(r,{...e,iconKey:"bento"})}function Wf(e){return n.jsx(r,{...e,iconKey:"bike_scooter"})}function Gf(e){return n.jsx(r,{...e,iconKey:"biotech"})}function zf(e){return n.jsx(r,{...e,iconKey:"blender"})}function Hf(e){return n.jsx(r,{...e,iconKey:"blind"})}function Uf(e){return n.jsx(r,{...e,iconKey:"blinds"})}function Yf(e){return n.jsx(r,{...e,iconKey:"blinds_closed"})}function jf(e){return n.jsx(r,{...e,iconKey:"block"})}function $f(e){return n.jsx(r,{...e,iconKey:"bloodtype"})}function qf(e){return n.jsx(r,{...e,iconKey:"bluetooth"})}function Jf(e){return n.jsx(r,{...e,iconKey:"bluetooth_audio"})}function Zf(e){return n.jsx(r,{...e,iconKey:"bluetooth_connected"})}function Xf(e){return n.jsx(r,{...e,iconKey:"bluetooth_disabled"})}function xf(e){return n.jsx(r,{...e,iconKey:"bluetooth_drive"})}function Rf(e){return n.jsx(r,{...e,iconKey:"bluetooth_searching"})}function eA(e){return n.jsx(r,{...e,iconKey:"blur_circular"})}function nA(e){return n.jsx(r,{...e,iconKey:"blur_linear"})}function oA(e){return n.jsx(r,{...e,iconKey:"blur_off"})}function rA(e){return n.jsx(r,{...e,iconKey:"blur_on"})}function tA(e){return n.jsx(r,{...e,iconKey:"bolt"})}function cA(e){return n.jsx(r,{...e,iconKey:"book"})}function iA(e){return n.jsx(r,{...e,iconKey:"book_online"})}function aA(e){return n.jsx(r,{...e,iconKey:"bookmark"})}function lA(e){return n.jsx(r,{...e,iconKey:"bookmark_add"})}function sA(e){return n.jsx(r,{...e,iconKey:"bookmark_added"})}function dA(e){return n.jsx(r,{...e,iconKey:"bookmark_border"})}function uA(e){return n.jsx(r,{...e,iconKey:"bookmark_remove"})}function fA(e){return n.jsx(r,{...e,iconKey:"bookmarks"})}function AA(e){return n.jsx(r,{...e,iconKey:"border_all"})}function yA(e){return n.jsx(r,{...e,iconKey:"border_bottom"})}function _A(e){return n.jsx(r,{...e,iconKey:"border_clear"})}function hA(e){return n.jsx(r,{...e,iconKey:"border_color"})}function gA(e){return n.jsx(r,{...e,iconKey:"border_horizontal"})}function IA(e){return n.jsx(r,{...e,iconKey:"border_inner"})}function bA(e){return n.jsx(r,{...e,iconKey:"border_left"})}function pA(e){return n.jsx(r,{...e,iconKey:"border_outer"})}function wA(e){return n.jsx(r,{...e,iconKey:"border_right"})}function kA(e){return n.jsx(r,{...e,iconKey:"border_style"})}function mA(e){return n.jsx(r,{...e,iconKey:"border_top"})}function vA(e){return n.jsx(r,{...e,iconKey:"border_vertical"})}function KA(e){return n.jsx(r,{...e,iconKey:"boy"})}function CA(e){return n.jsx(r,{...e,iconKey:"branding_watermark"})}function SA(e){return n.jsx(r,{...e,iconKey:"breakfast_dining"})}function BA(e){return n.jsx(r,{...e,iconKey:"brightness_1"})}function EA(e){return n.jsx(r,{...e,iconKey:"brightness_2"})}function FA(e){return n.jsx(r,{...e,iconKey:"brightness_3"})}function PA(e){return n.jsx(r,{...e,iconKey:"brightness_4"})}function DA(e){return n.jsx(r,{...e,iconKey:"brightness_5"})}function NA(e){return n.jsx(r,{...e,iconKey:"brightness_6"})}function TA(e){return n.jsx(r,{...e,iconKey:"brightness_7"})}function MA(e){return n.jsx(r,{...e,iconKey:"brightness_auto"})}function OA(e){return n.jsx(r,{...e,iconKey:"brightness_high"})}function LA(e){return n.jsx(r,{...e,iconKey:"brightness_low"})}function QA(e){return n.jsx(r,{...e,iconKey:"brightness_medium"})}function VA(e){return n.jsx(r,{...e,iconKey:"broadcast_on_home"})}function WA(e){return n.jsx(r,{...e,iconKey:"broadcast_on_personal"})}function GA(e){return n.jsx(r,{...e,iconKey:"broken_image"})}function zA(e){return n.jsx(r,{...e,iconKey:"browse_gallery"})}function HA(e){return n.jsx(r,{...e,iconKey:"browser_not_supported"})}function UA(e){return n.jsx(r,{...e,iconKey:"browser_updated"})}function YA(e){return n.jsx(r,{...e,iconKey:"brunch_dining"})}function jA(e){return n.jsx(r,{...e,iconKey:"brush"})}function $A(e){return n.jsx(r,{...e,iconKey:"bubble_chart"})}function qA(e){return n.jsx(r,{...e,iconKey:"bug_report"})}function JA(e){return n.jsx(r,{...e,iconKey:"build"})}function ZA(e){return n.jsx(r,{...e,iconKey:"build_circle"})}function XA(e){return n.jsx(r,{...e,iconKey:"bungalow"})}function xA(e){return n.jsx(r,{...e,iconKey:"burst_mode"})}function RA(e){return n.jsx(r,{...e,iconKey:"bus_alert"})}function ey(e){return n.jsx(r,{...e,iconKey:"business"})}function ny(e){return n.jsx(r,{...e,iconKey:"business_center"})}function oy(e){return n.jsx(r,{...e,iconKey:"cabin"})}function ry(e){return n.jsx(r,{...e,iconKey:"cable"})}function ty(e){return n.jsx(r,{...e,iconKey:"cached"})}function cy(e){return n.jsx(r,{...e,iconKey:"cake"})}function iy(e){return n.jsx(r,{...e,iconKey:"calculate"})}function ac(e){return n.jsx(r,{...e,iconKey:"calendar_month"})}function ay(e){return n.jsx(r,{...e,iconKey:"calendar_today"})}function ly(e){return n.jsx(r,{...e,iconKey:"calendar_view_day"})}function sy(e){return n.jsx(r,{...e,iconKey:"calendar_view_month"})}function dy(e){return n.jsx(r,{...e,iconKey:"calendar_view_week"})}function uy(e){return n.jsx(r,{...e,iconKey:"call"})}function fy(e){return n.jsx(r,{...e,iconKey:"call_end"})}function Ay(e){return n.jsx(r,{...e,iconKey:"call_made"})}function yy(e){return n.jsx(r,{...e,iconKey:"call_merge"})}function _y(e){return n.jsx(r,{...e,iconKey:"call_missed"})}function hy(e){return n.jsx(r,{...e,iconKey:"call_missed_outgoing"})}function gy(e){return n.jsx(r,{...e,iconKey:"call_received"})}function Iy(e){return n.jsx(r,{...e,iconKey:"call_split"})}function by(e){return n.jsx(r,{...e,iconKey:"call_to_action"})}function py(e){return n.jsx(r,{...e,iconKey:"camera"})}function wy(e){return n.jsx(r,{...e,iconKey:"camera_alt"})}function ky(e){return n.jsx(r,{...e,iconKey:"camera_enhance"})}function my(e){return n.jsx(r,{...e,iconKey:"camera_front"})}function vy(e){return n.jsx(r,{...e,iconKey:"camera_indoor"})}function Ky(e){return n.jsx(r,{...e,iconKey:"camera_outdoor"})}function Cy(e){return n.jsx(r,{...e,iconKey:"camera_rear"})}function Sy(e){return n.jsx(r,{...e,iconKey:"camera_roll"})}function By(e){return n.jsx(r,{...e,iconKey:"cameraswitch"})}function Ey(e){return n.jsx(r,{...e,iconKey:"campaign"})}function Fy(e){return n.jsx(r,{...e,iconKey:"cancel"})}function Py(e){return n.jsx(r,{...e,iconKey:"cancel_presentation"})}function Dy(e){return n.jsx(r,{...e,iconKey:"cancel_schedule_send"})}function Ny(e){return n.jsx(r,{...e,iconKey:"candlestick_chart"})}function Ty(e){return n.jsx(r,{...e,iconKey:"car_crash"})}function My(e){return n.jsx(r,{...e,iconKey:"car_rental"})}function Oy(e){return n.jsx(r,{...e,iconKey:"car_repair"})}function Ly(e){return n.jsx(r,{...e,iconKey:"card_giftcard"})}function Qy(e){return n.jsx(r,{...e,iconKey:"card_membership"})}function Vy(e){return n.jsx(r,{...e,iconKey:"card_travel"})}function Wy(e){return n.jsx(r,{...e,iconKey:"carpenter"})}function Gy(e){return n.jsx(r,{...e,iconKey:"cases"})}function zy(e){return n.jsx(r,{...e,iconKey:"casino"})}function Hy(e){return n.jsx(r,{...e,iconKey:"cast"})}function Uy(e){return n.jsx(r,{...e,iconKey:"cast_connected"})}function Yy(e){return n.jsx(r,{...e,iconKey:"cast_for_education"})}function jy(e){return n.jsx(r,{...e,iconKey:"castle"})}function $y(e){return n.jsx(r,{...e,iconKey:"catching_pokemon"})}function qy(e){return n.jsx(r,{...e,iconKey:"category"})}function Jy(e){return n.jsx(r,{...e,iconKey:"celebration"})}function Zy(e){return n.jsx(r,{...e,iconKey:"cell_tower"})}function Xy(e){return n.jsx(r,{...e,iconKey:"cell_wifi"})}function xy(e){return n.jsx(r,{...e,iconKey:"center_focus_strong"})}function Ry(e){return n.jsx(r,{...e,iconKey:"center_focus_weak"})}function e_(e){return n.jsx(r,{...e,iconKey:"chair"})}function n_(e){return n.jsx(r,{...e,iconKey:"chair_alt"})}function o_(e){return n.jsx(r,{...e,iconKey:"chalet"})}function r_(e){return n.jsx(r,{...e,iconKey:"change_circle"})}function t_(e){return n.jsx(r,{...e,iconKey:"change_history"})}function c_(e){return n.jsx(r,{...e,iconKey:"charging_station"})}function i_(e){return n.jsx(r,{...e,iconKey:"chat"})}function a_(e){return n.jsx(r,{...e,iconKey:"chat_bubble"})}function l_(e){return n.jsx(r,{...e,iconKey:"chat_bubble_outline"})}function lc(e){return n.jsx(r,{...e,iconKey:"check"})}function s_(e){return n.jsx(r,{...e,iconKey:"check_box"})}function d_(e){return n.jsx(r,{...e,iconKey:"check_box_outline_blank"})}function u_(e){return n.jsx(r,{...e,iconKey:"check_circle"})}function f_(e){return n.jsx(r,{...e,iconKey:"check_circle_outline"})}function A_(e){return n.jsx(r,{...e,iconKey:"checklist"})}function y_(e){return n.jsx(r,{...e,iconKey:"checklist_rtl"})}function __(e){return n.jsx(r,{...e,iconKey:"checkroom"})}function sc(e){return n.jsx(r,{...e,iconKey:"chevron_left"})}function h_(e){return n.jsx(r,{...e,iconKey:"chevron_right"})}function g_(e){return n.jsx(r,{...e,iconKey:"child_care"})}function I_(e){return n.jsx(r,{...e,iconKey:"child_friendly"})}function b_(e){return n.jsx(r,{...e,iconKey:"chrome_reader_mode"})}function p_(e){return n.jsx(r,{...e,iconKey:"church"})}function wr(e){return n.jsx(r,{...e,iconKey:"circle"})}function w_(e){return n.jsx(r,{...e,iconKey:"circle_notifications"})}function k_(e){return n.jsx(r,{...e,iconKey:"class"})}function m_(e){return n.jsx(r,{...e,iconKey:"clean_hands"})}function v_(e){return n.jsx(r,{...e,iconKey:"cleaning_services"})}function dn(e){return n.jsx(r,{...e,iconKey:"clear"})}function K_(e){return n.jsx(r,{...e,iconKey:"clear_all"})}function kr(e){return n.jsx(r,{...e,iconKey:"close"})}function C_(e){return n.jsx(r,{...e,iconKey:"close_fullscreen"})}function S_(e){return n.jsx(r,{...e,iconKey:"closed_caption"})}function B_(e){return n.jsx(r,{...e,iconKey:"closed_caption_disabled"})}function E_(e){return n.jsx(r,{...e,iconKey:"closed_caption_off"})}function F_(e){return n.jsx(r,{...e,iconKey:"cloud"})}function P_(e){return n.jsx(r,{...e,iconKey:"cloud_circle"})}function D_(e){return n.jsx(r,{...e,iconKey:"cloud_done"})}function N_(e){return n.jsx(r,{...e,iconKey:"cloud_download"})}function T_(e){return n.jsx(r,{...e,iconKey:"cloud_off"})}function M_(e){return n.jsx(r,{...e,iconKey:"cloud_queue"})}function O_(e){return n.jsx(r,{...e,iconKey:"cloud_sync"})}function L_(e){return n.jsx(r,{...e,iconKey:"cloud_upload"})}function Q_(e){return n.jsx(r,{...e,iconKey:"co2"})}function V_(e){return n.jsx(r,{...e,iconKey:"co_present"})}function W_(e){return n.jsx(r,{...e,iconKey:"code"})}function G_(e){return n.jsx(r,{...e,iconKey:"code_off"})}function z_(e){return n.jsx(r,{...e,iconKey:"coffee"})}function H_(e){return n.jsx(r,{...e,iconKey:"coffee_maker"})}function U_(e){return n.jsx(r,{...e,iconKey:"collections"})}function Y_(e){return n.jsx(r,{...e,iconKey:"collections_bookmark"})}function j_(e){return n.jsx(r,{...e,iconKey:"color_lens"})}function $_(e){return n.jsx(r,{...e,iconKey:"colorize"})}function q_(e){return n.jsx(r,{...e,iconKey:"comment"})}function J_(e){return n.jsx(r,{...e,iconKey:"comment_bank"})}function Z_(e){return n.jsx(r,{...e,iconKey:"comments_disabled"})}function X_(e){return n.jsx(r,{...e,iconKey:"commit"})}function x_(e){return n.jsx(r,{...e,iconKey:"commute"})}function R_(e){return n.jsx(r,{...e,iconKey:"compare"})}function eh(e){return n.jsx(r,{...e,iconKey:"compare_arrows"})}function nh(e){return n.jsx(r,{...e,iconKey:"compass_calibration"})}function oh(e){return n.jsx(r,{...e,iconKey:"compost"})}function rh(e){return n.jsx(r,{...e,iconKey:"compress"})}function th(e){return n.jsx(r,{...e,iconKey:"computer"})}function ch(e){return n.jsx(r,{...e,iconKey:"confirmation_number"})}function ih(e){return n.jsx(r,{...e,iconKey:"connect_without_contact"})}function ah(e){return n.jsx(r,{...e,iconKey:"connected_tv"})}function lh(e){return n.jsx(r,{...e,iconKey:"connecting_airports"})}function sh(e){return n.jsx(r,{...e,iconKey:"construction"})}function dh(e){return n.jsx(r,{...e,iconKey:"contact_emergency"})}function uh(e){return n.jsx(r,{...e,iconKey:"contact_mail"})}function fh(e){return n.jsx(r,{...e,iconKey:"contact_page"})}function Ah(e){return n.jsx(r,{...e,iconKey:"contact_phone"})}function yh(e){return n.jsx(r,{...e,iconKey:"contact_support"})}function _h(e){return n.jsx(r,{...e,iconKey:"contactless"})}function hh(e){return n.jsx(r,{...e,iconKey:"contacts"})}function Rn(e){return n.jsx(r,{...e,iconKey:"content_copy"})}function gh(e){return n.jsx(r,{...e,iconKey:"content_cut"})}function Ih(e){return n.jsx(r,{...e,iconKey:"content_paste"})}function bh(e){return n.jsx(r,{...e,iconKey:"content_paste_go"})}function ph(e){return n.jsx(r,{...e,iconKey:"content_paste_off"})}function wh(e){return n.jsx(r,{...e,iconKey:"content_paste_search"})}function kh(e){return n.jsx(r,{...e,iconKey:"contrast"})}function mh(e){return n.jsx(r,{...e,iconKey:"control_camera"})}function vh(e){return n.jsx(r,{...e,iconKey:"control_point"})}function Kh(e){return n.jsx(r,{...e,iconKey:"control_point_duplicate"})}function Ch(e){return n.jsx(r,{...e,iconKey:"cookie"})}function Sh(e){return n.jsx(r,{...e,iconKey:"copy_all"})}function Bh(e){return n.jsx(r,{...e,iconKey:"copyright"})}function Eh(e){return n.jsx(r,{...e,iconKey:"coronavirus"})}function Fh(e){return n.jsx(r,{...e,iconKey:"corporate_fare"})}function Ph(e){return n.jsx(r,{...e,iconKey:"cottage"})}function Dh(e){return n.jsx(r,{...e,iconKey:"countertops"})}function Nh(e){return n.jsx(r,{...e,iconKey:"create"})}function Th(e){return n.jsx(r,{...e,iconKey:"create_new_folder"})}function Mh(e){return n.jsx(r,{...e,iconKey:"credit_card"})}function Oh(e){return n.jsx(r,{...e,iconKey:"credit_card_off"})}function Lh(e){return n.jsx(r,{...e,iconKey:"credit_score"})}function Qh(e){return n.jsx(r,{...e,iconKey:"crib"})}function Vh(e){return n.jsx(r,{...e,iconKey:"crisis_alert"})}function Wh(e){return n.jsx(r,{...e,iconKey:"crop"})}function Gh(e){return n.jsx(r,{...e,iconKey:"crop_16_9"})}function zh(e){return n.jsx(r,{...e,iconKey:"crop_3_2"})}function Hh(e){return n.jsx(r,{...e,iconKey:"crop_5_4"})}function Uh(e){return n.jsx(r,{...e,iconKey:"crop_7_5"})}function Yh(e){return n.jsx(r,{...e,iconKey:"crop_din"})}function jh(e){return n.jsx(r,{...e,iconKey:"crop_free"})}function $h(e){return n.jsx(r,{...e,iconKey:"crop_landscape"})}function qh(e){return n.jsx(r,{...e,iconKey:"crop_original"})}function Jh(e){return n.jsx(r,{...e,iconKey:"crop_portrait"})}function Zh(e){return n.jsx(r,{...e,iconKey:"crop_rotate"})}function Xh(e){return n.jsx(r,{...e,iconKey:"crop_square"})}function xh(e){return n.jsx(r,{...e,iconKey:"cruelty_free"})}function Rh(e){return n.jsx(r,{...e,iconKey:"css"})}function eg(e){return n.jsx(r,{...e,iconKey:"currency_bitcoin"})}function ng(e){return n.jsx(r,{...e,iconKey:"currency_exchange"})}function og(e){return n.jsx(r,{...e,iconKey:"currency_franc"})}function rg(e){return n.jsx(r,{...e,iconKey:"currency_lira"})}function tg(e){return n.jsx(r,{...e,iconKey:"currency_pound"})}function cg(e){return n.jsx(r,{...e,iconKey:"currency_ruble"})}function ig(e){return n.jsx(r,{...e,iconKey:"currency_rupee"})}function ag(e){return n.jsx(r,{...e,iconKey:"currency_yen"})}function lg(e){return n.jsx(r,{...e,iconKey:"currency_yuan"})}function sg(e){return n.jsx(r,{...e,iconKey:"curtains"})}function dg(e){return n.jsx(r,{...e,iconKey:"curtains_closed"})}function ug(e){return n.jsx(r,{...e,iconKey:"cyclone"})}function fg(e){return n.jsx(r,{...e,iconKey:"dangerous"})}function dc(e){return n.jsx(r,{...e,iconKey:"dark_mode"})}function Ag(e){return n.jsx(r,{...e,iconKey:"dashboard"})}function yg(e){return n.jsx(r,{...e,iconKey:"dashboard_customize"})}function _g(e){return n.jsx(r,{...e,iconKey:"data_array"})}function hg(e){return n.jsx(r,{...e,iconKey:"data_exploration"})}function gg(e){return n.jsx(r,{...e,iconKey:"data_object"})}function Ig(e){return n.jsx(r,{...e,iconKey:"data_saver_off"})}function bg(e){return n.jsx(r,{...e,iconKey:"data_saver_on"})}function pg(e){return n.jsx(r,{...e,iconKey:"data_thresholding"})}function wg(e){return n.jsx(r,{...e,iconKey:"data_usage"})}function kg(e){return n.jsx(r,{...e,iconKey:"dataset"})}function mg(e){return n.jsx(r,{...e,iconKey:"dataset_linked"})}function vg(e){return n.jsx(r,{...e,iconKey:"date_range"})}function Kg(e){return n.jsx(r,{...e,iconKey:"deblur"})}function Cg(e){return n.jsx(r,{...e,iconKey:"deck"})}function Sg(e){return n.jsx(r,{...e,iconKey:"dehaze"})}function vo(e){return n.jsx(r,{...e,iconKey:"delete"})}function Bg(e){return n.jsx(r,{...e,iconKey:"delete_forever"})}function Eg(e){return n.jsx(r,{...e,iconKey:"delete_outline"})}function Fg(e){return n.jsx(r,{...e,iconKey:"delete_sweep"})}function Pg(e){return n.jsx(r,{...e,iconKey:"delivery_dining"})}function Dg(e){return n.jsx(r,{...e,iconKey:"density_large"})}function Ng(e){return n.jsx(r,{...e,iconKey:"density_medium"})}function Tg(e){return n.jsx(r,{...e,iconKey:"density_small"})}function Mg(e){return n.jsx(r,{...e,iconKey:"departure_board"})}function uc(e){return n.jsx(r,{...e,iconKey:"description"})}function Og(e){return n.jsx(r,{...e,iconKey:"deselect"})}function Lg(e){return n.jsx(r,{...e,iconKey:"design_services"})}function Qg(e){return n.jsx(r,{...e,iconKey:"desk"})}function Vg(e){return n.jsx(r,{...e,iconKey:"desktop_access_disabled"})}function Wg(e){return n.jsx(r,{...e,iconKey:"desktop_mac"})}function Gg(e){return n.jsx(r,{...e,iconKey:"desktop_windows"})}function zg(e){return n.jsx(r,{...e,iconKey:"details"})}function Hg(e){return n.jsx(r,{...e,iconKey:"developer_board"})}function Ug(e){return n.jsx(r,{...e,iconKey:"developer_board_off"})}function Yg(e){return n.jsx(r,{...e,iconKey:"developer_mode"})}function jg(e){return n.jsx(r,{...e,iconKey:"device_hub"})}function $g(e){return n.jsx(r,{...e,iconKey:"device_thermostat"})}function qg(e){return n.jsx(r,{...e,iconKey:"device_unknown"})}function Jg(e){return n.jsx(r,{...e,iconKey:"devices"})}function Zg(e){return n.jsx(r,{...e,iconKey:"devices_fold"})}function Xg(e){return n.jsx(r,{...e,iconKey:"devices_other"})}function xg(e){return n.jsx(r,{...e,iconKey:"dialer_sip"})}function Rg(e){return n.jsx(r,{...e,iconKey:"dialpad"})}function eI(e){return n.jsx(r,{...e,iconKey:"diamond"})}function nI(e){return n.jsx(r,{...e,iconKey:"difference"})}function oI(e){return n.jsx(r,{...e,iconKey:"dining"})}function rI(e){return n.jsx(r,{...e,iconKey:"dinner_dining"})}function tI(e){return n.jsx(r,{...e,iconKey:"directions"})}function cI(e){return n.jsx(r,{...e,iconKey:"directions_bike"})}function iI(e){return n.jsx(r,{...e,iconKey:"directions_boat"})}function aI(e){return n.jsx(r,{...e,iconKey:"directions_boat_filled"})}function lI(e){return n.jsx(r,{...e,iconKey:"directions_bus"})}function sI(e){return n.jsx(r,{...e,iconKey:"directions_bus_filled"})}function dI(e){return n.jsx(r,{...e,iconKey:"directions_car"})}function uI(e){return n.jsx(r,{...e,iconKey:"directions_car_filled"})}function fI(e){return n.jsx(r,{...e,iconKey:"directions_off"})}function AI(e){return n.jsx(r,{...e,iconKey:"directions_railway"})}function yI(e){return n.jsx(r,{...e,iconKey:"directions_railway_filled"})}function _I(e){return n.jsx(r,{...e,iconKey:"directions_run"})}function hI(e){return n.jsx(r,{...e,iconKey:"directions_subway"})}function gI(e){return n.jsx(r,{...e,iconKey:"directions_subway_filled"})}function II(e){return n.jsx(r,{...e,iconKey:"directions_transit"})}function bI(e){return n.jsx(r,{...e,iconKey:"directions_transit_filled"})}function pI(e){return n.jsx(r,{...e,iconKey:"directions_walk"})}function wI(e){return n.jsx(r,{...e,iconKey:"dirty_lens"})}function kI(e){return n.jsx(r,{...e,iconKey:"disabled_by_default"})}function mI(e){return n.jsx(r,{...e,iconKey:"disabled_visible"})}function vI(e){return n.jsx(r,{...e,iconKey:"disc_full"})}function KI(e){return n.jsx(r,{...e,iconKey:"discount"})}function CI(e){return n.jsx(r,{...e,iconKey:"display_settings"})}function SI(e){return n.jsx(r,{...e,iconKey:"diversity_1"})}function BI(e){return n.jsx(r,{...e,iconKey:"diversity_2"})}function EI(e){return n.jsx(r,{...e,iconKey:"diversity_3"})}function FI(e){return n.jsx(r,{...e,iconKey:"dns"})}function PI(e){return n.jsx(r,{...e,iconKey:"do_disturb"})}function DI(e){return n.jsx(r,{...e,iconKey:"do_disturb_alt"})}function NI(e){return n.jsx(r,{...e,iconKey:"do_disturb_off"})}function TI(e){return n.jsx(r,{...e,iconKey:"do_disturb_on"})}function MI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb"})}function OI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_alt"})}function LI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_off"})}function QI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_on"})}function VI(e){return n.jsx(r,{...e,iconKey:"do_not_disturb_on_total_silence"})}function WI(e){return n.jsx(r,{...e,iconKey:"do_not_step"})}function GI(e){return n.jsx(r,{...e,iconKey:"do_not_touch"})}function zI(e){return n.jsx(r,{...e,iconKey:"dock"})}function HI(e){return n.jsx(r,{...e,iconKey:"document_scanner"})}function UI(e){return n.jsx(r,{...e,iconKey:"domain"})}function YI(e){return n.jsx(r,{...e,iconKey:"domain_add"})}function jI(e){return n.jsx(r,{...e,iconKey:"domain_disabled"})}function $I(e){return n.jsx(r,{...e,iconKey:"domain_verification"})}function qI(e){return n.jsx(r,{...e,iconKey:"done"})}function JI(e){return n.jsx(r,{...e,iconKey:"done_all"})}function ZI(e){return n.jsx(r,{...e,iconKey:"done_outline"})}function XI(e){return n.jsx(r,{...e,iconKey:"donut_large"})}function xI(e){return n.jsx(r,{...e,iconKey:"donut_small"})}function RI(e){return n.jsx(r,{...e,iconKey:"door_back"})}function eb(e){return n.jsx(r,{...e,iconKey:"door_front"})}function nb(e){return n.jsx(r,{...e,iconKey:"door_sliding"})}function ob(e){return n.jsx(r,{...e,iconKey:"doorbell"})}function rb(e){return n.jsx(r,{...e,iconKey:"double_arrow"})}function tb(e){return n.jsx(r,{...e,iconKey:"downhill_skiing"})}function cb(e){return n.jsx(r,{...e,iconKey:"download"})}function ib(e){return n.jsx(r,{...e,iconKey:"download_done"})}function ab(e){return n.jsx(r,{...e,iconKey:"download_for_offline"})}function lb(e){return n.jsx(r,{...e,iconKey:"downloading"})}function sb(e){return n.jsx(r,{...e,iconKey:"drafts"})}function db(e){return n.jsx(r,{...e,iconKey:"drag_handle"})}function ub(e){return n.jsx(r,{...e,iconKey:"drag_indicator"})}function fb(e){return n.jsx(r,{...e,iconKey:"draw"})}function Ab(e){return n.jsx(r,{...e,iconKey:"drive_eta"})}function yb(e){return n.jsx(r,{...e,iconKey:"drive_file_move"})}function _b(e){return n.jsx(r,{...e,iconKey:"drive_file_move_rtl"})}function hb(e){return n.jsx(r,{...e,iconKey:"drive_file_rename_outline"})}function fc(e){return n.jsx(r,{...e,iconKey:"drive_folder_upload"})}function gb(e){return n.jsx(r,{...e,iconKey:"dry"})}function Ib(e){return n.jsx(r,{...e,iconKey:"dry_cleaning"})}function bb(e){return n.jsx(r,{...e,iconKey:"duo"})}function pb(e){return n.jsx(r,{...e,iconKey:"dvr"})}function wb(e){return n.jsx(r,{...e,iconKey:"dynamic_feed"})}function kb(e){return n.jsx(r,{...e,iconKey:"dynamic_form"})}function mb(e){return n.jsx(r,{...e,iconKey:"e_mobiledata"})}function vb(e){return n.jsx(r,{...e,iconKey:"earbuds"})}function Kb(e){return n.jsx(r,{...e,iconKey:"earbuds_battery"})}function Cb(e){return n.jsx(r,{...e,iconKey:"east"})}function Sb(e){return n.jsx(r,{...e,iconKey:"edgesensor_high"})}function Bb(e){return n.jsx(r,{...e,iconKey:"edgesensor_low"})}function Ac(e){return n.jsx(r,{...e,iconKey:"edit"})}function Eb(e){return n.jsx(r,{...e,iconKey:"edit_attributes"})}function Fb(e){return n.jsx(r,{...e,iconKey:"edit_calendar"})}function Pb(e){return n.jsx(r,{...e,iconKey:"edit_location"})}function Db(e){return n.jsx(r,{...e,iconKey:"edit_location_alt"})}function Nb(e){return n.jsx(r,{...e,iconKey:"edit_note"})}function Tb(e){return n.jsx(r,{...e,iconKey:"edit_notifications"})}function Mb(e){return n.jsx(r,{...e,iconKey:"edit_off"})}function Ob(e){return n.jsx(r,{...e,iconKey:"edit_road"})}function Lb(e){return n.jsx(r,{...e,iconKey:"egg"})}function Qb(e){return n.jsx(r,{...e,iconKey:"egg_alt"})}function Vb(e){return n.jsx(r,{...e,iconKey:"eject"})}function Wb(e){return n.jsx(r,{...e,iconKey:"elderly"})}function Gb(e){return n.jsx(r,{...e,iconKey:"elderly_woman"})}function zb(e){return n.jsx(r,{...e,iconKey:"electric_bike"})}function Hb(e){return n.jsx(r,{...e,iconKey:"electric_bolt"})}function Ub(e){return n.jsx(r,{...e,iconKey:"electric_car"})}function Yb(e){return n.jsx(r,{...e,iconKey:"electric_meter"})}function jb(e){return n.jsx(r,{...e,iconKey:"electric_moped"})}function $b(e){return n.jsx(r,{...e,iconKey:"electric_rickshaw"})}function qb(e){return n.jsx(r,{...e,iconKey:"electric_scooter"})}function Jb(e){return n.jsx(r,{...e,iconKey:"electrical_services"})}function Zb(e){return n.jsx(r,{...e,iconKey:"elevator"})}function yc(e){return n.jsx(r,{...e,iconKey:"email"})}function Xb(e){return n.jsx(r,{...e,iconKey:"emergency"})}function xb(e){return n.jsx(r,{...e,iconKey:"emergency_recording"})}function Rb(e){return n.jsx(r,{...e,iconKey:"emergency_share"})}function ep(e){return n.jsx(r,{...e,iconKey:"emoji_emotions"})}function np(e){return n.jsx(r,{...e,iconKey:"emoji_events"})}function op(e){return n.jsx(r,{...e,iconKey:"emoji_food_beverage"})}function rp(e){return n.jsx(r,{...e,iconKey:"emoji_nature"})}function tp(e){return n.jsx(r,{...e,iconKey:"emoji_objects"})}function cp(e){return n.jsx(r,{...e,iconKey:"emoji_people"})}function ip(e){return n.jsx(r,{...e,iconKey:"emoji_symbols"})}function ap(e){return n.jsx(r,{...e,iconKey:"emoji_transportation"})}function lp(e){return n.jsx(r,{...e,iconKey:"energy_savings_leaf"})}function sp(e){return n.jsx(r,{...e,iconKey:"engineering"})}function dp(e){return n.jsx(r,{...e,iconKey:"enhanced_encryption"})}function up(e){return n.jsx(r,{...e,iconKey:"equalizer"})}function mr(e){return n.jsx(r,{...e,iconKey:"error"})}function _c(e){return n.jsx(r,{...e,iconKey:"error_outline"})}function fp(e){return n.jsx(r,{...e,iconKey:"escalator"})}function Ap(e){return n.jsx(r,{...e,iconKey:"escalator_warning"})}function yp(e){return n.jsx(r,{...e,iconKey:"euro"})}function _p(e){return n.jsx(r,{...e,iconKey:"euro_symbol"})}function hp(e){return n.jsx(r,{...e,iconKey:"ev_station"})}function gp(e){return n.jsx(r,{...e,iconKey:"event"})}function Ip(e){return n.jsx(r,{...e,iconKey:"event_available"})}function bp(e){return n.jsx(r,{...e,iconKey:"event_busy"})}function pp(e){return n.jsx(r,{...e,iconKey:"event_note"})}function wp(e){return n.jsx(r,{...e,iconKey:"event_repeat"})}function kp(e){return n.jsx(r,{...e,iconKey:"event_seat"})}function mp(e){return n.jsx(r,{...e,iconKey:"exit_to_app"})}function vp(e){return n.jsx(r,{...e,iconKey:"expand"})}function Kp(e){return n.jsx(r,{...e,iconKey:"expand_circle_down"})}function Cp(e){return n.jsx(r,{...e,iconKey:"expand_less"})}function Ko(e){return n.jsx(r,{...e,iconKey:"expand_more"})}function Sp(e){return n.jsx(r,{...e,iconKey:"explicit"})}function Bp(e){return n.jsx(r,{...e,iconKey:"explore"})}function Ep(e){return n.jsx(r,{...e,iconKey:"explore_off"})}function Fp(e){return n.jsx(r,{...e,iconKey:"exposure"})}function Pp(e){return n.jsx(r,{...e,iconKey:"exposure_neg_1"})}function Dp(e){return n.jsx(r,{...e,iconKey:"exposure_neg_2"})}function Np(e){return n.jsx(r,{...e,iconKey:"exposure_plus_1"})}function Tp(e){return n.jsx(r,{...e,iconKey:"exposure_plus_2"})}function Mp(e){return n.jsx(r,{...e,iconKey:"exposure_zero"})}function Op(e){return n.jsx(r,{...e,iconKey:"extension"})}function Lp(e){return n.jsx(r,{...e,iconKey:"extension_off"})}function Qp(e){return n.jsx(r,{...e,iconKey:"face"})}function Vp(e){return n.jsx(r,{...e,iconKey:"face_2"})}function Wp(e){return n.jsx(r,{...e,iconKey:"face_3"})}function Gp(e){return n.jsx(r,{...e,iconKey:"face_4"})}function zp(e){return n.jsx(r,{...e,iconKey:"face_5"})}function Hp(e){return n.jsx(r,{...e,iconKey:"face_6"})}function Up(e){return n.jsx(r,{...e,iconKey:"face_retouching_natural"})}function Yp(e){return n.jsx(r,{...e,iconKey:"face_retouching_off"})}function jp(e){return n.jsx(r,{...e,iconKey:"fact_check"})}function $p(e){return n.jsx(r,{...e,iconKey:"factory"})}function qp(e){return n.jsx(r,{...e,iconKey:"family_restroom"})}function Jp(e){return n.jsx(r,{...e,iconKey:"fast_forward"})}function Zp(e){return n.jsx(r,{...e,iconKey:"fast_rewind"})}function Xp(e){return n.jsx(r,{...e,iconKey:"fastfood"})}function xp(e){return n.jsx(r,{...e,iconKey:"favorite"})}function Rp(e){return n.jsx(r,{...e,iconKey:"favorite_border"})}function ew(e){return n.jsx(r,{...e,iconKey:"fax"})}function nw(e){return n.jsx(r,{...e,iconKey:"featured_play_list"})}function ow(e){return n.jsx(r,{...e,iconKey:"featured_video"})}function rw(e){return n.jsx(r,{...e,iconKey:"feed"})}function tw(e){return n.jsx(r,{...e,iconKey:"feedback"})}function cw(e){return n.jsx(r,{...e,iconKey:"female"})}function iw(e){return n.jsx(r,{...e,iconKey:"fence"})}function aw(e){return n.jsx(r,{...e,iconKey:"festival"})}function lw(e){return n.jsx(r,{...e,iconKey:"fiber_dvr"})}function sw(e){return n.jsx(r,{...e,iconKey:"fiber_manual_record"})}function dw(e){return n.jsx(r,{...e,iconKey:"fiber_new"})}function uw(e){return n.jsx(r,{...e,iconKey:"fiber_pin"})}function fw(e){return n.jsx(r,{...e,iconKey:"fiber_smart_record"})}function hc(e){return n.jsx(r,{...e,iconKey:"file_copy"})}function Aw(e){return n.jsx(r,{...e,iconKey:"file_download"})}function yw(e){return n.jsx(r,{...e,iconKey:"file_download_done"})}function _w(e){return n.jsx(r,{...e,iconKey:"file_download_off"})}function hw(e){return n.jsx(r,{...e,iconKey:"file_open"})}function gw(e){return n.jsx(r,{...e,iconKey:"file_present"})}function Iw(e){return n.jsx(r,{...e,iconKey:"file_upload"})}function bw(e){return n.jsx(r,{...e,iconKey:"filter"})}function pw(e){return n.jsx(r,{...e,iconKey:"filter_1"})}function ww(e){return n.jsx(r,{...e,iconKey:"filter_2"})}function kw(e){return n.jsx(r,{...e,iconKey:"filter_3"})}function mw(e){return n.jsx(r,{...e,iconKey:"filter_4"})}function vw(e){return n.jsx(r,{...e,iconKey:"filter_5"})}function Kw(e){return n.jsx(r,{...e,iconKey:"filter_6"})}function Cw(e){return n.jsx(r,{...e,iconKey:"filter_7"})}function Sw(e){return n.jsx(r,{...e,iconKey:"filter_8"})}function Bw(e){return n.jsx(r,{...e,iconKey:"filter_9"})}function Ew(e){return n.jsx(r,{...e,iconKey:"filter_9_plus"})}function Fw(e){return n.jsx(r,{...e,iconKey:"filter_alt"})}function Pw(e){return n.jsx(r,{...e,iconKey:"filter_alt_off"})}function Dw(e){return n.jsx(r,{...e,iconKey:"filter_b_and_w"})}function Nw(e){return n.jsx(r,{...e,iconKey:"filter_center_focus"})}function Tw(e){return n.jsx(r,{...e,iconKey:"filter_drama"})}function Mw(e){return n.jsx(r,{...e,iconKey:"filter_frames"})}function Ow(e){return n.jsx(r,{...e,iconKey:"filter_hdr"})}function gc(e){return n.jsx(r,{...e,iconKey:"filter_list"})}function Ic(e){return n.jsx(r,{...e,iconKey:"filter_list_off"})}function Lw(e){return n.jsx(r,{...e,iconKey:"filter_none"})}function Qw(e){return n.jsx(r,{...e,iconKey:"filter_tilt_shift"})}function Vw(e){return n.jsx(r,{...e,iconKey:"filter_vintage"})}function Ww(e){return n.jsx(r,{...e,iconKey:"find_in_page"})}function Gw(e){return n.jsx(r,{...e,iconKey:"find_replace"})}function zw(e){return n.jsx(r,{...e,iconKey:"fingerprint"})}function Hw(e){return n.jsx(r,{...e,iconKey:"fire_extinguisher"})}function Uw(e){return n.jsx(r,{...e,iconKey:"fire_hydrant_alt"})}function Yw(e){return n.jsx(r,{...e,iconKey:"fire_truck"})}function jw(e){return n.jsx(r,{...e,iconKey:"fireplace"})}function $w(e){return n.jsx(r,{...e,iconKey:"first_page"})}function qw(e){return n.jsx(r,{...e,iconKey:"fit_screen"})}function Jw(e){return n.jsx(r,{...e,iconKey:"fitbit"})}function Zw(e){return n.jsx(r,{...e,iconKey:"fitness_center"})}function bc(e){return n.jsx(r,{...e,iconKey:"flag"})}function Xw(e){return n.jsx(r,{...e,iconKey:"flag_circle"})}function xw(e){return n.jsx(r,{...e,iconKey:"flaky"})}function Rw(e){return n.jsx(r,{...e,iconKey:"flare"})}function ek(e){return n.jsx(r,{...e,iconKey:"flash_auto"})}function nk(e){return n.jsx(r,{...e,iconKey:"flash_off"})}function ok(e){return n.jsx(r,{...e,iconKey:"flash_on"})}function rk(e){return n.jsx(r,{...e,iconKey:"flashlight_off"})}function tk(e){return n.jsx(r,{...e,iconKey:"flashlight_on"})}function ck(e){return n.jsx(r,{...e,iconKey:"flatware"})}function ik(e){return n.jsx(r,{...e,iconKey:"flight"})}function ak(e){return n.jsx(r,{...e,iconKey:"flight_class"})}function lk(e){return n.jsx(r,{...e,iconKey:"flight_land"})}function sk(e){return n.jsx(r,{...e,iconKey:"flight_takeoff"})}function dk(e){return n.jsx(r,{...e,iconKey:"flip"})}function uk(e){return n.jsx(r,{...e,iconKey:"flip_camera_android"})}function fk(e){return n.jsx(r,{...e,iconKey:"flip_camera_ios"})}function Ak(e){return n.jsx(r,{...e,iconKey:"flip_to_back"})}function yk(e){return n.jsx(r,{...e,iconKey:"flip_to_front"})}function _k(e){return n.jsx(r,{...e,iconKey:"flood"})}function hk(e){return n.jsx(r,{...e,iconKey:"fluorescent"})}function gk(e){return n.jsx(r,{...e,iconKey:"flutter_dash"})}function Ik(e){return n.jsx(r,{...e,iconKey:"fmd_bad"})}function bk(e){return n.jsx(r,{...e,iconKey:"fmd_good"})}function pk(e){return n.jsx(r,{...e,iconKey:"folder"})}function wk(e){return n.jsx(r,{...e,iconKey:"folder_copy"})}function kk(e){return n.jsx(r,{...e,iconKey:"folder_delete"})}function mk(e){return n.jsx(r,{...e,iconKey:"folder_off"})}function vk(e){return n.jsx(r,{...e,iconKey:"folder_open"})}function Kk(e){return n.jsx(r,{...e,iconKey:"folder_shared"})}function Ck(e){return n.jsx(r,{...e,iconKey:"folder_special"})}function Sk(e){return n.jsx(r,{...e,iconKey:"folder_zip"})}function Bk(e){return n.jsx(r,{...e,iconKey:"follow_the_signs"})}function Ek(e){return n.jsx(r,{...e,iconKey:"font_download"})}function Fk(e){return n.jsx(r,{...e,iconKey:"font_download_off"})}function Pk(e){return n.jsx(r,{...e,iconKey:"food_bank"})}function Dk(e){return n.jsx(r,{...e,iconKey:"forest"})}function Nk(e){return n.jsx(r,{...e,iconKey:"fork_left"})}function Tk(e){return n.jsx(r,{...e,iconKey:"fork_right"})}function Mk(e){return n.jsx(r,{...e,iconKey:"format_align_center"})}function Ok(e){return n.jsx(r,{...e,iconKey:"format_align_justify"})}function Lk(e){return n.jsx(r,{...e,iconKey:"format_align_left"})}function Qk(e){return n.jsx(r,{...e,iconKey:"format_align_right"})}function Vk(e){return n.jsx(r,{...e,iconKey:"format_bold"})}function Wk(e){return n.jsx(r,{...e,iconKey:"format_clear"})}function Gk(e){return n.jsx(r,{...e,iconKey:"format_color_fill"})}function zk(e){return n.jsx(r,{...e,iconKey:"format_color_reset"})}function Hk(e){return n.jsx(r,{...e,iconKey:"format_color_text"})}function Uk(e){return n.jsx(r,{...e,iconKey:"format_indent_decrease"})}function Yk(e){return n.jsx(r,{...e,iconKey:"format_indent_increase"})}function jk(e){return n.jsx(r,{...e,iconKey:"format_italic"})}function $k(e){return n.jsx(r,{...e,iconKey:"format_line_spacing"})}function qk(e){return n.jsx(r,{...e,iconKey:"format_list_bulleted"})}function vr(e){return n.jsx(r,{...e,iconKey:"format_list_numbered"})}function Jk(e){return n.jsx(r,{...e,iconKey:"format_list_numbered_rtl"})}function Zk(e){return n.jsx(r,{...e,iconKey:"format_overline"})}function Xk(e){return n.jsx(r,{...e,iconKey:"format_paint"})}function pc(e){return n.jsx(r,{...e,iconKey:"format_quote"})}function xk(e){return n.jsx(r,{...e,iconKey:"format_shapes"})}function Rk(e){return n.jsx(r,{...e,iconKey:"format_size"})}function em(e){return n.jsx(r,{...e,iconKey:"format_strikethrough"})}function nm(e){return n.jsx(r,{...e,iconKey:"format_textdirection_l_to_r"})}function om(e){return n.jsx(r,{...e,iconKey:"format_textdirection_r_to_l"})}function rm(e){return n.jsx(r,{...e,iconKey:"format_underlined"})}function tm(e){return n.jsx(r,{...e,iconKey:"fort"})}function cm(e){return n.jsx(r,{...e,iconKey:"forum"})}function im(e){return n.jsx(r,{...e,iconKey:"forward"})}function am(e){return n.jsx(r,{...e,iconKey:"forward_10"})}function lm(e){return n.jsx(r,{...e,iconKey:"forward_30"})}function sm(e){return n.jsx(r,{...e,iconKey:"forward_5"})}function dm(e){return n.jsx(r,{...e,iconKey:"forward_to_inbox"})}function um(e){return n.jsx(r,{...e,iconKey:"foundation"})}function fm(e){return n.jsx(r,{...e,iconKey:"free_breakfast"})}function Am(e){return n.jsx(r,{...e,iconKey:"free_cancellation"})}function ym(e){return n.jsx(r,{...e,iconKey:"front_hand"})}function _m(e){return n.jsx(r,{...e,iconKey:"fullscreen"})}function hm(e){return n.jsx(r,{...e,iconKey:"fullscreen_exit"})}function wc(e){return n.jsx(r,{...e,iconKey:"functions"})}function gm(e){return n.jsx(r,{...e,iconKey:"g_mobiledata"})}function Im(e){return n.jsx(r,{...e,iconKey:"g_translate"})}function bm(e){return n.jsx(r,{...e,iconKey:"gamepad"})}function pm(e){return n.jsx(r,{...e,iconKey:"games"})}function wm(e){return n.jsx(r,{...e,iconKey:"garage"})}function km(e){return n.jsx(r,{...e,iconKey:"gas_meter"})}function mm(e){return n.jsx(r,{...e,iconKey:"gavel"})}function vm(e){return n.jsx(r,{...e,iconKey:"generating_tokens"})}function Km(e){return n.jsx(r,{...e,iconKey:"gesture"})}function Cm(e){return n.jsx(r,{...e,iconKey:"get_app"})}function Sm(e){return n.jsx(r,{...e,iconKey:"gif"})}function Bm(e){return n.jsx(r,{...e,iconKey:"gif_box"})}function Em(e){return n.jsx(r,{...e,iconKey:"girl"})}function Fm(e){return n.jsx(r,{...e,iconKey:"gite"})}function Pm(e){return n.jsx(r,{...e,iconKey:"golf_course"})}function Dm(e){return n.jsx(r,{...e,iconKey:"gpp_bad"})}function Nm(e){return n.jsx(r,{...e,iconKey:"gpp_good"})}function Tm(e){return n.jsx(r,{...e,iconKey:"gpp_maybe"})}function Mm(e){return n.jsx(r,{...e,iconKey:"gps_fixed"})}function Om(e){return n.jsx(r,{...e,iconKey:"gps_not_fixed"})}function Lm(e){return n.jsx(r,{...e,iconKey:"gps_off"})}function Qm(e){return n.jsx(r,{...e,iconKey:"grade"})}function Vm(e){return n.jsx(r,{...e,iconKey:"gradient"})}function Wm(e){return n.jsx(r,{...e,iconKey:"grading"})}function Gm(e){return n.jsx(r,{...e,iconKey:"grain"})}function zm(e){return n.jsx(r,{...e,iconKey:"graphic_eq"})}function Hm(e){return n.jsx(r,{...e,iconKey:"grass"})}function Um(e){return n.jsx(r,{...e,iconKey:"grid_3x3"})}function Ym(e){return n.jsx(r,{...e,iconKey:"grid_4x4"})}function jm(e){return n.jsx(r,{...e,iconKey:"grid_goldenratio"})}function $m(e){return n.jsx(r,{...e,iconKey:"grid_off"})}function qm(e){return n.jsx(r,{...e,iconKey:"grid_on"})}function Jm(e){return n.jsx(r,{...e,iconKey:"grid_view"})}function Zm(e){return n.jsx(r,{...e,iconKey:"group"})}function Xm(e){return n.jsx(r,{...e,iconKey:"group_add"})}function xm(e){return n.jsx(r,{...e,iconKey:"group_off"})}function Rm(e){return n.jsx(r,{...e,iconKey:"group_remove"})}function ev(e){return n.jsx(r,{...e,iconKey:"group_work"})}function nv(e){return n.jsx(r,{...e,iconKey:"groups"})}function ov(e){return n.jsx(r,{...e,iconKey:"groups_2"})}function rv(e){return n.jsx(r,{...e,iconKey:"groups_3"})}function tv(e){return n.jsx(r,{...e,iconKey:"h_mobiledata"})}function cv(e){return n.jsx(r,{...e,iconKey:"h_plus_mobiledata"})}function iv(e){return n.jsx(r,{...e,iconKey:"hail"})}function av(e){return n.jsx(r,{...e,iconKey:"handshake"})}function lv(e){return n.jsx(r,{...e,iconKey:"handyman"})}function sv(e){return n.jsx(r,{...e,iconKey:"hardware"})}function dv(e){return n.jsx(r,{...e,iconKey:"hd"})}function uv(e){return n.jsx(r,{...e,iconKey:"hdr_auto"})}function fv(e){return n.jsx(r,{...e,iconKey:"hdr_auto_select"})}function Av(e){return n.jsx(r,{...e,iconKey:"hdr_enhanced_select"})}function yv(e){return n.jsx(r,{...e,iconKey:"hdr_off"})}function _v(e){return n.jsx(r,{...e,iconKey:"hdr_off_select"})}function hv(e){return n.jsx(r,{...e,iconKey:"hdr_on"})}function gv(e){return n.jsx(r,{...e,iconKey:"hdr_on_select"})}function Iv(e){return n.jsx(r,{...e,iconKey:"hdr_plus"})}function bv(e){return n.jsx(r,{...e,iconKey:"hdr_strong"})}function pv(e){return n.jsx(r,{...e,iconKey:"hdr_weak"})}function wv(e){return n.jsx(r,{...e,iconKey:"headphones"})}function kv(e){return n.jsx(r,{...e,iconKey:"headphones_battery"})}function mv(e){return n.jsx(r,{...e,iconKey:"headset"})}function vv(e){return n.jsx(r,{...e,iconKey:"headset_mic"})}function Kv(e){return n.jsx(r,{...e,iconKey:"headset_off"})}function Cv(e){return n.jsx(r,{...e,iconKey:"healing"})}function Sv(e){return n.jsx(r,{...e,iconKey:"health_and_safety"})}function Bv(e){return n.jsx(r,{...e,iconKey:"hearing"})}function Ev(e){return n.jsx(r,{...e,iconKey:"hearing_disabled"})}function Fv(e){return n.jsx(r,{...e,iconKey:"heart_broken"})}function Pv(e){return n.jsx(r,{...e,iconKey:"heat_pump"})}function Dv(e){return n.jsx(r,{...e,iconKey:"height"})}function Nv(e){return n.jsx(r,{...e,iconKey:"help"})}function Tv(e){return n.jsx(r,{...e,iconKey:"help_center"})}function Mv(e){return n.jsx(r,{...e,iconKey:"help_outline"})}function Ov(e){return n.jsx(r,{...e,iconKey:"hevc"})}function Lv(e){return n.jsx(r,{...e,iconKey:"hexagon"})}function Qv(e){return n.jsx(r,{...e,iconKey:"hide_image"})}function Vv(e){return n.jsx(r,{...e,iconKey:"hide_source"})}function Wv(e){return n.jsx(r,{...e,iconKey:"high_quality"})}function Gv(e){return n.jsx(r,{...e,iconKey:"highlight"})}function zv(e){return n.jsx(r,{...e,iconKey:"highlight_alt"})}function Hv(e){return n.jsx(r,{...e,iconKey:"highlight_off"})}function Uv(e){return n.jsx(r,{...e,iconKey:"hiking"})}function Yv(e){return n.jsx(r,{...e,iconKey:"history"})}function jv(e){return n.jsx(r,{...e,iconKey:"history_edu"})}function $v(e){return n.jsx(r,{...e,iconKey:"history_toggle_off"})}function qv(e){return n.jsx(r,{...e,iconKey:"hive"})}function Jv(e){return n.jsx(r,{...e,iconKey:"hls"})}function Zv(e){return n.jsx(r,{...e,iconKey:"hls_off"})}function Xv(e){return n.jsx(r,{...e,iconKey:"holiday_village"})}function xv(e){return n.jsx(r,{...e,iconKey:"home"})}function Rv(e){return n.jsx(r,{...e,iconKey:"home_max"})}function e0(e){return n.jsx(r,{...e,iconKey:"home_mini"})}function n0(e){return n.jsx(r,{...e,iconKey:"home_repair_service"})}function o0(e){return n.jsx(r,{...e,iconKey:"home_work"})}function r0(e){return n.jsx(r,{...e,iconKey:"horizontal_distribute"})}function t0(e){return n.jsx(r,{...e,iconKey:"horizontal_rule"})}function c0(e){return n.jsx(r,{...e,iconKey:"horizontal_split"})}function i0(e){return n.jsx(r,{...e,iconKey:"hot_tub"})}function a0(e){return n.jsx(r,{...e,iconKey:"hotel"})}function l0(e){return n.jsx(r,{...e,iconKey:"hotel_class"})}function s0(e){return n.jsx(r,{...e,iconKey:"hourglass_bottom"})}function d0(e){return n.jsx(r,{...e,iconKey:"hourglass_disabled"})}function u0(e){return n.jsx(r,{...e,iconKey:"hourglass_empty"})}function f0(e){return n.jsx(r,{...e,iconKey:"hourglass_full"})}function A0(e){return n.jsx(r,{...e,iconKey:"hourglass_top"})}function y0(e){return n.jsx(r,{...e,iconKey:"house"})}function _0(e){return n.jsx(r,{...e,iconKey:"house_siding"})}function h0(e){return n.jsx(r,{...e,iconKey:"houseboat"})}function g0(e){return n.jsx(r,{...e,iconKey:"how_to_reg"})}function I0(e){return n.jsx(r,{...e,iconKey:"how_to_vote"})}function b0(e){return n.jsx(r,{...e,iconKey:"html"})}function kc(e){return n.jsx(r,{...e,iconKey:"http"})}function p0(e){return n.jsx(r,{...e,iconKey:"https"})}function w0(e){return n.jsx(r,{...e,iconKey:"hub"})}function k0(e){return n.jsx(r,{...e,iconKey:"hvac"})}function m0(e){return n.jsx(r,{...e,iconKey:"ice_skating"})}function v0(e){return n.jsx(r,{...e,iconKey:"icecream"})}function K0(e){return n.jsx(r,{...e,iconKey:"image"})}function C0(e){return n.jsx(r,{...e,iconKey:"image_aspect_ratio"})}function S0(e){return n.jsx(r,{...e,iconKey:"image_not_supported"})}function B0(e){return n.jsx(r,{...e,iconKey:"image_search"})}function E0(e){return n.jsx(r,{...e,iconKey:"imagesearch_roller"})}function F0(e){return n.jsx(r,{...e,iconKey:"import_contacts"})}function P0(e){return n.jsx(r,{...e,iconKey:"import_export"})}function D0(e){return n.jsx(r,{...e,iconKey:"important_devices"})}function N0(e){return n.jsx(r,{...e,iconKey:"inbox"})}function T0(e){return n.jsx(r,{...e,iconKey:"incomplete_circle"})}function M0(e){return n.jsx(r,{...e,iconKey:"indeterminate_check_box"})}function mc(e){return n.jsx(r,{...e,iconKey:"info"})}function O0(e){return n.jsx(r,{...e,iconKey:"input"})}function L0(e){return n.jsx(r,{...e,iconKey:"insert_chart"})}function Q0(e){return n.jsx(r,{...e,iconKey:"insert_chart_outlined"})}function V0(e){return n.jsx(r,{...e,iconKey:"insert_comment"})}function W0(e){return n.jsx(r,{...e,iconKey:"insert_drive_file"})}function G0(e){return n.jsx(r,{...e,iconKey:"insert_emoticon"})}function z0(e){return n.jsx(r,{...e,iconKey:"insert_invitation"})}function H0(e){return n.jsx(r,{...e,iconKey:"insert_link"})}function U0(e){return n.jsx(r,{...e,iconKey:"insert_page_break"})}function Y0(e){return n.jsx(r,{...e,iconKey:"insert_photo"})}function j0(e){return n.jsx(r,{...e,iconKey:"insights"})}function $0(e){return n.jsx(r,{...e,iconKey:"install_desktop"})}function q0(e){return n.jsx(r,{...e,iconKey:"install_mobile"})}function J0(e){return n.jsx(r,{...e,iconKey:"integration_instructions"})}function Z0(e){return n.jsx(r,{...e,iconKey:"interests"})}function X0(e){return n.jsx(r,{...e,iconKey:"interpreter_mode"})}function x0(e){return n.jsx(r,{...e,iconKey:"inventory"})}function R0(e){return n.jsx(r,{...e,iconKey:"inventory_2"})}function eK(e){return n.jsx(r,{...e,iconKey:"invert_colors"})}function nK(e){return n.jsx(r,{...e,iconKey:"invert_colors_off"})}function oK(e){return n.jsx(r,{...e,iconKey:"ios_share"})}function rK(e){return n.jsx(r,{...e,iconKey:"iron"})}function tK(e){return n.jsx(r,{...e,iconKey:"iso"})}function cK(e){return n.jsx(r,{...e,iconKey:"javascript"})}function iK(e){return n.jsx(r,{...e,iconKey:"join_full"})}function aK(e){return n.jsx(r,{...e,iconKey:"join_inner"})}function lK(e){return n.jsx(r,{...e,iconKey:"join_left"})}function sK(e){return n.jsx(r,{...e,iconKey:"join_right"})}function dK(e){return n.jsx(r,{...e,iconKey:"kayaking"})}function uK(e){return n.jsx(r,{...e,iconKey:"kebab_dining"})}function fK(e){return n.jsx(r,{...e,iconKey:"key"})}function AK(e){return n.jsx(r,{...e,iconKey:"key_off"})}function yK(e){return n.jsx(r,{...e,iconKey:"keyboard"})}function _K(e){return n.jsx(r,{...e,iconKey:"keyboard_alt"})}function hK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_down"})}function gK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_left"})}function IK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_right"})}function bK(e){return n.jsx(r,{...e,iconKey:"keyboard_arrow_up"})}function pK(e){return n.jsx(r,{...e,iconKey:"keyboard_backspace"})}function wK(e){return n.jsx(r,{...e,iconKey:"keyboard_capslock"})}function kK(e){return n.jsx(r,{...e,iconKey:"keyboard_command_key"})}function mK(e){return n.jsx(r,{...e,iconKey:"keyboard_control_key"})}function vK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_down"})}function KK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_left"})}function CK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_right"})}function SK(e){return n.jsx(r,{...e,iconKey:"keyboard_double_arrow_up"})}function BK(e){return n.jsx(r,{...e,iconKey:"keyboard_hide"})}function EK(e){return n.jsx(r,{...e,iconKey:"keyboard_option_key"})}function FK(e){return n.jsx(r,{...e,iconKey:"keyboard_return"})}function Co(e){return n.jsx(r,{...e,iconKey:"keyboard_tab"})}function PK(e){return n.jsx(r,{...e,iconKey:"keyboard_voice"})}function DK(e){return n.jsx(r,{...e,iconKey:"king_bed"})}function NK(e){return n.jsx(r,{...e,iconKey:"kitchen"})}function TK(e){return n.jsx(r,{...e,iconKey:"kitesurfing"})}function MK(e){return n.jsx(r,{...e,iconKey:"label"})}function OK(e){return n.jsx(r,{...e,iconKey:"label_important"})}function LK(e){return n.jsx(r,{...e,iconKey:"label_off"})}function QK(e){return n.jsx(r,{...e,iconKey:"lan"})}function VK(e){return n.jsx(r,{...e,iconKey:"landscape"})}function WK(e){return n.jsx(r,{...e,iconKey:"landslide"})}function GK(e){return n.jsx(r,{...e,iconKey:"language"})}function zK(e){return n.jsx(r,{...e,iconKey:"laptop"})}function HK(e){return n.jsx(r,{...e,iconKey:"laptop_chromebook"})}function UK(e){return n.jsx(r,{...e,iconKey:"laptop_mac"})}function YK(e){return n.jsx(r,{...e,iconKey:"laptop_windows"})}function jK(e){return n.jsx(r,{...e,iconKey:"last_page"})}function $K(e){return n.jsx(r,{...e,iconKey:"launch"})}function qK(e){return n.jsx(r,{...e,iconKey:"layers"})}function JK(e){return n.jsx(r,{...e,iconKey:"layers_clear"})}function ZK(e){return n.jsx(r,{...e,iconKey:"leaderboard"})}function XK(e){return n.jsx(r,{...e,iconKey:"leak_add"})}function xK(e){return n.jsx(r,{...e,iconKey:"leak_remove"})}function RK(e){return n.jsx(r,{...e,iconKey:"legend_toggle"})}function eC(e){return n.jsx(r,{...e,iconKey:"lens"})}function nC(e){return n.jsx(r,{...e,iconKey:"lens_blur"})}function oC(e){return n.jsx(r,{...e,iconKey:"library_add"})}function rC(e){return n.jsx(r,{...e,iconKey:"library_add_check"})}function tC(e){return n.jsx(r,{...e,iconKey:"library_books"})}function cC(e){return n.jsx(r,{...e,iconKey:"library_music"})}function iC(e){return n.jsx(r,{...e,iconKey:"light"})}function vc(e){return n.jsx(r,{...e,iconKey:"light_mode"})}function aC(e){return n.jsx(r,{...e,iconKey:"lightbulb"})}function lC(e){return n.jsx(r,{...e,iconKey:"lightbulb_circle"})}function sC(e){return n.jsx(r,{...e,iconKey:"line_axis"})}function dC(e){return n.jsx(r,{...e,iconKey:"line_style"})}function uC(e){return n.jsx(r,{...e,iconKey:"line_weight"})}function fC(e){return n.jsx(r,{...e,iconKey:"linear_scale"})}function Kc(e){return n.jsx(r,{...e,iconKey:"link"})}function AC(e){return n.jsx(r,{...e,iconKey:"link_off"})}function yC(e){return n.jsx(r,{...e,iconKey:"linked_camera"})}function _C(e){return n.jsx(r,{...e,iconKey:"liquor"})}function Cc(e){return n.jsx(r,{...e,iconKey:"list"})}function Sc(e){return n.jsx(r,{...e,iconKey:"list_alt"})}function hC(e){return n.jsx(r,{...e,iconKey:"live_help"})}function gC(e){return n.jsx(r,{...e,iconKey:"live_tv"})}function IC(e){return n.jsx(r,{...e,iconKey:"living"})}function bC(e){return n.jsx(r,{...e,iconKey:"local_activity"})}function pC(e){return n.jsx(r,{...e,iconKey:"local_airport"})}function wC(e){return n.jsx(r,{...e,iconKey:"local_atm"})}function kC(e){return n.jsx(r,{...e,iconKey:"local_bar"})}function mC(e){return n.jsx(r,{...e,iconKey:"local_cafe"})}function vC(e){return n.jsx(r,{...e,iconKey:"local_car_wash"})}function KC(e){return n.jsx(r,{...e,iconKey:"local_convenience_store"})}function CC(e){return n.jsx(r,{...e,iconKey:"local_dining"})}function SC(e){return n.jsx(r,{...e,iconKey:"local_drink"})}function BC(e){return n.jsx(r,{...e,iconKey:"local_fire_department"})}function EC(e){return n.jsx(r,{...e,iconKey:"local_florist"})}function FC(e){return n.jsx(r,{...e,iconKey:"local_gas_station"})}function PC(e){return n.jsx(r,{...e,iconKey:"local_grocery_store"})}function DC(e){return n.jsx(r,{...e,iconKey:"local_hospital"})}function NC(e){return n.jsx(r,{...e,iconKey:"local_hotel"})}function TC(e){return n.jsx(r,{...e,iconKey:"local_laundry_service"})}function MC(e){return n.jsx(r,{...e,iconKey:"local_library"})}function OC(e){return n.jsx(r,{...e,iconKey:"local_mall"})}function LC(e){return n.jsx(r,{...e,iconKey:"local_movies"})}function QC(e){return n.jsx(r,{...e,iconKey:"local_offer"})}function VC(e){return n.jsx(r,{...e,iconKey:"local_parking"})}function WC(e){return n.jsx(r,{...e,iconKey:"local_pharmacy"})}function GC(e){return n.jsx(r,{...e,iconKey:"local_phone"})}function zC(e){return n.jsx(r,{...e,iconKey:"local_pizza"})}function HC(e){return n.jsx(r,{...e,iconKey:"local_play"})}function UC(e){return n.jsx(r,{...e,iconKey:"local_police"})}function YC(e){return n.jsx(r,{...e,iconKey:"local_post_office"})}function jC(e){return n.jsx(r,{...e,iconKey:"local_printshop"})}function $C(e){return n.jsx(r,{...e,iconKey:"local_see"})}function qC(e){return n.jsx(r,{...e,iconKey:"local_shipping"})}function JC(e){return n.jsx(r,{...e,iconKey:"local_taxi"})}function ZC(e){return n.jsx(r,{...e,iconKey:"location_city"})}function XC(e){return n.jsx(r,{...e,iconKey:"location_disabled"})}function xC(e){return n.jsx(r,{...e,iconKey:"location_off"})}function RC(e){return n.jsx(r,{...e,iconKey:"location_on"})}function eS(e){return n.jsx(r,{...e,iconKey:"location_searching"})}function nS(e){return n.jsx(r,{...e,iconKey:"lock"})}function oS(e){return n.jsx(r,{...e,iconKey:"lock_clock"})}function rS(e){return n.jsx(r,{...e,iconKey:"lock_open"})}function tS(e){return n.jsx(r,{...e,iconKey:"lock_person"})}function cS(e){return n.jsx(r,{...e,iconKey:"lock_reset"})}function iS(e){return n.jsx(r,{...e,iconKey:"login"})}function aS(e){return n.jsx(r,{...e,iconKey:"logo_dev"})}function Bc(e){return n.jsx(r,{...e,iconKey:"logout"})}function lS(e){return n.jsx(r,{...e,iconKey:"looks"})}function sS(e){return n.jsx(r,{...e,iconKey:"looks_3"})}function dS(e){return n.jsx(r,{...e,iconKey:"looks_4"})}function uS(e){return n.jsx(r,{...e,iconKey:"looks_5"})}function fS(e){return n.jsx(r,{...e,iconKey:"looks_6"})}function AS(e){return n.jsx(r,{...e,iconKey:"looks_one"})}function yS(e){return n.jsx(r,{...e,iconKey:"looks_two"})}function _S(e){return n.jsx(r,{...e,iconKey:"loop"})}function hS(e){return n.jsx(r,{...e,iconKey:"loupe"})}function gS(e){return n.jsx(r,{...e,iconKey:"low_priority"})}function IS(e){return n.jsx(r,{...e,iconKey:"loyalty"})}function bS(e){return n.jsx(r,{...e,iconKey:"lte_mobiledata"})}function pS(e){return n.jsx(r,{...e,iconKey:"lte_plus_mobiledata"})}function wS(e){return n.jsx(r,{...e,iconKey:"luggage"})}function kS(e){return n.jsx(r,{...e,iconKey:"lunch_dining"})}function mS(e){return n.jsx(r,{...e,iconKey:"lyrics"})}function vS(e){return n.jsx(r,{...e,iconKey:"macro_off"})}function KS(e){return n.jsx(r,{...e,iconKey:"mail"})}function CS(e){return n.jsx(r,{...e,iconKey:"mail_lock"})}function SS(e){return n.jsx(r,{...e,iconKey:"mail_outline"})}function BS(e){return n.jsx(r,{...e,iconKey:"male"})}function ES(e){return n.jsx(r,{...e,iconKey:"man"})}function FS(e){return n.jsx(r,{...e,iconKey:"man_2"})}function PS(e){return n.jsx(r,{...e,iconKey:"man_3"})}function DS(e){return n.jsx(r,{...e,iconKey:"man_4"})}function NS(e){return n.jsx(r,{...e,iconKey:"manage_accounts"})}function TS(e){return n.jsx(r,{...e,iconKey:"manage_history"})}function MS(e){return n.jsx(r,{...e,iconKey:"manage_search"})}function OS(e){return n.jsx(r,{...e,iconKey:"map"})}function LS(e){return n.jsx(r,{...e,iconKey:"maps_home_work"})}function QS(e){return n.jsx(r,{...e,iconKey:"maps_ugc"})}function VS(e){return n.jsx(r,{...e,iconKey:"margin"})}function WS(e){return n.jsx(r,{...e,iconKey:"mark_as_unread"})}function GS(e){return n.jsx(r,{...e,iconKey:"mark_chat_read"})}function zS(e){return n.jsx(r,{...e,iconKey:"mark_chat_unread"})}function HS(e){return n.jsx(r,{...e,iconKey:"mark_email_read"})}function US(e){return n.jsx(r,{...e,iconKey:"mark_email_unread"})}function YS(e){return n.jsx(r,{...e,iconKey:"mark_unread_chat_alt"})}function jS(e){return n.jsx(r,{...e,iconKey:"markunread"})}function $S(e){return n.jsx(r,{...e,iconKey:"markunread_mailbox"})}function qS(e){return n.jsx(r,{...e,iconKey:"masks"})}function JS(e){return n.jsx(r,{...e,iconKey:"maximize"})}function ZS(e){return n.jsx(r,{...e,iconKey:"media_bluetooth_off"})}function XS(e){return n.jsx(r,{...e,iconKey:"media_bluetooth_on"})}function xS(e){return n.jsx(r,{...e,iconKey:"mediation"})}function RS(e){return n.jsx(r,{...e,iconKey:"medical_information"})}function eB(e){return n.jsx(r,{...e,iconKey:"medical_services"})}function nB(e){return n.jsx(r,{...e,iconKey:"medication"})}function oB(e){return n.jsx(r,{...e,iconKey:"medication_liquid"})}function rB(e){return n.jsx(r,{...e,iconKey:"meeting_room"})}function tB(e){return n.jsx(r,{...e,iconKey:"memory"})}function Kr(e){return n.jsx(r,{...e,iconKey:"menu"})}function cB(e){return n.jsx(r,{...e,iconKey:"menu_book"})}function iB(e){return n.jsx(r,{...e,iconKey:"menu_open"})}function aB(e){return n.jsx(r,{...e,iconKey:"merge"})}function lB(e){return n.jsx(r,{...e,iconKey:"merge_type"})}function sB(e){return n.jsx(r,{...e,iconKey:"message"})}function dB(e){return n.jsx(r,{...e,iconKey:"mic"})}function uB(e){return n.jsx(r,{...e,iconKey:"mic_external_off"})}function fB(e){return n.jsx(r,{...e,iconKey:"mic_external_on"})}function AB(e){return n.jsx(r,{...e,iconKey:"mic_none"})}function yB(e){return n.jsx(r,{...e,iconKey:"mic_off"})}function _B(e){return n.jsx(r,{...e,iconKey:"microwave"})}function hB(e){return n.jsx(r,{...e,iconKey:"military_tech"})}function gB(e){return n.jsx(r,{...e,iconKey:"minimize"})}function IB(e){return n.jsx(r,{...e,iconKey:"minor_crash"})}function bB(e){return n.jsx(r,{...e,iconKey:"miscellaneous_services"})}function pB(e){return n.jsx(r,{...e,iconKey:"missed_video_call"})}function wB(e){return n.jsx(r,{...e,iconKey:"mms"})}function kB(e){return n.jsx(r,{...e,iconKey:"mobile_friendly"})}function mB(e){return n.jsx(r,{...e,iconKey:"mobile_off"})}function vB(e){return n.jsx(r,{...e,iconKey:"mobile_screen_share"})}function KB(e){return n.jsx(r,{...e,iconKey:"mobiledata_off"})}function CB(e){return n.jsx(r,{...e,iconKey:"mode"})}function SB(e){return n.jsx(r,{...e,iconKey:"mode_comment"})}function BB(e){return n.jsx(r,{...e,iconKey:"mode_edit"})}function EB(e){return n.jsx(r,{...e,iconKey:"mode_edit_outline"})}function FB(e){return n.jsx(r,{...e,iconKey:"mode_fan_off"})}function PB(e){return n.jsx(r,{...e,iconKey:"mode_night"})}function DB(e){return n.jsx(r,{...e,iconKey:"mode_of_travel"})}function NB(e){return n.jsx(r,{...e,iconKey:"mode_standby"})}function TB(e){return n.jsx(r,{...e,iconKey:"model_training"})}function MB(e){return n.jsx(r,{...e,iconKey:"monetization_on"})}function OB(e){return n.jsx(r,{...e,iconKey:"money"})}function LB(e){return n.jsx(r,{...e,iconKey:"money_off"})}function QB(e){return n.jsx(r,{...e,iconKey:"money_off_csred"})}function VB(e){return n.jsx(r,{...e,iconKey:"monitor"})}function WB(e){return n.jsx(r,{...e,iconKey:"monitor_heart"})}function GB(e){return n.jsx(r,{...e,iconKey:"monitor_weight"})}function zB(e){return n.jsx(r,{...e,iconKey:"monochrome_photos"})}function HB(e){return n.jsx(r,{...e,iconKey:"mood"})}function UB(e){return n.jsx(r,{...e,iconKey:"mood_bad"})}function YB(e){return n.jsx(r,{...e,iconKey:"moped"})}function jB(e){return n.jsx(r,{...e,iconKey:"more"})}function $B(e){return n.jsx(r,{...e,iconKey:"more_horiz"})}function qB(e){return n.jsx(r,{...e,iconKey:"more_time"})}function Cr(e){return n.jsx(r,{...e,iconKey:"more_vert"})}function JB(e){return n.jsx(r,{...e,iconKey:"mosque"})}function ZB(e){return n.jsx(r,{...e,iconKey:"motion_photos_auto"})}function XB(e){return n.jsx(r,{...e,iconKey:"motion_photos_off"})}function xB(e){return n.jsx(r,{...e,iconKey:"motion_photos_on"})}function RB(e){return n.jsx(r,{...e,iconKey:"motion_photos_pause"})}function eE(e){return n.jsx(r,{...e,iconKey:"motion_photos_paused"})}function nE(e){return n.jsx(r,{...e,iconKey:"mouse"})}function oE(e){return n.jsx(r,{...e,iconKey:"move_down"})}function rE(e){return n.jsx(r,{...e,iconKey:"move_to_inbox"})}function tE(e){return n.jsx(r,{...e,iconKey:"move_up"})}function cE(e){return n.jsx(r,{...e,iconKey:"movie"})}function iE(e){return n.jsx(r,{...e,iconKey:"movie_creation"})}function aE(e){return n.jsx(r,{...e,iconKey:"movie_filter"})}function lE(e){return n.jsx(r,{...e,iconKey:"moving"})}function sE(e){return n.jsx(r,{...e,iconKey:"mp"})}function dE(e){return n.jsx(r,{...e,iconKey:"multiline_chart"})}function uE(e){return n.jsx(r,{...e,iconKey:"multiple_stop"})}function fE(e){return n.jsx(r,{...e,iconKey:"museum"})}function AE(e){return n.jsx(r,{...e,iconKey:"music_note"})}function yE(e){return n.jsx(r,{...e,iconKey:"music_off"})}function _E(e){return n.jsx(r,{...e,iconKey:"music_video"})}function hE(e){return n.jsx(r,{...e,iconKey:"my_location"})}function gE(e){return n.jsx(r,{...e,iconKey:"nat"})}function IE(e){return n.jsx(r,{...e,iconKey:"nature"})}function bE(e){return n.jsx(r,{...e,iconKey:"nature_people"})}function pE(e){return n.jsx(r,{...e,iconKey:"navigate_before"})}function wE(e){return n.jsx(r,{...e,iconKey:"navigate_next"})}function kE(e){return n.jsx(r,{...e,iconKey:"navigation"})}function mE(e){return n.jsx(r,{...e,iconKey:"near_me"})}function vE(e){return n.jsx(r,{...e,iconKey:"near_me_disabled"})}function KE(e){return n.jsx(r,{...e,iconKey:"nearby_error"})}function CE(e){return n.jsx(r,{...e,iconKey:"nearby_off"})}function SE(e){return n.jsx(r,{...e,iconKey:"nest_cam_wired_stand"})}function BE(e){return n.jsx(r,{...e,iconKey:"network_cell"})}function EE(e){return n.jsx(r,{...e,iconKey:"network_check"})}function FE(e){return n.jsx(r,{...e,iconKey:"network_locked"})}function PE(e){return n.jsx(r,{...e,iconKey:"network_ping"})}function DE(e){return n.jsx(r,{...e,iconKey:"network_wifi"})}function NE(e){return n.jsx(r,{...e,iconKey:"network_wifi_1_bar"})}function TE(e){return n.jsx(r,{...e,iconKey:"network_wifi_2_bar"})}function ME(e){return n.jsx(r,{...e,iconKey:"network_wifi_3_bar"})}function OE(e){return n.jsx(r,{...e,iconKey:"new_label"})}function LE(e){return n.jsx(r,{...e,iconKey:"new_releases"})}function QE(e){return n.jsx(r,{...e,iconKey:"newspaper"})}function VE(e){return n.jsx(r,{...e,iconKey:"next_plan"})}function WE(e){return n.jsx(r,{...e,iconKey:"next_week"})}function GE(e){return n.jsx(r,{...e,iconKey:"nfc"})}function zE(e){return n.jsx(r,{...e,iconKey:"night_shelter"})}function HE(e){return n.jsx(r,{...e,iconKey:"nightlife"})}function UE(e){return n.jsx(r,{...e,iconKey:"nightlight"})}function YE(e){return n.jsx(r,{...e,iconKey:"nightlight_round"})}function jE(e){return n.jsx(r,{...e,iconKey:"nights_stay"})}function $E(e){return n.jsx(r,{...e,iconKey:"no_accounts"})}function qE(e){return n.jsx(r,{...e,iconKey:"no_adult_content"})}function JE(e){return n.jsx(r,{...e,iconKey:"no_backpack"})}function ZE(e){return n.jsx(r,{...e,iconKey:"no_cell"})}function XE(e){return n.jsx(r,{...e,iconKey:"no_crash"})}function xE(e){return n.jsx(r,{...e,iconKey:"no_drinks"})}function RE(e){return n.jsx(r,{...e,iconKey:"no_encryption"})}function eF(e){return n.jsx(r,{...e,iconKey:"no_encryption_gmailerrorred"})}function nF(e){return n.jsx(r,{...e,iconKey:"no_flash"})}function oF(e){return n.jsx(r,{...e,iconKey:"no_food"})}function rF(e){return n.jsx(r,{...e,iconKey:"no_luggage"})}function tF(e){return n.jsx(r,{...e,iconKey:"no_meals"})}function cF(e){return n.jsx(r,{...e,iconKey:"no_meeting_room"})}function iF(e){return n.jsx(r,{...e,iconKey:"no_photography"})}function aF(e){return n.jsx(r,{...e,iconKey:"no_sim"})}function lF(e){return n.jsx(r,{...e,iconKey:"no_stroller"})}function sF(e){return n.jsx(r,{...e,iconKey:"no_transfer"})}function dF(e){return n.jsx(r,{...e,iconKey:"noise_aware"})}function uF(e){return n.jsx(r,{...e,iconKey:"noise_control_off"})}function fF(e){return n.jsx(r,{...e,iconKey:"nordic_walking"})}function AF(e){return n.jsx(r,{...e,iconKey:"north"})}function yF(e){return n.jsx(r,{...e,iconKey:"north_east"})}function _F(e){return n.jsx(r,{...e,iconKey:"north_west"})}function hF(e){return n.jsx(r,{...e,iconKey:"not_accessible"})}function gF(e){return n.jsx(r,{...e,iconKey:"not_interested"})}function IF(e){return n.jsx(r,{...e,iconKey:"not_listed_location"})}function bF(e){return n.jsx(r,{...e,iconKey:"not_started"})}function pF(e){return n.jsx(r,{...e,iconKey:"note"})}function wF(e){return n.jsx(r,{...e,iconKey:"note_add"})}function kF(e){return n.jsx(r,{...e,iconKey:"note_alt"})}function mF(e){return n.jsx(r,{...e,iconKey:"notes"})}function vF(e){return n.jsx(r,{...e,iconKey:"notification_add"})}function KF(e){return n.jsx(r,{...e,iconKey:"notification_important"})}function CF(e){return n.jsx(r,{...e,iconKey:"notifications"})}function SF(e){return n.jsx(r,{...e,iconKey:"notifications_active"})}function BF(e){return n.jsx(r,{...e,iconKey:"notifications_none"})}function EF(e){return n.jsx(r,{...e,iconKey:"notifications_off"})}function FF(e){return n.jsx(r,{...e,iconKey:"notifications_paused"})}function Ec(e){return n.jsx(r,{...e,iconKey:"numbers"})}function PF(e){return n.jsx(r,{...e,iconKey:"offline_bolt"})}function DF(e){return n.jsx(r,{...e,iconKey:"offline_pin"})}function NF(e){return n.jsx(r,{...e,iconKey:"offline_share"})}function TF(e){return n.jsx(r,{...e,iconKey:"oil_barrel"})}function MF(e){return n.jsx(r,{...e,iconKey:"on_device_training"})}function OF(e){return n.jsx(r,{...e,iconKey:"ondemand_video"})}function LF(e){return n.jsx(r,{...e,iconKey:"online_prediction"})}function QF(e){return n.jsx(r,{...e,iconKey:"opacity"})}function VF(e){return n.jsx(r,{...e,iconKey:"open_in_browser"})}function WF(e){return n.jsx(r,{...e,iconKey:"open_in_full"})}function eo(e){return n.jsx(r,{...e,iconKey:"open_in_new"})}function GF(e){return n.jsx(r,{...e,iconKey:"open_in_new_off"})}function zF(e){return n.jsx(r,{...e,iconKey:"open_with"})}function HF(e){return n.jsx(r,{...e,iconKey:"other_houses"})}function UF(e){return n.jsx(r,{...e,iconKey:"outbound"})}function YF(e){return n.jsx(r,{...e,iconKey:"outbox"})}function jF(e){return n.jsx(r,{...e,iconKey:"outdoor_grill"})}function $F(e){return n.jsx(r,{...e,iconKey:"outlet"})}function qF(e){return n.jsx(r,{...e,iconKey:"outlined_flag"})}function JF(e){return n.jsx(r,{...e,iconKey:"output"})}function ZF(e){return n.jsx(r,{...e,iconKey:"padding"})}function XF(e){return n.jsx(r,{...e,iconKey:"pages"})}function xF(e){return n.jsx(r,{...e,iconKey:"pageview"})}function RF(e){return n.jsx(r,{...e,iconKey:"paid"})}function eP(e){return n.jsx(r,{...e,iconKey:"palette"})}function nP(e){return n.jsx(r,{...e,iconKey:"pan_tool"})}function oP(e){return n.jsx(r,{...e,iconKey:"pan_tool_alt"})}function rP(e){return n.jsx(r,{...e,iconKey:"panorama"})}function tP(e){return n.jsx(r,{...e,iconKey:"panorama_fish_eye"})}function cP(e){return n.jsx(r,{...e,iconKey:"panorama_horizontal"})}function iP(e){return n.jsx(r,{...e,iconKey:"panorama_horizontal_select"})}function aP(e){return n.jsx(r,{...e,iconKey:"panorama_photosphere"})}function lP(e){return n.jsx(r,{...e,iconKey:"panorama_photosphere_select"})}function sP(e){return n.jsx(r,{...e,iconKey:"panorama_vertical"})}function dP(e){return n.jsx(r,{...e,iconKey:"panorama_vertical_select"})}function uP(e){return n.jsx(r,{...e,iconKey:"panorama_wide_angle"})}function fP(e){return n.jsx(r,{...e,iconKey:"panorama_wide_angle_select"})}function AP(e){return n.jsx(r,{...e,iconKey:"paragliding"})}function yP(e){return n.jsx(r,{...e,iconKey:"park"})}function _P(e){return n.jsx(r,{...e,iconKey:"party_mode"})}function hP(e){return n.jsx(r,{...e,iconKey:"password"})}function gP(e){return n.jsx(r,{...e,iconKey:"pattern"})}function IP(e){return n.jsx(r,{...e,iconKey:"pause"})}function bP(e){return n.jsx(r,{...e,iconKey:"pause_circle"})}function pP(e){return n.jsx(r,{...e,iconKey:"pause_circle_filled"})}function wP(e){return n.jsx(r,{...e,iconKey:"pause_circle_outline"})}function kP(e){return n.jsx(r,{...e,iconKey:"pause_presentation"})}function mP(e){return n.jsx(r,{...e,iconKey:"payment"})}function vP(e){return n.jsx(r,{...e,iconKey:"payments"})}function KP(e){return n.jsx(r,{...e,iconKey:"pedal_bike"})}function CP(e){return n.jsx(r,{...e,iconKey:"pending"})}function SP(e){return n.jsx(r,{...e,iconKey:"pending_actions"})}function BP(e){return n.jsx(r,{...e,iconKey:"pentagon"})}function EP(e){return n.jsx(r,{...e,iconKey:"people"})}function FP(e){return n.jsx(r,{...e,iconKey:"people_alt"})}function PP(e){return n.jsx(r,{...e,iconKey:"people_outline"})}function DP(e){return n.jsx(r,{...e,iconKey:"percent"})}function NP(e){return n.jsx(r,{...e,iconKey:"perm_camera_mic"})}function TP(e){return n.jsx(r,{...e,iconKey:"perm_contact_calendar"})}function MP(e){return n.jsx(r,{...e,iconKey:"perm_data_setting"})}function OP(e){return n.jsx(r,{...e,iconKey:"perm_device_information"})}function LP(e){return n.jsx(r,{...e,iconKey:"perm_identity"})}function QP(e){return n.jsx(r,{...e,iconKey:"perm_media"})}function VP(e){return n.jsx(r,{...e,iconKey:"perm_phone_msg"})}function WP(e){return n.jsx(r,{...e,iconKey:"perm_scan_wifi"})}function GP(e){return n.jsx(r,{...e,iconKey:"person"})}function zP(e){return n.jsx(r,{...e,iconKey:"person_2"})}function HP(e){return n.jsx(r,{...e,iconKey:"person_3"})}function UP(e){return n.jsx(r,{...e,iconKey:"person_4"})}function YP(e){return n.jsx(r,{...e,iconKey:"person_add"})}function jP(e){return n.jsx(r,{...e,iconKey:"person_add_alt"})}function $P(e){return n.jsx(r,{...e,iconKey:"person_add_alt_1"})}function qP(e){return n.jsx(r,{...e,iconKey:"person_add_disabled"})}function JP(e){return n.jsx(r,{...e,iconKey:"person_off"})}function ZP(e){return n.jsx(r,{...e,iconKey:"person_outline"})}function XP(e){return n.jsx(r,{...e,iconKey:"person_pin"})}function xP(e){return n.jsx(r,{...e,iconKey:"person_pin_circle"})}function RP(e){return n.jsx(r,{...e,iconKey:"person_remove"})}function e1(e){return n.jsx(r,{...e,iconKey:"person_remove_alt_1"})}function n1(e){return n.jsx(r,{...e,iconKey:"person_search"})}function o1(e){return n.jsx(r,{...e,iconKey:"personal_injury"})}function r1(e){return n.jsx(r,{...e,iconKey:"personal_video"})}function t1(e){return n.jsx(r,{...e,iconKey:"pest_control"})}function c1(e){return n.jsx(r,{...e,iconKey:"pest_control_rodent"})}function i1(e){return n.jsx(r,{...e,iconKey:"pets"})}function a1(e){return n.jsx(r,{...e,iconKey:"phishing"})}function l1(e){return n.jsx(r,{...e,iconKey:"phone"})}function s1(e){return n.jsx(r,{...e,iconKey:"phone_android"})}function d1(e){return n.jsx(r,{...e,iconKey:"phone_bluetooth_speaker"})}function u1(e){return n.jsx(r,{...e,iconKey:"phone_callback"})}function f1(e){return n.jsx(r,{...e,iconKey:"phone_disabled"})}function A1(e){return n.jsx(r,{...e,iconKey:"phone_enabled"})}function y1(e){return n.jsx(r,{...e,iconKey:"phone_forwarded"})}function _1(e){return n.jsx(r,{...e,iconKey:"phone_iphone"})}function h1(e){return n.jsx(r,{...e,iconKey:"phone_locked"})}function g1(e){return n.jsx(r,{...e,iconKey:"phone_missed"})}function I1(e){return n.jsx(r,{...e,iconKey:"phone_paused"})}function b1(e){return n.jsx(r,{...e,iconKey:"phonelink"})}function p1(e){return n.jsx(r,{...e,iconKey:"phonelink_erase"})}function w1(e){return n.jsx(r,{...e,iconKey:"phonelink_lock"})}function k1(e){return n.jsx(r,{...e,iconKey:"phonelink_off"})}function m1(e){return n.jsx(r,{...e,iconKey:"phonelink_ring"})}function v1(e){return n.jsx(r,{...e,iconKey:"phonelink_setup"})}function K1(e){return n.jsx(r,{...e,iconKey:"photo"})}function C1(e){return n.jsx(r,{...e,iconKey:"photo_album"})}function S1(e){return n.jsx(r,{...e,iconKey:"photo_camera"})}function B1(e){return n.jsx(r,{...e,iconKey:"photo_camera_back"})}function E1(e){return n.jsx(r,{...e,iconKey:"photo_camera_front"})}function F1(e){return n.jsx(r,{...e,iconKey:"photo_filter"})}function P1(e){return n.jsx(r,{...e,iconKey:"photo_library"})}function D1(e){return n.jsx(r,{...e,iconKey:"photo_size_select_actual"})}function N1(e){return n.jsx(r,{...e,iconKey:"photo_size_select_large"})}function T1(e){return n.jsx(r,{...e,iconKey:"photo_size_select_small"})}function M1(e){return n.jsx(r,{...e,iconKey:"php"})}function O1(e){return n.jsx(r,{...e,iconKey:"piano"})}function L1(e){return n.jsx(r,{...e,iconKey:"piano_off"})}function Q1(e){return n.jsx(r,{...e,iconKey:"picture_as_pdf"})}function V1(e){return n.jsx(r,{...e,iconKey:"picture_in_picture"})}function W1(e){return n.jsx(r,{...e,iconKey:"picture_in_picture_alt"})}function G1(e){return n.jsx(r,{...e,iconKey:"pie_chart"})}function z1(e){return n.jsx(r,{...e,iconKey:"pie_chart_outline"})}function H1(e){return n.jsx(r,{...e,iconKey:"pin"})}function U1(e){return n.jsx(r,{...e,iconKey:"pin_drop"})}function Y1(e){return n.jsx(r,{...e,iconKey:"pin_end"})}function j1(e){return n.jsx(r,{...e,iconKey:"pin_invoke"})}function $1(e){return n.jsx(r,{...e,iconKey:"pinch"})}function q1(e){return n.jsx(r,{...e,iconKey:"pivot_table_chart"})}function J1(e){return n.jsx(r,{...e,iconKey:"pix"})}function Z1(e){return n.jsx(r,{...e,iconKey:"place"})}function X1(e){return n.jsx(r,{...e,iconKey:"plagiarism"})}function x1(e){return n.jsx(r,{...e,iconKey:"play_arrow"})}function R1(e){return n.jsx(r,{...e,iconKey:"play_circle"})}function eD(e){return n.jsx(r,{...e,iconKey:"play_circle_filled"})}function nD(e){return n.jsx(r,{...e,iconKey:"play_circle_outline"})}function oD(e){return n.jsx(r,{...e,iconKey:"play_disabled"})}function rD(e){return n.jsx(r,{...e,iconKey:"play_for_work"})}function tD(e){return n.jsx(r,{...e,iconKey:"play_lesson"})}function cD(e){return n.jsx(r,{...e,iconKey:"playlist_add"})}function iD(e){return n.jsx(r,{...e,iconKey:"playlist_add_check"})}function aD(e){return n.jsx(r,{...e,iconKey:"playlist_add_check_circle"})}function lD(e){return n.jsx(r,{...e,iconKey:"playlist_add_circle"})}function sD(e){return n.jsx(r,{...e,iconKey:"playlist_play"})}function dD(e){return n.jsx(r,{...e,iconKey:"playlist_remove"})}function uD(e){return n.jsx(r,{...e,iconKey:"plumbing"})}function fD(e){return n.jsx(r,{...e,iconKey:"plus_one"})}function AD(e){return n.jsx(r,{...e,iconKey:"podcasts"})}function yD(e){return n.jsx(r,{...e,iconKey:"point_of_sale"})}function _D(e){return n.jsx(r,{...e,iconKey:"policy"})}function hD(e){return n.jsx(r,{...e,iconKey:"poll"})}function gD(e){return n.jsx(r,{...e,iconKey:"polyline"})}function ID(e){return n.jsx(r,{...e,iconKey:"polymer"})}function bD(e){return n.jsx(r,{...e,iconKey:"pool"})}function pD(e){return n.jsx(r,{...e,iconKey:"portable_wifi_off"})}function wD(e){return n.jsx(r,{...e,iconKey:"portrait"})}function kD(e){return n.jsx(r,{...e,iconKey:"post_add"})}function mD(e){return n.jsx(r,{...e,iconKey:"power"})}function vD(e){return n.jsx(r,{...e,iconKey:"power_input"})}function KD(e){return n.jsx(r,{...e,iconKey:"power_off"})}function CD(e){return n.jsx(r,{...e,iconKey:"power_settings_new"})}function SD(e){return n.jsx(r,{...e,iconKey:"precision_manufacturing"})}function BD(e){return n.jsx(r,{...e,iconKey:"pregnant_woman"})}function ED(e){return n.jsx(r,{...e,iconKey:"present_to_all"})}function FD(e){return n.jsx(r,{...e,iconKey:"preview"})}function PD(e){return n.jsx(r,{...e,iconKey:"price_change"})}function DD(e){return n.jsx(r,{...e,iconKey:"price_check"})}function ND(e){return n.jsx(r,{...e,iconKey:"print"})}function TD(e){return n.jsx(r,{...e,iconKey:"print_disabled"})}function MD(e){return n.jsx(r,{...e,iconKey:"priority_high"})}function OD(e){return n.jsx(r,{...e,iconKey:"privacy_tip"})}function LD(e){return n.jsx(r,{...e,iconKey:"private_connectivity"})}function QD(e){return n.jsx(r,{...e,iconKey:"production_quantity_limits"})}function VD(e){return n.jsx(r,{...e,iconKey:"propane"})}function WD(e){return n.jsx(r,{...e,iconKey:"propane_tank"})}function GD(e){return n.jsx(r,{...e,iconKey:"psychology"})}function zD(e){return n.jsx(r,{...e,iconKey:"psychology_alt"})}function HD(e){return n.jsx(r,{...e,iconKey:"public"})}function UD(e){return n.jsx(r,{...e,iconKey:"public_off"})}function YD(e){return n.jsx(r,{...e,iconKey:"publish"})}function jD(e){return n.jsx(r,{...e,iconKey:"published_with_changes"})}function $D(e){return n.jsx(r,{...e,iconKey:"punch_clock"})}function qD(e){return n.jsx(r,{...e,iconKey:"push_pin"})}function JD(e){return n.jsx(r,{...e,iconKey:"qr_code"})}function ZD(e){return n.jsx(r,{...e,iconKey:"qr_code_2"})}function XD(e){return n.jsx(r,{...e,iconKey:"qr_code_scanner"})}function xD(e){return n.jsx(r,{...e,iconKey:"query_builder"})}function RD(e){return n.jsx(r,{...e,iconKey:"query_stats"})}function eN(e){return n.jsx(r,{...e,iconKey:"question_answer"})}function nN(e){return n.jsx(r,{...e,iconKey:"question_mark"})}function oN(e){return n.jsx(r,{...e,iconKey:"queue"})}function rN(e){return n.jsx(r,{...e,iconKey:"queue_music"})}function tN(e){return n.jsx(r,{...e,iconKey:"queue_play_next"})}function cN(e){return n.jsx(r,{...e,iconKey:"quickreply"})}function iN(e){return n.jsx(r,{...e,iconKey:"quiz"})}function aN(e){return n.jsx(r,{...e,iconKey:"r_mobiledata"})}function lN(e){return n.jsx(r,{...e,iconKey:"radar"})}function sN(e){return n.jsx(r,{...e,iconKey:"radio"})}function dN(e){return n.jsx(r,{...e,iconKey:"radio_button_checked"})}function uN(e){return n.jsx(r,{...e,iconKey:"radio_button_unchecked"})}function fN(e){return n.jsx(r,{...e,iconKey:"railway_alert"})}function AN(e){return n.jsx(r,{...e,iconKey:"ramen_dining"})}function yN(e){return n.jsx(r,{...e,iconKey:"ramp_left"})}function _N(e){return n.jsx(r,{...e,iconKey:"ramp_right"})}function hN(e){return n.jsx(r,{...e,iconKey:"rate_review"})}function gN(e){return n.jsx(r,{...e,iconKey:"raw_off"})}function IN(e){return n.jsx(r,{...e,iconKey:"raw_on"})}function bN(e){return n.jsx(r,{...e,iconKey:"read_more"})}function pN(e){return n.jsx(r,{...e,iconKey:"real_estate_agent"})}function wN(e){return n.jsx(r,{...e,iconKey:"receipt"})}function kN(e){return n.jsx(r,{...e,iconKey:"receipt_long"})}function mN(e){return n.jsx(r,{...e,iconKey:"recent_actors"})}function vN(e){return n.jsx(r,{...e,iconKey:"recommend"})}function KN(e){return n.jsx(r,{...e,iconKey:"record_voice_over"})}function CN(e){return n.jsx(r,{...e,iconKey:"rectangle"})}function SN(e){return n.jsx(r,{...e,iconKey:"recycling"})}function BN(e){return n.jsx(r,{...e,iconKey:"redeem"})}function EN(e){return n.jsx(r,{...e,iconKey:"redo"})}function FN(e){return n.jsx(r,{...e,iconKey:"reduce_capacity"})}function PN(e){return n.jsx(r,{...e,iconKey:"refresh"})}function DN(e){return n.jsx(r,{...e,iconKey:"remember_me"})}function no(e){return n.jsx(r,{...e,iconKey:"remove"})}function Fc(e){return n.jsx(r,{...e,iconKey:"remove_circle"})}function NN(e){return n.jsx(r,{...e,iconKey:"remove_circle_outline"})}function TN(e){return n.jsx(r,{...e,iconKey:"remove_done"})}function MN(e){return n.jsx(r,{...e,iconKey:"remove_from_queue"})}function ON(e){return n.jsx(r,{...e,iconKey:"remove_moderator"})}function LN(e){return n.jsx(r,{...e,iconKey:"remove_red_eye"})}function QN(e){return n.jsx(r,{...e,iconKey:"remove_road"})}function VN(e){return n.jsx(r,{...e,iconKey:"remove_shopping_cart"})}function WN(e){return n.jsx(r,{...e,iconKey:"reorder"})}function GN(e){return n.jsx(r,{...e,iconKey:"repartition"})}function Sr(e){return n.jsx(r,{...e,iconKey:"repeat"})}function zN(e){return n.jsx(r,{...e,iconKey:"repeat_on"})}function HN(e){return n.jsx(r,{...e,iconKey:"repeat_one"})}function UN(e){return n.jsx(r,{...e,iconKey:"repeat_one_on"})}function YN(e){return n.jsx(r,{...e,iconKey:"replay"})}function jN(e){return n.jsx(r,{...e,iconKey:"replay_10"})}function $N(e){return n.jsx(r,{...e,iconKey:"replay_30"})}function qN(e){return n.jsx(r,{...e,iconKey:"replay_5"})}function JN(e){return n.jsx(r,{...e,iconKey:"replay_circle_filled"})}function ZN(e){return n.jsx(r,{...e,iconKey:"reply"})}function XN(e){return n.jsx(r,{...e,iconKey:"reply_all"})}function xN(e){return n.jsx(r,{...e,iconKey:"report"})}function RN(e){return n.jsx(r,{...e,iconKey:"report_gmailerrorred"})}function eT(e){return n.jsx(r,{...e,iconKey:"report_off"})}function nT(e){return n.jsx(r,{...e,iconKey:"report_problem"})}function oT(e){return n.jsx(r,{...e,iconKey:"request_page"})}function rT(e){return n.jsx(r,{...e,iconKey:"request_quote"})}function tT(e){return n.jsx(r,{...e,iconKey:"reset_tv"})}function cT(e){return n.jsx(r,{...e,iconKey:"restart_alt"})}function iT(e){return n.jsx(r,{...e,iconKey:"restaurant"})}function aT(e){return n.jsx(r,{...e,iconKey:"restaurant_menu"})}function lT(e){return n.jsx(r,{...e,iconKey:"restore"})}function sT(e){return n.jsx(r,{...e,iconKey:"restore_from_trash"})}function dT(e){return n.jsx(r,{...e,iconKey:"restore_page"})}function uT(e){return n.jsx(r,{...e,iconKey:"reviews"})}function fT(e){return n.jsx(r,{...e,iconKey:"rice_bowl"})}function AT(e){return n.jsx(r,{...e,iconKey:"ring_volume"})}function yT(e){return n.jsx(r,{...e,iconKey:"rocket"})}function _T(e){return n.jsx(r,{...e,iconKey:"rocket_launch"})}function hT(e){return n.jsx(r,{...e,iconKey:"roller_shades"})}function gT(e){return n.jsx(r,{...e,iconKey:"roller_shades_closed"})}function IT(e){return n.jsx(r,{...e,iconKey:"roller_skating"})}function bT(e){return n.jsx(r,{...e,iconKey:"roofing"})}function pT(e){return n.jsx(r,{...e,iconKey:"room"})}function wT(e){return n.jsx(r,{...e,iconKey:"room_preferences"})}function kT(e){return n.jsx(r,{...e,iconKey:"room_service"})}function mT(e){return n.jsx(r,{...e,iconKey:"rotate_90_degrees_ccw"})}function vT(e){return n.jsx(r,{...e,iconKey:"rotate_90_degrees_cw"})}function KT(e){return n.jsx(r,{...e,iconKey:"rotate_left"})}function CT(e){return n.jsx(r,{...e,iconKey:"rotate_right"})}function ST(e){return n.jsx(r,{...e,iconKey:"roundabout_left"})}function BT(e){return n.jsx(r,{...e,iconKey:"roundabout_right"})}function ET(e){return n.jsx(r,{...e,iconKey:"rounded_corner"})}function FT(e){return n.jsx(r,{...e,iconKey:"route"})}function PT(e){return n.jsx(r,{...e,iconKey:"router"})}function DT(e){return n.jsx(r,{...e,iconKey:"rowing"})}function NT(e){return n.jsx(r,{...e,iconKey:"rss_feed"})}function TT(e){return n.jsx(r,{...e,iconKey:"rsvp"})}function MT(e){return n.jsx(r,{...e,iconKey:"rtt"})}function OT(e){return n.jsx(r,{...e,iconKey:"rule"})}function LT(e){return n.jsx(r,{...e,iconKey:"rule_folder"})}function QT(e){return n.jsx(r,{...e,iconKey:"run_circle"})}function VT(e){return n.jsx(r,{...e,iconKey:"running_with_errors"})}function WT(e){return n.jsx(r,{...e,iconKey:"rv_hookup"})}function GT(e){return n.jsx(r,{...e,iconKey:"safety_check"})}function zT(e){return n.jsx(r,{...e,iconKey:"safety_divider"})}function HT(e){return n.jsx(r,{...e,iconKey:"sailing"})}function UT(e){return n.jsx(r,{...e,iconKey:"sanitizer"})}function YT(e){return n.jsx(r,{...e,iconKey:"satellite"})}function jT(e){return n.jsx(r,{...e,iconKey:"satellite_alt"})}function $T(e){return n.jsx(r,{...e,iconKey:"save"})}function qT(e){return n.jsx(r,{...e,iconKey:"save_alt"})}function JT(e){return n.jsx(r,{...e,iconKey:"save_as"})}function ZT(e){return n.jsx(r,{...e,iconKey:"saved_search"})}function XT(e){return n.jsx(r,{...e,iconKey:"savings"})}function xT(e){return n.jsx(r,{...e,iconKey:"scale"})}function RT(e){return n.jsx(r,{...e,iconKey:"scanner"})}function eM(e){return n.jsx(r,{...e,iconKey:"scatter_plot"})}function Pc(e){return n.jsx(r,{...e,iconKey:"schedule"})}function nM(e){return n.jsx(r,{...e,iconKey:"schedule_send"})}function oM(e){return n.jsx(r,{...e,iconKey:"schema"})}function rM(e){return n.jsx(r,{...e,iconKey:"school"})}function tM(e){return n.jsx(r,{...e,iconKey:"science"})}function cM(e){return n.jsx(r,{...e,iconKey:"score"})}function iM(e){return n.jsx(r,{...e,iconKey:"scoreboard"})}function aM(e){return n.jsx(r,{...e,iconKey:"screen_lock_landscape"})}function lM(e){return n.jsx(r,{...e,iconKey:"screen_lock_portrait"})}function sM(e){return n.jsx(r,{...e,iconKey:"screen_lock_rotation"})}function dM(e){return n.jsx(r,{...e,iconKey:"screen_rotation"})}function uM(e){return n.jsx(r,{...e,iconKey:"screen_rotation_alt"})}function fM(e){return n.jsx(r,{...e,iconKey:"screen_search_desktop"})}function AM(e){return n.jsx(r,{...e,iconKey:"screen_share"})}function yM(e){return n.jsx(r,{...e,iconKey:"screenshot"})}function _M(e){return n.jsx(r,{...e,iconKey:"screenshot_monitor"})}function hM(e){return n.jsx(r,{...e,iconKey:"scuba_diving"})}function gM(e){return n.jsx(r,{...e,iconKey:"sd"})}function IM(e){return n.jsx(r,{...e,iconKey:"sd_card"})}function bM(e){return n.jsx(r,{...e,iconKey:"sd_card_alert"})}function pM(e){return n.jsx(r,{...e,iconKey:"sd_storage"})}function wM(e){return n.jsx(r,{...e,iconKey:"search_off"})}function kM(e){return n.jsx(r,{...e,iconKey:"security"})}function mM(e){return n.jsx(r,{...e,iconKey:"security_update"})}function vM(e){return n.jsx(r,{...e,iconKey:"security_update_good"})}function KM(e){return n.jsx(r,{...e,iconKey:"security_update_warning"})}function CM(e){return n.jsx(r,{...e,iconKey:"segment"})}function SM(e){return n.jsx(r,{...e,iconKey:"select_all"})}function BM(e){return n.jsx(r,{...e,iconKey:"self_improvement"})}function EM(e){return n.jsx(r,{...e,iconKey:"sell"})}function FM(e){return n.jsx(r,{...e,iconKey:"send"})}function PM(e){return n.jsx(r,{...e,iconKey:"send_and_archive"})}function DM(e){return n.jsx(r,{...e,iconKey:"send_time_extension"})}function NM(e){return n.jsx(r,{...e,iconKey:"send_to_mobile"})}function TM(e){return n.jsx(r,{...e,iconKey:"sensor_door"})}function MM(e){return n.jsx(r,{...e,iconKey:"sensor_occupied"})}function OM(e){return n.jsx(r,{...e,iconKey:"sensor_window"})}function LM(e){return n.jsx(r,{...e,iconKey:"sensors"})}function QM(e){return n.jsx(r,{...e,iconKey:"sensors_off"})}function VM(e){return n.jsx(r,{...e,iconKey:"sentiment_dissatisfied"})}function WM(e){return n.jsx(r,{...e,iconKey:"sentiment_neutral"})}function GM(e){return n.jsx(r,{...e,iconKey:"sentiment_satisfied"})}function zM(e){return n.jsx(r,{...e,iconKey:"sentiment_satisfied_alt"})}function HM(e){return n.jsx(r,{...e,iconKey:"sentiment_very_dissatisfied"})}function UM(e){return n.jsx(r,{...e,iconKey:"sentiment_very_satisfied"})}function YM(e){return n.jsx(r,{...e,iconKey:"set_meal"})}function jM(e){return n.jsx(r,{...e,iconKey:"settings"})}function $M(e){return n.jsx(r,{...e,iconKey:"settings_accessibility"})}function qM(e){return n.jsx(r,{...e,iconKey:"settings_applications"})}function JM(e){return n.jsx(r,{...e,iconKey:"settings_backup_restore"})}function ZM(e){return n.jsx(r,{...e,iconKey:"settings_bluetooth"})}function XM(e){return n.jsx(r,{...e,iconKey:"settings_brightness"})}function xM(e){return n.jsx(r,{...e,iconKey:"settings_cell"})}function RM(e){return n.jsx(r,{...e,iconKey:"settings_ethernet"})}function e2(e){return n.jsx(r,{...e,iconKey:"settings_input_antenna"})}function n2(e){return n.jsx(r,{...e,iconKey:"settings_input_component"})}function o2(e){return n.jsx(r,{...e,iconKey:"settings_input_composite"})}function r2(e){return n.jsx(r,{...e,iconKey:"settings_input_hdmi"})}function t2(e){return n.jsx(r,{...e,iconKey:"settings_input_svideo"})}function c2(e){return n.jsx(r,{...e,iconKey:"settings_overscan"})}function i2(e){return n.jsx(r,{...e,iconKey:"settings_phone"})}function a2(e){return n.jsx(r,{...e,iconKey:"settings_power"})}function l2(e){return n.jsx(r,{...e,iconKey:"settings_remote"})}function s2(e){return n.jsx(r,{...e,iconKey:"settings_suggest"})}function d2(e){return n.jsx(r,{...e,iconKey:"settings_system_daydream"})}function u2(e){return n.jsx(r,{...e,iconKey:"settings_voice"})}function f2(e){return n.jsx(r,{...e,iconKey:"severe_cold"})}function A2(e){return n.jsx(r,{...e,iconKey:"shape_line"})}function y2(e){return n.jsx(r,{...e,iconKey:"share"})}function _2(e){return n.jsx(r,{...e,iconKey:"share_location"})}function h2(e){return n.jsx(r,{...e,iconKey:"shield"})}function g2(e){return n.jsx(r,{...e,iconKey:"shield_moon"})}function I2(e){return n.jsx(r,{...e,iconKey:"shop"})}function b2(e){return n.jsx(r,{...e,iconKey:"shop_2"})}function p2(e){return n.jsx(r,{...e,iconKey:"shop_two"})}function w2(e){return n.jsx(r,{...e,iconKey:"shopping_bag"})}function k2(e){return n.jsx(r,{...e,iconKey:"shopping_basket"})}function m2(e){return n.jsx(r,{...e,iconKey:"shopping_cart"})}function v2(e){return n.jsx(r,{...e,iconKey:"shopping_cart_checkout"})}function Dc(e){return n.jsx(r,{...e,iconKey:"short_text"})}function K2(e){return n.jsx(r,{...e,iconKey:"shortcut"})}function C2(e){return n.jsx(r,{...e,iconKey:"show_chart"})}function S2(e){return n.jsx(r,{...e,iconKey:"shower"})}function B2(e){return n.jsx(r,{...e,iconKey:"shuffle"})}function E2(e){return n.jsx(r,{...e,iconKey:"shuffle_on"})}function F2(e){return n.jsx(r,{...e,iconKey:"shutter_speed"})}function P2(e){return n.jsx(r,{...e,iconKey:"sick"})}function D2(e){return n.jsx(r,{...e,iconKey:"sign_language"})}function N2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_0_bar"})}function T2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_4_bar"})}function M2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_alt"})}function O2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_alt_1_bar"})}function L2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_alt_2_bar"})}function Q2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_connected_no_internet_0_bar"})}function V2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_connected_no_internet_4_bar"})}function W2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_no_sim"})}function G2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_nodata"})}function z2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_null"})}function H2(e){return n.jsx(r,{...e,iconKey:"signal_cellular_off"})}function U2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_0_bar"})}function Y2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_4_bar"})}function j2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_4_bar_lock"})}function $2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_bad"})}function q2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_connected_no_internet_4"})}function J2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_off"})}function Z2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_statusbar_4_bar"})}function X2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_statusbar_connected_no_internet_4"})}function x2(e){return n.jsx(r,{...e,iconKey:"signal_wifi_statusbar_null"})}function R2(e){return n.jsx(r,{...e,iconKey:"signpost"})}function eO(e){return n.jsx(r,{...e,iconKey:"sim_card"})}function nO(e){return n.jsx(r,{...e,iconKey:"sim_card_alert"})}function oO(e){return n.jsx(r,{...e,iconKey:"sim_card_download"})}function rO(e){return n.jsx(r,{...e,iconKey:"single_bed"})}function tO(e){return n.jsx(r,{...e,iconKey:"sip"})}function cO(e){return n.jsx(r,{...e,iconKey:"skateboarding"})}function iO(e){return n.jsx(r,{...e,iconKey:"skip_next"})}function aO(e){return n.jsx(r,{...e,iconKey:"skip_previous"})}function lO(e){return n.jsx(r,{...e,iconKey:"sledding"})}function sO(e){return n.jsx(r,{...e,iconKey:"slideshow"})}function dO(e){return n.jsx(r,{...e,iconKey:"slow_motion_video"})}function uO(e){return n.jsx(r,{...e,iconKey:"smart_button"})}function fO(e){return n.jsx(r,{...e,iconKey:"smart_display"})}function AO(e){return n.jsx(r,{...e,iconKey:"smart_screen"})}function yO(e){return n.jsx(r,{...e,iconKey:"smart_toy"})}function _O(e){return n.jsx(r,{...e,iconKey:"smartphone"})}function hO(e){return n.jsx(r,{...e,iconKey:"smoke_free"})}function gO(e){return n.jsx(r,{...e,iconKey:"smoking_rooms"})}function IO(e){return n.jsx(r,{...e,iconKey:"sms"})}function bO(e){return n.jsx(r,{...e,iconKey:"sms_failed"})}function pO(e){return n.jsx(r,{...e,iconKey:"snippet_folder"})}function wO(e){return n.jsx(r,{...e,iconKey:"snooze"})}function kO(e){return n.jsx(r,{...e,iconKey:"snowboarding"})}function mO(e){return n.jsx(r,{...e,iconKey:"snowmobile"})}function vO(e){return n.jsx(r,{...e,iconKey:"snowshoeing"})}function KO(e){return n.jsx(r,{...e,iconKey:"soap"})}function CO(e){return n.jsx(r,{...e,iconKey:"social_distance"})}function SO(e){return n.jsx(r,{...e,iconKey:"solar_power"})}function BO(e){return n.jsx(r,{...e,iconKey:"sort"})}function EO(e){return n.jsx(r,{...e,iconKey:"sort_by_alpha"})}function FO(e){return n.jsx(r,{...e,iconKey:"sos"})}function PO(e){return n.jsx(r,{...e,iconKey:"soup_kitchen"})}function DO(e){return n.jsx(r,{...e,iconKey:"source"})}function NO(e){return n.jsx(r,{...e,iconKey:"south"})}function TO(e){return n.jsx(r,{...e,iconKey:"south_america"})}function MO(e){return n.jsx(r,{...e,iconKey:"south_east"})}function OO(e){return n.jsx(r,{...e,iconKey:"south_west"})}function LO(e){return n.jsx(r,{...e,iconKey:"spa"})}function QO(e){return n.jsx(r,{...e,iconKey:"space_bar"})}function VO(e){return n.jsx(r,{...e,iconKey:"space_dashboard"})}function WO(e){return n.jsx(r,{...e,iconKey:"spatial_audio"})}function GO(e){return n.jsx(r,{...e,iconKey:"spatial_audio_off"})}function zO(e){return n.jsx(r,{...e,iconKey:"spatial_tracking"})}function HO(e){return n.jsx(r,{...e,iconKey:"speaker"})}function UO(e){return n.jsx(r,{...e,iconKey:"speaker_group"})}function YO(e){return n.jsx(r,{...e,iconKey:"speaker_notes"})}function jO(e){return n.jsx(r,{...e,iconKey:"speaker_notes_off"})}function $O(e){return n.jsx(r,{...e,iconKey:"speaker_phone"})}function qO(e){return n.jsx(r,{...e,iconKey:"speed"})}function JO(e){return n.jsx(r,{...e,iconKey:"spellcheck"})}function ZO(e){return n.jsx(r,{...e,iconKey:"splitscreen"})}function XO(e){return n.jsx(r,{...e,iconKey:"spoke"})}function xO(e){return n.jsx(r,{...e,iconKey:"sports"})}function RO(e){return n.jsx(r,{...e,iconKey:"sports_bar"})}function eL(e){return n.jsx(r,{...e,iconKey:"sports_baseball"})}function nL(e){return n.jsx(r,{...e,iconKey:"sports_basketball"})}function oL(e){return n.jsx(r,{...e,iconKey:"sports_cricket"})}function rL(e){return n.jsx(r,{...e,iconKey:"sports_esports"})}function tL(e){return n.jsx(r,{...e,iconKey:"sports_football"})}function cL(e){return n.jsx(r,{...e,iconKey:"sports_golf"})}function iL(e){return n.jsx(r,{...e,iconKey:"sports_gymnastics"})}function aL(e){return n.jsx(r,{...e,iconKey:"sports_handball"})}function lL(e){return n.jsx(r,{...e,iconKey:"sports_hockey"})}function sL(e){return n.jsx(r,{...e,iconKey:"sports_kabaddi"})}function dL(e){return n.jsx(r,{...e,iconKey:"sports_martial_arts"})}function uL(e){return n.jsx(r,{...e,iconKey:"sports_mma"})}function fL(e){return n.jsx(r,{...e,iconKey:"sports_motorsports"})}function AL(e){return n.jsx(r,{...e,iconKey:"sports_rugby"})}function yL(e){return n.jsx(r,{...e,iconKey:"sports_score"})}function _L(e){return n.jsx(r,{...e,iconKey:"sports_soccer"})}function hL(e){return n.jsx(r,{...e,iconKey:"sports_tennis"})}function gL(e){return n.jsx(r,{...e,iconKey:"sports_volleyball"})}function IL(e){return n.jsx(r,{...e,iconKey:"square"})}function bL(e){return n.jsx(r,{...e,iconKey:"square_foot"})}function pL(e){return n.jsx(r,{...e,iconKey:"ssid_chart"})}function wL(e){return n.jsx(r,{...e,iconKey:"stacked_bar_chart"})}function kL(e){return n.jsx(r,{...e,iconKey:"stacked_line_chart"})}function mL(e){return n.jsx(r,{...e,iconKey:"stadium"})}function vL(e){return n.jsx(r,{...e,iconKey:"stairs"})}function Br(e){return n.jsx(r,{...e,iconKey:"star"})}function Er(e){return n.jsx(r,{...e,iconKey:"star_border"})}function KL(e){return n.jsx(r,{...e,iconKey:"star_border_purple500"})}function CL(e){return n.jsx(r,{...e,iconKey:"star_half"})}function SL(e){return n.jsx(r,{...e,iconKey:"star_outline"})}function BL(e){return n.jsx(r,{...e,iconKey:"star_purple500"})}function EL(e){return n.jsx(r,{...e,iconKey:"star_rate"})}function FL(e){return n.jsx(r,{...e,iconKey:"stars"})}function PL(e){return n.jsx(r,{...e,iconKey:"start"})}function DL(e){return n.jsx(r,{...e,iconKey:"stay_current_landscape"})}function NL(e){return n.jsx(r,{...e,iconKey:"stay_current_portrait"})}function TL(e){return n.jsx(r,{...e,iconKey:"stay_primary_landscape"})}function ML(e){return n.jsx(r,{...e,iconKey:"stay_primary_portrait"})}function OL(e){return n.jsx(r,{...e,iconKey:"sticky_note_2"})}function LL(e){return n.jsx(r,{...e,iconKey:"stop"})}function QL(e){return n.jsx(r,{...e,iconKey:"stop_circle"})}function VL(e){return n.jsx(r,{...e,iconKey:"stop_screen_share"})}function WL(e){return n.jsx(r,{...e,iconKey:"storage"})}function GL(e){return n.jsx(r,{...e,iconKey:"store"})}function zL(e){return n.jsx(r,{...e,iconKey:"store_mall_directory"})}function HL(e){return n.jsx(r,{...e,iconKey:"storefront"})}function UL(e){return n.jsx(r,{...e,iconKey:"storm"})}function YL(e){return n.jsx(r,{...e,iconKey:"straight"})}function jL(e){return n.jsx(r,{...e,iconKey:"straighten"})}function $L(e){return n.jsx(r,{...e,iconKey:"stream"})}function qL(e){return n.jsx(r,{...e,iconKey:"streetview"})}function JL(e){return n.jsx(r,{...e,iconKey:"strikethrough_s"})}function ZL(e){return n.jsx(r,{...e,iconKey:"stroller"})}function XL(e){return n.jsx(r,{...e,iconKey:"style"})}function xL(e){return n.jsx(r,{...e,iconKey:"subdirectory_arrow_left"})}function RL(e){return n.jsx(r,{...e,iconKey:"subdirectory_arrow_right"})}function Nc(e){return n.jsx(r,{...e,iconKey:"subject"})}function e4(e){return n.jsx(r,{...e,iconKey:"subscript"})}function n4(e){return n.jsx(r,{...e,iconKey:"subscriptions"})}function o4(e){return n.jsx(r,{...e,iconKey:"subtitles"})}function r4(e){return n.jsx(r,{...e,iconKey:"subtitles_off"})}function t4(e){return n.jsx(r,{...e,iconKey:"subway"})}function c4(e){return n.jsx(r,{...e,iconKey:"summarize"})}function i4(e){return n.jsx(r,{...e,iconKey:"superscript"})}function a4(e){return n.jsx(r,{...e,iconKey:"supervised_user_circle"})}function l4(e){return n.jsx(r,{...e,iconKey:"supervisor_account"})}function s4(e){return n.jsx(r,{...e,iconKey:"support"})}function d4(e){return n.jsx(r,{...e,iconKey:"support_agent"})}function u4(e){return n.jsx(r,{...e,iconKey:"surfing"})}function f4(e){return n.jsx(r,{...e,iconKey:"surround_sound"})}function A4(e){return n.jsx(r,{...e,iconKey:"swap_calls"})}function y4(e){return n.jsx(r,{...e,iconKey:"swap_horiz"})}function _4(e){return n.jsx(r,{...e,iconKey:"swap_horizontal_circle"})}function h4(e){return n.jsx(r,{...e,iconKey:"swap_vert"})}function g4(e){return n.jsx(r,{...e,iconKey:"swap_vertical_circle"})}function I4(e){return n.jsx(r,{...e,iconKey:"swipe"})}function b4(e){return n.jsx(r,{...e,iconKey:"swipe_down"})}function p4(e){return n.jsx(r,{...e,iconKey:"swipe_down_alt"})}function w4(e){return n.jsx(r,{...e,iconKey:"swipe_left"})}function k4(e){return n.jsx(r,{...e,iconKey:"swipe_left_alt"})}function m4(e){return n.jsx(r,{...e,iconKey:"swipe_right"})}function v4(e){return n.jsx(r,{...e,iconKey:"swipe_right_alt"})}function K4(e){return n.jsx(r,{...e,iconKey:"swipe_up"})}function C4(e){return n.jsx(r,{...e,iconKey:"swipe_up_alt"})}function S4(e){return n.jsx(r,{...e,iconKey:"swipe_vertical"})}function B4(e){return n.jsx(r,{...e,iconKey:"switch_access_shortcut"})}function E4(e){return n.jsx(r,{...e,iconKey:"switch_access_shortcut_add"})}function F4(e){return n.jsx(r,{...e,iconKey:"switch_account"})}function P4(e){return n.jsx(r,{...e,iconKey:"switch_camera"})}function D4(e){return n.jsx(r,{...e,iconKey:"switch_left"})}function N4(e){return n.jsx(r,{...e,iconKey:"switch_right"})}function T4(e){return n.jsx(r,{...e,iconKey:"switch_video"})}function M4(e){return n.jsx(r,{...e,iconKey:"synagogue"})}function O4(e){return n.jsx(r,{...e,iconKey:"sync"})}function L4(e){return n.jsx(r,{...e,iconKey:"sync_alt"})}function Q4(e){return n.jsx(r,{...e,iconKey:"sync_disabled"})}function V4(e){return n.jsx(r,{...e,iconKey:"sync_lock"})}function W4(e){return n.jsx(r,{...e,iconKey:"sync_problem"})}function G4(e){return n.jsx(r,{...e,iconKey:"system_security_update"})}function z4(e){return n.jsx(r,{...e,iconKey:"system_security_update_good"})}function H4(e){return n.jsx(r,{...e,iconKey:"system_security_update_warning"})}function U4(e){return n.jsx(r,{...e,iconKey:"system_update"})}function Y4(e){return n.jsx(r,{...e,iconKey:"system_update_alt"})}function j4(e){return n.jsx(r,{...e,iconKey:"tab"})}function $4(e){return n.jsx(r,{...e,iconKey:"tab_unselected"})}function q4(e){return n.jsx(r,{...e,iconKey:"table_bar"})}function J4(e){return n.jsx(r,{...e,iconKey:"table_chart"})}function Z4(e){return n.jsx(r,{...e,iconKey:"table_restaurant"})}function X4(e){return n.jsx(r,{...e,iconKey:"table_rows"})}function x4(e){return n.jsx(r,{...e,iconKey:"table_view"})}function R4(e){return n.jsx(r,{...e,iconKey:"tablet"})}function eQ(e){return n.jsx(r,{...e,iconKey:"tablet_android"})}function nQ(e){return n.jsx(r,{...e,iconKey:"tablet_mac"})}function oQ(e){return n.jsx(r,{...e,iconKey:"tag"})}function rQ(e){return n.jsx(r,{...e,iconKey:"tag_faces"})}function tQ(e){return n.jsx(r,{...e,iconKey:"takeout_dining"})}function cQ(e){return n.jsx(r,{...e,iconKey:"tap_and_play"})}function iQ(e){return n.jsx(r,{...e,iconKey:"tapas"})}function aQ(e){return n.jsx(r,{...e,iconKey:"task"})}function lQ(e){return n.jsx(r,{...e,iconKey:"task_alt"})}function sQ(e){return n.jsx(r,{...e,iconKey:"taxi_alert"})}function dQ(e){return n.jsx(r,{...e,iconKey:"temple_buddhist"})}function uQ(e){return n.jsx(r,{...e,iconKey:"temple_hindu"})}function fQ(e){return n.jsx(r,{...e,iconKey:"terminal"})}function AQ(e){return n.jsx(r,{...e,iconKey:"terrain"})}function yQ(e){return n.jsx(r,{...e,iconKey:"text_decrease"})}function _Q(e){return n.jsx(r,{...e,iconKey:"text_fields"})}function hQ(e){return n.jsx(r,{...e,iconKey:"text_format"})}function gQ(e){return n.jsx(r,{...e,iconKey:"text_increase"})}function IQ(e){return n.jsx(r,{...e,iconKey:"text_rotate_up"})}function bQ(e){return n.jsx(r,{...e,iconKey:"text_rotate_vertical"})}function pQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_angledown"})}function wQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_angleup"})}function kQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_down"})}function mQ(e){return n.jsx(r,{...e,iconKey:"text_rotation_none"})}function vQ(e){return n.jsx(r,{...e,iconKey:"text_snippet"})}function KQ(e){return n.jsx(r,{...e,iconKey:"textsms"})}function CQ(e){return n.jsx(r,{...e,iconKey:"texture"})}function SQ(e){return n.jsx(r,{...e,iconKey:"theater_comedy"})}function BQ(e){return n.jsx(r,{...e,iconKey:"theaters"})}function EQ(e){return n.jsx(r,{...e,iconKey:"thermostat"})}function FQ(e){return n.jsx(r,{...e,iconKey:"thermostat_auto"})}function PQ(e){return n.jsx(r,{...e,iconKey:"thumb_down"})}function DQ(e){return n.jsx(r,{...e,iconKey:"thumb_down_alt"})}function NQ(e){return n.jsx(r,{...e,iconKey:"thumb_down_off_alt"})}function TQ(e){return n.jsx(r,{...e,iconKey:"thumb_up"})}function MQ(e){return n.jsx(r,{...e,iconKey:"thumb_up_alt"})}function OQ(e){return n.jsx(r,{...e,iconKey:"thumb_up_off_alt"})}function LQ(e){return n.jsx(r,{...e,iconKey:"thumbs_up_down"})}function QQ(e){return n.jsx(r,{...e,iconKey:"thunderstorm"})}function VQ(e){return n.jsx(r,{...e,iconKey:"time_to_leave"})}function WQ(e){return n.jsx(r,{...e,iconKey:"timelapse"})}function GQ(e){return n.jsx(r,{...e,iconKey:"timeline"})}function zQ(e){return n.jsx(r,{...e,iconKey:"timer"})}function HQ(e){return n.jsx(r,{...e,iconKey:"timer_10"})}function UQ(e){return n.jsx(r,{...e,iconKey:"timer_10_select"})}function YQ(e){return n.jsx(r,{...e,iconKey:"timer_3"})}function jQ(e){return n.jsx(r,{...e,iconKey:"timer_3_select"})}function $Q(e){return n.jsx(r,{...e,iconKey:"timer_off"})}function qQ(e){return n.jsx(r,{...e,iconKey:"tips_and_updates"})}function JQ(e){return n.jsx(r,{...e,iconKey:"tire_repair"})}function ZQ(e){return n.jsx(r,{...e,iconKey:"title"})}function XQ(e){return n.jsx(r,{...e,iconKey:"toc"})}function xQ(e){return n.jsx(r,{...e,iconKey:"today"})}function RQ(e){return n.jsx(r,{...e,iconKey:"toggle_off"})}function eV(e){return n.jsx(r,{...e,iconKey:"toggle_on"})}function nV(e){return n.jsx(r,{...e,iconKey:"token"})}function oV(e){return n.jsx(r,{...e,iconKey:"toll"})}function rV(e){return n.jsx(r,{...e,iconKey:"tonality"})}function tV(e){return n.jsx(r,{...e,iconKey:"topic"})}function cV(e){return n.jsx(r,{...e,iconKey:"tornado"})}function iV(e){return n.jsx(r,{...e,iconKey:"touch_app"})}function aV(e){return n.jsx(r,{...e,iconKey:"tour"})}function lV(e){return n.jsx(r,{...e,iconKey:"toys"})}function sV(e){return n.jsx(r,{...e,iconKey:"track_changes"})}function dV(e){return n.jsx(r,{...e,iconKey:"traffic"})}function uV(e){return n.jsx(r,{...e,iconKey:"train"})}function fV(e){return n.jsx(r,{...e,iconKey:"tram"})}function AV(e){return n.jsx(r,{...e,iconKey:"transcribe"})}function yV(e){return n.jsx(r,{...e,iconKey:"transfer_within_a_station"})}function _V(e){return n.jsx(r,{...e,iconKey:"transform"})}function hV(e){return n.jsx(r,{...e,iconKey:"transgender"})}function gV(e){return n.jsx(r,{...e,iconKey:"transit_enterexit"})}function IV(e){return n.jsx(r,{...e,iconKey:"translate"})}function bV(e){return n.jsx(r,{...e,iconKey:"travel_explore"})}function pV(e){return n.jsx(r,{...e,iconKey:"trending_down"})}function wV(e){return n.jsx(r,{...e,iconKey:"trending_flat"})}function kV(e){return n.jsx(r,{...e,iconKey:"trending_up"})}function mV(e){return n.jsx(r,{...e,iconKey:"trip_origin"})}function vV(e){return n.jsx(r,{...e,iconKey:"troubleshoot"})}function KV(e){return n.jsx(r,{...e,iconKey:"try"})}function CV(e){return n.jsx(r,{...e,iconKey:"tsunami"})}function SV(e){return n.jsx(r,{...e,iconKey:"tty"})}function BV(e){return n.jsx(r,{...e,iconKey:"tune"})}function EV(e){return n.jsx(r,{...e,iconKey:"tungsten"})}function FV(e){return n.jsx(r,{...e,iconKey:"turn_left"})}function PV(e){return n.jsx(r,{...e,iconKey:"turn_right"})}function DV(e){return n.jsx(r,{...e,iconKey:"turn_sharp_left"})}function NV(e){return n.jsx(r,{...e,iconKey:"turn_sharp_right"})}function TV(e){return n.jsx(r,{...e,iconKey:"turn_slight_left"})}function MV(e){return n.jsx(r,{...e,iconKey:"turn_slight_right"})}function OV(e){return n.jsx(r,{...e,iconKey:"turned_in"})}function LV(e){return n.jsx(r,{...e,iconKey:"turned_in_not"})}function QV(e){return n.jsx(r,{...e,iconKey:"tv"})}function VV(e){return n.jsx(r,{...e,iconKey:"tv_off"})}function WV(e){return n.jsx(r,{...e,iconKey:"two_wheeler"})}function GV(e){return n.jsx(r,{...e,iconKey:"type_specimen"})}function zV(e){return n.jsx(r,{...e,iconKey:"u_turn_left"})}function HV(e){return n.jsx(r,{...e,iconKey:"u_turn_right"})}function UV(e){return n.jsx(r,{...e,iconKey:"umbrella"})}function YV(e){return n.jsx(r,{...e,iconKey:"unarchive"})}function jV(e){return n.jsx(r,{...e,iconKey:"undo"})}function $V(e){return n.jsx(r,{...e,iconKey:"unfold_less"})}function qV(e){return n.jsx(r,{...e,iconKey:"unfold_less_double"})}function JV(e){return n.jsx(r,{...e,iconKey:"unfold_more"})}function ZV(e){return n.jsx(r,{...e,iconKey:"unfold_more_double"})}function XV(e){return n.jsx(r,{...e,iconKey:"unpublished"})}function xV(e){return n.jsx(r,{...e,iconKey:"unsubscribe"})}function RV(e){return n.jsx(r,{...e,iconKey:"upcoming"})}function eW(e){return n.jsx(r,{...e,iconKey:"update"})}function nW(e){return n.jsx(r,{...e,iconKey:"update_disabled"})}function oW(e){return n.jsx(r,{...e,iconKey:"upgrade"})}function rW(e){return n.jsx(r,{...e,iconKey:"upload"})}function Tc(e){return n.jsx(r,{...e,iconKey:"upload_file"})}function tW(e){return n.jsx(r,{...e,iconKey:"usb"})}function cW(e){return n.jsx(r,{...e,iconKey:"usb_off"})}function iW(e){return n.jsx(r,{...e,iconKey:"vaccines"})}function aW(e){return n.jsx(r,{...e,iconKey:"vape_free"})}function lW(e){return n.jsx(r,{...e,iconKey:"vaping_rooms"})}function sW(e){return n.jsx(r,{...e,iconKey:"verified"})}function dW(e){return n.jsx(r,{...e,iconKey:"verified_user"})}function uW(e){return n.jsx(r,{...e,iconKey:"vertical_align_bottom"})}function fW(e){return n.jsx(r,{...e,iconKey:"vertical_align_center"})}function AW(e){return n.jsx(r,{...e,iconKey:"vertical_align_top"})}function yW(e){return n.jsx(r,{...e,iconKey:"vertical_distribute"})}function _W(e){return n.jsx(r,{...e,iconKey:"vertical_shades"})}function hW(e){return n.jsx(r,{...e,iconKey:"vertical_shades_closed"})}function gW(e){return n.jsx(r,{...e,iconKey:"vertical_split"})}function IW(e){return n.jsx(r,{...e,iconKey:"vibration"})}function bW(e){return n.jsx(r,{...e,iconKey:"video_call"})}function pW(e){return n.jsx(r,{...e,iconKey:"video_camera_back"})}function wW(e){return n.jsx(r,{...e,iconKey:"video_camera_front"})}function kW(e){return n.jsx(r,{...e,iconKey:"video_chat"})}function mW(e){return n.jsx(r,{...e,iconKey:"video_file"})}function vW(e){return n.jsx(r,{...e,iconKey:"video_label"})}function KW(e){return n.jsx(r,{...e,iconKey:"video_library"})}function CW(e){return n.jsx(r,{...e,iconKey:"video_settings"})}function SW(e){return n.jsx(r,{...e,iconKey:"video_stable"})}function BW(e){return n.jsx(r,{...e,iconKey:"videocam"})}function EW(e){return n.jsx(r,{...e,iconKey:"videocam_off"})}function FW(e){return n.jsx(r,{...e,iconKey:"videogame_asset"})}function PW(e){return n.jsx(r,{...e,iconKey:"videogame_asset_off"})}function DW(e){return n.jsx(r,{...e,iconKey:"view_agenda"})}function NW(e){return n.jsx(r,{...e,iconKey:"view_array"})}function TW(e){return n.jsx(r,{...e,iconKey:"view_carousel"})}function MW(e){return n.jsx(r,{...e,iconKey:"view_column"})}function OW(e){return n.jsx(r,{...e,iconKey:"view_comfy"})}function LW(e){return n.jsx(r,{...e,iconKey:"view_comfy_alt"})}function QW(e){return n.jsx(r,{...e,iconKey:"view_compact"})}function VW(e){return n.jsx(r,{...e,iconKey:"view_compact_alt"})}function WW(e){return n.jsx(r,{...e,iconKey:"view_cozy"})}function GW(e){return n.jsx(r,{...e,iconKey:"view_day"})}function zW(e){return n.jsx(r,{...e,iconKey:"view_headline"})}function HW(e){return n.jsx(r,{...e,iconKey:"view_in_ar"})}function UW(e){return n.jsx(r,{...e,iconKey:"view_kanban"})}function YW(e){return n.jsx(r,{...e,iconKey:"view_list"})}function jW(e){return n.jsx(r,{...e,iconKey:"view_module"})}function $W(e){return n.jsx(r,{...e,iconKey:"view_quilt"})}function qW(e){return n.jsx(r,{...e,iconKey:"view_sidebar"})}function Mc(e){return n.jsx(r,{...e,iconKey:"view_stream"})}function JW(e){return n.jsx(r,{...e,iconKey:"view_timeline"})}function ZW(e){return n.jsx(r,{...e,iconKey:"view_week"})}function XW(e){return n.jsx(r,{...e,iconKey:"vignette"})}function xW(e){return n.jsx(r,{...e,iconKey:"villa"})}function RW(e){return n.jsx(r,{...e,iconKey:"visibility"})}function e5(e){return n.jsx(r,{...e,iconKey:"visibility_off"})}function n5(e){return n.jsx(r,{...e,iconKey:"voice_chat"})}function o5(e){return n.jsx(r,{...e,iconKey:"voice_over_off"})}function r5(e){return n.jsx(r,{...e,iconKey:"voicemail"})}function t5(e){return n.jsx(r,{...e,iconKey:"volcano"})}function c5(e){return n.jsx(r,{...e,iconKey:"volume_down"})}function i5(e){return n.jsx(r,{...e,iconKey:"volume_mute"})}function a5(e){return n.jsx(r,{...e,iconKey:"volume_off"})}function l5(e){return n.jsx(r,{...e,iconKey:"volume_up"})}function s5(e){return n.jsx(r,{...e,iconKey:"volunteer_activism"})}function d5(e){return n.jsx(r,{...e,iconKey:"vpn_key"})}function u5(e){return n.jsx(r,{...e,iconKey:"vpn_key_off"})}function f5(e){return n.jsx(r,{...e,iconKey:"vpn_lock"})}function A5(e){return n.jsx(r,{...e,iconKey:"vrpano"})}function y5(e){return n.jsx(r,{...e,iconKey:"wallet"})}function _5(e){return n.jsx(r,{...e,iconKey:"wallpaper"})}function h5(e){return n.jsx(r,{...e,iconKey:"warehouse"})}function g5(e){return n.jsx(r,{...e,iconKey:"warning"})}function I5(e){return n.jsx(r,{...e,iconKey:"warning_amber"})}function b5(e){return n.jsx(r,{...e,iconKey:"wash"})}function p5(e){return n.jsx(r,{...e,iconKey:"watch"})}function w5(e){return n.jsx(r,{...e,iconKey:"watch_later"})}function k5(e){return n.jsx(r,{...e,iconKey:"watch_off"})}function m5(e){return n.jsx(r,{...e,iconKey:"water"})}function v5(e){return n.jsx(r,{...e,iconKey:"water_damage"})}function K5(e){return n.jsx(r,{...e,iconKey:"water_drop"})}function C5(e){return n.jsx(r,{...e,iconKey:"waterfall_chart"})}function S5(e){return n.jsx(r,{...e,iconKey:"waves"})}function B5(e){return n.jsx(r,{...e,iconKey:"waving_hand"})}function E5(e){return n.jsx(r,{...e,iconKey:"wb_auto"})}function F5(e){return n.jsx(r,{...e,iconKey:"wb_cloudy"})}function P5(e){return n.jsx(r,{...e,iconKey:"wb_incandescent"})}function D5(e){return n.jsx(r,{...e,iconKey:"wb_iridescent"})}function N5(e){return n.jsx(r,{...e,iconKey:"wb_shade"})}function T5(e){return n.jsx(r,{...e,iconKey:"wb_sunny"})}function M5(e){return n.jsx(r,{...e,iconKey:"wb_twilight"})}function O5(e){return n.jsx(r,{...e,iconKey:"wc"})}function L5(e){return n.jsx(r,{...e,iconKey:"web"})}function Q5(e){return n.jsx(r,{...e,iconKey:"web_asset"})}function V5(e){return n.jsx(r,{...e,iconKey:"web_asset_off"})}function W5(e){return n.jsx(r,{...e,iconKey:"web_stories"})}function G5(e){return n.jsx(r,{...e,iconKey:"webhook"})}function z5(e){return n.jsx(r,{...e,iconKey:"weekend"})}function H5(e){return n.jsx(r,{...e,iconKey:"west"})}function U5(e){return n.jsx(r,{...e,iconKey:"whatshot"})}function Y5(e){return n.jsx(r,{...e,iconKey:"wheelchair_pickup"})}function j5(e){return n.jsx(r,{...e,iconKey:"where_to_vote"})}function $5(e){return n.jsx(r,{...e,iconKey:"widgets"})}function q5(e){return n.jsx(r,{...e,iconKey:"width_full"})}function J5(e){return n.jsx(r,{...e,iconKey:"width_normal"})}function Z5(e){return n.jsx(r,{...e,iconKey:"width_wide"})}function X5(e){return n.jsx(r,{...e,iconKey:"wifi"})}function x5(e){return n.jsx(r,{...e,iconKey:"wifi_1_bar"})}function R5(e){return n.jsx(r,{...e,iconKey:"wifi_2_bar"})}function eG(e){return n.jsx(r,{...e,iconKey:"wifi_calling"})}function nG(e){return n.jsx(r,{...e,iconKey:"wifi_calling_3"})}function oG(e){return n.jsx(r,{...e,iconKey:"wifi_channel"})}function rG(e){return n.jsx(r,{...e,iconKey:"wifi_find"})}function tG(e){return n.jsx(r,{...e,iconKey:"wifi_lock"})}function cG(e){return n.jsx(r,{...e,iconKey:"wifi_off"})}function iG(e){return n.jsx(r,{...e,iconKey:"wifi_password"})}function aG(e){return n.jsx(r,{...e,iconKey:"wifi_protected_setup"})}function lG(e){return n.jsx(r,{...e,iconKey:"wifi_tethering"})}function sG(e){return n.jsx(r,{...e,iconKey:"wifi_tethering_error"})}function dG(e){return n.jsx(r,{...e,iconKey:"wifi_tethering_off"})}function uG(e){return n.jsx(r,{...e,iconKey:"wind_power"})}function fG(e){return n.jsx(r,{...e,iconKey:"window"})}function AG(e){return n.jsx(r,{...e,iconKey:"wine_bar"})}function yG(e){return n.jsx(r,{...e,iconKey:"woman"})}function _G(e){return n.jsx(r,{...e,iconKey:"woman_2"})}function hG(e){return n.jsx(r,{...e,iconKey:"work"})}function gG(e){return n.jsx(r,{...e,iconKey:"work_history"})}function IG(e){return n.jsx(r,{...e,iconKey:"work_off"})}function bG(e){return n.jsx(r,{...e,iconKey:"work_outline"})}function pG(e){return n.jsx(r,{...e,iconKey:"workspace_premium"})}function wG(e){return n.jsx(r,{...e,iconKey:"workspaces"})}function kG(e){return n.jsx(r,{...e,iconKey:"wrap_text"})}function mG(e){return n.jsx(r,{...e,iconKey:"wrong_location"})}function vG(e){return n.jsx(r,{...e,iconKey:"wysiwyg"})}function KG(e){return n.jsx(r,{...e,iconKey:"yard"})}function CG(e){return n.jsx(r,{...e,iconKey:"youtube_searched_for"})}function SG(e){return n.jsx(r,{...e,iconKey:"zoom_in"})}function BG(e){return n.jsx(r,{...e,iconKey:"zoom_in_map"})}function EG(e){return n.jsx(r,{...e,iconKey:"zoom_out"})}function FG(e){return n.jsx(r,{...e,iconKey:"zoom_out_map"})}const PG={large:"w-6 h-6 rounded flex items-center justify-center",medium:"w-5 h-5 rounded flex items-center justify-center",small:"w-4 h-4 rounded flex items-center justify-center"},DG={medium:"w-10 h-10",small:"w-8 h-8",large:"w-12 h-12"},Fr=({checked:e,indeterminate:t=!1,disabled:c,size:i="medium",onCheckedChange:a})=>{const l=t?!1:e;return n.jsx("div",{className:F(DG[i],"inline-flex items-center justify-center p-2 text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150",a?"rounded-full hover:bg-gray-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:hover:bg-opacity-75":"",a?"cursor-pointer":"cursor-default"),children:n.jsx(Xt.Root,{asChild:!0,checked:l,disabled:c,onCheckedChange:c?void 0:a,children:n.jsx("div",{className:F("border-2 relative transition-colors ease-in-out duration-150",PG[i],c?"bg-gray-400 dark:bg-gray-600":l?"bg-primary":"bg-white dark:bg-gray-900",l?"text-gray-100 dark:text-gray-900":"",c||l?"border-transparent":"border-gray-800 dark:border-gray-200"),children:n.jsx(Xt.Indicator,{asChild:!0,children:t?n.jsx("div",{className:"w-full h-[1px] bg-currentColor"}):n.jsx(r,{iconKey:"check",size:20,className:"absolute"})})})})})};function Oc(e){let t=0,c,i;for(c=0;c<e.length;c++)i=e.charCodeAt(c),t=(t<<5)-t+i,t|=0;return Math.abs(t)}const So={blueLighter:{color:"#cfdfff",text:"#102046"},cyanLighter:{color:"#d0f0fd",text:"#04283f"},tealLighter:{color:"#c2f5e9",text:"#012524"},greenLighter:{color:"#d1f7c4",text:"#0b1d05"},yellowLighter:{color:"#ffeab6",text:"#3b2501"},orangeLighter:{color:"#fee2d5",text:"#6b2613"},redLighter:{color:"#ffdce5",text:"#4c0c1c"},pinkLighter:{color:"#ffdaf6",text:"#400832"},purpleLighter:{color:"#ede2fe",text:"#280b42"},grayLighter:{color:"#eee",text:"#040404"},blueLight:{color:"#9cc7ff",text:"#102046"},cyanLight:{color:"#77d1f3",text:"#04283f"},tealLight:{color:"#72ddc3",text:"#012524"},greenLight:{color:"#93e088",text:"#0b1d05"},yellowLight:{color:"#ffd66e",text:"#3b2501"},orangeLight:{color:"#ffa981",text:"#6b2613"},redLight:{color:"#ff9eb7",text:"#4c0c1c"},pinkLight:{color:"#f99de2",text:"#400832"},purpleLight:{color:"#cdb0ff",text:"#280b42"},grayLight:{color:"#ccc",text:"#040404"},blueDark:{color:"#2d7ff9",text:"#fff"},cyanDark:{color:"#18bfff",text:"#fff"},tealDark:{color:"#20d9d2",text:"#fff"},greenDark:{color:"#20c933",text:"#fff"},yellowDark:{color:"#fcb400",text:"#fff"},orangeDark:{color:"#ff6f2c",text:"#fff"},redDark:{color:"#f82b60",text:"#fff"},pinkDark:{color:"#ff08c2",text:"#fff"},purpleDark:{color:"#8b46ff",text:"#fff"},grayDark:{color:"#666",text:"#fff"},blueDarker:{color:"#2750ae",text:"#cfdfff"},cyanDarker:{color:"#0b76b7",text:"#d0f0fd"},tealDarker:{color:"#06a09b",text:"#daf3e9"},greenDarker:{color:"#338a17",text:"#d1f7c4"},yellowDarker:{color:"#b87503",text:"#ffeab6"},orangeDarker:{color:"#d74d26",text:"#fee2d5"},redDarker:{color:"#ba1e45",text:"#ffdce5"},pinkDarker:{color:"#b2158b",text:"#ffdaf6"},purpleDarker:{color:"#6b1cb0",text:"#ede2fe"},grayDarker:{color:"#444",text:"#eee"}};function Lc(e){const t=Oc(e),c=Object.keys(So),i=t%c.length;return So[c[i]]}function NG(e){return So[e]}const TG={smaller:"px-2 py-0.5 text-sm",small:"px-3 py-1 text-sm",medium:"px-4 py-1.5 text-sm"};function Bo({children:e,colorScheme:t,error:c,outlined:i,onClick:a,icon:l,size:s="medium",className:d}){const u=typeof t=="string"?NG(t):t;return n.jsxs("div",{className:F("rounded-lg w-fit h-fit font-regular inline-flex items-center gap-1","truncate",a?"cursor-pointer hover:bg-gray-300 hover:dark:bg-gray-700":"",TG[s],c||!u?"bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-gray-200":"",c?"text-red-500 dark:text-red-400":"",d),onClick:a,style:{backgroundColor:c||!u?void 0:u.color,color:c||!u?void 0:u.text},children:[e,l]})}const MG="hover:bg-gray-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:hover:bg-opacity-75",OG="inline-flex items-center justify-center p-2 text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150",LG="dark:text-gray-100 text-gray-700 visited:text-gray-700 dark:visited:text-gray-100",QG={medium:"w-10 !h-10 min-w-10 min-h-10",small:"w-8 !h-8 min-w-8 min-h-8",large:"w-12 !h-12 min-w-12 min-h-12"},VG={circular:"rounded-full",square:"rounded-md"},WG=({children:e,className:t,size:c="medium",variant:i="ghost",shape:a="circular",disabled:l,toggled:s,component:d,...u},A)=>{const _=i==="ghost"?"bg-transparent":"bg-gray-50 dark:bg-gray-950",h=d||"button";return n.jsx(h,{type:"button",ref:A,...u,className:F(Ie,l?"opacity-50 pointer-events-none":"cursor-pointer",s?"outline outline-2 outline-primary":"",LG,_,OG,MG,VG[a],QG[c],t),children:e})},Z=f.forwardRef(WG),Qc=f.createContext({}),Ge=()=>f.useContext(Qc),Vc=f.createContext({}),Ae=()=>f.useContext(Vc),Pr=f.createContext({}),un=()=>f.useContext(Pr),Wc=f.createContext({}),oo=()=>f.useContext(Wc),Gc=f.createContext({}),fn=()=>f.useContext(Gc),zc=f.createContext({}),Mn=()=>f.useContext(zc),An=()=>{const{enqueueSnackbar:e,closeSnackbar:t}=qt.useSnackbar(),c=f.useCallback(a=>{const{type:l,message:s,autoHideDuration:d}=a;e({message:s,variant:l,autoHideDuration:d})},[]),i=f.useCallback(()=>{t()},[]);return f.useMemo(()=>({open:c,close:i}),[c,i])},Hc=f.createContext(void 0),On=()=>f.useContext(Hc),Uc=f.createContext({}),GG=({children:e})=>{const[t,c]=f.useState([]),i=f.useRef(t),a=d=>{i.current=d,c(d)},l=f.useCallback(()=>{if(t.length===0)return;const d=[...t.slice(0,-1)];a(d)},[t]),s=f.useCallback(d=>{const u=[...t,d];return a(u),{closeDialog:()=>{const A=i.current.filter(_=>_.key!==d.key);a(A)}}},[t]);return n.jsxs(Uc.Provider,{value:{open:s,close:l},children:[e,t.map((d,u)=>n.jsx(d.Component,{open:!0},`dialog_${u}`))]})},zG=()=>f.useContext(Uc),Dr=f.createContext({}),x=()=>{const e=f.useContext(Dr),t=un(),c=oo(),i=fn(),a=Ae(),l=Ge(),s=Mn(),d=An(),u=On(),A=zG();return{...e,authController:t,sideDialogsController:c,sideEntityController:i,navigation:a,dataSource:l,storageSource:s,snackbarController:d,userConfigPersistence:u,dialogsController:A}};function Yc({path:e,collection:t,filterValues:c,sortBy:i,itemCount:a,searchString:l}){const s=Ge(),u=Ae().resolveAliasesFrom(e),A=i?i[0]:void 0,_=i?i[1]:void 0,h=x(),[g,y]=f.useState([]),[I,b]=f.useState(!1),[p,w]=f.useState(),[k,m]=f.useState(!1);return f.useEffect(()=>{b(!0);const C=async B=>{if(t.callbacks?.onFetch)try{B=await Promise.all(B.map(K=>t.callbacks.onFetch({collection:t,path:u,entity:K,context:h})))}catch(K){console.error(K)}b(!1),w(void 0),y(B.map(K=>({...K}))),m(!a||B.length<a)},v=B=>{console.error("ERROR",B),b(!1),y([]),w(B)};return s.listenCollection?s.listenCollection({path:u,collection:t,onUpdate:C,onError:v,searchString:l,filter:c,limit:a,startAfter:void 0,orderBy:A,order:_}):(s.fetchCollection({path:u,collection:t,searchString:l,filter:c,limit:a,startAfter:void 0,orderBy:A,order:_}).then(C).catch(v),()=>{})},[u,a,_,A,c,l]),{data:g,dataLoading:I,dataLoadingError:p,noMoreToLoad:k}}const Nr={};function Tr({path:e,entityId:t,collection:c,useCache:i=!1}){const a=Ge(),s=Ae().resolveAliasesFrom(e),d=x(),[u,A]=f.useState(),[_,h]=f.useState(!0),[g,y]=f.useState();return f.useEffect(()=>{h(!0);const I=async p=>{if(c.callbacks?.onFetch&&p)try{p=await c.callbacks.onFetch({collection:c,path:s,entity:p,context:d})}catch(w){console.error(w)}Nr[`${s}/${t}`]=p,A(p),h(!1),y(void 0)},b=p=>{console.error("ERROR fetching entity",p),h(!1),A(void 0),y(p)};return t&&i&&Nr[`${s}/${t}`]?(A(Nr[`${s}/${t}`]),h(!1),y(void 0),()=>{}):t&&s&&c?a.listenEntity?a.listenEntity({path:s,entityId:t,collection:c,onUpdate:I,onError:b}):(a.fetchEntity({path:s,entityId:t,collection:c}).then(I).catch(b),()=>{}):(I(void 0),()=>{})},[t,s]),{entity:u,dataLoading:_,dataLoadingError:g}}class $e{id;path;constructor(t,c){this.id=t,this.path=c}get pathWithId(){return`${this.path}/${this.id}`}}class Eo{latitude;longitude;constructor(t,c){this.latitude=t,this.longitude=c}}const ro="type",Fo="value";function Ln(e){return e.readOnly||e.dataType==="date"&&e.autoValue?!0:e.dataType==="reference"?!e.path:!1}function to(e){return typeof e.disabled=="object"&&!!e.disabled.hidden}function Fe(e){return typeof e=="function"}function co(e){return e?Object.entries(e).map(([t,c])=>{const i=Po(c);return i===void 0?{}:{[t]:i}}).reduce((t,c)=>({...t,...c}),{}):{}}function Po(e){if(!Fe(e))if(e.dataType==="map"&&e.properties){const t=co(e.properties);return Object.keys(t).length===0?void 0:t}else return e.defaultValue?e.defaultValue:Mr(e.dataType)}function Mr(e){return e==="string"||e==="number"?null:e==="boolean"?!1:e==="date"?null:e==="array"?[]:e==="map"?{}:null}function jc({inputValues:e,properties:t,status:c,timestampNowValue:i,setDateToMidnight:a}){return Or(e,t,(l,s)=>{if(s.dataType==="date"){let d;return c==="existing"&&s.autoValue==="on_update"||(c==="new"||c==="copy")&&(s.autoValue==="on_update"||s.autoValue==="on_create")?d=i:d=l,s.mode==="date"&&(d=a(d)),d}else return l})??{}}function HG(e,t){const c=e;return Object.entries(t).forEach(([i,a])=>{e&&e[i]!==void 0?c[i]=e[i]:a.validation?.required&&(c[i]=null)}),c}function vn(e){return new $e(e.id,e.path)}function Or(e,t,c){const i=Object.entries(t).map(([l,s])=>{const d=e&&e[l],u=Do(d,s,c);if(u!==void 0)return{[l]:u}}).reduce((l,s)=>({...l,...s}),{}),a={...e,...i};if(Object.keys(a).length!==0)return a}function Do(e,t,c){let i;if(t.dataType==="map"&&t.properties)i=Or(e,t.properties,c);else if(t.dataType==="array")if(t.of&&Array.isArray(e))i=e.map(a=>Do(a,t.of,c));else if(t.oneOf&&Array.isArray(e)){const a=t.oneOf?.typeField??ro,l=t.oneOf?.valueField??Fo;i=e.map(s=>{if(s===null)return null;if(typeof s!="object")return s;const d=s[a],u=t.oneOf?.properties[d];return!d||!u?s:{[a]:d,[l]:Do(s[l],u,c)}})}else i=e;else i=c(e,t);return i}function Lr(e,t){try{const c=Object.keys(e);return(t??c).map(a=>{if(e[a]){const l=e[a];return!Fe(l)&&l?.dataType==="map"&&l.properties?{[a]:{...l,properties:Lr(l.properties,l.propertiesOrder)}}:{[a]:l}}else return}).filter(a=>a!==void 0).reduce((a,l)=>({...a,...l}),{})}catch(c){return console.error("Error sorting properties",c),e}}function Qr(e,t){if(e)return typeof e=="string"?e:e(t)}const UG=/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g,YG=e=>{const t=e.match(UG);return t?t.map(c=>c.toLowerCase()).join("-"):""},jG=/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g,$G=e=>{const t=e.match(jG);return t?t.map(c=>c.toLowerCase()).join("_"):""};function Qn(e=5){return Math.random().toString(36).slice(2,2+e)}function qG(){return Math.floor(Math.random()*16777215).toString(16)}function No(e,t="_",c=!0){if(!e)return"";const i="ãàáäâẽèéëêìíïîõòóöôùúüûñç·/_,:;-",a=`aaaaaeeeeeiiiiooooouuuunc${t}${t}${t}${t}${t}${t}${t}`;for(let l=0,s=i.length;l<s;l++)e=e.replace(new RegExp(i.charAt(l),"g"),a.charAt(l));return e=e.toString().replace(/\s+/g,t).replace(/&/g,t).replace(/[^\w\\-]+/g,"").replace(new RegExp("\\"+t+"\\"+t+"+","g"),t).trim().replace(/^\s+|\s+$/g,""),c?e.toLowerCase():e}const $c="MMMM dd, yyyy, HH:mm:ss";function yn(e){return Array.isArray(e)?e:Object.entries(e).map(([t,c])=>typeof c=="string"?{id:t,label:c}:{...c,id:t})}function To(e,t){if(t)return e.find(c=>String(c.id)===String(t))}function qc(e,t){const c=To(e,t);if(!c?.color)return Lc(t.toString());if(typeof c=="object"&&"color"in c){if(typeof c.color=="string")return So[c.color];if(typeof c.color=="object")return c.color}}function JG(e){return typeof e=="object"&&e.disabled}function Jc(e){if(e!==void 0)return typeof e=="object"?e.label:e}const Zc=(e,...t)=>({...t.reduce((c,i)=>({...c,[i]:e[i]}),{})});function Mo(e){return e&&typeof e=="object"&&!Array.isArray(e)}function ze(e,t){const c=Mo(e),i=c?{...e}:e;return c&&Mo(t)&&Object.keys(t).forEach(a=>{Mo(t[a])?a in e?i[a]=ze(e[a],t[a]):Object.assign(i,{[a]:t[a]}):Object.assign(i,{[a]:t[a]})}),i}function _n(e,t){if(e&&typeof e=="object"){if(t in e)return e[t];if(t.includes(".")||t.includes("[")){let c=t.split(/[.[]/);t.includes("[")&&(c=c.map(d=>d.replace("]","")));const i=c[0],a=Array.isArray(e[i])&&!isNaN(parseInt(c[1])),l=a?e[i][parseInt(c[1])]:e[i],s=c.slice(a?2:1).join(".");return s===""?l:_n(l,s)}}}function ZG(e,t){let c={...e};const i=t.split("."),a=i.pop();for(const l of i)c=c[l];return a&&delete c[a],c}function Vr(e){if(e!==void 0)return e===null?null:typeof e=="object"?Object.entries(e).filter(([t,c])=>typeof c!="function").map(([t,c])=>Array.isArray(c)?{[t]:c.map(i=>Vr(i))}:typeof c=="object"?{[t]:Vr(c)}:{[t]:c}).reduce((t,c)=>({...t,...c}),{}):e}function Wr(e){if(!e)return null;if(typeof e=="object"){if("id"in e)return e.id;if(e instanceof Date)return e.toLocaleString();if(e instanceof Eo)return Jt(e)}return Jt(e,{ignoreUnknown:!0})}function Gr(e,t){if(typeof e=="function")return e;if(Array.isArray(e))return e.map(c=>Gr(c,t));if(typeof e=="object"){const c={};return e===null?e:(Object.keys(e).forEach(i=>{if(!zr(e)){const a=Gr(e[i],t),l=typeof a=="string",s=!t||t&&!l||t&&l&&a!=="";a!==void 0&&!zr(a)&&s&&(c[i]=a)}}),c)}return e}function zr(e){return e&&Object.getPrototypeOf(e)===Object.prototype&&Object.keys(e).length===0}const Xc="::";function Hr(e){return xc(Qe(e))}function xc(e){return e.length===1?e[0]:e.reduce((t,c)=>`${t}${Xc}${c}`)}function Qe(e){return e.split("/").filter((t,c)=>c%2===0)}function XG(e){return e?e.toString():""}function Rc(e){if(!e)return;const t=e.match(/\/(.*?)\/([a-z]*)?$/i);return t?new RegExp(t[1],t[2]||""):new RegExp(e,"")}function xG(e){return e.match(/\/((?![*+?])(?:[^\r\n[/\\]|\\.|\[(?:[^\r\n\]\\]|\\.)*])+)\/((?:g(?:im?|mi?)?|i(?:gm?|mg?)?|m(?:gi?|ig?)?)?)/)?!0:!!e.match(/((?![*+?])(?:[^\r\n[/\\]|\\.|\[(?:[^\r\n\]\\]|\\.)*])+)/)}function RG(e){return e.includes("-")||e.includes("_")||!e.includes(" ")?e.replace(/[-_]/g," ").replace(/\w\S*/g,function(c){return c.charAt(0).toUpperCase()+c.substr(1)}):e}function pe(e){return ei(ni(e))}function ei(e){return e.startsWith("/")?e.slice(1):e}function ni(e){return e.endsWith("/")?e.slice(0,-1):e}function ez(e){return e.startsWith("/")?e:`/${e}`}function nz(e){const t=pe(e);if(t.includes("/")){const c=t.split("/");return c[c.length-1]}return t}function Ur(e,t){const c=pe(e),i=c.split("/");if(i.length%2===0)throw Error(`Collection paths must have an odd number of segments: ${e}`);const a=t.find(s=>s.alias===i[0]);let l;if(a&&(l=a.path),i.length>1){const s=Oo(l??i[0],t);if(!s?.subcollections)return c;const d=c.split("/").slice(2).join("/");return(l??i[0])+"/"+i[1]+"/"+Ur(d,s.subcollections)}else return l??c}function Oo(e,t){const c=pe(e).split("/");if(c.length%2===0)throw Error(`Collection paths must have an odd number of segments: ${e}`);const i=Lo(c);let a;for(let l=0;l<i.length;l++){const s=i[l],d=t&&t.sort((u,A)=>(u.alias??"").localeCompare(A.alias??"")).find(u=>u.alias===s||u.path===s);if(d){if(s===e)a=d;else if(d.subcollections){const u=e.replace(s,"").split("/").slice(2).join("/");u.length>0&&(a=Oo(u,d.subcollections))}}if(a)break}return a}function Lo(e){const t=e.length>0&&e.length%2===0?e.splice(0,e.length-1):e,c=t.length,i=[];for(let a=c;a>0;a=a-2)i.push(t.slice(0,a).join("/"));return i}function Qo(e,t,c,i=300){const a=f.useRef(!1),l=()=>{t(),a.current=!1},s=f.useRef(void 0);f.useEffect(()=>(a.current=!0,clearTimeout(s.current),s.current=setTimeout(l,i),()=>{c&&l()}),[c,e])}function oz(e,t=300){const[c,i]=f.useState(e);return f.useEffect(()=>{const a=setTimeout(()=>{i(e)},t);return()=>{clearTimeout(a)}},[e,t]),c}const ye=({open:e,side:t="bottom",sideOffset:c,onOpenChange:i,title:a,className:l,style:s,tooltipClassName:d,children:u})=>(kn("Tooltip",rz),a?n.jsx(Zn.Provider,{delayDuration:250,children:n.jsxs(Zn.Root,{open:e,onOpenChange:i,children:[n.jsx(Zn.Trigger,{asChild:!0,children:n.jsx("div",{className:l,style:s,children:u})}),n.jsx(Zn.Portal,{children:n.jsx(Zn.Content,{className:F("TooltipContent","max-w-lg leading-relaxed","z-50 rounded px-3 py-2 text-xs leading-none bg-gray-700 dark:bg-gray-800 bg-opacity-90 font-medium text-gray-50 shadow-2xl select-none duration-400 ease-in transform opacity-100",d),sideOffset:c===void 0?4:c,side:t,children:a})})]})}):n.jsx(n.Fragment,{children:u})),rz=`
|
|
3
30
|
|
|
4
31
|
.TooltipContent {
|
|
5
32
|
animation-duration: 220ms;
|
|
@@ -63,9 +90,39 @@
|
|
|
63
90
|
opacity: 1;
|
|
64
91
|
transform: translateX(0);
|
|
65
92
|
}
|
|
66
|
-
}`;function
|
|
93
|
+
}`;function oi(e){return n.jsx(ye,{...e,tooltipClassName:"!text-red-500 bg-red-50",children:e.children})}const ri={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",label:"label",body1:"p",body2:"p",inherit:"p",caption:"p",button:"span"},tz={inherit:"text-inherit",initial:"text-current",primary:"text-text-primary dark:text-text-primary-dark",secondary:"text-text-secondary dark:text-text-secondary-dark",disabled:"text-text-disabled dark:text-text-disabled-dark",error:"text-red-600 dark:text-red-500"},cz={h1:"text-6xl font-headers font-light",h2:"text-5xl font-headers font-light",h3:"text-4xl font-headers font-normal",h4:"text-3xl font-headers font-normal",h5:"text-2xl font-headers font-normal",h6:"text-xl font-headers font-medium",subtitle1:"text-lg font-headers font-medium",subtitle2:"text-base font-headers font-medium",body1:"text-base",body2:"text-sm",label:"text-sm font-medium text-gray-500",inherit:"text-inherit",caption:"text-xs",button:"text-sm font-medium"};function q({align:e="inherit",color:t="primary",children:c,className:i,component:a,gutterBottom:l=!1,noWrap:s=!1,paragraph:d=!1,variant:u="body1",variantMapping:A=ri,style:_,onClick:h,...g}){const y=a||(d?"p":A[u]||ri[u])||"span",I=F(Ie,cz[u],t?tz[t]:"",e!=="inherit"&&`text-${e}`,l&&"mb-[0.35em]",s&&"truncate",d&&"mb-4",i);return n.jsx(y,{className:I,onClick:h,style:_,...g,children:c})}function me({title:e,error:t,tooltip:c}){const i=t instanceof Error?t.message:t,a=n.jsxs("div",{className:"flex items-center m-2",children:[n.jsx(mr,{size:"small",color:"error"}),n.jsxs("div",{className:"pl-2",children:[e&&n.jsx(q,{variant:"body2",className:"font-medium",children:e}),n.jsx(q,{variant:"body2",children:i})]})]});return c?n.jsx(oi,{title:c,children:a}):a}function Vn(){return n.jsx("div",{className:"rounded-full bg-gray-200 bg-opacity-30 dark:bg-opacity-20 w-5 h-2 inline-block"})}const iz=40,az=100,lz=200;function Wn(e){if(e==="tiny")return iz;if(e==="small")return az;if(e==="medium")return lz;throw Error("Thumbnail size not mapped")}function hn(e){switch(e){case"xs":case"s":return"tiny";case"m":return"small";case"l":case"xl":return"medium";default:throw Error("Missing mapping value in getPreviewSizeFrom: "+e)}}function ti({size:e,url:t}){const[c,i]=f.useState(!1),a=f.useMemo(()=>Wn(e),[e]);if(e==="tiny")return n.jsx("img",{src:t,className:"rounded-md",style:{position:"relative",objectFit:"cover",width:a,height:a,maxHeight:"100%"}},"tiny_image_preview_"+t);const l={maxWidth:"100%",maxHeight:"100%"};return n.jsxs("div",{className:"relative flex items-center justify-center max-w-full max-h-full",style:{width:a,height:a},onMouseEnter:()=>i(!0),onMouseMove:()=>i(!0),onMouseLeave:()=>i(!1),children:[n.jsx("img",{src:t,className:"rounded-md",style:l}),c&&n.jsxs(n.Fragment,{children:[navigator&&n.jsx(ye,{title:"Copy url to clipboard",children:n.jsx("div",{className:"rounded-full absolute bottom-[-4px] right-8",children:n.jsx(Z,{variant:"filled",size:"small",onClick:s=>(s.stopPropagation(),s.preventDefault(),navigator.clipboard.writeText(t)),children:n.jsx(Rn,{className:"text-gray-500",size:"small"})})})}),n.jsx(ye,{title:"Open image in new tab",children:n.jsx(Z,{variant:"filled",component:"a",style:{position:"absolute",bottom:-4,right:-4},href:t,rel:"noopener noreferrer",target:"_blank",size:"small",onClick:s=>s.stopPropagation(),children:n.jsx(eo,{className:"text-gray-500",size:"small"})})})]})]},"image_preview_"+t)}function io({url:e,previewType:t,size:c,hint:i}){return t?t==="image"?n.jsx(ti,{url:e,size:c}):t==="audio"?n.jsxs("audio",{controls:!0,src:e,children:["Your browser does not support the",n.jsx("code",{children:"audio"})," element."]}):t==="video"?n.jsx("video",{className:`max-w-${c==="small"?"sm":"md"}`,controls:!0,children:n.jsx("source",{src:e})}):n.jsxs("a",{href:e,rel:"noopener noreferrer",target:"_blank",onClick:a=>a.stopPropagation(),className:"flex flex-col items-center justify-center",style:{width:Wn(c),height:Wn(c)},children:[n.jsx(uc,{className:"flex-grow"}),i&&n.jsx(ye,{title:i,children:n.jsx(q,{className:"max-w-full truncate rtl text-left",variant:"caption",children:i})})]}):!e||!e.trim()?n.jsx(Vn,{}):n.jsxs("a",{className:"flex gap-4 break-words items-center font-medium text-primary visited:text-primary dark:visited:text-primary dark:text-primary",href:e,rel:"noopener noreferrer",onMouseDown:a=>{a.preventDefault()},target:"_blank",children:[n.jsx(eo,{size:"small"}),e]})}function Gn({property:e,size:t}){e||console.error("No property assigned for skeleton component",e,t);let c;if(e.dataType==="string"){const i=e;i.url?c=yz(i,t):i.storage?c=jr(t):c=on()}else if(e.dataType==="array"){const i=e;i.of&&(Array.isArray(i.of)?c=n.jsxs(n.Fragment,{children:[i.of.map((a,l)=>Yr(a,l))," "]}):i.of.dataType==="map"&&i.of.properties?c=dz(i.of.properties,t,i.of.previewProperties):i.of.dataType==="string"?i.of.enumValues?c=fz():i.of.storage?c=Yr(i.of):c=uz():c=Yr(i.of))}else e.dataType==="map"?c=sz(e,t):e.dataType==="date"?c=on():e.dataType==="reference"?c=Az():(e.dataType,c=on());return c||null}function sz(e,t){if(!e.properties)return n.jsx(n.Fragment,{});let c;return t==="medium"?c=Object.keys(e.properties):(c=e.previewProperties||Object.keys(e.properties),t==="small"?c=c.slice(0,3):t==="tiny"&&(c=c.slice(0,1))),t!=="medium"?n.jsx("div",{className:"w-full flex flex-col space-y-4",children:c.map((i,a)=>n.jsx("div",{children:e.properties&&e.properties[i]&&n.jsx(Gn,{property:e.properties[i],size:"small"})},`map_${i}`))}):n.jsx("table",{className:"table-auto",children:n.jsx("tbody",{children:c&&c.map((i,a)=>n.jsxs("tr",{className:"border-b last:border-b-0",children:[n.jsx("th",{className:"align-top",style:{width:"30%"},children:n.jsx("p",{className:"text-xs text-secondary",children:e.properties[i].name})},`table-cell-title--${i}`),n.jsx("th",{style:{width:"70%"},children:e.properties&&e.properties[i]&&n.jsx(Gn,{property:e.properties[i],size:"small"})},`table-cell-${i}`)]},`map_preview_table__${a}`))})})}function dz(e,t,c){let i=c;return(!i||!i.length)&&(i=Object.keys(e),t&&(i=i.slice(0,3))),n.jsx("table",{className:"table-auto",children:n.jsx("tbody",{children:[0,1,2].map((a,l)=>n.jsx("tr",{children:i&&i.map(s=>n.jsx("th",{children:n.jsx(Gn,{property:e[s],size:"small"})},`table-cell-${s}`))},`table_${a}_${l}`))})})}function uz(){return n.jsx("div",{className:"flex flex-col gap-2",children:[0,1].map((e,t)=>on(t))})}function fz(){return n.jsx("div",{className:"flex flex-col gap-2",children:[0,1].map((e,t)=>n.jsx(n.Fragment,{children:on(t)}))})}function Yr(e,t=0){return n.jsx("div",{className:"flex flex-col gap-2",children:[0,1].map((c,i)=>n.jsx(n.Fragment,{children:n.jsx(Gn,{property:e,size:"small"},`i_${i}`)}))},"array_index_"+t)}function jr(e){const t=e==="tiny"?40:e==="small"?100:200;return n.jsx(Ve,{width:t,height:t})}function Az(){return n.jsx(Ve,{width:200,height:100})}function yz(e,t="medium"){return typeof e.url=="boolean"?n.jsxs("div",{style:{display:"flex"},children:[$r(),on()]}):_z(t)}function _z(e){return n.jsx("div",{className:`w-${Wn(e)} h-${Wn(e)}`,children:$r()})}function on(e,t=120){return n.jsx(Ve,{width:t},`skeleton_${e}`)}function hz(e){return n.jsx(Ve,{height:20})}function $r(){return n.jsx(Ve,{width:24,height:24})}const ci=f.memo(ai,gz);function gz(e,t){return e.size===t.size&&e.storagePathOrDownloadUrl===t.storagePathOrDownloadUrl&&e.storeUrl===t.storeUrl}const ii={};function ai({storeUrl:e,storagePathOrDownloadUrl:t,size:c}){const[i,a]=f.useState(void 0),l=Mn(),[s,d]=f.useState(ii[t]);if(f.useEffect(()=>{if(!t)return;let _=!1;return l.getDownloadURL(t).then(function(h){_||(d(h),ii[t]=h)}).catch(a),()=>{_=!0}},[t]),!t)return null;const u=s?.metadata?Iz(s?.metadata.contentType):void 0,A=u?.startsWith("image")?"image":u?.startsWith("video")?"video":u?.startsWith("audio")?"audio":"file";return s?.fileNotFound?n.jsx(me,{error:"File not found"}):s?.url?n.jsx(io,{previewType:A,url:s.url,size:c,hint:t}):jr(c)}function Iz(e){return e.startsWith("image")?"image/*":e.startsWith("video")?"video/*":e.startsWith("audio")?"audio/*":e.startsWith("application")?"application/*":e.startsWith("text")?"text/*":e.startsWith("font")?"font/*":e}function Pe({enumValues:e,enumKey:t,size:c,className:i,children:a}){if(!e)return null;const l=yn(e),s=t!==void 0?To(l,t):void 0,d=Jc(s),u=qc(l,t);return n.jsxs(Bo,{className:i,colorScheme:u,error:!d,outlined:!1,size:c,children:[a,!a&&(d!==void 0?d:String(t))]})}function qr({propertyKey:e,value:t,property:c,size:i}){if(c.enumValues){const a=t,l=Tt(c);return n.jsx(Pe,{enumKey:a,enumValues:l.enumValues,size:i!=="medium"?"small":"medium"})}else if(c.previewAsTag){const a=Lc(e??"");return n.jsx(se,{children:n.jsx(Bo,{colorScheme:a,size:i!=="medium"?"small":"medium",children:t})})}else{if(c.url)return n.jsx(io,{size:i,url:t,previewType:typeof c.url=="string"?c.url:void 0});{if(!t)return n.jsx(n.Fragment,{});const a=t.split(`
|
|
67
94
|
`);return t&&t.includes(`
|
|
68
|
-
`)?n.jsx("div",{className:"overflow-x-scroll",children:a.map((l,s)=>n.jsxs(u.Fragment,{children:[n.jsx("span",{children:l}),s!==a.length-1&&n.jsx("br",{})]},`string_preview_${s}`))}):n.jsx(n.Fragment,{children:t})}}}function oi({propertyKey:e,value:t,property:c,size:i,entity:a}){const l=x(),s=gn({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(Array.isArray(s?.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(s?.dataType!=="array"||!s.of||s.of.dataType!=="map")throw Error("Picked wrong preview component ArrayOfMapsPreview");const d=s.of,f=d.properties;if(!f)throw Error(`You need to specify a 'properties' prop (or specify a custom field) in your map property ${e}`);const A=t,_=d.previewProperties;if(!A)return null;let h=_;return(!h||!h.length)&&(h=Object.keys(f),i&&(h=h.slice(0,3))),n.jsx("div",{className:"table-auto text-xs",children:n.jsx("div",{children:A&&A.map((g,y)=>n.jsx("div",{className:"border-b last:border-b-0",children:h&&h.map(I=>n.jsx("div",{className:"table-cell",children:n.jsx(se,{children:n.jsx(Be,{propertyKey:I,value:g[I],property:f[I],entity:a,size:"small"})})},`table-cell-${I}`))},`table_${g}_${y}`))})})}const Ie="focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent",zr="focus:bg-opacity-70 focus:bg-gray-100 focus:dark:bg-gray-800 focus:dark:bg-opacity-60",Hr="z-30 outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent ",Ze="bg-opacity-70 bg-gray-100 dark:bg-gray-800 dark:bg-opacity-60 transition duration-150 ease-in-out",Ur="bg-opacity-0 bg-gray-100 dark:bg-gray-800 dark:bg-opacity-0 transition duration-150 ease-in-out",on="bg-opacity-100 dark:bg-opacity-90",Ye="hover:bg-opacity-90 dark:hover:bg-opacity-90",fe="border-gray-100 dark:border-gray-800 dark:border-opacity-80",$e="bg-white rounded-md dark:bg-gray-950 border dark:border-gray-800 dark:border-opacity-90 border-gray-100",ri="bg-white rounded-md dark:bg-gray-950 dark:border-gray-800 dark:border-opacity-50 transition duration-200 ease-in-out m-1 -p-1 border border-transparent",ti="hover:bg-blue-100 dark:hover:bg-blue-900 hover:bg-opacity-20 dark:hover:bg-opacity-20 hover:ring-2 cursor-pointer",ez="bg-blue-100 dark:bg-blue-900 bg-opacity-30 dark:bg-opacity-10 ring-1 ring-primary ring-opacity-75";function Yr({propertyKey:e,value:t,property:c,entity:i,size:a}){const l=x(),s=gn({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(!s.of)throw Error(`You need to specify an 'of' prop (or specify a custom field) in your array property ${e}`);if(s.dataType!=="array")throw Error("Picked wrong preview component ArrayPreview");const d=t;if(!d)return null;const f=a==="medium"?"small":"tiny";return n.jsx("div",{className:"flex flex-col",children:d&&d.map((A,_)=>{const h=s.resolvedProperties[_]??s.resolvedProperties[_]??(Array.isArray(s.of)?s.of[_]:s.of);return h?n.jsx(u.Fragment,{children:n.jsx("div",{className:F(fe,"m-1 border-b last:border-b-0"),children:n.jsx(se,{children:n.jsx(Be,{propertyKey:e,entity:i,value:A,property:h,size:f})})})},"preview_array_"+_):null})})}const rn=le.memo(function(t){const c=t.reference;return c instanceof Ue?n.jsx(oz,{...t}):(console.warn("Reference preview received value of type",typeof c),n.jsx(Qo,{onClick:t.onClick,size:t.size,children:n.jsx(me,{error:"Unexpected value. Click to edit",tooltip:JSON.stringify(c)})}))},nz);function nz(e,t){return e.disabled===t.disabled&&e.size===t.size&&e.onHover===t.onHover&&e.reference?.id===t.reference?.id&&e.reference?.path===t.reference?.path&&e.allowEntityNavigation===t.allowEntityNavigation}function oz({disabled:e,reference:t,previewProperties:c,size:i,onHover:a,onClick:l,allowEntityNavigation:s=!0}){const d=x(),A=Ae().getCollection(t.path);if(!A){if(d.components?.missingReference)return n.jsx(d.components.missingReference,{path:t.path});throw Error(`Couldn't find the corresponding collection view for the path: ${t.path}`)}return n.jsx(rz,{reference:t,collection:A,previewProperties:c,size:i,disabled:e,allowEntityNavigation:s,onClick:l,onHover:a})}function rz({reference:e,collection:t,previewProperties:c,size:i,disabled:a,allowEntityNavigation:l,onClick:s,onHover:d}){const f=x(),A=yn(),{entity:_,dataLoading:h,dataLoadingError:g}=Tr({path:e.path,entityId:e.id,collection:t,useCache:!0});_&&ci.set(e.pathWithId,_);const y=_??ci.get(e.pathWithId),I=u.useMemo(()=>Me({collection:t,path:e.path,values:y?.values,fields:f.fields}),[t]),b=u.useMemo(()=>Hi(I,f.fields,c,i==="small"||i==="medium"?3:1),[c,I,i]);let p;return I?(e?y&&!y.values?p=n.jsx(me,{error:"Reference does not exist",tooltip:e.path}):p=n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:"flex flex-col flex-grow w-full max-w-[calc(100%-52px)] m-1",children:[i!=="tiny"&&(e?n.jsx("div",{className:`${i!=="medium"?"block whitespace-nowrap overflow-hidden truncate":""}`,children:n.jsx(q,{variant:"caption",className:"font-mono",children:e.id})}):n.jsx(ze,{})),b&&b.map(w=>{const k=I.properties[w];return k?n.jsx("div",{className:b.length>1?"my-0.5":"my-0",children:y?n.jsx(Be,{propertyKey:w,value:dn(y.values,w),property:k,entity:y,size:"tiny"}):n.jsx(Qn,{property:k,size:"tiny"})},"ref_prev_"+w):null})]}),n.jsx("div",{className:`my-${i==="tiny"?2:4}`,children:!a&&y&&l&&n.jsx(ye,{title:`See details for ${y.id}`,children:n.jsx(Z,{color:"inherit",size:"small",onClick:w=>{w.stopPropagation(),f.onAnalyticsEvent?.("entity_click_from_reference",{path:y.path,entityId:y.id}),A.open({entityId:y.id,path:y.path,collection:I,updateUrl:!0})},children:n.jsx(Mo,{size:"small"})})})})]}):p=n.jsx(me,{error:"Reference not set"}),n.jsx(Qo,{onClick:a?void 0:s,onHover:a?void 0:d,size:i,children:p})):n.jsx(me,{error:"Could not find collection with id "+I})}function Qo({children:e,onHover:t,size:c,onClick:i}){return n.jsx(q,{variant:"label",className:F("bg-opacity-70 bg-gray-100 dark:bg-gray-800 dark:bg-opacity-60","w-full","flex","rounded-md","overflow-hidden",t?"hover:bg-opacity-90 dark:hover:bg-opacity-90":"",c==="medium"?"p-2":"p-1",c==="tiny"?"items-center":"","transition-colors duration-300 ease-in-out ",i?"cursor-pointer":""),style:{tabindex:0},onClick:a=>{i&&(a.preventDefault(),i(a))},children:e})}const ci=new Map;function ii({propertyKey:e,value:t,property:c,size:i}){const a=x(),l=gn({propertyKey:e,property:c,propertyValue:t,fields:a.fields});if(Array.isArray(l?.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(l?.dataType!=="array"||!l.of||l.of.dataType!=="reference")throw Error("Picked wrong preview component ArrayOfReferencesPreview");const s=i==="medium"?"small":"tiny";return n.jsx("div",{className:"flex flex-col w-full",children:t&&t.map((d,f)=>{const A=l.of;return n.jsx("div",{className:"mt-1 mb-1 w-full",children:n.jsx(rn,{disabled:!A.path,previewProperties:A.previewProperties,size:s,reference:d})},`preview_array_ref_${e}_${f}`)})})}function ai({propertyKey:e,entity:t,value:c,property:i,size:a}){const l=x(),s=gn({propertyKey:e,property:i,propertyValue:c,fields:l.fields});if(Array.isArray(s.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(s.dataType!=="array"||!s.of||s.of.dataType!=="string")throw Error("Picked wrong preview component ArrayOfStorageComponentsPreview");const d=a==="medium"?"small":"tiny";return n.jsx("div",{className:"flex flex-wrap gap-2",children:c&&c.map((f,A)=>n.jsx(se,{children:n.jsx(Be,{propertyKey:e,value:f,entity:t,property:s.of,size:d})},`preview_array_storage_${e}_${A}`))})}function $r({name:e,value:t,enumValues:c,size:i}){return n.jsx("div",{className:"flex flex-wrap gap-1.5",children:t&&t.map((a,l)=>n.jsx(se,{children:n.jsx(Fe,{enumKey:a,enumValues:c,size:i!=="medium"?"small":"medium"})},`preview_array_ref_${e}_${l}`))})}function jr({propertyKey:e,value:t,property:c,size:i}){if(c.dataType!=="array")throw Error("Picked wrong preview component ArrayEnumPreview");const a=c.of;if(!a.enumValues)throw Error("Picked wrong preview component ArrayEnumPreview");return t?n.jsx($r,{name:e,value:t,enumValues:a.enumValues,size:i}):null}function li({propertyKey:e,value:t,property:c,entity:i,size:a}){const l=x(),s=gn({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(Array.isArray(s.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(!s.of||s.dataType!=="array"||s.of.dataType!=="string")throw Error("Picked wrong preview component ArrayOfStringsPreview");if(t&&!Array.isArray(t))return n.jsx("div",{children:`Unexpected value: ${t}`});const d=s.of;return n.jsx("div",{className:"flex flex-col gap-2",children:t&&t.map((f,A)=>n.jsx("div",{children:n.jsx(se,{children:n.jsx(Gr,{propertyKey:e,property:d,value:f,entity:i,size:a})})},`preview_array_strings_${e}_${A}`))})}function si({propertyKey:e,value:t,property:c,size:i,entity:a}){const l=x(),s=gn({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(s?.dataType!=="array")throw Error("Picked wrong preview component ArrayPreview");if(!s?.oneOf)throw Error(`You need to specify an 'of' or 'oneOf' prop (or specify a custom field) in your array property ${e}`);const d=t;if(!d)return null;const f=i==="medium"?"small":"tiny",A=s.oneOf.typeField??eo,_=s.oneOf.valueField??Co,h=s.oneOf.properties;return n.jsx("div",{className:"flex flex-col",children:d&&d.map((g,y)=>n.jsx(u.Fragment,{children:n.jsx("div",{className:F(fe,"m-1 border-b last:border-b-0"),children:n.jsx(se,{children:g&&n.jsx(Be,{propertyKey:e,value:g[_],entity:a,property:s.resolvedProperties[y]??h[g[A]],size:f})})})},"preview_array_"+g+"_"+y))})}function di({propertyKey:e,value:t,property:c,entity:i,size:a}){if(c.dataType!=="map")throw Error("Picked wrong preview component MapPropertyPreview");const l=c;if(e==="result.suggestions"&&console.log({propertyKey:e,property:c,value:t}),!l.properties||Object.keys(l.properties??{}).length===0)return n.jsx(qr,{value:t});if(!t)return null;const s=Object.keys(l.properties);return a!=="medium"?n.jsx("div",{className:"w-full flex flex-col space-y-1 md:space-y-2",children:s.map((d,f)=>n.jsx("div",{children:n.jsx(se,{children:n.jsx(Be,{propertyKey:d,value:t[d],property:l.properties[d],entity:i,size:a})},"map_preview_"+l.name+d+f)},`map_${d}`))}):n.jsx("div",{className:"flex flex-col gap-1 w-full",children:s&&s.map((d,f)=>{const A=l.properties[d];return n.jsxs("div",{className:F(fe,"last:border-b-0 border-b"),children:[n.jsxs("div",{className:"flex flex-row pt-0.5 pb-0.5 gap-2",children:[n.jsx("div",{className:"min-w-[140px] w-[25%] py-1",children:n.jsx(q,{variant:"caption",className:"font-mono break-words",color:"secondary",children:A.name})}),n.jsx("div",{className:"flex-grow max-w-[75%]",children:n.jsx(se,{children:!(A.dataType==="map"||A==="array")&&n.jsx(Be,{propertyKey:d,value:t[d],property:A,entity:i,size:a})})})]}),(A.dataType==="map"||A==="array")&&n.jsx("div",{className:F(fe,"border-l pl-4 ml-2 my-2"),children:n.jsx(Be,{propertyKey:d,value:t[d],property:A,entity:i,size:a})})]},`map_preview_table_${d}}`)})})}function qr({value:e}){return typeof e!="object"?null:n.jsx("div",{className:"flex flex-col gap-1 w-full",children:Object.entries(e).map(([t,c])=>n.jsxs("div",{className:F(fe,"last:border-b-0 border-b"),children:[n.jsxs("div",{className:"flex flex-row pt-0.5 pb-0.5 gap-2",children:[n.jsx("div",{className:"min-w-[140px] w-[25%] py-1",children:n.jsx(q,{variant:"caption",className:"font-mono break-words",color:"secondary",children:t})},`table-cell-title-${t}-${t}`),n.jsx("div",{className:"flex-grow max-w-[75%]",children:typeof c!="object"&&n.jsx(q,{children:n.jsx(se,{children:c&&c.toString()})})})]}),typeof c=="object"&&n.jsx("div",{className:F(fe,"border-l pl-4"),children:n.jsx(qr,{value:c})})]},`map_preview_table_${t}}`))})}const ui="MMMM dd, yyyy, HH:mm:ss";function fi({date:e}){const t=x(),c=t?.locale?xt[t?.locale]:void 0,i=t?.dateTimeFormat??ui,a=e?Ua(e,i,{locale:c}):"";return n.jsx(n.Fragment,{children:a})}const tz={large:"w-6 h-6 rounded flex items-center justify-center",medium:"w-5 h-5 rounded flex items-center justify-center",small:"w-4 h-4 rounded flex items-center justify-center"},cz={medium:"w-10 h-10",small:"w-8 h-8",large:"w-12 h-12"},Jr=({checked:e,indeterminate:t=!1,disabled:c,size:i="medium",onCheckedChange:a})=>{const l=t?!1:e;return n.jsx("div",{className:F(cz[i],"inline-flex items-center justify-center p-2 text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150",a?"rounded-full hover:bg-gray-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:hover:bg-opacity-75":"",a?"cursor-pointer":"cursor-default"),children:n.jsx(Xt.Root,{asChild:!0,checked:l,disabled:c,onCheckedChange:c?void 0:a,children:n.jsx("div",{className:F("border-2 relative transition-colors ease-in-out duration-150",tz[i],c?"bg-gray-400 dark:bg-gray-600":l?"bg-primary":"bg-white dark:bg-gray-900",l?"text-gray-100 dark:text-gray-900":"",c||l?"border-transparent":"border-gray-800 dark:border-gray-200"),children:n.jsx(Xt.Indicator,{asChild:!0,children:t?n.jsx("div",{className:"w-full h-[1px] bg-currentColor"}):n.jsx(r,{iconKey:"check",size:20,className:"absolute"})})})})})};function Ai({value:e}){return n.jsx(Jr,{checked:e})}function yi({value:e,property:t,size:c}){if(t.enumValues){const i=e,a=un(t.enumValues);return a?n.jsx(Fe,{enumKey:i,enumValues:a,size:c!=="medium"?"small":"medium"}):n.jsx(n.Fragment,{children:e})}else return n.jsx(n.Fragment,{children:e})}function Be(e){const t=x();let c;const{property:i,propertyKey:a,value:l,size:s,height:d,width:f,entity:A}=e,_=Oe({propertyKey:a,propertyOrBuilder:i,propertyValue:l,fields:t.fields});if(l===void 0||_===null)c=n.jsx(Mn,{});else if(_.Preview)c=u.createElement(_.Preview,{propertyKey:a,value:l,property:_,size:s,height:d,width:f,entity:A,customProps:_.customProps});else if(l===null)c=n.jsx(Mn,{});else if(_.dataType==="string"){const h=_;typeof l=="string"?h.url?typeof h.url=="boolean"?c=n.jsx(lo,{size:e.size,url:l}):typeof h.url=="string"&&(c=n.jsx(lo,{size:e.size,url:l,previewType:h.url})):h.storage?c=n.jsx(Rc,{storeUrl:_.storage?.storeUrl??!1,size:e.size,storagePathOrDownloadUrl:l}):h.markdown?c=n.jsx(so,{source:l}):c=n.jsx(Gr,{...e,property:h,value:l}):c=vn(a,_.dataType,l)}else if(_.dataType==="array")if(l instanceof Array){const h=_;if(!h.of&&!h.oneOf)throw Error(`You need to specify an 'of' or 'oneOf' prop (or specify a custom field) in your array property ${a}`);h.of?Array.isArray(h.of)?c=n.jsx(Yr,{...e,value:l,property:_}):h.of.dataType==="map"?c=n.jsx(oi,{propertyKey:a,property:_,value:l,entity:A,size:s}):h.of.dataType==="reference"?c=n.jsx(ii,{...e,value:l,property:_}):h.of.dataType==="string"?h.of.enumValues?c=n.jsx(jr,{...e,value:l,property:_}):h.of.storage?c=n.jsx(ai,{...e,value:l,property:_}):c=n.jsx(li,{...e,value:l,property:_}):h.of.dataType==="number"&&h.of.enumValues?c=n.jsx(jr,{...e,value:l,property:_}):c=n.jsx(Yr,{...e,value:l,property:_}):h.oneOf&&(c=n.jsx(si,{...e,value:l,property:_}))}else c=vn(a,_.dataType,l);else _.dataType==="map"?typeof l=="object"?c=n.jsx(di,{...e,property:_}):c=vn(a,_.dataType,l):_.dataType==="date"?l instanceof Date?c=n.jsx(fi,{date:l}):c=vn(a,_.dataType,l):_.dataType==="reference"?typeof _.path=="string"?l instanceof Ue?c=n.jsx(rn,{disabled:!_.path,previewProperties:_.previewProperties,size:e.size,onClick:e.onClick,reference:l}):c=vn(a,_.dataType,l):c=n.jsx(Mn,{}):_.dataType==="boolean"?typeof l=="boolean"?c=n.jsx(Ai,{value:l}):c=vn(a,_.dataType,l):_.dataType==="number"?typeof l=="number"?c=n.jsx(yi,{...e,value:l,property:_}):c=vn(a,_.dataType,l):c=JSON.stringify(l);return c??n.jsx(Mn,{})}function vn(e,t,c){return console.warn(`Unexpected value for property ${e}, of type ${t}`,c),n.jsx(me,{title:"Unexpected value",error:`${JSON.stringify(c)}`})}const iz=le.memo(function({builder:t}){const[c,i]=u.useState(!0),[a,l]=u.useState(null);return u.useEffect(()=>{let s=!1;return t.then(d=>{s||(i(!1),l(d))}).catch(d=>{i(!1),console.error(d)}),()=>{s=!0}},[t]),c?n.jsx(ze,{}):n.jsx(le.Fragment,{children:a})}),az=new Zt({html:!0}),so=u.memo(function({source:t,className:c}){const i=u.useMemo(()=>az.render(typeof t=="string"?t:""),[t]);return n.jsx("div",{className:c,dangerouslySetInnerHTML:{__html:i}})},de);function Zr({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,autoFocus:s,touched:d,property:f,includeDescription:A}){const _=f.enumValues;Qe({property:f,value:t,setValue:c});const h=u.useCallback(g=>{g.stopPropagation(),g.preventDefault(),c(null)},[c]);return n.jsxs(n.Fragment,{children:[n.jsx(Xe,{value:t?t.toString():"",disabled:l,position:"item-aligned",inputClassName:F("w-full"),label:n.jsx(Ce,{icon:ve(f,"small"),required:f.validation?.required,title:f.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),endAdornment:f.clearable&&n.jsx(Z,{onClick:h,children:n.jsx(fn,{})}),onValueChange:g=>{const y=g?f.dataType==="number"?parseFloat(g):g:null;return c(y)},renderValue:g=>n.jsx(Fe,{enumKey:g,enumValues:_,size:"medium"}),children:_&&_.map(g=>n.jsx(xe,{value:String(g.id),children:n.jsx(Fe,{enumKey:String(g.id),enumValues:_,size:"medium"})},g.id))}),n.jsx(Se,{includeDescription:A,showError:a,error:i,disabled:l,property:f})]})}function _i({children:e,error:t}){return n.jsx("div",{className:F("text-sm font-medium ml-3.5 mb-1",t?"text-red-500 dark:text-red-600":"text-gray-500 dark:text-gray-300"),children:e})}function Vo(e,t,c=!0){u.useEffect(()=>{if(!c)return;function i(a){hi(a.target)||e.current&&!e.current.contains(a.target)&&t()}return document.addEventListener("mousedown",i),()=>{document.removeEventListener("mousedown",i)}},[e,c,t])}function hi(e){return e instanceof HTMLElement?e.getAttribute("role")==="presentation"?!0:hi(e.parentNode):!1}const Xr=le.createContext({});function xr({value:e,open:t,onMultiValueChange:c,size:i="medium",label:a,disabled:l,renderValue:s,renderValues:d,includeFocusOutline:f=!0,containerClassName:A,className:_,children:h,error:g}){const y=le.useRef(null),I=le.useRef(null),b=le.useRef(null);Vo(b,()=>w(!1));const[p,w]=le.useState(!1);u.useEffect(()=>{w(t??!1)},[t]);const k=le.useCallback(S=>{Array.isArray(e)&&e.includes(S)?c?.(e.filter(D=>D!==S)):c?.([...e??[],S])},[e,c]),[m,C]=le.useState(""),[v,B]=le.useState(null),K=le.useCallback(S=>{const D=I.current;if(D){if((S.key==="Delete"||S.key==="Backspace")&&D.value===""){const N=[...e??[]];N.pop(),c?.(N)}S.key==="Escape"&&(D.blur(),w(!1),S.stopPropagation())}},[c,e]),P=le.useCallback(()=>{B(y.current?.getBoundingClientRect()??null),w(!0)},[]),E=v??y.current?.getBoundingClientRect(),T=window.innerHeight-(E?.top??0)-(E?.height??0)-16;return n.jsxs(n.Fragment,{children:[typeof a=="string"?n.jsx(_i,{error:g,children:a}):a,n.jsxs(wo.Command,{onKeyDown:K,onClick:()=>{I.current?.focus(),P()},className:F("relative overflow-visible bg-transparent",A),children:[n.jsxs("div",{ref:y,className:F("flex flex-row",i==="small"?"min-h-[42px]":"min-h-[64px]","select-none rounded-md text-sm",Ze,l?on:Ye,"relative flex items-center","p-4",g?"text-red-500 dark:text-red-600":"focus:text-text-primary dark:focus:text-text-primary-dark",g?"border border-red-500 dark:border-red-600":"",f?Ie:"",_),children:[n.jsxs("div",{className:F("flex-grow flex gap-1.5 flex-wrap items-center"),children:[s&&(e??[]).map((S,D)=>s(S,D)),d&&d(e??[]),n.jsx(wo.Command.Input,{ref:I,value:m,onValueChange:C,onFocus:P,className:"ml-2 bg-transparent outline-none flex-1 h-full w-full "})]}),n.jsx("div",{className:"px-2 h-full flex items-center",children:n.jsx(To,{size:"small",className:F("transition ",p?"rotate-180":"")})})]}),n.jsx(je.Root,{open:p,onOpenChange:w,children:n.jsx(je.Portal,{children:n.jsx(Xr.Provider,{value:{fieldValue:e,setInputValue:C,onValueChangeInternal:k},children:n.jsx("div",{ref:b,className:"z-50 absolute overflow-auto outline-none",style:{pointerEvents:p?"auto":"none",top:(E?.top??0)+(E?.height??0),left:E?.left,width:E?.width,maxHeight:T},children:n.jsx(wo.Command.Group,{className:"mt-2 text-gray-900 dark:text-white animate-in z-50 border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-800 p-2 rounded-lg shadow-lg flex flex-col outline-none w-full",children:h})})})})})]})]})}function Rr({children:e,value:t,className:c}){const i=le.useContext(Xr);if(!i)throw new Error("MultiSelectItem must be used inside a MultiSelect");const{fieldValue:a,setInputValue:l,onValueChangeInternal:s}=i;return n.jsx(wo.Command.Item,{onMouseDown:d=>{d.preventDefault(),d.stopPropagation()},onSelect:d=>{l(""),s(t)},className:F((a??[]).includes(t)?"bg-gray-200 dark:bg-gray-950":"","cursor-pointer","m-1","ring-offset-transparent","p-2 rounded aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-offset-2","aria-[selected=true]:bg-gray-100 aria-[selected=true]:dark:bg-gray-900","cursor-pointer p-2 rounded aria-[selected=true]:bg-gray-100 aria-[selected=true]:dark:bg-gray-900",c),children:e})}function et({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,property:s,includeDescription:d,autoFocus:f}){const A=s.of;if(!A)throw Error("Using wrong component ArrayEnumSelect");if(Array.isArray(A))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(A.dataType!=="string"&&A.dataType!=="number")throw Error("Field misconfiguration: array field of type string or number");const _=un(A.enumValues);if(!_)throw console.error(s),Error("Field misconfiguration: array field of type string or number needs to have enumValues");Qe({property:s,value:t,setValue:c});const h=!!t&&Array.isArray(t),g=u.useCallback((y,I)=>{const b=y!==void 0?Fo(_,y):void 0;return n.jsxs(Fe,{enumKey:y,enumValues:_,size:"medium",children:[b?.label??y,!I&&n.jsx("button",{className:"ml-1 ring-offset-background rounded-full outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",onMouseDown:p=>{p.preventDefault(),p.stopPropagation()},onClick:p=>{p.preventDefault(),p.stopPropagation(),c(t.filter(w=>w!==y))},children:n.jsx(mr,{size:"smallest"})})]},y)},[_,c,t]);return n.jsxs("div",{className:"mt-0.5 ml-0.5 mt-2",children:[n.jsx(xr,{value:h?t.map(y=>y.toString()):[],disabled:l,label:n.jsx(Ce,{icon:ve(s,"small"),required:s.validation?.required,title:s.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),renderValue:u.useCallback(y=>g(y,!1),[g]),onMultiValueChange:y=>{let I;return A&&A?.dataType==="number"?I=y?y.map(b=>parseFloat(b)):[]:I=y,c(I)},children:_.map(y=>String(y.id)).map(y=>n.jsx(Rr,{value:y,children:g(y,!0)},y))}),n.jsx(Se,{includeDescription:d,showError:a,error:i,disabled:l,property:s})]})}function gi({propertyKey:e,value:t,error:c,showError:i,disabled:a,isSubmitting:l,tableMode:s,property:d,includeDescription:f,setValue:A,setFieldValue:_}){const h=d.of;if(h.dataType!=="reference")throw Error("ArrayOfReferencesField expected a property containing references");const g=d.expanded===void 0?!0:d.expanded,[y,I]=u.useState(!1),b=t&&Array.isArray(t)?t.map(P=>P.id):[];Qe({property:d,value:t,setValue:A});const p=Ae(),w=u.useMemo(()=>h.path?p.getCollection(h.path):void 0,[h.path]);if(!w)throw Error(`Couldn't find the corresponding collection for the path: ${h.path}`);const k=u.useCallback(P=>{A(P.map(E=>kn(E)))},[A]),m=ao({multiselect:!0,path:h.path,collection:w,onMultipleEntitiesSelected:k,selectedEntityIds:b,forceFilter:h.forceFilter}),C=u.useCallback(P=>{P.preventDefault(),m.open()},[m]),v=u.useCallback((P,E)=>{const T=t&&t.length>P?t[P]:void 0;return T?n.jsx("div",{onMouseEnter:()=>I(!0),onMouseMove:()=>I(!0),onMouseLeave:()=>I(!1),children:n.jsx(rn,{disabled:!h.path,previewProperties:h.previewProperties,size:"medium",onClick:C,reference:T,onHover:y})}):n.jsx("div",{children:"Internal ERROR"})},[h.path,h.previewProperties,y,t]),B=n.jsx(Ce,{icon:ve(d,"small"),required:d.validation?.required,title:d.name,className:"text-text-secondary dark:text-text-secondary-dark"}),K=n.jsxs(n.Fragment,{children:[!w&&n.jsx(me,{error:"The specified collection does not exist. Check console"}),w&&n.jsxs(n.Fragment,{children:[n.jsx(Po,{value:t,addLabel:d.name?"Add reference to "+d.name:"Add reference",name:e,buildEntry:v,disabled:l,setFieldValue:_,newDefaultEntry:d.of.defaultValue}),n.jsxs(ie,{className:"my-4 justify-center text-left",variant:"outlined",color:"primary",disabled:l,onClick:C,children:["Edit ",d.name]})]})]});return n.jsxs(n.Fragment,{children:[!s&&n.jsx(In,{className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",initiallyExpanded:g,title:B,children:K}),s&&K,n.jsx(Se,{includeDescription:f,showError:i,error:c,disabled:a,property:d})]})}const lz=/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g,sz=e=>{const t=e.match(lz);return t?t.map(c=>c.toLowerCase()).join("-"):""},dz=/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g,uz=e=>{const t=e.match(dz);return t?t.map(c=>c.toLowerCase()).join("_"):""};function Vn(e=5){return Math.random().toString(36).slice(2,2+e)}function fz(){return Math.floor(Math.random()*16777215).toString(16)}function Wo(e,t="_",c=!0){if(!e)return"";const i="ãàáäâẽèéëêìíïîõòóöôùúüûñç·/_,:;-",a=`aaaaaeeeeeiiiiooooouuuunc${t}${t}${t}${t}${t}${t}${t}`;for(let l=0,s=i.length;l<s;l++)e=e.replace(new RegExp(i.charAt(l),"g"),a.charAt(l));return e=e.toString().replace(/\s+/g,t).replace(/&/g,t).replace(/[^\w\\-]+/g,"").replace(new RegExp("\\"+t+"\\"+t+"+","g"),t).trim().replace(/^\s+|\s+$/g,""),c?e.toLowerCase():e}async function Az(e,t,c,i,a,l,s,d){let f;return typeof e=="function"?(f=await e({path:a,entityId:i,values:c,property:l,file:s,storage:t,propertyKey:d}),f||console.warn("Storage callback returned empty result. Using default name value")):f=Ii(s,e,i,d,a),f||(f=Vn()+"_"+s.name),f}function yz(e,t,c,i,a,l,s,d){let f;return typeof e=="function"?(f=e({path:a,entityId:i,values:c,property:l,file:s,storage:t,propertyKey:d}),f||console.warn("Storage callback returned empty result. Using default name value")):f=Ii(s,e,i,d,a),f||(f=Vn()+"_"+s.name),f}function Ii(e,t,c,i,a){const l=e.name.split(".").pop();let s=t.replace("{entityId}",c).replace("{propertyKey}",i).replace("{rand}",Vn()).replace("{file}",e.name).replace("{file.type}",e.type).replace("{path}",a);if(l){s=s.replace("{file.ext}",l);const d=e.name.replace(`.${l}`,"");s=s.replace("{file.name}",d)}return s||(s=Vn()+"_"+e.name),s}function bi({entityId:e,entityValues:t,path:c,value:i,property:a,propertyKey:l,storageSource:s,disabled:d,onChange:f}){const A=a.dataType==="string"?a.storage:a.dataType==="array"&&a.of.dataType==="string"?a.of.storage:void 0,_=a.dataType==="array";if(!A)throw Error("Storage meta must be specified");const h=A?.metadata,g=_?"small":"medium",y=A?.imageCompression,I=(_?i??[]:i?[i]:[]).map(K=>({id:nt(),storagePathOrDownloadUrl:K,metadata:h,size:g})),[b,p]=u.useState(i),[w,k]=u.useState(I);u.useEffect(()=>{de(b,i)||(p(i),k(I))},[I,i,b]);const m=u.useCallback(async K=>{if(A.fileName){const P=await Az(A.fileName,A,t,e,c,a,K,l);if(!P||P.length===0)throw Error("You need to return a valid filename");return P}return Vn()+"_"+K.name},[e,t,c,a,l,A]),C=u.useCallback(K=>yz(A.storagePath,A,t,e,c,a,K,l)??"/",[e,t,c,a,l,A]),v=u.useCallback(async(K,P,E)=>{console.debug("onFileUploadComplete",K,P);let T=K;if(A.storeUrl&&(T=(await s.getDownloadURL(K)).url),A.postProcess&&T&&(T=await A.postProcess(T)),!T){console.warn("uploadPathOrDownloadUrl is null");return}let S;P.storagePathOrDownloadUrl=T,P.metadata=E,S=[...w],S=pi(S),k(S);const D=S.filter(N=>!!N.storagePathOrDownloadUrl).map(N=>N.storagePathOrDownloadUrl);f(_?D:D?D[0]:null)},[w,_,f,A,s]),B=u.useCallback(async K=>{if(!K.length||d)return;let P;if(_)P=[...w,...await Promise.all(K.map(async E=>(y&&ot(E)&&(E=await ki(E,y)),{id:nt(),file:E,fileName:await m(E),metadata:h,size:g})))];else{let E=K[0];y&&ot(E)&&(E=await ki(E,y)),P=[{id:nt(),file:E,fileName:await m(E),metadata:h,size:g}]}P=pi(P),k(P)},[d,m,w,h,_,g]);return{internalValue:w,setInternalValue:k,storage:A,fileNameBuilder:m,storagePathBuilder:C,onFileUploadComplete:v,onFilesAdded:B,multipleFilesSupported:_}}function pi(e){return e.filter((t,c)=>(e.map(i=>i.storagePathOrDownloadUrl).indexOf(t.storagePathOrDownloadUrl)===c||!t.storagePathOrDownloadUrl)&&(e.map(i=>i.file).indexOf(t.file)===c||!t.file))}function nt(){return Math.floor(Math.random()*Math.floor(Number.MAX_SAFE_INTEGER))}const wi={"image/jpeg":"JPEG","image/png":"PNG","image/webp":"WEBP"},ot=e=>wi[e.type]?wi[e.type]:null,_z=100,ki=(e,t)=>new Promise(c=>{const i=t.quality===void 0?_z:t.quality,a=i>=0&&i<=100?i:100,l=ot(e);if(!l)throw Error("resizeAndCompressImage: Unsupported image format");$a.imageFileResizer(e,t.maxWidth||Number.MAX_VALUE,t.maxHeight||Number.MAX_VALUE,l,a,0,s=>c(s),"file")});function mi({storagePath:e,entry:t,metadata:c,onFileUploadComplete:i,imageSize:a,simple:l}){const s=Nn(),d=_n(),[f,A]=u.useState(),[_,h]=u.useState(!1),g=u.useRef(!1),y=u.useRef(!1),I=u.useCallback((b,p)=>{y.current||(y.current=!0,A(void 0),h(!0),s.uploadFile({file:b,fileName:p,path:e,metadata:c}).then(async({path:w})=>{console.debug("Upload successful"),await i(w,t,c),g.current&&h(!1)}).catch(w=>{console.warn("Upload error",w),g.current&&(A(w),h(!1),d.open({type:"error",message:"Error uploading file: "+w.message}))}).finally(()=>{y.current=!1}))},[t,c,i,s,e]);return u.useEffect(()=>(g.current=!0,t.file&&I(t.file,t.fileName),()=>{g.current=!1}),[t.file,t.fileName,I]),l?n.jsx("div",{className:`m-4 w-${a} h-${a}`,children:_&&n.jsx(ze,{className:`w-${a} h-${a}`})}):n.jsxs("div",{className:F($e,"relative m-4 border-box flex items-center justify-center",`min-w-[${a}px] min-h-[${a}px]`),children:[_&&n.jsx(ze,{className:"w-full h-full"}),f&&n.jsx(me,{title:"Error uploading file",error:f})]})}function vi({name:e,property:t,value:c,entity:i,onRemove:a,disabled:l,size:s}){return n.jsxs("div",{className:F($e,"relative m-4 border-box flex items-center justify-center",s==="medium"?"min-w-[220px] min-h-[220px] max-w-[220px]":"min-w-[118px] min-h-[118px] max-w-[118px]"),children:[!l&&n.jsx("div",{className:"absolute rounded-full -top-2 -right-2 z-10 bg-white dark:bg-gray-900",children:n.jsx(ye,{title:"Remove",children:n.jsx(Z,{size:"small",onClick:d=>{d.stopPropagation(),a(c)},children:n.jsx(co,{size:"small"})})})}),c&&n.jsx(se,{children:n.jsx(Be,{propertyKey:e,value:c,property:t,entity:i,size:s})})]})}const hz="box-border relative pt-[2px] items-center border border-transparent min-h-[254px] outline-none rounded-md duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary-solid",gz="border-dotted-gray",Iz="hover:bg-field-hover dark:hover:bg-field-hover-dark",bz="pt-0 border-2 border-solid",pz="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-green-500",wz="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-red-500";function rt({propertyKey:e,value:t,setValue:c,error:i,showError:a,autoFocus:l,tableMode:s,property:d,includeDescription:f,context:A,isSubmitting:_}){if(!A.entityId)throw new Error("StorageUploadFieldBinding: Entity id is null");const h=Nn(),g=Dn(d)||!!d.disabled||_,{internalValue:y,setInternalValue:I,onFilesAdded:b,storage:p,onFileUploadComplete:w,storagePathBuilder:k,multipleFilesSupported:m}=bi({entityValues:A.values,entityId:A.entityId,path:A.path,property:d,propertyKey:e,value:t,storageSource:h,disabled:g,onChange:c});Qe({property:d,value:t,setValue:c});const C={id:A.entityId,values:A.values,path:A.path};return n.jsxs(n.Fragment,{children:[!s&&n.jsx(Ce,{icon:ve(d,"small"),required:d.validation?.required,title:d.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),n.jsx(mz,{value:y,name:e,disabled:g,autoFocus:l,property:d,onChange:c,setInternalValue:I,onFilesAdded:b,entity:C,onFileUploadComplete:w,storagePathBuilder:k,storage:p,multipleFilesSupported:m}),n.jsx(Se,{includeDescription:f,showError:a,error:i,disabled:g,property:d})]})}function kz({storage:e,disabled:t,isDraggingOver:c,onFilesAdded:i,multipleFilesSupported:a,droppableProvided:l,autoFocus:s,internalValue:d,property:f,entity:A,onClear:_,metadata:h,storagePathBuilder:g,onFileUploadComplete:y,size:I,name:b,helpText:p}){const w=_n(),{getRootProps:k,getInputProps:m,isDragActive:C,isDragAccept:v,isDragReject:B}=ar.useDropzone({accept:e.acceptedFiles?e.acceptedFiles.map(K=>({[K]:[]})).reduce((K,P)=>({...K,...P}),{}):void 0,disabled:t||c,noDragEventsBubbling:!0,maxSize:e.maxSize,onDrop:i,onDropRejected:(K,P)=>{for(const E of K)for(const T of E.errors)w.open({type:"error",message:`Error uploading file: File is larger than ${e.maxSize} bytes`})}});return n.jsxs("div",{...k(),className:F(Ze,t?on:Ye,hz,a&&d.length?"":"flex",Ie,{[Iz]:!C,[bz]:C,[wz]:B,[pz]:v,[gz]:t}),children:[n.jsxs("div",{...l.droppableProps,ref:l.innerRef,className:F("flex items-center p-1 no-scrollbar",a&&d.length?"overflow-auto":"",a&&d.length?"min-h-[180px]":"min-h-[250px]"),children:[n.jsx("input",{autoFocus:s,...m()}),d.map((K,P)=>{let E;return K.storagePathOrDownloadUrl?E=n.jsx(vi,{name:`storage_preview_${K.storagePathOrDownloadUrl}`,property:f,disabled:t,entity:A,value:K.storagePathOrDownloadUrl,onRemove:_,size:K.size}):K.file&&(E=n.jsx(mi,{entry:K,metadata:h,storagePath:g(K.file),onFileUploadComplete:y,imageSize:I==="medium"?220:118,simple:!1})),n.jsx(Pn.Draggable,{draggableId:`array_field_${b}_${K.id}`,index:P,children:(T,S)=>n.jsx("div",{tabIndex:-1,ref:T.innerRef,...T.draggableProps,...T.dragHandleProps,className:F(Ie,"rounded-md"),style:{...T.draggableProps.style},children:E})},`array_field_${b}_${K.id}`)}),l.placeholder]}),n.jsx("div",{className:"flex-grow min-h-[38px] box-border m-2 text-center",children:n.jsx(q,{align:"center",variant:"label",children:p})})]})}function mz({property:e,name:t,value:c,setInternalValue:i,onChange:a,multipleFilesSupported:l,onFileUploadComplete:s,disabled:d,onFilesAdded:f,autoFocus:A,storage:_,entity:h,storagePathBuilder:g}){if(l){const C=e;if(C.of){if(Array.isArray(C.of)||C.of.dataType!=="string")throw Error("Storage field using array must be of data type string")}else throw Error("Storage field using array must be of data type string")}const y=_?.metadata,I=l?"small":"medium",b=u.useCallback((C,v)=>{if(!l)return;const B=[...c],K=B[C];B.splice(C,1),B.splice(v,0,K),i(B);const P=B.filter(E=>!!E.storagePathOrDownloadUrl).map(E=>E.storagePathOrDownloadUrl);a(P)},[l,a,i,c]),p=u.useCallback(C=>{C.destination&&b(C.source.index,C.destination.index)},[b]),w=u.useCallback(C=>{if(l){const v=c.filter(B=>B.storagePathOrDownloadUrl!==C);a(v.filter(B=>!!B.storagePathOrDownloadUrl).map(B=>B.storagePathOrDownloadUrl)),i(v)}else a(null),i([])},[c,l,a]),k=l?"Drag 'n' drop some files here, or click to select files":"Drag 'n' drop a file here, or click to select one",m=l?e.of:e;return n.jsx(Pn.DragDropContext,{onDragEnd:p,children:n.jsx(Pn.Droppable,{droppableId:`droppable_${t}`,direction:"horizontal",renderClone:(C,v,B)=>{const K=c[B.source.index];return n.jsx("div",{ref:C.innerRef,...C.draggableProps,...C.dragHandleProps,style:C.draggableProps.style,className:"rounded",children:n.jsx(vi,{name:`storage_preview_${K.storagePathOrDownloadUrl}`,property:m,disabled:!0,entity:h,value:K.storagePathOrDownloadUrl,onRemove:w,size:K.size})})},children:(C,v)=>n.jsx(kz,{storage:_,disabled:d,isDraggingOver:v.isDraggingOver,droppableProvided:C,onFilesAdded:f,multipleFilesSupported:l,autoFocus:A,internalValue:c,property:m,entity:h,onClear:w,metadata:y,storagePathBuilder:g,onFileUploadComplete:s,size:I,name:t,helpText:k})})})}function Wn({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,autoFocus:s,property:d,includeDescription:f}){let A,_;d.dataType==="string"&&(A=d.multiline,_=d.url),Qe({property:d,value:t,setValue:c});const h=u.useCallback(b=>{b.stopPropagation(),b.preventDefault(),c(null)},[c]),g=b=>{if(I==="number"){const p=b.target.value?parseFloat(b.target.value):void 0;p&&isNaN(p)?c(null):p!=null?c(p):c(null)}else c(b.target.value)},y=!!A,I=d.dataType==="number"?"number":void 0;return n.jsxs(n.Fragment,{children:[n.jsx(tn,{value:t,onChange:g,autoFocus:s,label:n.jsx(Ce,{icon:ve(d,"small"),required:d.validation?.required,title:d.name}),type:I,multiline:y,disabled:l,endAdornment:d.clearable&&n.jsx(Z,{onClick:h,children:n.jsx(fn,{})}),error:a?i:void 0,inputClassName:i?"text-red-500 dark:text-red-600":""}),n.jsx(Se,{includeDescription:f,showError:a,error:i,disabled:l,property:d}),_&&n.jsx(nr,{className:"mt-1 ml-1",in:!!t,children:n.jsx(Be,{value:t,property:d,size:"medium"})})]})}const tt=u.forwardRef(function({value:t,allowIndeterminate:c,className:i,onValueChange:a,disabled:l=!1,size:s="medium",...d},f){return n.jsxs("button",{ref:f,tabIndex:l?-1:void 0,onClick:l?A=>A.preventDefault():A=>{A.preventDefault(),c?t==null?a?.(!0):a?.(t?!1:null):a?.(!t)},className:F(s==="small"?"w-[38px] h-[22px] min-w-[38px] min-h-[22px]":"w-[42px] h-[26px] min-w-[42px] min-h-[26px]","outline-none rounded-full relative shadow-sm",t?l?"bg-white bg-opacity-54 dark:bg-gray-950":"ring-secondary ring-1 bg-secondary dark:bg-secondary":"bg-white bg-opacity-54 dark:bg-gray-900 ring-1 ring-gray-100 dark:ring-gray-700",i),...d,children:[c&&t==null&&n.jsx("div",{className:F("block rounded-full transition-transform duration-100 transform will-change-auto",l?"bg-gray-400 dark:bg-gray-600":"bg-gray-600 dark:bg-gray-400",{"w-[21px] h-[10px]":s==="medium","w-[19px] h-[8px]":s==="small","translate-x-[10px]":s==="medium","translate-x-[9px]":s==="small"})}),!(c&&t==null)&&n.jsx("div",{className:F("block rounded-full transition-transform duration-100 transform will-change-auto",l?"bg-gray-300 dark:bg-gray-700":t?"bg-white":"bg-gray-600 dark:bg-gray-400",{"w-[21px] h-[21px]":s==="medium","w-[19px] h-[19px]":s==="small",[t?"translate-x-[19px]":"translate-x-[3px]"]:s==="medium",[t?"translate-x-[17px]":"translate-x-[2px]"]:s==="small"})})]})}),Gn=function({value:t,position:c="end",invisible:i,onValueChange:a,error:l,label:s,autoFocus:d,disabled:f,size:A,..._}){const h=u.useRef(null),g=u.useRef(null),[y,I]=u.useState(d),b=()=>I(!0),p=()=>I(!1);u.useEffect(()=>{},[]);const w=document.activeElement===g?.current||document.activeElement===h?.current;return n.jsxs("div",{ref:h,onFocus:b,onBlur:p,tabIndex:-1,className:F(!i&&Ze,!i&&(f?on:Ye),f?"cursor-default":"cursor-pointer","rounded-md relative max-w-full justify-between w-full box-border relative inline-flex items-center",!i&&w&&!f?Hr:"",l?"text-red-500 dark:text-red-600":w&&!f?"text-primary":f?"text-text-secondary dark:text-text-secondary-dark":"text-text-primary dark:text-text-primary-dark",A==="small"?"min-h-[40px]":"min-h-[64px]",A==="small"?"pl-2":"pl-4",A==="small"?"pr-4":"pr-6",c==="end"?"flex-row-reverse":"flex-row"),onClick:f?void 0:k=>{_.allowIndeterminate?t==null?a?.(!0):a?.(t?!1:null):a?.(!t)},children:[n.jsx(tt,{value:t,ref:g,size:A,className:i&&w?Hr:"",disabled:f,..._}),n.jsx("div",{className:F("flex-grow",c==="end"?"mr-4":"ml-4",A==="small"?"text-sm":"text-base"),children:s})]})},Ki=u.forwardRef(function({propertyKey:t,value:c,setValue:i,error:a,showError:l,autoFocus:s,disabled:d,touched:f,property:A,includeDescription:_},h){return Qe({property:A,value:c,setValue:i}),n.jsxs(n.Fragment,{children:[n.jsx(Gn,{value:c,onValueChange:g=>i(g),error:l,label:n.jsx(Ce,{icon:ve(A,"small"),required:A.validation?.required,title:A.name}),disabled:d,autoFocus:s,size:"medium"}),n.jsx(Se,{includeDescription:_,showError:l,error:a,disabled:d,property:A})]})});function Ci({propertyKey:e,value:t,setValue:c,autoFocus:i,error:a,showError:l,disabled:s,touched:d,property:f,includeDescription:A}){const _=t||null;return Qe({property:f,value:t,setValue:c}),n.jsxs(n.Fragment,{children:[n.jsx(Un,{value:_,onChange:h=>c(h),size:"medium",mode:f.mode,clearable:f.clearable,label:n.jsx(Ce,{icon:ve(f,"small"),required:f.validation?.required,className:"text-text-secondary dark:text-text-secondary-dark",title:f.name})}),n.jsx(Se,{includeDescription:A,showError:l,error:a,disabled:s,property:f})]})}function ct({propertyKey:e,value:t,error:c,showError:i,tableMode:a,property:l,includeDescription:s,context:d}){if(!d.entityId)throw new Error("ReadOnlyFieldBinding: Entity id is null");const f={id:d.entityId,values:d.values,path:d.path};return n.jsxs(n.Fragment,{children:[!a&&n.jsx(Ce,{icon:ve(l,"small"),required:l.validation?.required,title:l.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),n.jsx("div",{className:F($e,"min-h-14 p-4 md:p-6 overflow-x-scroll no-scrollbar"),children:n.jsx(se,{children:n.jsx(Be,{propertyKey:e,value:t,property:l,entity:f,size:"medium"})})}),n.jsx(Se,{includeDescription:s,showError:i,error:c,property:l})]})}function Si(e){return typeof e.property.path!="string"?n.jsx(ct,{...e}):n.jsx(vz,{...e})}function vz({value:e,setValue:t,error:c,showError:i,isSubmitting:a,disabled:l,touched:s,autoFocus:d,property:f,includeDescription:A,context:_}){if(!f.path)throw new Error("Property path is required for ReferenceFieldBinding");Qe({property:f,value:e,setValue:t});const h=e&&e instanceof Ue,g=Ae(),y=u.useMemo(()=>f.path?g.getCollection(f.path):void 0,[f.path]);if(!y)throw Error(`Couldn't find the corresponding collection for the path: ${f.path}`);const I=u.useCallback(w=>{t(kn(w))},[t]),b=ao({multiselect:!1,path:f.path,collection:y,onSingleEntitySelected:I,selectedEntityIds:h?[e.id]:void 0,forceFilter:f.forceFilter}),p=u.useCallback(w=>{w.preventDefault(),b.open()},[b]);return n.jsxs(n.Fragment,{children:[n.jsx(Ce,{icon:ve(f,"small"),required:f.validation?.required,title:f.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),!y&&n.jsx(me,{error:"The specified collection does not exist. Check console"}),y&&n.jsxs(n.Fragment,{children:[e&&n.jsx(rn,{disabled:!f.path,previewProperties:f.previewProperties,size:"medium",onClick:l||a?void 0:p,reference:e}),!e&&n.jsx("div",{className:"justify-center text-left",children:n.jsxs(ie,{variant:"outlined",color:"primary",disabled:l||a,onClick:p,children:["Edit ",f.name]})})]}),n.jsx(Se,{includeDescription:A,showError:i,error:c,disabled:l,property:f})]})}const Kn=u.memo(Kz,(e,t)=>{if(e.propertyKey!==t.propertyKey)return!1;const c=Te(e.property)||e.property.fromBuilder,i=Te(t.property)||t.property.fromBuilder;return!((c===i||de(e.property,t.property))&&e.disabled===t.disabled)||Go(t.property),!1});function Kz({propertyKey:e,property:t,context:c,includeDescription:i,underlyingValueHasChanged:a,disabled:l,tableMode:s,partOfArray:d,partOfBlock:f,autoFocus:A}){const _=x(),g=Go(t,_.plugins)?Pe.Field:Pe.FastField;return n.jsx(g,{name:e,children:y=>{let I;const b=Oe({propertyKey:e,propertyValue:y.field.value,propertyOrBuilder:t,values:y.form.values,path:c.path,entityId:c.entityId,fields:_.fields});if(b===null||no(b))return n.jsx(n.Fragment,{});if(Dn(b))I=ct;else if(b.Field)typeof b.Field=="function"&&(I=b.Field);else{const w=jo(b,_.fields);if(!w)throw console.log("INTERNAL: Could not find field config for property",{propertyKey:e,resolvedProperty:b,fields:_.fields,propertyConfig:w}),new Error(`INTERNAL: Could not find field config for property ${e}`);I=Oe({propertyOrBuilder:w.property,propertyValue:y.field.value,values:y.form.values,path:c.path,entityId:c.entityId,fields:_.fields}).Field}if(!I)return console.warn(`No field component found for property ${e}`),console.warn("Property:",t),n.jsx("div",{children:`Currently the field ${b.dataType} is not supported`});const p={propertyKey:e,property:b,includeDescription:i,underlyingValueHasChanged:a,context:c,disabled:l,tableMode:s,partOfArray:d,partOfBlock:f,autoFocus:A};return n.jsx(Cz,{Component:I,componentProps:p,fieldProps:y})}})}function Cz({Component:e,componentProps:{propertyKey:t,property:c,includeDescription:i,underlyingValueHasChanged:a,tableMode:l,partOfArray:s,partOfBlock:d,autoFocus:f,context:A,disabled:_},fieldProps:h}){const{plugins:g}=x(),y=c.customProps,I=h.field.value,b=h.meta.initialValue,p=Pe.getIn(h.form.errors,t),w=Pe.getIn(h.form.touched,t),k=p&&(h.form.submitCount>0||c.validation?.unique)&&(!Array.isArray(p)||!!p.filter(E=>!!E).length),C=Sz(A.path,A.collection,t,c,e,g)??e,v=h.form.isSubmitting,B=u.useCallback((E,T)=>{h.form.setFieldTouched(t,!0,!1),h.form.setFieldValue(t,E,T)},[]),K=u.useCallback((E,T,S)=>{h.form.setFieldTouched(t,!0,!1),h.form.setFieldValue(E,T,S)},[]),P={propertyKey:t,value:I,initialValue:b,setValue:B,setFieldValue:K,error:p,touched:w,showError:k,isSubmitting:v,includeDescription:i??!0,property:c,disabled:_??!1,underlyingValueHasChanged:a??!1,tableMode:l??!1,partOfArray:s??!1,partOfBlock:d??!1,autoFocus:f??!1,customProps:y,context:A};return n.jsxs(se,{children:[n.jsx(C,{...P}),a&&!v&&n.jsx(q,{variant:"caption",className:"ml-3.5",children:"This value has been updated elsewhere"})]})}const Go=(e,t)=>{if(t?.some(a=>a.form?.fieldBuilder)||Te(e))return!0;const c=e,i=!!c.Field||"fromBuilder"in c&&c.fromBuilder;return c.dataType==="map"&&c.properties?i||Object.values(c.properties).some(a=>Go(a,t)):c.dataType==="array"&&"resolvedProperties"in c?i||c.resolvedProperties?.some(a=>a&&Go(a,t)):i};function Sz(e,t,c,i,a,l){return u.useRef((()=>{let d=null;return l&&l.forEach(f=>{const A=It(i);if(A&&f.form?.fieldBuilder){const _={fieldConfigId:A,propertyKey:c,property:i,Field:a,plugin:f,path:e,collection:t},h=f.form?.fieldBuilderEnabled?.(_);(h===void 0||h)&&(d=f.form.fieldBuilder(_)||d)}A||console.warn("INTERNAL: Field id not found for property",i)}),d})()).current}function Bi({propertyKey:e,value:t,showError:c,error:i,disabled:a,property:l,setValue:s,partOfBlock:d,tableMode:f,includeDescription:A,underlyingValueHasChanged:_,autoFocus:h,context:g}){const y=l.pickOnlySomeKeys||!1,I=(l.expanded===void 0?!0:l.expanded)||h;if(!l.properties)throw Error(`You need to specify a 'properties' prop (or specify a custom field) in your map property ${e}`);let b;y?t?b=oc(l.properties,...Object.keys(t).filter(k=>k in l.properties)):b={}:b=l.properties;const p=n.jsx(n.Fragment,{children:n.jsx("div",{className:"py-1 flex flex-col space-y-2",children:Object.entries(b).filter(([k,m])=>!no(m)).map(([k,m],C)=>{const v={propertyKey:`${e}.${k}`,disabled:a,property:m,includeDescription:A,underlyingValueHasChanged:_,context:g,tableMode:!1,partOfArray:!1,partOfBlock:!1,autoFocus:h&&C===0};return n.jsx("div",{children:n.jsx(Kn,{...v})},`map-${e}-${C}`)})})}),w=n.jsx(Ce,{icon:ve(l,"small"),required:l.validation?.required,title:l.name,className:"text-text-secondary dark:text-text-secondary-dark"});return n.jsxs(n.Fragment,{children:[!f&&!d&&n.jsx(In,{initiallyExpanded:I,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",title:w,children:p}),(f||d)&&p,n.jsx(Se,{includeDescription:A,showError:c,error:i,disabled:a,property:l})]})}function Ei({propertyKey:e,value:t,showError:c,error:i,disabled:a,property:l,setValue:s,tableMode:d,includeDescription:f,underlyingValueHasChanged:A,autoFocus:_,context:h}){const g=(l.expanded===void 0?!0:l.expanded)||_;if(!l.keyValue)throw Error(`Your property ${e} needs to have the 'keyValue' prop in order to use this field binding`);const y=n.jsx(it,{value:t,setValue:s,disabled:a,fieldName:l.name??e}),I=n.jsx(Ce,{icon:ve(l,"small"),required:l.validation?.required,title:l.name,className:"text-text-secondary dark:text-text-secondary-dark"});return n.jsxs(n.Fragment,{children:[!d&&n.jsx(In,{initiallyExpanded:g,title:I,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",children:y}),d&&y,n.jsx(Se,{includeDescription:f,showError:c,error:i,disabled:a,property:l})]})}function it({value:e,setValue:t,fieldName:c,disabled:i}){const[a,l]=u.useState(Object.keys(e??{}).map(f=>[at(),{key:f,dataType:lt(e?.[f])??"string"}]));u.useEffect(()=>{const f=a.map(([y,{key:I}])=>I),A=Object.entries(e??{}).filter(([y,I])=>I!==void 0).map(([y])=>y),_=A.filter(y=>!f.includes(y)),h=f.filter(y=>!A.includes(y)),g=[...a];_.forEach(y=>{g.push([at(),{key:y,dataType:lt(e?.[y])??"string"}])}),h.forEach(y=>{const I=g.findIndex(([b,{key:p}])=>p===y);g.splice(I,1)}),l(g)},[e]);const s=u.useRef(e??{}),d=(f,A)=>{if(!f){console.warn("No key selected for data type update");return}l(a.map(_=>_[0]===f?[_[0],{key:_[1].key,dataType:A}]:_)),t({...e??{},[a.find(_=>_[0]===f)?.[1].key??""]:hr(A)})};return n.jsxs("div",{className:"py-1 flex flex-col gap-1",children:[a.map(([f,{key:A,dataType:_}],h)=>{const g=A?e?.[A]:"",y=I=>{if(l(a.map(p=>p[0]===f?[f,{key:I??"",dataType:p[1].dataType}]:p)),typeof e=="object"&&I in e)return;const b={...e??{}};typeof s.current=="object"&&A in s.current?b[A]=void 0:delete b[A],t({...b,[I??""]:g})};return n.jsx(Bz,{rowId:f,fieldKey:A,value:e??{},onDeleteClick:()=>{const I={...e??{}};s.current&&A in s.current?I[A]=void 0:delete I[A],l(a.filter(b=>b[0]!==f)),t({...I})},onFieldKeyChange:y,setValue:t,entryValue:g,dataType:_,disabled:i,updateDataType:d},f)}),n.jsx(ie,{variant:"text",size:"small",color:"primary",className:"w-full",disabled:i,startIcon:n.jsx(mn,{}),onClick:f=>{f.preventDefault(),t({...e??{},"":null}),l([...a,[at(),{key:"",dataType:"string"}]])},children:c?`Add to ${c}`:"Add"})]})}function Bz({rowId:e,fieldKey:t,value:c,onFieldKeyChange:i,onDeleteClick:a,setValue:l,entryValue:s,dataType:d,updateDataType:f,disabled:A}){function _(g,y,I){return I==="string"||I==="number"?n.jsx(tn,{placeholder:"value",value:g,type:I==="number"?"number":"text",size:"small",disabled:A||!y,onChange:b=>{if(I==="number"){const p=b.target.value?parseFloat(b.target.value):void 0;p&&isNaN(p)?l({...c,[y]:null}):p!=null?l({...c,[y]:p}):l({...c,[y]:null})}else l({...c,[y]:b.target.value})}},I):I==="date"?n.jsx(Un,{value:g,size:"small",disabled:A||!y,onChange:b=>{l({...c,[y]:b})}}):I==="boolean"?n.jsx(Gn,{value:g,size:"small",position:"start",disabled:A||!y,onValueChange:b=>{l({...c,[y]:b})}}):I==="array"?n.jsx("div",{className:F(fe,"ml-2 pl-2 border-l border-solid"),children:n.jsx(Qt,{value:g,newDefaultEntry:"",droppableId:e.toString(),addLabel:y?`Add to ${y}`:"Add",size:"small",disabled:A||!y,includeAddButton:!0,onValueChange:b=>{l({...c,[y]:b})},buildEntry:(b,p)=>n.jsx(Ez,{index:b,id:p,value:g[b],disabled:A||!y,setValue:w=>{const k=[...g];k[b]=w,l({...c,[y]:k})}})})}):I==="map"?n.jsx("div",{className:F(fe,"ml-2 pl-2 border-l border-solid"),children:n.jsx(it,{value:g,fieldName:y,setValue:b=>{l({...c,[y]:b})}})}):n.jsx(q,{variant:"caption",children:`Data type ${I} not supported yet`})}function h(g){f(e,g)}return n.jsxs(n.Fragment,{children:[n.jsxs(q,{component:"div",className:"font-mono flex flex-row gap-1",children:[n.jsx("div",{className:"w-[200px] max-w-[25%]",children:n.jsx(tn,{value:t,placeholder:"key",disabled:A||s!=null&&s!=="",size:"small",onChange:g=>{i(g.target.value)}})}),n.jsx("div",{className:"flex-grow",children:d!=="map"&&d!=="array"&&_(s,t,d)}),n.jsxs($n,{trigger:n.jsx(Z,{size:"small",className:"h-7 w-7",children:n.jsx(pr,{})}),children:[n.jsx(Ee,{dense:!0,onClick:()=>h("string"),children:"string"}),n.jsx(Ee,{dense:!0,onClick:()=>h("number"),children:"number"}),n.jsx(Ee,{dense:!0,onClick:()=>h("boolean"),children:"boolean"}),n.jsx(Ee,{dense:!0,onClick:()=>h("date"),children:"date"}),n.jsx(Ee,{dense:!0,onClick:()=>h("map"),children:"map"}),n.jsx(Ee,{dense:!0,onClick:()=>h("array"),children:"array"})]}),n.jsx(Z,{"aria-label":"delete",size:"small",onClick:a,className:"h-7 w-7",children:n.jsx(co,{size:"small"})})]},e.toString()),(d==="map"||d==="array")&&_(s,t,d)]})}function Ez({id:e,index:t,value:c,setValue:i}){const[a,l]=u.useState(lt(c)??"string");function s(f){l(f)}function d(f,A){return A==="string"||A==="number"?n.jsx(tn,{value:f,type:A==="number"?"number":"text",size:"small",onChange:_=>{if(A==="number"){const h=_.target.value?parseFloat(_.target.value):void 0;h&&isNaN(h)?i(null):h!=null?i(h):i(null)}else i(_.target.value)}}):A==="date"?n.jsx(Un,{value:f,size:"small",onChange:_=>{i(_)}}):A==="boolean"?n.jsx(Gn,{value:f,size:"small",position:"start",onValueChange:_=>{i(_)}}):A==="array"?n.jsx(q,{variant:"caption",children:"Arrays of arrays are not supported."}):A==="map"?n.jsx("div",{className:F(fe,"ml-2 pl-2 border-l border-solid"),children:n.jsx(it,{value:f,setValue:_=>{i(_)}})}):n.jsx(q,{variant:"caption",children:`Data type ${A} not supported yet`})}return n.jsxs(n.Fragment,{children:[n.jsxs(q,{component:"div",className:"font-mono flex min-h-12 flex-row gap-1 items-center",children:[n.jsx("div",{className:"flex-grow",children:a!=="map"&&d(c,a)}),n.jsxs($n,{trigger:n.jsx(Z,{size:"small",className:"h-7 w-7",children:n.jsx(pr,{})}),children:[n.jsx(Ee,{dense:!0,onClick:()=>s("string"),children:"string"}),n.jsx(Ee,{dense:!0,onClick:()=>s("number"),children:"number"}),n.jsx(Ee,{dense:!0,onClick:()=>s("boolean"),children:"boolean"}),n.jsx(Ee,{dense:!0,onClick:()=>s("map"),children:"map"}),n.jsx(Ee,{dense:!0,onClick:()=>s("date"),children:"date"})]})]},e.toString()),a==="map"&&d(c,a)]})}function at(){return Math.floor(Math.random()*Math.floor(Number.MAX_SAFE_INTEGER))}function lt(e){if(typeof e=="string"||e===null)return"string";if(typeof e=="number")return"number";if(typeof e=="boolean")return"boolean";if(Array.isArray(e))return"array";if(e instanceof Date)return"date";if(e instanceof Ue)return"reference";if(e instanceof vo)return"geopoint";if(typeof e=="object")return"map"}function Fi({propertyKey:e,value:t,error:c,showError:i,isSubmitting:a,setValue:l,setFieldValue:s,tableMode:d,property:f,includeDescription:A,underlyingValueHasChanged:_,context:h,disabled:g}){if(!f.of)throw Error("RepeatFieldBinding misconfiguration. Property `of` not set");if(!f.resolvedProperties||!Array.isArray(f.resolvedProperties))throw Error("RepeatFieldBinding - Internal error: Expected array in 'property.resolvedProperties'");const y=f.expanded===void 0?!0:f.expanded,I=f.of,[b,p]=u.useState();Qe({property:f,value:t,setValue:l});const w=(C,v)=>{const B=f.resolvedProperties[C]??I,K={propertyKey:`${e}.${C}`,disabled:g,property:B,includeDescription:A,underlyingValueHasChanged:_,context:h,tableMode:!1,partOfArray:!0,partOfBlock:!1,autoFocus:v===b};return n.jsx(Kn,{...K})},k=n.jsx(Po,{value:t,addLabel:f.name?"Add entry to "+f.name:"Add entry",name:e,setFieldValue:s,buildEntry:w,onInternalIdAdded:p,disabled:a||!!f.disabled,includeAddButton:!f.disabled,newDefaultEntry:f.of.defaultValue}),m=n.jsx(Ce,{icon:ve(f,"small"),required:f.validation?.required,title:f.name,className:"text-text-secondary dark:text-text-secondary-dark"});return n.jsxs(n.Fragment,{children:[!d&&n.jsx(In,{initiallyExpanded:y,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",title:m,children:k}),d&&k,n.jsx(Se,{includeDescription:A,showError:i,error:c,disabled:g,property:f})]})}function Pi({propertyKey:e,value:t,error:c,showError:i,isSubmitting:a,setValue:l,setFieldValue:s,tableMode:d,property:f,includeDescription:A,underlyingValueHasChanged:_,context:h,disabled:g}){if(!f.oneOf)throw Error("ArrayOneOfField misconfiguration. Property `oneOf` not set");const y=f.expanded===void 0?!0:f.expanded;Qe({property:f,value:t,setValue:l});const[I,b]=u.useState(),p=u.useCallback((C,v)=>n.jsx(Fz,{name:`${e}.${C}`,index:C,value:t[C],typeField:f.oneOf.typeField??eo,valueField:f.oneOf.valueField??Co,properties:f.oneOf.properties,autoFocus:v===I,context:h},`array_one_of_${C}`),[h,I,f.oneOf,e,t]),w=n.jsx(Ce,{icon:ve(f,"small"),required:f.validation?.required,title:f.name,className:"text-text-secondary dark:text-text-secondary-dark"}),k=Object.keys(f.oneOf.properties)[0],m=n.jsx(Po,{value:t,name:e,addLabel:f.name?"Add entry to "+f.name:"Add entry",buildEntry:p,onInternalIdAdded:b,disabled:a||!!f.disabled,includeAddButton:!f.disabled,setFieldValue:s,newDefaultEntry:{[f.oneOf.typeField??eo]:k,[f.oneOf.valueField??Co]:So(f.oneOf.properties[k])}});return n.jsxs(n.Fragment,{children:[!d&&n.jsx(In,{className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",initiallyExpanded:y,title:w,children:m}),d&&m,n.jsx(Se,{includeDescription:A,showError:i,error:c,disabled:g,property:f})]})}function Fz({name:e,index:t,value:c,typeField:i,valueField:a,properties:l,autoFocus:s,context:d}){const f=c&&c[i],[A,_]=u.useState(f??void 0),h=Pe.useFormikContext();u.useEffect(()=>{f||w(Object.keys(l)[0])},[]),u.useEffect(()=>{f!==A&&_(f)},[f]);const g=A?l[A]:void 0,y=Object.entries(l).map(([k,m])=>({id:k,label:m.name??k})),I=`${e}.${i}`,b=`${e}.${a}`,p=g?{propertyKey:b,property:g,context:d,autoFocus:s,partOfArray:!1,partOfBlock:!0,tableMode:!1}:void 0,w=k=>{const m=k?l[k]:void 0;_(k),h.setFieldTouched(I),h.setFieldValue(I,k),h.setFieldValue(b,m?So(m):null)};return n.jsxs("div",{className:F($e,"bg-transparent p-4 my-4 py-8"),children:[n.jsx(Pe.FastField,{required:!0,name:I,children:k=>n.jsx(n.Fragment,{children:n.jsx(Xe,{className:"mb-2",placeholder:n.jsx(q,{variant:"caption",className:"px-4 py-2 font-medium",children:"Type"}),size:"small",position:"item-aligned",value:k.field.value!==void 0&&k.field.value!==null?k.field.value:"",renderValue:m=>n.jsx(Fe,{enumKey:m,enumValues:y,size:"small"}),onValueChange:m=>{w(m)},children:y.map(m=>n.jsx(xe,{value:String(m.id),children:n.jsx(Fe,{enumKey:m.id,enumValues:y,size:"small"})},m.id))})})}),p&&n.jsx(Kn,{...p},`form_control_${e}_${A}`)]})}const Pz=new Zt;try{wn.use(wn.Plugins.AutoResize,{min:100}),wn.unuse(wn.Plugins.FontUnderline),wn.unuse(wn.Plugins.Clear)}catch{}function Di({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,autoFocus:s,touched:d,property:f,tableMode:A,includeDescription:_,context:h}){const[g,y]=u.useState(t),I=u.useRef(t);Ln("MarkdownFieldBinding",Dz);const b=u.useDeferredValue({internalValue:g,value:t});return u.useEffect(()=>{I.current=t,y(t)},[t]),u.useEffect(()=>{b.internalValue!==I.current&&c(b.internalValue)},[b]),n.jsxs(n.Fragment,{children:[!A&&n.jsx(q,{variant:"caption",className:"flex-grow",children:n.jsx(Ce,{icon:ve(f,"small"),required:f.validation?.required,title:f.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"})}),n.jsx(wn,{value:g??"",className:F(Ze,l?on:Ye,"text-base"),readOnly:l,renderHTML:p=>Pz.render(p),view:{menu:!0,md:!0,html:!1},onChange:({html:p,text:w})=>{y(w??null)}}),n.jsx(Se,{includeDescription:_,showError:a,error:i,disabled:l,property:f})]})}const Dz=`
|
|
95
|
+
`)?n.jsx("div",{className:"overflow-x-scroll",children:a.map((l,s)=>n.jsxs(f.Fragment,{children:[n.jsx("span",{children:l}),s!==a.length-1&&n.jsx("br",{})]},`string_preview_${s}`))}):n.jsx(n.Fragment,{children:t})}}}function Jr({propertyKey:e,value:t,property:c,entity:i,size:a}){const l=x(),s=In({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(!s.of)throw Error(`You need to specify an 'of' prop (or specify a custom field) in your array property ${e}`);if(s.dataType!=="array")throw Error("Picked wrong preview component ArrayPreview");const d=t;if(!d)return null;const u=a==="medium"?"small":"tiny";return n.jsx("div",{className:"flex flex-col gap-2",children:d&&d.map((A,_)=>{const h=s.resolvedProperties[_]??s.resolvedProperties[_]??(Array.isArray(s.of)?s.of[_]:s.of);return h?n.jsx(f.Fragment,{children:n.jsx("div",{className:F(fe,"m-1 border-b last:border-b-0"),children:n.jsx(se,{children:n.jsx(Ce,{propertyKey:e,entity:i,value:A,property:h,size:u})})})},"preview_array_"+_):null})})}const rn=le.memo(function(t){const c=t.reference;return c instanceof $e?n.jsx(pz,{...t}):(console.warn("Reference preview received value of type",typeof c),n.jsx(Vo,{onClick:t.onClick,size:t.size,children:n.jsx(me,{error:"Unexpected value. Click to edit",tooltip:JSON.stringify(c)})}))},bz);function bz(e,t){return e.disabled===t.disabled&&e.size===t.size&&e.onHover===t.onHover&&e.reference?.id===t.reference?.id&&e.reference?.path===t.reference?.path&&e.allowEntityNavigation===t.allowEntityNavigation}function pz({disabled:e,reference:t,previewProperties:c,size:i,onHover:a,onClick:l,allowEntityNavigation:s=!0}){const d=x(),A=Ae().getCollection(t.path);if(!A){if(d.components?.missingReference)return n.jsx(d.components.missingReference,{path:t.path});throw Error(`Couldn't find the corresponding collection view for the path: ${t.path}`)}return n.jsx(wz,{reference:t,collection:A,previewProperties:c,size:i,disabled:e,allowEntityNavigation:s,onClick:l,onHover:a})}function wz({reference:e,collection:t,previewProperties:c,size:i,disabled:a,allowEntityNavigation:l,onClick:s,onHover:d}){const u=x(),A=fn(),{entity:_,dataLoading:h,dataLoadingError:g}=Tr({path:e.path,entityId:e.id,collection:t,useCache:!0});_&&li.set(e.pathWithId,_);const y=_??li.get(e.pathWithId),I=f.useMemo(()=>Me({collection:t,path:e.path,values:y?.values,fields:u.fields}),[t]),b=f.useMemo(()=>ka(I,u.fields,c,i==="small"||i==="medium"?3:1),[c,I,i]);let p;return I?(e?y&&!y.values?p=n.jsx(me,{error:"Reference does not exist",tooltip:e.path}):p=n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:"flex flex-col flex-grow w-full max-w-[calc(100%-52px)] m-1",children:[i!=="tiny"&&(e?n.jsx("div",{className:`${i!=="medium"?"block whitespace-nowrap overflow-hidden truncate":""}`,children:n.jsx(q,{variant:"caption",className:"font-mono",children:e.id})}):n.jsx(Ve,{})),b&&b.map(w=>{const k=I.properties[w];return k?n.jsx("div",{className:b.length>1?"my-0.5":"my-0",children:y?n.jsx(Ce,{propertyKey:w,value:_n(y.values,w),property:k,entity:y,size:"tiny"}):n.jsx(Gn,{property:k,size:"tiny"})},"ref_prev_"+w):null})]}),n.jsx("div",{className:`my-${i==="tiny"?2:4}`,children:!a&&y&&l&&n.jsx(ye,{title:`See details for ${y.id}`,children:n.jsx(Z,{color:"inherit",size:"small",onClick:w=>{w.stopPropagation(),u.onAnalyticsEvent?.("entity_click_from_reference",{path:y.path,entityId:y.id}),A.open({entityId:y.id,path:y.path,collection:I,updateUrl:!0})},children:n.jsx(Co,{size:"small"})})})})]}):p=n.jsx(me,{error:"Reference not set"}),n.jsx(Vo,{onClick:a?void 0:s,onHover:a?void 0:d,size:i,children:p})):n.jsx(me,{error:"Could not find collection with id "+I})}function Vo({children:e,onHover:t,size:c,onClick:i}){return n.jsx(q,{variant:"label",className:F("bg-opacity-70 bg-gray-100 dark:bg-gray-800 dark:bg-opacity-60","w-full","flex","rounded-md","overflow-hidden",t?"hover:bg-opacity-90 dark:hover:bg-opacity-90":"",c==="medium"?"p-2":"p-1",c==="tiny"?"items-center":"","transition-colors duration-300 ease-in-out ",i?"cursor-pointer":""),style:{tabindex:0},onClick:a=>{i&&(a.preventDefault(),i(a))},children:e})}const li=new Map;function si({propertyKey:e,value:t,property:c,size:i}){const a=x(),l=In({propertyKey:e,property:c,propertyValue:t,fields:a.fields});if(Array.isArray(l?.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(l?.dataType!=="array"||!l.of||l.of.dataType!=="reference")throw Error("Picked wrong preview component ArrayOfReferencesPreview");const s=i==="medium"?"small":"tiny";return n.jsx("div",{className:"flex flex-col w-full",children:t&&t.map((d,u)=>{const A=l.of;return n.jsx("div",{className:"mt-1 mb-1 w-full",children:n.jsx(rn,{disabled:!A.path,previewProperties:A.previewProperties,size:s,reference:d})},`preview_array_ref_${e}_${u}`)})})}function di({propertyKey:e,entity:t,value:c,property:i,size:a}){const l=x(),s=In({propertyKey:e,property:i,propertyValue:c,fields:l.fields});if(Array.isArray(s.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(s.dataType!=="array"||!s.of||s.of.dataType!=="string")throw Error("Picked wrong preview component ArrayOfStorageComponentsPreview");const d=a==="medium"?"small":"tiny";return n.jsx("div",{className:"flex flex-wrap gap-2",children:c&&c.map((u,A)=>n.jsx(se,{children:n.jsx(Ce,{propertyKey:e,value:u,entity:t,property:s.of,size:d})},`preview_array_storage_${e}_${A}`))})}function Zr({name:e,value:t,enumValues:c,size:i}){return n.jsx("div",{className:"flex flex-wrap gap-1.5",children:t&&t.map((a,l)=>n.jsx(se,{children:n.jsx(Pe,{enumKey:a,enumValues:c,size:i!=="medium"?"small":"medium"})},`preview_array_ref_${e}_${l}`))})}function Xr({propertyKey:e,value:t,property:c,size:i}){if(c.dataType!=="array")throw Error("Picked wrong preview component ArrayEnumPreview");const a=c.of;if(!a.enumValues)throw Error("Picked wrong preview component ArrayEnumPreview");return t?n.jsx(Zr,{name:e,value:t,enumValues:a.enumValues,size:i}):null}function ui({propertyKey:e,value:t,property:c,entity:i,size:a}){const l=x(),s=In({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(Array.isArray(s.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(!s.of||s.dataType!=="array"||s.of.dataType!=="string")throw Error("Picked wrong preview component ArrayOfStringsPreview");if(t&&!Array.isArray(t))return n.jsx("div",{children:`Unexpected value: ${t}`});const d=s.of;return n.jsx("div",{className:"flex flex-col gap-2",children:t&&t.map((u,A)=>n.jsx("div",{children:n.jsx(se,{children:n.jsx(qr,{propertyKey:e,property:d,value:u,entity:i,size:a})})},`preview_array_strings_${e}_${A}`))})}function fi({propertyKey:e,value:t,property:c,size:i,entity:a}){const l=x(),s=In({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(s?.dataType!=="array")throw Error("Picked wrong preview component ArrayPreview");if(!s?.oneOf)throw Error(`You need to specify an 'of' or 'oneOf' prop (or specify a custom field) in your array property ${e}`);const d=t;if(!d)return null;const u=i==="medium"?"small":"tiny",A=s.oneOf.typeField??ro,_=s.oneOf.valueField??Fo,h=s.oneOf.properties;return n.jsx("div",{className:"flex flex-col",children:d&&d.map((g,y)=>n.jsx(f.Fragment,{children:n.jsx("div",{className:F(fe,"m-1 border-b last:border-b-0"),children:n.jsx(se,{children:g&&n.jsx(Ce,{propertyKey:e,value:g[_],entity:a,property:s.resolvedProperties[y]??h[g[A]],size:u})})})},"preview_array_"+g+"_"+y))})}function Ai({propertyKey:e,value:t,property:c,entity:i,size:a}){if(c.dataType!=="map")throw Error("Picked wrong preview component MapPropertyPreview");const l=c;if(e==="result.suggestions"&&console.log({propertyKey:e,property:c,value:t}),!l.properties||Object.keys(l.properties??{}).length===0)return n.jsx(xr,{value:t});if(!t)return null;const s=Object.keys(l.properties);return a==="tiny"?n.jsx("div",{className:"w-full flex flex-col space-y-1 md:space-y-2",children:s.map((d,u)=>n.jsx("div",{children:n.jsx(se,{children:n.jsx(Ce,{propertyKey:d,value:t[d],property:l.properties[d],entity:i,size:a})},"map_preview_"+l.name+d+u)},`map_${d}`))}):n.jsx("div",{className:"flex flex-col gap-1 w-full",children:s&&s.map((d,u)=>{const A=l.properties[d];return n.jsxs("div",{className:F(fe,"last:border-b-0 border-b"),children:[n.jsxs("div",{className:"flex flex-row pt-0.5 pb-0.5 gap-2",children:[n.jsx("div",{className:"min-w-[140px] w-[25%] py-1",children:n.jsx(q,{variant:"caption",className:"font-mono break-words",color:"secondary",children:A.name})}),n.jsx("div",{className:"flex-grow max-w-[75%]",children:n.jsx(se,{children:!(A.dataType==="map"||A==="array")&&n.jsx(Ce,{propertyKey:d,value:t[d],property:A,entity:i,size:a})})})]}),(A.dataType==="map"||A==="array")&&n.jsx("div",{className:F(fe,"border-l pl-4 ml-2 my-2"),children:n.jsx(Ce,{propertyKey:d,value:t[d],property:A,entity:i,size:a})})]},`map_preview_table_${d}}`)})})}function xr({value:e}){return typeof e!="object"?null:n.jsx("div",{className:"flex flex-col gap-1 w-full",children:Object.entries(e).map(([t,c])=>n.jsxs("div",{className:F(fe,"last:border-b-0 border-b"),children:[n.jsxs("div",{className:"flex flex-row pt-0.5 pb-0.5 gap-2",children:[n.jsx("div",{className:"min-w-[140px] w-[25%] py-1",children:n.jsx(q,{variant:"caption",className:"font-mono break-words",color:"secondary",children:t})},`table-cell-title-${t}-${t}`),n.jsx("div",{className:"flex-grow max-w-[75%]",children:typeof c!="object"&&n.jsx(q,{children:n.jsx(se,{children:c&&c.toString()})})})]}),typeof c=="object"&&n.jsx("div",{className:F(fe,"border-l pl-4"),children:n.jsx(xr,{value:c})})]},`map_preview_table_${t}}`))})}function yi({date:e}){const t=x(),c=t?.locale?xt[t?.locale]:void 0,i=t?.dateTimeFormat??$c,a=e?$a(e,i,{locale:c}):"";return n.jsx(n.Fragment,{children:a})}function _i({value:e}){return n.jsx(Fr,{checked:e})}function hi({value:e,property:t,size:c}){if(t.enumValues){const i=e,a=yn(t.enumValues);return a?n.jsx(Pe,{enumKey:i,enumValues:a,size:c!=="medium"?"small":"medium"}):n.jsx(n.Fragment,{children:e})}else return n.jsx(n.Fragment,{children:e})}function Ce(e){const t=x();let c;const{property:i,propertyKey:a,value:l,size:s,height:d,width:u,entity:A}=e,_=Oe({propertyKey:a,propertyOrBuilder:i,propertyValue:l,fields:t.fields});if(l===void 0||_===null)c=n.jsx(Vn,{});else if(_.Preview)c=f.createElement(_.Preview,{propertyKey:a,value:l,property:_,size:s,height:d,width:u,entity:A,customProps:_.customProps});else if(l===null)c=n.jsx(Vn,{});else if(_.dataType==="string"){const h=_;typeof l=="string"?h.url?typeof h.url=="boolean"?c=n.jsx(io,{size:e.size,url:l}):typeof h.url=="string"&&(c=n.jsx(io,{size:e.size,url:l,previewType:h.url})):h.storage?c=n.jsx(ci,{storeUrl:_.storage?.storeUrl??!1,size:e.size,storagePathOrDownloadUrl:l}):h.markdown?c=n.jsx(yo,{source:l}):c=n.jsx(qr,{...e,property:h,value:l}):c=Kn(a,_.dataType,l)}else if(_.dataType==="array")if(l instanceof Array){const h=_;if(!h.of&&!h.oneOf)throw Error(`You need to specify an 'of' or 'oneOf' prop (or specify a custom field) in your array property ${a}`);h.of?Array.isArray(h.of)?c=n.jsx(Jr,{...e,value:l,property:_}):h.of.dataType==="reference"?c=n.jsx(si,{...e,value:l,property:_}):h.of.dataType==="string"?h.of.enumValues?c=n.jsx(Xr,{...e,value:l,property:_}):h.of.storage?c=n.jsx(di,{...e,value:l,property:_}):c=n.jsx(ui,{...e,value:l,property:_}):h.of.dataType==="number"&&h.of.enumValues?c=n.jsx(Xr,{...e,value:l,property:_}):c=n.jsx(Jr,{...e,value:l,property:_}):h.oneOf&&(c=n.jsx(fi,{...e,value:l,property:_}))}else c=Kn(a,_.dataType,l);else _.dataType==="map"?typeof l=="object"?c=n.jsx(Ai,{...e,property:_}):c=Kn(a,_.dataType,l):_.dataType==="date"?l instanceof Date?c=n.jsx(yi,{date:l}):c=Kn(a,_.dataType,l):_.dataType==="reference"?typeof _.path=="string"?l instanceof $e?c=n.jsx(rn,{disabled:!_.path,previewProperties:_.previewProperties,size:e.size,onClick:e.onClick,reference:l}):c=Kn(a,_.dataType,l):c=n.jsx(Vn,{}):_.dataType==="boolean"?typeof l=="boolean"?c=n.jsx(_i,{value:l}):c=Kn(a,_.dataType,l):_.dataType==="number"?typeof l=="number"?c=n.jsx(hi,{...e,value:l,property:_}):c=Kn(a,_.dataType,l):c=JSON.stringify(l);return c??n.jsx(Vn,{})}function Kn(e,t,c){return console.warn(`Unexpected value for property ${e}, of type ${t}`,c),n.jsx(me,{title:"Unexpected value",error:`${JSON.stringify(c)}`})}function kz({propertyKey:e,value:t,property:c,size:i,entity:a}){const l=x(),s=In({propertyKey:e,property:c,propertyValue:t,fields:l.fields});if(Array.isArray(s?.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(s?.dataType!=="array"||!s.of||s.of.dataType!=="map")throw Error("Picked wrong preview component ArrayOfMapsPreview");const d=s.of,u=d.properties;if(!u)throw Error(`You need to specify a 'properties' prop (or specify a custom field) in your map property ${e}`);const A=t,_=d.previewProperties;if(!A)return null;let h=_;return(!h||!h.length)&&(h=Object.keys(u),i&&(h=h.slice(0,3))),n.jsx("div",{className:"table-auto text-xs",children:n.jsx("div",{children:A&&A.map((g,y)=>n.jsx("div",{className:"border-b last:border-b-0",children:h&&h.map(I=>n.jsx("div",{className:"table-cell",children:n.jsx(se,{children:n.jsx(Ce,{propertyKey:I,value:g[I],property:u[I],entity:a,size:"small"})})},`table-cell-${I}`))},`table_${g}_${y}`))})})}function Ve({width:e,height:t,className:c}){return n.jsx("span",{className:F("block","bg-gray-200 dark:bg-gray-800 rounded","animate-pulse",e?`w-[${e}px]`:"w-full",t?`h-[${t}px]`:"h-3","max-w-full max-h-full",c)})}const mz=le.memo(function({builder:t}){const[c,i]=f.useState(!0),[a,l]=f.useState(null);return f.useEffect(()=>{let s=!1;return t.then(d=>{s||(i(!1),l(d))}).catch(d=>{i(!1),console.error(d)}),()=>{s=!0}},[t]),c?n.jsx(Ve,{}):n.jsx(le.Fragment,{children:a})});function Rr({entity:e,collection:t,path:c,className:i}){const a=x(),l=f.useMemo(()=>Me({collection:t,path:c,entityId:e.id,values:e.values,fields:a.fields}),[t,c,e]),s=x(),d=l.properties;return n.jsx("div",{className:"w-full "+i,children:n.jsxs("div",{className:"w-full mb-4",children:[n.jsxs("div",{className:F(fe,"flex justify-between py-2 border-b last:border-b-0"),children:[n.jsx("div",{className:"flex items-center w-1/4",children:n.jsx("span",{className:"pl-2 text-sm text-gray-600",children:"Id"})}),n.jsxs("div",{className:"flex-grow p-2 ml-2 w-3/4 text-gray-900 dark:text-white min-h-[56px] flex items-center",children:[n.jsx("span",{className:"flex-grow mr-2",children:e.id}),s?.entityLinkBuilder&&n.jsx("a",{href:s.entityLinkBuilder({entity:e}),rel:"noopener noreferrer",target:"_blank",children:n.jsx(Z,{children:n.jsx(eo,{size:"small"})})})]})]}),Object.entries(d).map(([u,A])=>{const _=e.values[u];return n.jsxs("div",{className:F(fe,"flex justify-between py-2 border-b last:border-b-0"),children:[n.jsx("div",{className:"flex items-center w-1/4",children:n.jsx("span",{className:"pl-2 text-sm text-gray-600",children:A.name})}),n.jsx("div",{className:"flex-grow p-2 ml-2 w-3/4 text-gray-900 dark:text-white min-h-[56px] flex items-center",children:n.jsx(Ce,{propertyKey:u,value:_,entity:e,property:A,size:"medium"})})]},`reference_previews_${u}`)})]})})}function vz(e){return e.dataType==="boolean"?"center":e.dataType==="number"?e.enumValues?"left":"right":e.dataType==="date"?"right":"left"}function gi(e){if(e.columnWidth)return e.columnWidth;if(e.dataType==="string")return e.url?280:e.storage?160:e.enumValues?200:e.multiline||e.markdown?300:(e.email,200);if(e.dataType==="array"){const t=e;return t.of?Array.isArray(e.of)?300:gi(t.of):300}else return e.dataType==="number"?e.enumValues?200:140:e.dataType==="map"?360:e.dataType==="date"?200:e.dataType==="reference"?220:e.dataType==="boolean"?140:200}function et(e){return`subcollection:${e.alias??e.path}`}function Ii(e,t=166){let c;function i(...a){const l=()=>{e.apply(this,a)};clearTimeout(c),c=setTimeout(l,t)}return i.clear=()=>{clearTimeout(c)},i}function ao(e){return parseInt(e,10)||0}const Kz={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function bi(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflow}const nt=le.forwardRef(function(t,c){const{onChange:i,onScroll:a,onResize:l,maxRows:s,minRows:d=1,style:u,value:A,onFocus:_,onBlur:h,sizeRef:g,ignoreBoxSizing:y,...I}=t,{current:b}=le.useRef(A!=null),p=le.useRef(null),w=Cz(c,p),k=le.useRef(null),m=le.useRef(0),[C,v]=le.useState({outerHeightStyle:0}),B=le.useCallback(()=>{const S=p.current;if(typeof window>"u")return{outerHeightStyle:0};const N=window.getComputedStyle(S);if(N.width==="0px")return{outerHeightStyle:0};const H=g?.current??k.current,U=k.current;H.style.width=N.width,U.value=S.value||t.placeholder||"x",U.value.slice(-1)===`
|
|
96
|
+
`&&(U.value+=" ");const j=N.boxSizing,te=ao(N.paddingBottom)+ao(N.paddingTop),W=ao(N.borderBottomWidth)+ao(N.borderTopWidth),z=ao(N.minHeight),ne=H.scrollHeight;U.value="x";const M=H.scrollHeight;let Q=ne;d&&(Q=Math.max(Number(d)*M,Q)),s&&(Q=Math.min(Number(s)*M,Q)),Q=Math.max(Q,M,z);const ce=Q+(!y&&j==="border-box"?te+W:0),ae=Math.abs(Q-ne)<=1;return{outerHeightStyle:ce,overflow:ae}},[s,d,t.placeholder]),K=(S,D)=>{const{outerHeightStyle:N,overflow:H}=D;return m.current<20&&(N>0&&Math.abs((S.outerHeightStyle||0)-N)>1||S.overflow!==H)?(m.current+=1,{overflow:H,outerHeightStyle:N}):(process.env.NODE_ENV!=="production"&&m.current===20&&console.error(["MUI: Too many re-renders. The layout is unstable.","TextareaAutosize limits the number of renders to prevent an infinite loop."].join(`
|
|
97
|
+
`)),S)},P=le.useCallback(()=>{const S=B();bi(S)||(l&&l(S),v(D=>K(D,S)))},[B,l]),E=()=>{const S=B();bi(S)||el.flushSync(()=>{v(D=>K(D,S))})};le.useEffect(()=>{const S=Ii(()=>{m.current=0,p.current&&E()});let D;const N=p.current,H=window;if(!(typeof window>"u"))return H.addEventListener("resize",S),typeof ResizeObserver<"u"&&(D=new ResizeObserver(S),D.observe(N)),()=>{S.clear(),H.removeEventListener("resize",S),D&&D.disconnect()}}),f.useLayoutEffect(()=>{P()}),le.useEffect(()=>{m.current=0},[A]);const T=S=>{m.current=0,b||P(),i&&i(S)};return n.jsxs(le.Fragment,{children:[n.jsx("textarea",{value:A,onChange:T,className:t.className,ref:w,onFocus:_,onBlur:h,rows:d,style:{height:C.outerHeightStyle,overflow:C.overflow?"hidden":void 0,...u},onScroll:a,...I}),n.jsx("textarea",{"aria-hidden":!0,className:F(t.className,t.shadowClassName),readOnly:!0,ref:k,tabIndex:-1,style:{...Kz.shadow,...u,padding:0}})]})});function Cz(...e){return le.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(c=>{Sz(c,t)})},e)}function Sz(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function Bz(e){const t=f.useRef(null),{disabled:c,value:i,multiline:a,updateValue:l,focused:s}=e,d=f.useRef(i),[u,A]=f.useState(i),_=f.useRef(!1);f.useEffect(()=>{d.current!==i&&i!==u&&A(i),d.current=i},[i]);const h=f.useCallback(()=>{!i&&!u||u!==i&&(d.current=u,l(u))},[u,l,i]);return Qo(u,h,!s,2e3),f.useEffect(()=>{t.current&&s&&!_.current?(_.current=!0,t.current.focus({preventScroll:!0}),t.current.selectionStart=t.current.value.length,t.current.selectionEnd=t.current.value.length):_.current=s},[s,t]),n.jsx(nt,{ref:t,style:{padding:0,margin:0,width:"100%",color:"unset",fontWeight:"unset",lineHeight:"unset",fontSize:"unset",fontFamily:"unset",background:"unset",border:"unset",resize:"none",outline:"none"},value:u??"",onChange:g=>{const y=g.target.value;(a||!y.endsWith(`
|
|
98
|
+
`))&&A(y)},onFocus:()=>{_.current=!0},onBlur:()=>{_.current=!1,h()}})}function ot(e){const{name:t,enumValues:c,error:i,internalValue:a,disabled:l,small:s,focused:d,updateValue:u,multiple:A,valueType:_}=e,h=Array.isArray(a)&&A||!Array.isArray(a)&&!A,g=f.useRef(null);f.useEffect(()=>{g.current&&d&&g.current?.focus({preventScroll:!0})},[d,g]);const y=f.useCallback(b=>{if(_==="number")if(A){const p=b.map(w=>parseFloat(w));u(p)}else u(parseFloat(b));else if(_==="string")u(b||null);else throw Error("Missing mapping in TableSelect")},[A,u,_]),I=(b,p)=>A&&Array.isArray(b)?n.jsx(Zr,{value:b,name:t,enumValues:c,size:s?"small":"medium"},`${b}-${p}`):n.jsx(Pe,{enumKey:b,enumValues:c,size:s?"small":"medium"},`${b}-${p}`);return A?n.jsx(kt,{inputRef:g,containerClassName:"w-full h-full",className:"w-full h-full p-0 bg-transparent",position:"item-aligned",disabled:l,padding:!1,includeFocusOutline:!1,value:h?a.map(b=>b.toString()):[],onMultiValueChange:y,renderValue:I,children:c?.map(b=>n.jsx(mt,{value:String(b.id),children:n.jsx(Pe,{enumKey:b.id,enumValues:c,size:s?"small":"medium"})},b.id))}):n.jsx(Xe,{inputRef:g,className:"w-full h-full p-0 bg-transparent",position:"item-aligned",disabled:l,multiple:A,padding:!1,includeFocusOutline:!1,value:h?A?a.map(b=>b.toString()):a?.toString():A?[]:"",onValueChange:y,onMultiValueChange:y,renderValue:I,children:c?.map(b=>n.jsx(xe,{value:String(b.id),children:n.jsx(Pe,{enumKey:b.id,enumValues:c,size:s?"small":"medium"})},b.id))})}function Ez(e){const{align:t,value:c,updateValue:i,focused:a}=e,l=c&&typeof c=="number"?c.toString():"",[s,d]=f.useState(l),u=f.useRef(c);f.useEffect(()=>{u.current!==c&&String(c)!==s&&d(c?c.toString():null),u.current=c},[c]);const A=f.useCallback(()=>{if(s!==l)if(s!=null){const g=parseFloat(s);if(isNaN(g))return;g!=null&&i(g)}else i(null)},[s,c]);Qo(s,A,!a,2e3),f.useEffect(()=>{!a&&l!==s&&d(c!=null?c.toString():null)},[c,a]);const _=f.useRef(null);f.useEffect(()=>{_.current&&a&&_.current.focus({preventScroll:!0})},[a,_]);const h=/^-?[0-9]+[,.]?[0-9]*$/;return n.jsx("input",{ref:_,className:"w-full text-right p-0 m-0 bg-transparent border-none resize-none outline-none font-normal leading-normal text-unset",style:{textAlign:t},value:s??"",onChange:g=>{const y=g.target.value.replace(",",".");y.length===0&&d(null),(h.test(y)||y.startsWith("-"))&&d(y)}})}function Fz(e){const{internalValue:t,updateValue:c,focused:i}=e,a=f.useRef(null);return f.useEffect(()=>{a.current&&i&&a.current.focus({preventScroll:!0})},[i,a]),n.jsx(yr,{ref:a,size:"small",value:!!t,onValueChange:c})}function Pz(e){const{disabled:t,error:c,mode:i,internalValue:a,updateValue:l}=e;return n.jsx(jn,{value:a??void 0,onChange:s=>l(s),size:"medium",invisible:!0,className:"w-full h-full",inputClassName:"w-full h-full",mode:i})}class se extends f.Component{constructor(t){super(t),this.state={error:null}}static getDerivedStateFromError(t){return{error:t}}componentDidCatch(t,c){console.error(t)}render(){return this.state.error?n.jsxs("div",{className:"flex flex-col m-2",children:[n.jsxs("div",{className:"flex items-center m-2",children:[n.jsx(mr,{color:"error",size:"small"}),n.jsx("div",{className:"ml-4",children:"Error"})]}),n.jsx(q,{variant:"caption",children:this.state.error?.message??"See the error in the console"})]}):this.props.children}}async function Dz(e,t,c,i,a,l,s,d){let u;return typeof e=="function"?(u=await e({path:a,entityId:i,values:c,property:l,file:s,storage:t,propertyKey:d}),u||console.warn("Storage callback returned empty result. Using default name value")):u=pi(s,e,i,d,a),u||(u=Qn()+"_"+s.name),u}function Nz(e,t,c,i,a,l,s,d){let u;return typeof e=="function"?(u=e({path:a,entityId:i,values:c,property:l,file:s,storage:t,propertyKey:d}),u||console.warn("Storage callback returned empty result. Using default name value")):u=pi(s,e,i,d,a),u||(u=Qn()+"_"+s.name),u}function pi(e,t,c,i,a){const l=e.name.split(".").pop();let s=t.replace("{entityId}",c).replace("{propertyKey}",i).replace("{rand}",Qn()).replace("{file}",e.name).replace("{file.type}",e.type).replace("{path}",a);if(l){s=s.replace("{file.ext}",l);const d=e.name.replace(`.${l}`,"");s=s.replace("{file.name}",d)}return s||(s=Qn()+"_"+e.name),s}function wi({entityId:e,entityValues:t,path:c,value:i,property:a,propertyKey:l,storageSource:s,disabled:d,onChange:u}){const A=a.dataType==="string"?a.storage:a.dataType==="array"&&a.of.dataType==="string"?a.of.storage:void 0,_=a.dataType==="array";if(!A)throw Error("Storage meta must be specified");const h=A?.metadata,g=_?"small":"medium",y=A?.imageCompression,I=(_?i??[]:i?[i]:[]).map(K=>({id:rt(),storagePathOrDownloadUrl:K,metadata:h,size:g})),[b,p]=f.useState(i),[w,k]=f.useState(I);f.useEffect(()=>{de(b,i)||(p(i),k(I))},[I,i,b]);const m=f.useCallback(async K=>{if(A.fileName){const P=await Dz(A.fileName,A,t,e,c,a,K,l);if(!P||P.length===0)throw Error("You need to return a valid filename");return P}return Qn()+"_"+K.name},[e,t,c,a,l,A]),C=f.useCallback(K=>Nz(A.storagePath,A,t,e,c,a,K,l)??"/",[e,t,c,a,l,A]),v=f.useCallback(async(K,P,E)=>{console.debug("onFileUploadComplete",K,P);let T=K;if(A.storeUrl&&(T=(await s.getDownloadURL(K)).url),A.postProcess&&T&&(T=await A.postProcess(T)),!T){console.warn("uploadPathOrDownloadUrl is null");return}let S;P.storagePathOrDownloadUrl=T,P.metadata=E,S=[...w],S=ki(S),k(S);const D=S.filter(N=>!!N.storagePathOrDownloadUrl).map(N=>N.storagePathOrDownloadUrl);u(_?D:D?D[0]:null)},[w,_,u,A,s]),B=f.useCallback(async K=>{if(!K.length||d)return;let P;if(_)P=[...w,...await Promise.all(K.map(async E=>(y&&tt(E)&&(E=await vi(E,y)),{id:rt(),file:E,fileName:await m(E),metadata:h,size:g})))];else{let E=K[0];y&&tt(E)&&(E=await vi(E,y)),P=[{id:rt(),file:E,fileName:await m(E),metadata:h,size:g}]}P=ki(P),k(P)},[d,m,w,h,_,g]);return{internalValue:w,setInternalValue:k,storage:A,fileNameBuilder:m,storagePathBuilder:C,onFileUploadComplete:v,onFilesAdded:B,multipleFilesSupported:_}}function ki(e){return e.filter((t,c)=>(e.map(i=>i.storagePathOrDownloadUrl).indexOf(t.storagePathOrDownloadUrl)===c||!t.storagePathOrDownloadUrl)&&(e.map(i=>i.file).indexOf(t.file)===c||!t.file))}function rt(){return Math.floor(Math.random()*Math.floor(Number.MAX_SAFE_INTEGER))}const mi={"image/jpeg":"JPEG","image/png":"PNG","image/webp":"WEBP"},tt=e=>mi[e.type]?mi[e.type]:null,Tz=100,vi=(e,t)=>new Promise(c=>{const i=t.quality===void 0?Tz:t.quality,a=i>=0&&i<=100?i:100,l=tt(e);if(!l)throw Error("resizeAndCompressImage: Unsupported image format");Ja.imageFileResizer(e,t.maxWidth||Number.MAX_VALUE,t.maxHeight||Number.MAX_VALUE,l,a,0,s=>c(s),"file")});function Ki({storagePath:e,entry:t,metadata:c,onFileUploadComplete:i,imageSize:a,simple:l}){const s=Mn(),d=An(),[u,A]=f.useState(),[_,h]=f.useState(!1),g=f.useRef(!1),y=f.useRef(!1),I=f.useCallback((b,p)=>{y.current||(y.current=!0,A(void 0),h(!0),s.uploadFile({file:b,fileName:p,path:e,metadata:c}).then(async({path:w})=>{console.debug("Upload successful"),await i(w,t,c),g.current&&h(!1)}).catch(w=>{console.warn("Upload error",w),g.current&&(A(w),h(!1),d.open({type:"error",message:"Error uploading file: "+w.message}))}).finally(()=>{y.current=!1}))},[t,c,i,s,e]);return f.useEffect(()=>(g.current=!0,t.file&&I(t.file,t.fileName),()=>{g.current=!1}),[t.file,t.fileName,I]),l?n.jsx("div",{className:`m-4 w-${a} h-${a}`,children:_&&n.jsx(Ve,{className:`w-${a} h-${a}`})}):n.jsxs("div",{className:F(je,"relative m-4 border-box flex items-center justify-center",`min-w-[${a}px] min-h-[${a}px]`),children:[_&&n.jsx(Ve,{className:"w-full h-full"}),u&&n.jsx(me,{title:"Error uploading file",error:u})]})}function Ci({showError:e,disabled:t,showExpandIcon:c,selected:i,openPopup:a,children:l}){const s=f.useRef(null),d=f.useCallback(()=>{if(a){const A=s&&s?.current?.getBoundingClientRect();a(A)}},[]),u=f.useRef();return f.useEffect(()=>{u.current&&i&&u.current.focus({preventScroll:!0})},[i]),n.jsx(n.Fragment,{children:(e||!t&&c)&&n.jsxs("div",{ref:s,className:"absolute top-0.5 right-0.5 flex items-center",children:[i&&l,i&&!t&&c&&n.jsx(Z,{ref:u,color:"inherit",size:"small",onClick:d,children:n.jsxs("svg",{fill:"#888",width:"20",height:"20",viewBox:"0 0 24 24",children:[n.jsx("path",{className:"cls-2",d:"M20,5a1,1,0,0,0-1-1L14,4h0a1,1,0,0,0,0,2h2.57L13.29,9.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,7.42V10a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1Z"}),n.jsx("path",{className:"cls-2",d:"M10.71,13.29a1,1,0,0,0-1.42,0L6,16.57V14a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1l0,5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H7.42l3.29-3.29A1,1,0,0,0,10.71,13.29Z"})]})}),e&&n.jsx(oi,{side:"left",className:"flex items-center justify-center",style:{width:32,height:32},title:e.message,children:n.jsx(_c,{size:"small",color:"error"})})]})})}const Mz="max-w-full box-border relative pt-[2px] items-center border border-transparent outline-none rounded-md duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary-solid",Oz="pt-0 border-2 border-solid",Lz="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-green-500 bg-green-50 dark:bg-green-900",Qz="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-red-500 bg-red-50 dark:bg-red-900";function Vz(e){const{propertyKey:t,error:c,selected:i,openPopup:a,value:l,disabled:s,property:d,entity:u,path:A,previewSize:_,updateValue:h}=e,g=Mn(),{internalValue:y,setInternalValue:I,onFilesAdded:b,storage:p,onFileUploadComplete:w,storagePathBuilder:k,multipleFilesSupported:m}=wi({entityValues:u.values,entityId:u.id,path:A,property:d,propertyKey:t,storageSource:g,onChange:h,value:l,disabled:s});return n.jsx(Wz,{internalValue:y,setInternalValue:I,name:t,disabled:s,autoFocus:!1,openPopup:a,error:c,selected:i,property:d,onChange:h,entity:u,storagePathBuilder:k,storage:p,multipleFilesSupported:m,onFilesAdded:b,onFileUploadComplete:w,previewSize:_})}function Wz({property:e,name:t,internalValue:c,setInternalValue:i,openPopup:a,entity:l,selected:s,error:d,onChange:u,multipleFilesSupported:A,previewSize:_,disabled:h,autoFocus:g,storage:y,onFilesAdded:I,onFileUploadComplete:b,storagePathBuilder:p}){const[w,k]=f.useState(!1),m=A&&_==="medium"?"small":_;if(A){const W=e;if(Array.isArray(W.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(W.of){if(W.of.dataType!=="string")throw Error("Storage field using array must be of data type string")}else throw Error("Storage field using array must be of data type string")}const C=y?.metadata,v=!!c,B=An(),{open:K,getRootProps:P,getInputProps:E,isDragActive:T,isDragAccept:S,isDragReject:D}=ar.useDropzone({accept:y.acceptedFiles?y.acceptedFiles.map(W=>({[W]:[]})).reduce((W,z)=>({...W,...z}),{}):void 0,disabled:h,maxSize:y.maxSize,noClick:!0,noKeyboard:!0,onDrop:I,onDropRejected:(W,z)=>{for(const ne of W)for(const M of ne.errors)B.open({type:"error",message:`Error uploading file: File is larger than ${y.maxSize} bytes`})}}),{...N}=P(),H=A?"Drag 'n' drop some files here, or click here to edit":"Drag 'n' drop a file here, or click here edit",U=A?e.of:e,j=f.useMemo(()=>Wn(m),[m]),te=!h&&d;return n.jsxs("div",{...N,onMouseEnter:()=>k(!0),onMouseMove:()=>k(!0),onMouseLeave:()=>k(!1),className:F(Mz,"relative w-full h-full flex",`justify-${v?"start":"center"}`,T?Oz:"",S?Lz:"",D?Qz:""),children:[n.jsx("input",{autoFocus:g,...E()}),c.map((W,z)=>{let ne;return W.storagePathOrDownloadUrl?ne=n.jsx(Gz,{property:U,value:W.storagePathOrDownloadUrl,entity:l,size:m},`storage_preview_${z}`):W.file&&(ne=n.jsx(Ki,{entry:W,metadata:C,storagePath:p(W.file),onFileUploadComplete:b,imageSize:j,simple:!0},`storage_progress_${z}`)),ne}),!c&&n.jsx("div",{className:"flex-grow m-2 max-w-[200px]",onClick:K,children:n.jsx(q,{className:"text-gray-400 dark:text-gray-600",variant:"body2",align:"center",children:H})}),n.jsx(Ci,{showError:te,disabled:h,showExpandIcon:!0,selected:s,openPopup:h?void 0:a,children:n.jsx(Z,{color:"inherit",size:"small",onClick:K,children:n.jsx(Ac,{size:"small",className:"text-gray-500"})})})]})}function Gz({property:e,value:t,size:c,entity:i}){return n.jsx("div",{className:"relative m-2",children:t&&n.jsx(se,{children:n.jsx(Ce,{propertyKey:"ignore",value:t,property:e,entity:i,size:c})})})}function Si(e){const t=x(),c=Ae(),{path:i}=e,a=c.getCollection(i);if(!a){if(t.components?.missingReference)return n.jsx(t.components.missingReference,{path:i});throw Error(`Couldn't find the corresponding collection view for the path: ${i}`)}return n.jsx(zz,{...e,collection:a})}function zz(e){const{name:t,internalValue:c,updateValue:i,multiselect:a,path:l,size:s,previewProperties:d,title:u,disabled:A,forceFilter:_,collection:h}=e,[g,y]=f.useState(!1),I=f.useCallback(()=>y(!0),[]),b=f.useCallback(()=>y(!1),[]),p=f.useCallback(P=>{i(P?vn(P):null)},[i]),w=f.useCallback(P=>{i(P.map(E=>vn(E)))},[i]),k=c?Array.isArray(c)?c.map(P=>P.id):c.id?[c.id]:[]:[],m=Ao({multiselect:a,path:l,collection:h,onMultipleEntitiesSelected:w,onSingleEntitySelected:p,selectedEntityIds:k,forceFilter:_}),C=f.useCallback(()=>{A||m.open()},[A,m]),v=!c||Array.isArray(c)&&c.length===0,B=()=>c instanceof $e?n.jsx(rn,{onClick:A?void 0:C,size:hn(s),reference:c,onHover:g,disabled:!l,previewProperties:d}):n.jsx(Vo,{onClick:A?void 0:C,size:hn(s),children:n.jsx(me,{title:"Value is not a reference.",error:"Click to edit"})}),K=()=>Array.isArray(c)?n.jsx(n.Fragment,{children:c.map((P,E)=>n.jsx("div",{className:"m-1 w-full",children:n.jsx(rn,{onClick:A?void 0:C,size:"tiny",reference:P,onHover:g,disabled:!l,previewProperties:d})},`preview_array_ref_${t}_${E}`))}):n.jsx(me,{error:"Data is not an array of references"});return h?n.jsxs("div",{className:"w-full",onMouseEnter:I,onMouseMove:I,onMouseLeave:b,children:[c&&!a&&B(),c&&a&&K(),v&&n.jsxs(ie,{onClick:C,size:"small",variant:"outlined",color:"primary",children:["Edit ",u]})]}):n.jsx(me,{error:"The specified collection does not exist"})}Te.addMethod(Te.array,"uniqueInArray",function(e=c=>c,t){return this.test("uniqueInArray",t,c=>!c||c.length===new Set(c.map(e)).size)});function Bi(e,t,c){const i={};return Object.entries(t).forEach(([a,l])=>{i[a]=lo({property:l,customFieldValidator:c,name:a,entityId:e})}),Te.object().shape(i)}function lo(e){const t=e.property;if(Fe(t))throw console.error("Error in property",e),Error("Trying to create a yup mapping from a property builder. Please use resolved properties only");if(t.dataType==="string")return Uz(e);if(t.dataType==="number")return Yz(e);if(t.dataType==="boolean")return Jz(e);if(t.dataType==="map")return Hz(e);if(t.dataType==="array")return Xz(e);if(t.dataType==="date")return $z(e);if(t.dataType==="geopoint")return jz(e);if(t.dataType==="reference")return qz(e);throw console.error("Unsupported data type in yup mapping",t),Error("Unsupported data type in yup mapping")}function Hz({property:e,entityId:t,customFieldValidator:c,name:i}){const a={};return e.validation,e.properties&&Object.entries(e.properties).forEach(([l,s])=>{a[l]=lo({property:s,parentProperty:e,customFieldValidator:c,name:`${i}[${l}]`,entityId:t})}),Te.object().shape(a)}function Uz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Te.string();const s=e.validation;if(e.enumValues){s?.required&&(l=l.required(s?.requiredMessage?s.requiredMessage:"Required"));const d=yn(e.enumValues);l=l.oneOf((s?.required?d:[...d,null]).map(u=>u?.id??null)).nullable(!0)}if(s){if(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",(d,u)=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),(s.min||s.min===0)&&(l=l.min(s.min,`${e.name} must be min ${s.min} characters long`)),(s.max||s.max===0)&&(l=l.max(s.max,`${e.name} must be max ${s.max} characters long`)),s.matches){const d=typeof s.matches=="string"?Rc(s.matches):s.matches;d&&(l=l.matches(d,s.matchesMessage?{message:s.matchesMessage}:void 0))}s.trim&&(l=l.trim()),s.lowercase&&(l=l.lowercase()),s.uppercase&&(l=l.uppercase()),e.email&&(l=l.email(`${e.name} must be an email`)),e.url&&(l=l.url(`${e.name} must be a url`))}else l=l.notRequired().nullable(!0);return l}function Yz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){const l=e.validation;let s=Te.number().typeError("Must be a number");return l?(s=l.required?s.required(l.requiredMessage?l.requiredMessage:"Required").nullable(!0):s.notRequired().nullable(!0),l.unique&&c&&i&&(s=s.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),(l.min||l.min===0)&&(s=s.min(l.min,`${e.name} must be higher or equal to ${l.min}`)),(l.max||l.max===0)&&(s=s.max(l.max,`${e.name} must be lower or equal to ${l.max}`)),(l.lessThan||l.lessThan===0)&&(s=s.lessThan(l.lessThan,`${e.name} must be higher than ${l.lessThan}`)),(l.moreThan||l.moreThan===0)&&(s=s.moreThan(l.moreThan,`${e.name} must be lower than ${l.moreThan}`)),l.positive&&(s=s.positive(`${e.name} must be positive`)),l.negative&&(s=s.negative(`${e.name} must be negative`)),l.integer&&(s=s.integer(`${e.name} must be an integer`))):s=s.notRequired().nullable(!0),s}function jz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Te.object();const s=e.validation;return s?.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),s?.required?l=l.required(s.requiredMessage).nullable(!0):l=l.notRequired().nullable(!0),l}function $z({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){if(e.autoValue)return Te.object().nullable();let l=Te.date();const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required"):l.notRequired(),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),s.min&&(l=l.min(s.min,`${e.name} must be after ${s.min}`)),s.max&&(l=l.max(s.max,`${e.name} must be before ${s.min}`))):l=l.notRequired(),l.transform(d=>d instanceof Date?d:null).nullable()}function qz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Te.object();const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a})))):l=l.notRequired().nullable(!0),l}function Jz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Te.boolean();const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a})))):l=l.notRequired().nullable(!0),l}function Zz(e){return e.validation?.uniqueInArray?!0:e.dataType==="map"&&e.properties?Object.entries(e.properties).filter(([t,c])=>c.validation?.uniqueInArray):!1}function Xz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Te.array();if(e.of)if(Array.isArray(e.of)){const d=e.of.map((u,A)=>({[`${i}[${A}]`]:lo({property:u,parentProperty:e,entityId:a})})).reduce((u,A)=>({...u,...A}),{});return Te.array().of(Te.mixed().test("Dynamic object validation","Dynamic object validation error",(u,A)=>_n(d,A.path).validate(u)))}else{l=l.of(lo({property:e.of,parentProperty:e,entityId:a}));const d=Zz(e.of);d&&(typeof d=="boolean"?l=l.uniqueInArray(u=>u,`${e.name} should have unique values within the array`):Array.isArray(d)&&d.forEach(([u,A])=>{l=l.uniqueInArray(_=>_&&_[u],`${e.name} → ${A.name??u}: should have unique values within the array`)}))}const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),(s.min||s.min===0)&&(l=l.min(s.min,`${e.name} should be min ${s.min} entries long`)),s.max&&(l=l.max(s.max,`${e.name} should be max ${s.max} entries long`))):l=l.notRequired().nullable(!0),l}function zn(e){switch(e){case"xl":return 400;case"l":return 280;case"m":return 140;case"s":return 80;case"xs":return 54;default:throw Error("Missing mapping for collection size -> height")}}const xz=({justifyContent:e,scrollable:t,faded:c,fullHeight:i,children:a})=>n.jsx("div",{className:F("flex flex-col max-h-full w-full",{"items-start":c||t}),style:{justifyContent:e,height:i?"100%":void 0,overflow:t?"auto":void 0,WebkitMaskImage:c?"linear-gradient(to bottom, black 60%, transparent 100%)":void 0,maskImage:c?"linear-gradient(to bottom, black 60%, transparent 100%)":void 0},children:a}),ct=f.memo(function({children:t,actions:c,size:i,selected:a,disabled:l,disabledTooltip:s,saved:d,error:u,align:A,allowScroll:_,removePadding:h,fullHeight:g,onSelect:y,width:I,hideOverflow:b=!0,showExpandIcon:p=!0}){const[w,k]=lr(),m=f.useRef(null);ko(m,()=>{a&&y&&y(void 0)},!!(a&&y));const[C,v]=f.useState(!1),B=f.useMemo(()=>zn(i),[i]),[K,P]=f.useState(!1),[E,T]=f.useState(d),S=!l&&u;f.useEffect(()=>{d&&T(!0);const M=setTimeout(()=>{T(!1)},800);return()=>{clearTimeout(M)}},[d]);let D=0;if(!h)switch(i){case"l":case"xl":D=4;break;case"m":D=2;break;case"s":default:D=1;break}let N;switch(A){case"right":N="flex-end";break;case"center":N="center";break;case"left":default:N="flex-start"}const H=f.useCallback(()=>{if(!y)return;const M=m&&m?.current?.getBoundingClientRect();l?y(void 0):!a&&M&&y(M)},[m,y,a,l]),U=f.useCallback(M=>{H(),M.stopPropagation()},[H]);f.useEffect(()=>{if(k){const M=k.height>B;C!==M&&v(M)}},[k,C,B]);const j=!S&&a,te=!l&&_&&C,W=!l&&!_&&C,z=f.useCallback(()=>P(!0),[]),ne=f.useCallback(()=>P(!1),[]);return n.jsxs("div",{ref:m,className:F("transition-colors duration-100 ease-in-out",`flex relative h-full rounded-md p-${D} border border-4 border-opacity-75`,K&&!l?"bg-gray-50 dark:bg-gray-900":"",d?"bg-gray-100 bg-opacity-75 dark:bg-gray-800 dark:bg-opacity-75":"",!j&&!E&&!S?"border-transparent":"",b?"overflow-hidden":"",j?"bg-gray-50 dark:bg-gray-900":"",j&&!E?"border-primary":"",E?"border-green-500 ":"",S?"border-red-500":""),style:{justifyContent:N,alignItems:l||!C?"center":void 0,width:I??"100%",textAlign:A},tabIndex:a||l?void 0:0,onFocus:U,onMouseEnter:z,onMouseMove:z,onMouseLeave:ne,children:[n.jsxs(se,{children:[g&&!W&&t,(!g||W)&&n.jsx(xz,{fullHeight:g??!1,justifyContent:N,scrollable:te??!1,faded:W,children:!g&&n.jsx("div",{ref:w,style:{display:"flex",width:"100%",justifyContent:N,height:g?"100%":void 0},children:t})})]}),c,l&&K&&s&&n.jsx("div",{className:"absolute top-1 right-1 text-xs",children:n.jsx(ye,{title:s,children:n.jsx(Fc,{size:"smallest",color:"disabled",className:"text-gray-500"})})})]})},(e,t)=>e.error===t.error&&e.value===t.value&&e.disabled===t.disabled&&e.saved===t.saved&&e.allowScroll===t.allowScroll&&e.align===t.align&&e.size===t.size&&e.disabledTooltip===t.disabledTooltip&&e.width===t.width&&e.showExpandIcon===t.showExpandIcon&&e.removePadding===t.removePadding&&e.fullHeight===t.fullHeight&&e.selected===t.selected);function Rz(e){return e.dataType==="string"&&e.storage?!0:e.dataType==="array"?Array.isArray(e.of)?!1:e.of?.dataType==="string"&&e.of?.storage:!1}const eH=f.memo(function({propertyKey:t,customFieldValidator:c,value:i,property:a,align:l,width:s,height:d,path:u,entity:A,readonly:_,disabled:h}){const g=x(),{onValueChange:y,size:I,selectedCell:b,select:p,setPopupCell:w}=hH(),k=b?.propertyKey===t&&b?.entity.path===A.path&&b?.entity.id===A.id,[m,C]=f.useState(i),v=f.useRef(i),[B,K]=f.useState(),[P,E]=f.useState(!1),T=f.useCallback(()=>{E(!0),setTimeout(()=>{E(!1)},100)},[]),S=!!a.Field,D=!!a.Preview,N=Ln(a),H=typeof a.disabled=="object"?a.disabled.disabledMessage:void 0,U=_||h||!!a.disabled,j=f.useMemo(()=>lo({property:a,entityId:A.id,customFieldValidator:c,name:t}),[A.id,a,t]);f.useEffect(()=>{de(i,v.current)||(K(void 0),C(i),v.current=i,T())},[T,i]);const te=V=>{de(V,v.current)||(E(!1),j.validate(V).then(()=>{K(void 0),v.current=V,y&&y({value:V,propertyKey:t,setError:K,onValueUpdated:T,entity:A,fullPath:u,context:g})}).catch($=>{K($)}))};f.useEffect(()=>{j.validate(m).then(()=>K(void 0)).catch(V=>{K(V)})},[m,j]);const W=V=>{let $;V===void 0?$=null:$=V,C($),te($)};We({property:a,value:m,setValue:W});const z=f.useCallback(V=>{p(V?{width:s,height:d,entity:A,cellRect:V,propertyKey:t}:void 0)},[A,d,t,p,s]),ne=V=>{w&&w(V?{width:s,height:d,entity:A,cellRect:V,propertyKey:t}:void 0)};let M,Q=!1,ce=!1,ae=!0,G=!1,O=!1,X=!0;const oe=!U&&B;if(_||N)return n.jsx(ct,{size:I,width:s,saved:P,value:m,align:l??"left",fullHeight:!1,disabledTooltip:H??(N?"Read only":void 0),disabled:!0,children:n.jsx(Ce,{width:s,height:zn(I),propertyKey:t,property:a,entity:A,value:m,size:hn(I)})},`${t}_${A.path}_${A.id}`);if(!S&&(!D||k)){if(Rz(a))M=n.jsx(Vz,{error:B,disabled:U,focused:k,selected:k,openPopup:w?ne:void 0,property:a,entity:A,path:u,value:m,previewSize:hn(I),updateValue:W,propertyKey:t}),X=!1,ce=!0,O=!0,G=!0;else if(k&&a.dataType==="number"){const $=a;$.enumValues?(M=n.jsx(ot,{name:t,multiple:!1,disabled:U,focused:k,valueType:"number",small:hn(I)!=="medium",enumValues:$.enumValues,error:B,internalValue:m,updateValue:W}),O=!0):(M=n.jsx(Ez,{align:l,error:B,focused:k,disabled:U,value:m,updateValue:W}),Q=!0)}else if(k&&a.dataType==="string"){const $=a;if($.enumValues)M=n.jsx(ot,{name:t,multiple:!1,focused:k,disabled:U,valueType:"string",small:hn(I)!=="medium",enumValues:$.enumValues,error:B,internalValue:m,updateValue:W}),O=!0;else if(!$.storage){const Le=!!$.multiline||!!$.markdown;M=n.jsx(Bz,{error:B,disabled:U,multiline:Le,focused:k,value:m,updateValue:W}),Q=!0}}else if(a.dataType==="boolean")M=n.jsx(Fz,{error:B,disabled:U,focused:k,internalValue:m,updateValue:W});else if(a.dataType==="date")M=n.jsx(Pz,{name:t,error:B,disabled:U,mode:a.mode,focused:k,internalValue:m,updateValue:W}),O=!0,ae=!1,Q=!1;else if(a.dataType==="reference")typeof a.path=="string"&&(M=n.jsx(Si,{name:t,internalValue:m,updateValue:W,disabled:U,size:I,path:a.path,multiselect:!1,previewProperties:a.previewProperties,title:a.name,forceFilter:a.forceFilter})),Q=!1;else if(a.dataType==="array"){const $=a;if(!$.of&&!$.oneOf)throw Error(`You need to specify an 'of' or 'oneOf' prop (or specify a custom field) in your array property ${t}`);$.of&&!Array.isArray($.of)&&($.of.dataType==="string"||$.of.dataType==="number"?k&&$.of.enumValues&&(M=n.jsx(ot,{name:t,multiple:!0,disabled:U,focused:k,small:hn(I)!=="medium",valueType:$.of.dataType,enumValues:$.of.enumValues,error:B,internalValue:m,updateValue:W}),Q=!0,O=!0,ae=!1):$.of.dataType==="reference"&&(typeof $.of.path=="string"&&(M=n.jsx(Si,{name:t,disabled:U,internalValue:m,updateValue:W,size:I,multiselect:!0,path:$.of.path,previewProperties:$.of.previewProperties,title:$.of.name,forceFilter:$.of.forceFilter})),Q=!1))}}return M||(Q=!1,ce=k&&!M&&!U&&!N,M=n.jsx(Ce,{width:s,height:d,entity:A,propertyKey:t,value:m,property:a,size:hn(I)})),n.jsx(ct,{size:I,width:s,onSelect:z,selected:k,disabled:U||N,disabledTooltip:H??"Disabled",removePadding:G,fullHeight:O,saved:P,error:B,align:l,allowScroll:Q,showExpandIcon:ce,value:m,hideOverflow:ae,actions:X&&n.jsx(Ci,{showError:oe,disabled:U,showExpandIcon:ce,selected:k,openPopup:U?void 0:ne}),children:M},`cell_${t}_${A.path}_${A.id}`)},nH);function nH(e,t){return e.height===t.height&&e.propertyKey===t.propertyKey&&e.align===t.align&&e.width===t.width&&de(e.property,t.property)&&de(e.value,t.value)&&de(e.entity.values,t.entity.values)}function so({text:e,...t}){return n.jsx("div",{className:"flex w-full h-screen max-h-full max-w-full bg-gray-50 dark:bg-gray-900 gap-4",children:n.jsxs("div",{className:"m-auto flex flex-col gap-2 items-center",children:[n.jsx(Tn,{...t}),e&&n.jsx(q,{color:"secondary",variant:"caption",className:"text-center",children:e})]})})}const oH=f.memo(function({resizeHandleRef:t,columnIndex:c,isResizingIndex:i,sort:a,onColumnSort:l,onFilterUpdate:s,filter:d,column:u,onClickResizeColumn:A,createFilterField:_,AdditionalHeaderWidget:h}){const[g,y]=f.useState(!1),[I,b]=f.useState(!1),[p,w]=f.useState(!1),k=f.useCallback(K=>{b(!0)},[]),m=f.useCallback((K,P)=>{s(u,K),P!==void 0&&b(P)},[u,s]),C=i===c,B=!(i!==c&&i>0)&&(g||C);return n.jsx(se,{children:n.jsxs("div",{className:F("flex py-0 px-3 h-full text-xs uppercase font-semibold relative select-none items-center bg-gray-50 dark:bg-gray-900","text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200 ","hover:bg-gray-100 dark:hover:bg-gray-800 hover:bg-opacity-50 dark:hover:bg-opacity-50",u.frozen?"sticky left-0 z-10":"relative z-0"),style:{left:u.frozen?0:void 0,minWidth:u.width,maxWidth:u.width},onMouseEnter:()=>y(!0),onMouseMove:()=>y(!0),onMouseLeave:()=>y(!1),children:[n.jsx("div",{className:"overflow-hidden flex-grow",children:n.jsxs("div",{className:`flex items-center justify-${u.headerAlign} flex-row`,children:[u.icon&&u.icon(g||I),n.jsx("div",{className:"truncate -webkit-box w-full mx-1 overflow-hidden",style:{WebkitBoxOrient:"vertical",WebkitLineClamp:2,justifyContent:u.align},children:u.title})]})}),n.jsxs(n.Fragment,{children:[h&&n.jsx(h,{onHover:g||I}),u.sortable&&(a||B||I)&&n.jsx(jt,{color:"secondary",invisible:!a,children:n.jsxs(Z,{size:"small",className:g||I?"bg-white dark:bg-gray-950":void 0,onClick:()=>{l(u.key)},children:[!a&&n.jsx(mo,{}),a==="asc"&&n.jsx(mo,{}),a==="desc"&&n.jsx(mo,{className:"rotate-180"})]})})]}),u.filter&&_&&n.jsx("div",{children:n.jsx(jt,{color:"secondary",invisible:!d,children:n.jsx(cr,{open:I,onOpenChange:b,className:p?"hidden":void 0,modal:!0,trigger:n.jsx(Z,{className:g||I?"bg-white dark:bg-gray-950":void 0,size:"small",onClick:k,children:n.jsx(gc,{size:"small"})}),children:n.jsx(rH,{column:u,filter:d,onHover:g,onFilterUpdate:m,createFilterField:_,hidden:p,setHidden:w})})})}),u.resizable&&n.jsx("div",{ref:t,className:F("absolute h-full w-[6px] top-0 right-0 cursor-col-resize",B&&"bg-gray-300 dark:bg-gray-700"),onMouseDown:A?()=>A(c,u):void 0})]})})},de);function rH({column:e,onFilterUpdate:t,filter:c,onHover:i,createFilterField:a,hidden:l,setHidden:s}){const d=e.key,[u,A]=f.useState(c);if(f.useEffect(()=>{A(c)},[c]),!e.filter)return null;const _=()=>{t(u,!1)},h=I=>{t(void 0,!1)},g=!!c,y=a({id:d,filterValue:u,setFilterValue:A,column:e,hidden:l,setHidden:s});return y?n.jsxs("div",{className:"text-gray-900 dark:text-white",children:[n.jsx("div",{className:F(fe,"py-4 px-6 text-xs font-semibold uppercase border-b"),children:e.title??d}),y&&n.jsx("div",{className:"m-4",children:y}),n.jsxs("div",{className:"flex justify-end m-4",children:[n.jsx(ie,{className:"mr-4",disabled:!g,variant:"text",color:"primary",type:"reset","aria-label":"filter clear",onClick:h,children:"Clear"}),n.jsx(ie,{variant:"outlined",color:"primary",onClick:_,children:"Filter"})]})]}):null}const tH=({columns:e,currentSort:t,onColumnSort:c,onFilterUpdate:i,sortByProperty:a,filter:l,onColumnResize:s,onColumnResizeEnd:d,createFilterField:u,AddColumnComponent:A})=>{const _=e.map(()=>f.createRef()),[h,g]=f.useState(-1),y=f.useCallback((v,B,K)=>{const P=e[v],E=100,T=800,S=B>T?T:B<E?E:B,D={width:S,key:P.key,column:{...P,width:S}};K?d(D):s(D)},[e,s,d]),I=f.useCallback(v=>{if(h>=0){const B=_[h].current?.parentElement?.getBoundingClientRect().left;return B?v.clientX-B:void 0}},[_,h]),b=f.useCallback(v=>{document.body.style.cursor=v?"col-resize":"auto"},[]),p=f.useCallback(v=>{v.stopPropagation(),v.preventDefault();const B=I(v);B&&y(h,B,!1)},[y,I,h]),w=f.useCallback(v=>{v.stopPropagation(),v.preventDefault();const B=I(v);B&&y(h,B,!0),g(-1),b(!1)},[y,I,h,b]),k=f.useCallback(()=>{document.removeEventListener("mousemove",p),document.removeEventListener("mouseup",w)},[p,w]),m=f.useCallback(()=>{document.addEventListener("mousemove",p),document.addEventListener("mouseup",w)},[p,w]);f.useEffect(()=>(h>=0?m():k(),()=>{k()}),[m,h,k]);const C=f.useCallback(v=>{g(v),b(!0)},[b]);return n.jsxs("div",{className:F(fe,"z-20 sticky min-w-full flex w-fit flex-row top-0 left-0 h-12 border-b bg-gray-50 dark:bg-gray-900"),children:[e.map((v,B)=>{const K=e[B],P=K&&l&&l[K.key]?l[K.key]:void 0;return n.jsx(se,{children:n.jsx(oH,{resizeHandleRef:_[B],columnIndex:B,isResizingIndex:h,onFilterUpdate:i,filter:P,sort:a===K.key?t:void 0,onColumnSort:c,onClickResizeColumn:C,column:K,createFilterField:u,AdditionalHeaderWidget:K.AdditionalHeaderWidget})},"header_"+K.key)}),A&&n.jsx(A,{})]})},cH=f.memo(function({rowData:t,rowIndex:c,children:i,onRowClick:a,size:l,style:s,hoverRow:d,rowClassName:u}){const A=f.useCallback(_=>a?a({rowData:t,rowIndex:c,event:_}):void 0,[a,t,c]);return n.jsx("div",{className:F("flex min-w-full text-sm border-b border-gray-200 dark:border-gray-800 border-opacity-40 dark:border-opacity-40",u?u(t):"",{"hover:bg-opacity-95":d,"cursor-pointer":a}),onClick:A,style:{...s,height:zn(l),width:"fit-content"},children:i})},de),iH=f.memo(function(t){return t.rowData&&t.cellRenderer({cellData:t.cellData,rowData:t.rowData,rowIndex:t.rowIndex,isScrolling:!1,column:t.column,columns:t.columns,columnIndex:t.columnIndex,width:t.column.width})},(e,t)=>de(e,t)),Wo=f.createContext({});Wo.displayName="VirtualListContext";const aH=f.forwardRef(({children:e,...t},c)=>n.jsx(Wo.Consumer,{children:i=>{const a=i.customView;return n.jsxs(n.Fragment,{children:[n.jsx("div",{id:"virtual-table",style:{position:"relative",height:"100%"},children:n.jsxs("div",{ref:c,...t,style:{...t?.style,minHeight:"100%",position:"relative"},children:[n.jsx(tH,{...i}),!a&&e]})}),a&&n.jsx("div",{style:{position:"sticky",top:"56px",flexGrow:1,height:"calc(100% - 56px)",marginTop:"calc(56px - 100vh)",left:0},children:a})]})}})),Ei=f.memo(function({data:t,onResetPagination:c,onEndReached:i,size:a="m",columns:l,onRowClick:s,onColumnResize:d,filter:u,checkFilterCombination:A,onFilterUpdate:_,sortBy:h,error:g,emptyComponent:y,onSortByUpdate:I,loading:b,cellRenderer:p,hoverRow:w,createFilterField:k,rowClassName:m,className:C,endAdornment:v,AddColumnComponent:B}){const K=h?h[0]:void 0,P=h?h[1]:void 0,[E,T]=f.useState(l),S=f.useRef(null),D=f.useRef(0);f.useEffect(()=>{T(l)},[l]);const[N,H]=lr(),U=f.useCallback(V=>{T(E.map($=>$.key===V.column.key?V.column:$))},[E]),j=f.useCallback(V=>{T(E.map($=>$.key===V.column.key?V.column:$)),d&&d(V)},[E,d]),te=f.useRef();f.useEffect(()=>{te.current=u},[u]);const W=f.useCallback(()=>{D.current=0,S.current&&S.current.scrollTo(S.current?.scrollLeft,0)},[]),z=f.useCallback(V=>{const $=K===V&&P==="desc",Ke=K===V&&P==="asc"?"desc":$?void 0:"asc",_e=$?void 0:V,Re=te.current,bn=Ke&&_e?[_e,Ke]:void 0;Re&&A&&!A(Re,bn)&&_&&_(void 0),c&&c(),I&&I(bn),W()},[A,P,_,c,I,W,K]),ne=f.useCallback(()=>{D.current=0,I&&I(void 0)},[I]),M=Math.max((t?.length??0)*zn(a)-H.height,0),Q=f.useCallback(V=>{i&&(t?.length??0)>0&&V>D.current+600&&(D.current=V,i())},[t?.length,i]),ce=f.useCallback(({scrollOffset:V,scrollUpdateWasRequested:$})=>{!$&&V>=M-600&&Q(V)},[M,Q]),ae=f.useCallback((V,$)=>{D.current=0;const Le=te.current;let Ke=Le?{...Le}:{};$?Ke[V.key]=$:delete Ke[V.key],!A||A(Ke,K&&P?[K,P]:void 0)||(Ke=$?{[V.key]:$}:{}),_&&_(Ke),V.key!==K&&ne()},[A,P,_,ne,K]),G=f.useCallback(()=>n.jsxs("div",{className:"h-full flex flex-col items-center justify-center sticky left-0",children:[n.jsx(q,{variant:"h6",children:"Error fetching data from the data source"}),g?.message&&n.jsx(yo,{className:"px-4 break-all",source:g.message})]}),[g?.message]),O=f.useCallback(()=>b?n.jsx(so,{}):n.jsxs("div",{className:"flex flex-col overflow-auto items-center justify-center p-2 gap-2 h-full",children:[n.jsx(ic,{}),y]}),[y,b]),X=!b&&(t?.length??0)===0,oe=g?G():X?O():void 0;return n.jsx("div",{ref:N,className:F("h-full w-full",C),children:n.jsx(Wo.Provider,{value:{data:t,size:a,cellRenderer:p,columns:E,currentSort:P,onRowClick:s,customView:oe,onColumnResize:U,onColumnResizeEnd:j,filter:te.current,onColumnSort:z,onFilterUpdate:ae,sortByProperty:K,hoverRow:w??!1,createFilterField:k,rowClassName:m,endAdornment:v,AddColumnComponent:B},children:n.jsx(lH,{outerRef:S,width:H.width,height:H.height,itemCount:(t?.length??0)+(v?1:0),onScroll:ce,includeAddColumn:!!B,itemSize:zn(a)},a)})})},de);function lH({outerRef:e,width:t,height:c,itemCount:i,onScroll:a,itemSize:l,includeAddColumn:s}){const d=f.useCallback(({index:u,style:A})=>n.jsx(Wo.Consumer,{children:({onRowClick:_,data:h,columns:g,size:y="m",cellRenderer:I,hoverRow:b,rowClassName:p,endAdornment:w})=>{if(w&&u===(h??[]).length)return n.jsx("div",{style:{...A,height:"auto",position:"sticky",bottom:0,zIndex:1},children:w});const k=h&&h[u];return n.jsxs(cH,{rowData:k,rowIndex:u,onRowClick:_,columns:g,hoverRow:b,rowClassName:p,style:{...A,top:`calc(${A.top}px + 48px)`},size:y,children:[g.map((m,C)=>{const v=k&&k[m.key];return n.jsx(iH,{dataKey:m.key,cellRenderer:I,column:m,columns:g,rowData:k,cellData:v,rowIndex:u,columnIndex:C},`cell_${m.key}`)}),s&&n.jsx("div",{className:"w-20"})]},`row_${u}`)}}),[]);return n.jsx(Za.FixedSizeList,{outerRef:e,innerElementType:aH,width:t,height:c,overscanCount:4,itemCount:i,onScroll:a,itemSize:l,children:d})}const it=f.memo(function({entity:t,collection:c,fullPath:i,width:a,frozen:l,isSelected:s,selectionEnabled:d,size:u,highlightEntity:A,onCollectionChange:_,unhighlightEntity:h,actions:g=[],hideId:y,selectionController:I}){const b=He(),p=x(),w=f.useCallback(K=>{I?.toggleEntitySelection(t)},[t,I?.toggleEntitySelection]),k=f.useCallback(K=>{K.stopPropagation(),I?.toggleEntitySelection(t)},[t,I?.toggleEntitySelection]),m=g.length>0,C=g.some(K=>K.collapsed||K.collapsed===void 0),v=g.filter(K=>K.collapsed||K.collapsed===void 0),B=g.filter(K=>K.collapsed===!1);return n.jsxs("div",{onClick:k,className:F("h-full flex items-center justify-center flex-col bg-gray-50 dark:bg-gray-900 bg-opacity-90 dark:bg-opacity-90 z-10",l?"sticky left-0":""),style:{width:a,position:l?"sticky":"initial",left:l?0:"initial",contain:"strict"},children:[(m||d)&&n.jsxs("div",{className:"w-34 flex justify-center",children:[B.map((K,P)=>n.jsx(ye,{title:K.name,children:n.jsx(Z,{onClick:E=>{E.stopPropagation(),K.onClick({entity:t,fullPath:i,collection:c,context:p,selectionController:I,highlightEntity:A,unhighlightEntity:h,onCollectionChange:_})},size:b?"medium":"small",children:K.icon})},P)),C&&n.jsx($n,{trigger:n.jsx(Z,{size:b?"medium":"small",children:n.jsx(Cr,{})}),children:v.map((K,P)=>n.jsxs(Ee,{onClick:E=>{E.stopPropagation(),K.onClick({entity:t,fullPath:i,collection:c,context:p,selectionController:I,highlightEntity:A,unhighlightEntity:h,onCollectionChange:_})},children:[K.icon,K.name]},P))}),d&&n.jsx(ye,{title:`Select ${t.id}`,children:n.jsx(Fr,{size:b?"medium":"small",checked:s,onCheckedChange:w})})]}),!y&&u!=="xs"&&n.jsx("div",{className:"w-[138px] text-center overflow-hidden truncate",children:t?n.jsxs(q,{onClick:K=>{K.stopPropagation()},className:"font-mono select-all",variant:"caption",color:"secondary",children:[" ",t.id," "]}):n.jsx(Ve,{})})]})},de);function sH(e){const t=He(),c=!e.forceFilter&&e.filterIsSet&&e.clearFilter&&n.jsxs(ie,{variant:"outlined",className:"h-fit-content","aria-label":"filter clear",onClick:e.clearFilter,size:"small",children:[n.jsx(Ic,{}),"Clear filter"]}),i=n.jsx(Xe,{value:e.size,className:"w-16 h-10",size:"small",onValueChange:a=>e.onSizeChanged(a),renderValue:a=>n.jsx("div",{className:"font-medium",children:a.toUpperCase()}),children:["xs","s","m","l","xl"].map(a=>n.jsx(xe,{value:a,className:"w-12 font-medium text-center",children:a.toUpperCase()},a))});return n.jsxs("div",{className:F(fe,"no-scrollbar min-h-[56px] overflow-x-auto px-4 bg-gray-50 dark:bg-gray-900 border-b flex flex-row justify-between items-center w-full"),children:[n.jsxs("div",{className:"flex items-center gap-2",children:[e.title&&n.jsx("div",{className:"hidden lg:block",children:e.title}),i,e.actionsStart,c]}),n.jsxs("div",{className:"flex items-center gap-2",children:[t&&n.jsx("div",{className:"w-[22px]",children:e.loading&&n.jsx(Tn,{size:"small"})}),e.onTextSearch&&n.jsx(Ut,{onTextSearch:e.onTextSearch,expandable:!0},"search-bar"),e.actions]})]})}const Fi={"==":"==","!=":"!=",">":">","<":"<",">=":">=","<=":"<=",in:"In","not-in":"Not in","array-contains":"Contains","array-contains-any":"Contains Any"},at=["array-contains-any","in","not-in"];function dH({name:e,value:t,setValue:c,isArray:i,path:a,title:l,previewProperties:s,setHidden:d}){const u=i?["array-contains"]:["==","!=",">","<",">=","<="],[A,_]=f.useState(!1);i?u.push("array-contains-any"):u.push("in","not-in");const[h,g]=t||[u[0],void 0],[y,I]=f.useState(h),[b,p]=f.useState(g),w=b?Array.isArray(b)?b.map(S=>S instanceof $e?S.id:null).filter(Boolean):[b.id]:[];function k(S,D){const N=at.includes(y),H=at.includes(S);let U=D;N!==H&&(U=H?U instanceof $e?[U]:[]:void 0),I(S),p(U);const j=U!==null&&Array.isArray(U)?U.length>0:U!==void 0;c(S&&j?[S,U]:void 0)}const m=Ae(),C=f.useMemo(()=>a?m.getCollection(a):void 0,[a]),v=S=>{k(y,vn(S))},B=S=>{k(y,S.map(D=>vn(D)))},K=at.includes(y),P=Ao({multiselect:K,path:a,collection:C,onSingleEntitySelected:v,onMultipleEntitiesSelected:B,selectedEntityIds:w,onClose:()=>{d(!1)}}),E=()=>{d(!0),P.open()},T=S=>n.jsx("div",{className:"mb-0.5",onMouseEnter:()=>_(!0),onMouseMove:()=>_(!0),onMouseLeave:()=>_(!1),children:n.jsx(rn,{disabled:!a,previewProperties:s,size:"medium",onClick:E,reference:S,onHover:A,allowEntityNavigation:!1})});return console.log("ReferenceFilterField",{internalValue:b}),n.jsxs("div",{className:"flex w-[440px] flex-row",children:[n.jsx("div",{className:"w-[120px]",children:n.jsx(Xe,{value:y,onValueChange:S=>{k(S,b)},renderValue:S=>Fi[S],children:u.map(S=>n.jsx(xe,{value:S,children:Fi[S]},S))})}),n.jsxs("div",{className:"flex-grow ml-2 h-full",children:[b&&Array.isArray(b)&&n.jsx("div",{children:b.map((S,D)=>T(S))}),b&&!Array.isArray(b)&&n.jsx("div",{children:T(b)}),(!b||Array.isArray(b)&&b.length===0)&&n.jsx(ie,{onClick:E,variant:"outlined",className:"h-full w-full",children:K?"Select references":"Select reference"})]})]})}const Pi={"==":"==","!=":"!=",">":">","<":"<",">=":">=","<=":"<=",in:"In","not-in":"Not in","array-contains":"Contains","array-contains-any":"Any"},lt=["array-contains-any","in","not-in"];function uH({name:e,value:t,setValue:c,dataType:i,isArray:a,enumValues:l,title:s}){const d=a?["array-contains"]:["==","!=",">","<",">=","<="];l&&(a?d.push("array-contains-any"):d.push("in","not-in"));const[u,A]=t||[d[0],void 0],[_,h]=f.useState(u),[g,y]=f.useState(A);function I(p,w){let k=w;const m=lt.includes(_),C=lt.includes(p);m!==C&&(k=C?typeof w=="string"||typeof w=="number"?[w]:[]:""),typeof k=="number"&&isNaN(k)&&(k=void 0),h(p),y(k);const v=k!==null&&Array.isArray(k)?k.length>0:k!==void 0;c(p&&v?[p,k]:void 0)}const b=lt.includes(_);return n.jsxs("div",{className:"flex w-[440px] items-center",children:[n.jsx("div",{className:"w-[80px]",children:n.jsx(Xe,{value:_,position:"item-aligned",onValueChange:p=>{I(p,g)},renderValue:p=>Pi[p],children:d.map(p=>n.jsx(xe,{value:p,children:Pi[p]},p))})}),n.jsxs("div",{className:"flex-grow ml-2",children:[!l&&n.jsx(tn,{type:i==="number"?"number":void 0,value:g!==void 0?String(g):"",onChange:p=>{const w=i==="number"?parseFloat(p.target.value):p.target.value;I(_,w)},endAdornment:g&&n.jsx(Z,{className:"absolute right-3 top-2",onClick:p=>I(_,void 0),children:n.jsx(dn,{})})}),l&&n.jsx(Xe,{position:"item-aligned",value:g!==void 0?Array.isArray(g)?g.map(p=>String(p)):String(g):a?[]:"",onValueChange:p=>{I(_,i==="number"?parseInt(p):p)},multiple:b,endAdornment:g&&n.jsx(Z,{className:"absolute right-3 top-2",onClick:p=>I(_,void 0),children:n.jsx(dn,{})}),renderValue:p=>n.jsx(Pe,{enumKey:p,enumValues:l,size:"small"},`select_value_${e}_${p}`),children:l.map(p=>n.jsx(xe,{value:String(p.id),children:n.jsx(Pe,{enumKey:String(p.id),enumValues:l,size:"small"})},`select_value_${e}_${p.id}`))})]})]})}function fH({name:e,title:t,value:c,setValue:i}){function a(d){i(d!==void 0?["==",d]:void 0)}const l=c&&c[1],s=!!c;return n.jsx("div",{className:"w-[200px]",children:n.jsx(Nn,{value:l,allowIndeterminate:!0,onValueChange:d=>a(d===null?void 0:d),label:s?l?`${t} is true`:`${t} is false`:"No filter"})})}const Di={"==":"==","!=":"!=",">":">","<":"<",">=":">=","<=":"<=","not-in":"not in",in:"in","array-contains":"Contains","array-contains-any":"Any"},Ni=["array-contains-any","in"];function AH({name:e,isArray:t,mode:c,value:i,setValue:a,title:l}){const s=t?["array-contains"]:["==","!=",">","<",">=","<="],[d,u]=i||[s[0],void 0],[A,_]=f.useState(d),[h,g]=f.useState(u);function y(I,b){let p=b;const w=Ni.includes(A),k=Ni.includes(I);w!==k&&(p=k?b?[b]:[]:""),_(I),g(p===null?void 0:p);const m=p!==null&&Array.isArray(p)?p.length>0:p!==void 0;a(I&&m?[I,p]:void 0)}return n.jsxs("div",{className:"flex w-[440px] items-center",children:[n.jsx("div",{className:"w-[80px]",children:n.jsx(Xe,{value:A,onValueChange:I=>{y(I,h)},renderValue:I=>Di[I],children:s.map(I=>n.jsx(xe,{value:I,children:Di[I]},I))})}),n.jsx("div",{className:"flex-grow ml-2",children:n.jsx(jn,{mode:c,size:"medium",value:h,onChange:I=>{y(A,I===null?void 0:I)},clearable:!0})})]})}const Ti="collectionGroupParent";function Mi(e,t){return f.useMemo(()=>e.propertiesOrder?Oi(e,e.propertiesOrder):yH(e,t),[e,t])}function Oi(e,t){return t.flatMap(c=>{const i=e.properties[c];return i?i.hideFromCollection?[null]:i.disabled&&typeof i.disabled=="object"&&i.disabled.hidden?[null]:i.dataType==="map"&&i.spreadChildren&&i.properties?st(i,c):[{key:c,disabled:!!i.disabled||!!i.readOnly}]:e.additionalFields?.find(l=>l.key===c)?[{key:c,disabled:!0}]:e.subcollections&&e.subcollections.find(s=>et(s)===c)?[{key:c,disabled:!0}]:e.collectionGroup&&c===Ti?[{key:c,disabled:!0}]:[null]}).filter(Boolean)}function yH(e,t){const c=Object.keys(e.properties),i=e.additionalFields??[],a=e.subcollections??[],l=[...c,...i.map(s=>s.key)];if(t){const s=a.map(d=>et(d));l.push(...s.filter(d=>!l.includes(d)))}return e.collectionGroup&&l.push(Ti),Oi(e,l)}function st(e,t,c){return e.dataType==="map"&&e.spreadChildren&&e.properties?Object.entries(e.properties).flatMap(([i,a])=>st(a,`${t}.${i}`,c||!!e.disabled||!!e.readOnly)):[{key:t,disabled:c||!!e.disabled||!!e.readOnly}]}const _H={},Li=f.createContext(_H),hH=()=>f.useContext(Li),dt=f.memo(function({forceFilter:t,actionsStart:c,actions:i,title:a,tableRowActionsBuilder:l,uniqueFieldValidator:s,getPropertyFor:d,onValueChange:u,selectionController:A,highlightedEntities:_,onEntityClick:h,onColumnResize:g,onSizeChanged:y,textSearchEnabled:I=!1,hoverRow:b=!0,inlineEditing:p=!1,additionalFields:w,displayedColumnIds:k,defaultSize:m,properties:C,tableController:{data:v,dataLoading:B,noMoreToLoad:K,dataLoadingError:P,filterValues:E,setFilterValues:T,sortBy:S,setSortBy:D,setSearchString:N,clearFilter:H,itemCount:U,setItemCount:j,pageSize:te=50,paginationEnabled:W,checkFilterCombination:z,setPopupCell:ne},filterable:M=!0,sortable:Q=!0,endAdornment:ce,AddColumnComponent:ae,AdditionalHeaderWidget:G,additionalIDHeaderWidget:O,emptyComponent:X,getIdColumnWidth:oe}){const V=He(),$=!!t,Le=A?.selectedEntities?.length>0?A?.selectedEntities:_,Ke=x(),[_e,Re]=f.useState(m??"m"),[bn,en]=f.useState(void 0),cn=Le?.map(J=>J.id),qn=!!E&&Object.keys(E).length>0,_o=()=>{!W||B||K||U!==void 0&&j?.(U+te)},ho=f.useCallback(()=>{j?.(te)},[te]),an=f.useCallback(({rowData:J})=>{if(!p)return h&&h(J)},[h,p]),En=f.useCallback(J=>{y&&y(J),Re(J)},[]),go=f.useCallback(J=>N?.(J),[]),pn=f.useMemo(()=>w?w.map(J=>({[J.key]:J})).reduce((J,ke)=>({...J,...ke}),{}):{},[w]);f.useEffect(()=>{const J=ke=>{ke.keyCode===27&&Y()};return document.addEventListener("keydown",J,!1),()=>{document.removeEventListener("keydown",J,!1)}});const Io=f.useCallback(J=>{en(J)},[]),Y=f.useCallback(()=>{en(void 0)},[]),we=s,L=f.useCallback(({column:J,columnIndex:ke,rowData:ge,rowIndex:Ue})=>{const ue=ge,ln=J.key;let sn=J.custom?.disabled;const $t=ue.values?_n(ue.values,ln):void 0,Pn=d?.({propertyKey:ln,propertyValue:$t,entity:ue})??J.custom.resolvedProperty;return Pn?.disabled||(sn=!1),Pn?n.jsx(se,{children:ue?n.jsx(eH,{readonly:!p,align:J.align??"left",propertyKey:ln,property:Pn,value:ue?.values?_n(ue.values,ln):void 0,customFieldValidator:we,columnIndex:ke,width:J.width,height:zn(_e),entity:ue,disabled:sn,path:ue.path},`property_table_cell_${ue.id}_${ln}`):on()}):null},[we,p,_e,cn]),ee=f.useCallback(({column:J,rowData:ke,width:ge})=>{const Ue=ke,ue=pn[J.key],ln=ue.dependencies?Object.entries(Ue.values).filter(([Pn,Ma])=>ue.dependencies.includes(Pn)).reduce((Pn,Ma)=>({...Pn,...Ma}),{}):Ue,sn=ue.Builder;if(!sn&&!ue.value)throw new Error("When using additional fields you need to provide a Builder or a value");const $t=sn?n.jsx(sn,{entity:Ue,context:Ke}):n.jsx(n.Fragment,{children:ue.value?.({entity:Ue,context:Ke})});return n.jsx(ct,{width:ge,size:_e,value:ln,selected:!1,disabled:!0,align:"left",allowScroll:!1,showExpandIcon:!1,disabledTooltip:"This column can't be edited directly",children:n.jsx(se,{children:$t})},`additional_table_cell_${Ue.id}_${J.key}`)},[pn,_e,cn]),re=f.useMemo(()=>{const J=Object.entries(C).flatMap(([ge,Ue])=>st(Ue,ge)).map(({key:ge,disabled:Ue})=>{const ue=Lt(C,ge);if(!ue)throw Error("Internal error: no property found in path "+ge);const ln=Qi(ue);return{key:ge,align:vz(ue),icon:sn=>ve(ue,"small"),title:ue.name??ge,sortable:Q&&(t?Object.keys(t).includes(ge):!0),filter:!$&&ln,width:gi(ue),resizable:!0,custom:{resolvedProperty:ue,disabled:Ue},AdditionalHeaderWidget:({onHover:sn})=>G?n.jsx(G,{property:ue,propertyKey:ge,onHover:sn}):void 0}}),ke=w?w.map(ge=>({key:ge.key,align:"left",sortable:!1,title:ge.name,width:ge.width??200})):[];return[...J,...ke]},[w,$,t,C,Q]),R=f.useMemo(()=>({key:"id_ewcfedcswdf3",width:oe?.()??(V?160:130),title:"ID",resizable:!1,frozen:V,headerAlign:"center",align:"center",AdditionalHeaderWidget:()=>O}),[oe,V]),he=f.useMemo(()=>[R,...k.map(J=>re.find(ke=>ke.key===J.key)).filter(Boolean)],[re,k,R]),Fn=f.useCallback(J=>{const ke=J.column,ge=J.columns,Ue=ke.key;if(J.columnIndex===0)return l?l({entity:J.rowData,size:_e,width:ke.width,frozen:ke.frozen}):n.jsx(it,{entity:J.rowData,width:ke.width,frozen:ke.frozen,isSelected:!1,size:_e});if(pn[Ue])return ee(J);if(J.columnIndex<ge.length+1)return L(J);throw Error("Internal: columns not mapped properly")},[pn,l,_e,ee,L]),bo=f.useCallback(J=>{T?.({...J,...t})},[t]);return n.jsx(Li.Provider,{value:{setPopupCell:ne,select:Io,onValueChange:u,size:_e,selectedCell:bn,selectedEntityIds:cn},children:n.jsxs("div",{className:"h-full w-full flex flex-col bg-white dark:bg-gray-950",children:[n.jsx(sH,{forceFilter:$,filterIsSet:qn,onTextSearch:I?go:void 0,clearFilter:H,size:_e,onSizeChanged:En,title:a,actionsStart:c,actions:i,loading:B}),n.jsx(Ei,{data:v,columns:he,cellRenderer:Fn,onRowClick:p?void 0:h?an:void 0,onEndReached:_o,onResetPagination:ho,error:P,paginationEnabled:W,onColumnResize:g,size:_e,loading:B,filter:E,onFilterUpdate:T?bo:void 0,sortBy:S,onSortByUpdate:D,hoverRow:b,emptyComponent:X,checkFilterCombination:z,createFilterField:M?gH:void 0,rowClassName:f.useCallback(J=>cn?.includes(J.id)?"bg-gray-100 bg-opacity-75 dark:bg-gray-800 dark:bg-opacity-75":"",[cn]),className:"flex-grow",endAdornment:ce,AddColumnComponent:ae})]})})},de);function gH({id:e,filterValue:t,setFilterValue:c,column:i,hidden:a,setHidden:l}){if(!i.custom)return null;const{resolvedProperty:s}=i.custom,d=s?.dataType==="array",u=d?s.of:s;if(!u)return null;if(u.dataType==="reference")return n.jsx(dH,{value:t,setValue:c,name:e,isArray:d,path:u.path,title:s?.name,previewProperties:u?.previewProperties,hidden:a,setHidden:l});if(u.dataType==="number"||u.dataType==="string"){const A=u.name,_=u.enumValues?yn(u.enumValues):void 0;return n.jsx(uH,{value:t,setValue:c,name:e,dataType:u.dataType,isArray:d,enumValues:_,title:A})}else if(u.dataType==="boolean"){const A=u.name;return n.jsx(fH,{value:t,setValue:c,name:e,title:A})}else if(u.dataType==="date"){const A=u.name;return n.jsx(AH,{value:t,setValue:c,name:e,mode:u.mode,isArray:d,title:A})}return n.jsx("div",{children:`Currently the filter field ${s.dataType} is not supported`})}function Qi(e,t=!1){return t?["string","number","date","reference"].includes(e.dataType):e.dataType==="array"?e.of?Qi(e.of,!0):!1:["string","number","boolean","date","reference","array"].includes(e.dataType)}function IH({data:e,entitiesDisplayedFirst:t}){if(!t)return e;const c=new Set(t.map(i=>i.id));return[...t,...e.filter(i=>!c.has(i.id))]}function bH(e,t,c=5e3){const[i,a]=f.useState(e),l=f.useRef(i.length??0),s=f.useRef(!1),d=f.useRef(t),u=!de(d.current,t),A=e.length>=l.current||u;return f.useEffect(()=>{const _=()=>{de(i,e)||(d.current=t,l.current=e.length,a(e)),s.current=!1};s.current=!0;let h;return A?_():h=setTimeout(_,c),()=>{clearTimeout(h),s.current&&A&&_()}},[e,c,t,A]),A?e:i}const pH=50;function ut({fullPath:e,collection:t,entitiesDisplayedFirst:c,lastDeleteTimestamp:i,forceFilter:a}){const{initialFilter:l,initialSort:s,forceFilter:d}=t,[u,A]=f.useState(void 0),_=Ae(),h=Ge(),g=f.useMemo(()=>_.resolveAliasesFrom(e),[e,_.resolveAliasesFrom]),y=a??d,I=t.pagination===void 0||!!t.pagination,b=typeof t.pagination=="number"?t.pagination:pH,[p,w]=f.useState(),[k,m]=f.useState(I?b:void 0),C=f.useCallback((W,z)=>h.isFilterCombinationValid?h.isFilterCombinationValid({path:g,collection:t,filterValues:W,sortBy:z}):!0,[]),v=f.useMemo(()=>{if(s&&y&&!C(y,s)){console.warn("Initial sort is not compatible with the force filter. Ignoring initial sort");return}return s},[s,y]),[B,K]=f.useState(y??l??void 0),[P,E]=f.useState(v),T=f.useCallback(()=>K(y??void 0),[y]),S=f.useCallback(W=>{if(y){console.warn("Filter is not compatible with the force filter. Ignoring filter");return}W&&Object.keys(W).length===0?K(void 0):K(W)},[y]),{data:D,dataLoading:N,noMoreToLoad:H,dataLoadingError:U}=Yc({path:e,collection:t,filterValues:B,sortBy:P,searchString:p,itemCount:k}),j=IH({data:D,entitiesDisplayedFirst:c});return{data:bH(j,{filterValues:B,sortBy:P,searchString:p,lastDeleteTimestamp:i}),dataLoading:N,noMoreToLoad:H,dataLoadingError:U,filterValues:B,setFilterValues:S,sortBy:P,setSortBy:E,searchString:p,setSearchString:w,clearFilter:T,itemCount:k,setItemCount:m,paginationEnabled:I,pageSize:b,checkFilterCombination:C,popupCell:u,setPopupCell:A}}function Vi({entityOrEntitiesToDelete:e,collection:t,onClose:c,open:i,callbacks:a,onEntityDelete:l,onMultipleEntitiesDelete:s,path:d}){const u=Ge(),A=An(),[_,h]=f.useState(!1),[g,y]=f.useState(),[I,b]=f.useState(),p=x();f.useEffect(()=>{if(e){const S=Array.isArray(e)&&e.length===1?e[0]:e;y(S),b(Array.isArray(S))}},[e]);const w=f.useMemo(()=>Me({collection:t,path:d,fields:p.fields}),[t,d]),k=f.useCallback(()=>{c()},[c]),m=f.useCallback(S=>{console.debug("Deleted",S)},[]),C=f.useCallback((S,D)=>{A.open({type:"error",message:"Error deleting: "+D?.message}),console.error("Error deleting entity"),console.error(D)},[w.name]),v=f.useCallback((S,D)=>{A.open({type:"error",message:"Error before deleting: "+D?.message}),console.error(D)},[w.name]),B=f.useCallback((S,D)=>{A.open({type:"error",message:"Error after deleting: "+D?.message}),console.error(D)},[w.name]),K=f.useCallback(S=>Fa({dataSource:u,entity:S,collection:w,callbacks:a,onDeleteSuccess:m,onDeleteFailure:C,onPreDeleteHookError:v,onDeleteSuccessHookError:B,context:p}),[u,w,a,m,C,v,B,p]),P=f.useCallback(async()=>{g&&(h(!0),I?Promise.all(g.map(K)).then(S=>{h(!1),s&&g&&s(d,g),S.every(Boolean)?A.open({type:"success",message:`${w.name}: multiple deleted`}):S.some(Boolean)?A.open({type:"warning",message:`${w.name}: Some of the entities have been deleted, but not all`}):A.open({type:"error",message:`${w.name}: Error deleting entities`}),c()}):K(g).then(S=>{h(!1),S&&(l&&g&&l(d,g),A.open({type:"success",message:`${w.singularName??w.name} deleted`}),c())}))},[g,I,K,s,d,c,A,w.name,l]);let E;if(g&&I)E=n.jsx(n.Fragment,{children:"Multiple entities"});else{const S=g;E=S?n.jsx(Rr,{entity:S,collection:t,path:d}):n.jsx(n.Fragment,{})}const T=I?n.jsxs(n.Fragment,{children:[n.jsx("b",{children:w.name}),": Confirm multiple delete?"]}):`Would you like to delete this ${w.singularName??w.name}?`;return n.jsxs(or,{maxWidth:"2xl","aria-labelledby":"delete-dialog",open:i,onOpenChange:S=>S?void 0:c(),children:[n.jsxs(rr,{fullHeight:!0,children:[n.jsx(q,{variant:"subtitle2",className:"p-4",children:T}),!I&&n.jsx("div",{className:"p-4",children:E})]}),n.jsxs(Bn,{children:[_&&n.jsx(Tn,{size:"small"}),n.jsx(ie,{onClick:k,disabled:_,variant:"text",color:"primary",children:"Cancel"}),n.jsx(ie,{autoFocus:!0,disabled:_,onClick:P,variant:"filled",color:"primary",children:"Ok"})]})]})}function Go(e){return Array.isArray(e)?e:e?[e]:[]}function wH({collection:e,relativePath:t,parentPathSegments:c,onNewClick:i,onMultipleDeleteClick:a,selectionEnabled:l,path:s,selectionController:d,tableController:u,collectionEntitiesCount:A}){const _=x(),h=_.plugins??[],g=un(),y=He(),I=d.selectedEntities,b=Yn(e,g,Qe(s),null)&&i&&(y?n.jsxs(ie,{id:`add_entity_${s}`,onClick:i,startIcon:n.jsx(mn,{}),size:"large",variant:"filled",color:"primary",children:["Add ",e.singularName??e.name]}):n.jsx(ie,{id:`add_entity_${s}`,onClick:i,size:"medium",variant:"filled",color:"primary",children:n.jsx(mn,{})})),p=xo(e,g,Qe(s),null);let w;if(l){const v=y?n.jsxs(ie,{variant:"text",disabled:!I?.length||!p,startIcon:n.jsx(vo,{}),onClick:a,color:"primary",className:"lg:w-20",children:["(",I?.length,")"]}):n.jsx(Z,{color:"primary",disabled:!I?.length||!p,onClick:a,children:n.jsx(vo,{})});w=n.jsx(ye,{title:p?"Delete":"You have selected at least one entity you cannot delete",children:v})}const k={path:s,relativePath:t,parentPathSegments:c,collection:e,selectionController:d,context:_,tableController:u,collectionEntitiesCount:A},m=[];m.push(...Go(e.Actions)),h&&h.forEach(v=>{v.collections?.CollectionActions&&m.push(...Go(v.collections?.CollectionActions))});const C=n.jsx(n.Fragment,{children:m.map((v,B)=>n.jsx(v,{...k},`actions_${B}`))});return n.jsxs(n.Fragment,{children:[C,w,b]})}function kH({containerRef:e,innerRef:t,x:c,y:i,onMove:a}){let l=0,s=0;const d=f.useRef(!1),u=I=>{if(I.button!==0||!e.current||I.defaultPrevented||I.innerClicked)return;const{x:b,y:p}=e.current.getBoundingClientRect();l=I.screenX-b,s=I.screenY-p,document.addEventListener("mousemove",g),document.addEventListener("mouseup",h),document.addEventListener("selectstart",_),d.current=!0},A=I=>{I.innerClicked=!0},_=I=>{I.preventDefault(),I.stopPropagation()},h=I=>{document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",h),document.removeEventListener("selectstart",_),I.stopPropagation(),d.current=!1},g=I=>{I.target.localName==="input"||!d.current||(a({x:I.screenX-l,y:I.screenY-s}),I.stopPropagation())},y=()=>{e.current&&(e.current.style.top=`${i}px`,e.current.style.left=`${c}px`)};f.useEffect(()=>{const I=e.current,b=t.current;if(!(!I||!b))return b&&b.addEventListener("mousedown",A),I&&I.addEventListener("mousedown",u),y(),()=>{I&&I.removeEventListener("mousedown",u),b&&b.removeEventListener("mousedown",A)}})}function mH(){const[e,t]=f.useState({width:0,height:0});return f.useLayoutEffect(()=>{function c(){t({width:window.innerWidth,height:window.innerHeight})}return window.addEventListener("resize",c),c(),()=>window.removeEventListener("resize",c)},[]),e}const vH=({onResize:e})=>{const t=f.useRef(0),c=f.useRef(null),i=f.useRef(e);i.current=e;const a=f.useCallback(s=>{t.current&&cancelAnimationFrame(t.current),t.current=requestAnimationFrame(()=>{i.current(s)})},[]),l=f.useCallback(()=>{const s=c.current;s&&s.contentDocument&&s.contentDocument.defaultView&&s.contentDocument.defaultView.addEventListener("resize",a)},[a]);return f.useEffect(()=>{const s=c.current;return()=>{s&&s.contentDocument&&s.contentDocument.defaultView&&s.contentDocument.defaultView.removeEventListener("resize",a)}},[a]),n.jsx("object",{onLoad:l,ref:c,tabIndex:-1,type:"text/html",data:"about:blank",title:"",style:{position:"absolute",top:0,left:0,height:"100%",width:"100%",pointerEvents:"none",zIndex:-1,opacity:0}})};function KH(e){return e.open?n.jsx(CH,{...e}):null}function CH({tableKey:e,entity:t,customFieldValidator:c,propertyKey:i,collection:a,path:l,cellRect:s,open:d,onClose:u,onCellValueChange:A,container:_}){const h=Ge(),g=x(),[y,I]=f.useState(),[b,p]=f.useState(),w=t?.id,[k,m]=f.useState(t);f.useEffect(()=>w&&a?h.listenEntity?.({path:l,entityId:w,collection:a,onUpdate:z=>{m(z),v(z?.values)}}):()=>{},[h,w,a,l,d]);const[C,v]=f.useState(k?.values),B=a?Me({collection:a,path:l,values:C,entityId:w,fields:g.fields}):void 0,K=mH(),P=f.useRef(null),E=f.useRef(null),T=f.useRef(!1),S=f.useCallback(()=>{if(!s)throw Error("getInitialLocation error");return{x:s.left<K.width-s.right?s.x+s.width/2:s.x-s.width/2,y:s.top<K.height-s.bottom?s.y+s.height/2:s.y-s.height/2}},[s,K.height,K.width]),D=f.useCallback(({x:z,y:ne})=>{const M=P.current?.getBoundingClientRect();if(!M)throw Error("normalizePosition called before draggableBoundingRect is set");return{x:Math.max(0,Math.min(z,K.width-M.width)),y:Math.max(0,Math.min(ne,K.height-M.height))}},[K]),N=f.useCallback(z=>{const ne=P.current?.getBoundingClientRect();if(!s||!ne)return;const M=z??D(S());(!b||M.x!==b.x||M.y!==b.y)&&p(M)},[s,S,D,b]);kH({containerRef:P,innerRef:E,x:b?.x,y:b?.y,onMove:N}),f.useEffect(()=>{T.current=!1},[i,k]),f.useLayoutEffect(()=>{const z=P.current?.getBoundingClientRect();!s||!z||T.current||(N(),T.current=!0)},[s,N,T.current]),f.useLayoutEffect(()=>{N(b)},[K,s]);const H=f.useMemo(()=>{if(!(!B||!w))return Bi(w,i&&B.properties[i]?{[i]:B.properties[i]}:{},c)},[B,w,i,c]),U=f.useCallback(()=>N(b),[b,N]),j=async z=>(I(null),a&&k&&A&&i?A({value:z[i],propertyKey:i,entity:k,setError:I,onValueUpdated:()=>{},fullPath:l,context:g}):Promise.resolve());if(!k)return n.jsx(n.Fragment,{});const te=k&&n.jsxs("div",{className:`text-gray-900 dark:text-white overflow-auto rounded rounded-md bg-white dark:bg-gray-950 ${d?"":"hidden"} cursor-grab max-w-[100vw]`,children:[n.jsx(De.Formik,{initialValues:k?.values??{},enableReinitialize:!0,validationSchema:H,validateOnMount:!0,validate:z=>console.debug("Validating",z),onSubmit:(z,ne)=>{j(z).then(()=>u()).finally(()=>ne.setSubmitting(!1))},children:({values:z,setFieldValue:ne,handleSubmit:M,isSubmitting:Q})=>{if(f.useEffect(()=>{de(z,C)||v(z)},[z]),!k)return n.jsx(me,{error:"PopupFormField misconfiguration"});if(!B)return n.jsx(n.Fragment,{});const ce=Q,ae={collection:B,entityId:w,values:z,path:l,setFieldValue:ne,save:j},G=i&&Sn(B.properties,i),O=i&&G?{propertyKey:i,disabled:Q||Ln(G)||!!G.disabled,property:G,includeDescription:!1,underlyingValueHasChanged:!1,context:ae,tableMode:!0,partOfArray:!1,partOfBlock:!1,autoFocus:d}:void 0;let X=n.jsx(n.Fragment,{children:n.jsx("div",{className:"w-[560px] max-w-full max-h-[85vh]",children:n.jsxs(De.Form,{onSubmit:M,noValidate:!0,children:[n.jsx("div",{className:"mb-1 p-4 flex flex-col relative",children:n.jsx("div",{ref:E,className:"cursor-auto",style:{cursor:"auto !important"},children:O&&n.jsx(Cn,{...O})})}),n.jsx(Bn,{children:n.jsx(ie,{variant:"filled",color:"primary",type:"submit",disabled:ce,children:"Save"})})]})},`popup_form_${e}_${w}_${i}`)});const oe=g.plugins;return oe&&oe.forEach(V=>{V.form?.provider&&(X=n.jsx(V.form.provider.Component,{status:"existing",path:l,collection:B,entity:k,context:g,currentEntityId:w,formContext:ae,...V.form.provider.props,children:X}))}),X}}),y&&n.jsx(q,{color:"error",children:y.message})]}),W=n.jsxs("div",{style:{boxShadow:"0 0 0 2px rgba(128,128,128,0.2)"},className:`inline-block fixed z-20 shadow-outline rounded-md bg-white dark:bg-gray-950 ${d?"visible":"invisible"} cursor-grab overflow-visible`,ref:P,children:[n.jsx(vH,{onResize:U}),n.jsxs("div",{className:"overflow-hidden",children:[te,n.jsx("div",{className:"absolute -top-3.5 -right-3.5 bg-gray-500 rounded-full",style:{width:"32px",height:"32px"},children:n.jsx(Z,{size:"small",onClick:z=>{z.stopPropagation(),u()},children:n.jsx(dn,{className:"text-white",size:"small"})})})]})]},`draggable_${i}_${w}_${d}`);return n.jsx(ol.Root,{asChild:!0,container:_,children:W})}const SH={icon:n.jsx(Co,{}),name:"Edit",collapsed:!1,onClick({entity:e,collection:t,context:c,highlightEntity:i,unhighlightEntity:a}){return i?.(e),c.onAnalyticsEvent?.("entity_click",{path:e.path,entityId:e.id}),c.sideEntityController.open({entityId:e.id,path:e.path,collection:t,updateUrl:!0,onClose:()=>a?.(e)}),Promise.resolve(void 0)}},Wi={icon:n.jsx(hc,{}),name:"Copy",onClick({entity:e,collection:t,context:c,highlightEntity:i,unhighlightEntity:a}){return i?.(e),c.onAnalyticsEvent?.("copy_entity_click",{path:e.path,entityId:e.id}),c.sideEntityController.open({entityId:e.id,path:e.path,copy:!0,collection:t,updateUrl:!0,onClose:()=>a?.(e)}),Promise.resolve(void 0)}},Gi={icon:n.jsx(vo,{}),name:"Delete",onClick({entity:e,fullPath:t,collection:c,context:i,selectionController:a,onCollectionChange:l,sideEntityController:s}){const{closeDialog:d}=i.dialogsController.open({key:"delete_entity_dialog_"+e.id,Component:({open:u})=>{if(!c||!t)throw new Error("deleteEntityAction: Collection is undefined");return n.jsx(Vi,{entityOrEntitiesToDelete:e,path:t,collection:c,callbacks:c.callbacks,open:u,onEntityDelete:()=>{i.onAnalyticsEvent?.("single_entity_deleted",{path:t}),a?.setSelectedEntities(a.selectedEntities.filter(A=>A.id!==e.id)),l?.(),s?.close()},onClose:d})}});return Promise.resolve(void 0)}},BH="collectionGroupParent",ft=f.memo(function({fullPath:t,parentPathSegments:c,isSubCollection:i,className:a,...l}){const s=Ge(),d=Ae(),u=fn(),A=un(),_=On(),h=x(),g=f.useRef(null),y=f.useMemo(()=>{const L=_?.getCollectionConfig(t);return L?ze(l,L):l},[l,t,_?.getCollectionConfig]),I=Yn(y,A,Qe(t),null),[b,p]=f.useState(void 0),[w,k]=f.useState(void 0),[m,C]=f.useState(0),[v,B]=f.useState(0),K=f.useCallback(()=>{const L=b;setTimeout(()=>{L===b&&p(void 0)},2400)},[b]),P=f.useCallback(L=>Qt(y,A,Qe(t),L??null)?y.inlineEditing===void 0||y.inlineEditing:!1,[y,A,t]),E=y.selectionEnabled===void 0||y.selectionEnabled,T=!P(),[S,D]=f.useState(!1),N=At(),H=y.selectionController??N,{selectedEntities:U,toggleEntitySelection:j,isEntitySelected:te,setSelectedEntities:W}=H;f.useEffect(()=>{k(void 0)},[U]);const z=ut({fullPath:t,collection:y,entitiesDisplayedFirst:[],lastDeleteTimestamp:m}),ne=f.useRef(Math.random().toString(36)),M=z.popupCell,Q=f.useCallback(()=>{z.setPopupCell?.(void 0)},[z.setPopupCell]),ce=f.useCallback(L=>(p(L),h.onAnalyticsEvent?.("edit_entity_clicked",{path:L.path,entityId:L.id}),u.open({entityId:L.id,path:L.path,collection:y,updateUrl:!0,onClose:K})),[t,y,u]),ae=f.useCallback(()=>{h.onAnalyticsEvent?.("new_entity_click",{path:t}),u.open({path:t,collection:y,updateUrl:!0,onClose:K})},[t,y,u]);f.useCallback(L=>{h.onAnalyticsEvent?.("single_delete_dialog_open",{path:t}),k(L)},[h,t]);const G=f.useCallback(()=>{h.onAnalyticsEvent?.("multiple_delete_dialog_open",{path:t}),k(U)},[h,t,U]),O=f.useCallback((L,ee)=>{h.onAnalyticsEvent?.("single_entity_deleted",{path:t}),W(re=>re.filter(R=>R.id!==ee.id)),C(Date.now())},[h,t,W]),X=f.useCallback((L,ee)=>{h.onAnalyticsEvent?.("multiple_entities_deleted",{path:t}),W([]),k(void 0),C(Date.now())},[W]);let oe;h?.plugins&&(oe=h.plugins.find(L=>L.collectionView?.AddColumnComponent)?.collectionView?.AddColumnComponent);const V=f.useCallback((L,ee)=>{if(_){const re=_.getCollectionConfig(L),R=ze(re,ee);_.onCollectionModified(L,R)}},[_]),$=f.useCallback(({width:L,key:ee})=>{if(!Sn(y.properties,ee))return;const re=zi(ee,L);V(t,re)},[y,V,t]),Le=f.useCallback(L=>{_&&V(t,{defaultSize:L})},[V,t,_]),Ke=Yn(y,A,Qe(t),null),_e=f.useCallback(({name:L,value:ee,property:re,entityId:R})=>s.checkUniqueField(t,L,ee,R),[t]),Re=({fullPath:L,context:ee,value:re,propertyKey:R,onValueUpdated:he,setError:Fn,entity:bo})=>{const J=De.setIn({...bo.values},R,re),ke={path:L,entityId:bo.id,values:J,previousValues:bo.values,collection:y,status:"existing"};return Wt({...ke,callbacks:y.callbacks,dataSource:s,context:ee,onSaveSuccess:()=>he(),onSaveFailure:ge=>{console.error("Save failure"),console.error(ge),Fn(ge)}})},bn=d.resolveAliasesFrom(t),en=f.useMemo(()=>Me({collection:y,path:t,fields:h.fields}),[y,t]),cn=f.useCallback(({propertyKey:L,propertyValue:ee,entity:re})=>{let R=Sn(y.properties,L);return R||(R=Sn(en.properties,L)),Oe({propertyKey:L,propertyOrBuilder:R,path:t,propertyValue:ee,values:re.values,entityId:re.id,fields:h.fields})},[y.properties,h.fields,t,en.properties]),qn=Mi(en,!0),_o=f.useMemo(()=>{const L=y.subcollections?.map(re=>({key:et(re),name:re.name,width:200,dependencies:[],Builder:({entity:R})=>n.jsx(ie,{color:"primary",variant:"outlined",startIcon:n.jsx(Co,{size:"small"}),onClick:he=>{he.stopPropagation(),u.open({path:t,entityId:R.id,selectedSubPath:re.alias??re.path,collection:y,updateUrl:!0})},children:re.name})}))??[],ee=y.collectionGroup?[{key:BH,name:"Parent entities",width:260,dependencies:[],Builder:({entity:re})=>{const R=d.getParentReferencesFromPath(re.path);return n.jsx(n.Fragment,{children:R.map(he=>n.jsx(rn,{reference:he,size:"tiny"},he.path+"/"+he.id))})}}]:[];return[...y.additionalFields??[],...L,...ee]},[y,t]),ho=f.useCallback(()=>{C(Date.now())},[]),an=He(),En=f.useCallback(({entity:L,customEntityActions:ee})=>{const re=L?xo(y,A,Qe(t),L):!0,R=[SH];return Ke&&R.push(Wi),re&&R.push(Gi),ee&&R.push(...ee),R},[A,y,Ke,t]),go=f.useCallback(()=>{const L=En({}),ee=L.filter(he=>he.collapsed!==!1),R=L.filter(he=>he.collapsed===!1).length*(an?40:30);return(an?80+R:70+R)+(ee.length>0?an?40:30:0)},[an,En]),pn=f.useCallback(({entity:L,size:ee,width:re,frozen:R})=>{const he=te(L),Fn=En({entity:L,customEntityActions:y.entityActions});return n.jsx(it,{entity:L,width:re,frozen:R,isSelected:he,selectionEnabled:E,size:ee,highlightEntity:p,unhighlightEntity:K,collection:y,fullPath:t,actions:Fn,hideId:y?.hideIdFromCollection,onCollectionChange:ho,selectionController:H})},[te,y,A,t,E,j,Ke]),Io=n.jsx(cr,{open:S,onOpenChange:D,enabled:!!y.description,trigger:n.jsxs("div",{className:"flex flex-col items-start",children:[n.jsx(q,{variant:"subtitle1",className:`leading-none truncate max-w-[160px] lg:max-w-[240px] ${y.description?"cursor-pointer":"cursor-auto"}`,onClick:y.description?L=>{D(!0),L.stopPropagation()}:void 0,children:`${y.name}`}),n.jsx(EH,{fullPath:t,collection:y,filter:z.filterValues,sortBy:z.sortBy,onCountChange:B})]}),children:y.description&&n.jsx("div",{className:"m-4 text-gray-900 dark:text-white",children:n.jsx(yo,{source:y.description})})});function Y({property:L,propertyKey:ee,onHover:re}){return h.plugins?n.jsx(n.Fragment,{children:h.plugins.filter(R=>R.collectionView?.HeaderAction).map((R,he)=>{const Fn=R.collectionView.HeaderAction;return n.jsx(Fn,{onHover:re,propertyKey:ee,property:L,fullPath:t,collection:y,parentPathSegments:c??[]},`plugin_header_action_${he}`)})}):null}const we=oe?function(){return typeof oe=="function"?n.jsx(oe,{fullPath:t,parentPathSegments:c??[],collection:y}):null}:void 0;return n.jsxs("div",{className:F("overflow-hidden h-full w-full",a),ref:g,children:[n.jsx(dt,{additionalFields:_o,tableController:z,displayedColumnIds:qn,onSizeChanged:Le,onEntityClick:ce,onColumnResize:$,onValueChange:Re,tableRowActionsBuilder:pn,uniqueFieldValidator:_e,title:Io,selectionController:H,highlightedEntities:b?[b]:[],defaultSize:y.defaultSize,properties:en.properties,getPropertyFor:cn,actions:n.jsx(wH,{parentPathSegments:c??[],collection:y,tableController:z,onMultipleDeleteClick:G,onNewClick:ae,path:t,relativePath:y.path,selectionController:H,selectionEnabled:E,collectionEntitiesCount:v}),emptyComponent:I&&z.filterValues===void 0&&z.sortBy===void 0?n.jsxs("div",{className:"flex flex-col items-center justify-center",children:[n.jsx(q,{variant:"subtitle2",children:"So empty..."}),n.jsx(ie,{color:"primary",variant:"outlined",onClick:ae,className:"mt-4",children:"Create your first entity"})]}):n.jsx(q,{variant:"label",children:"No results with the applied filter/sort"}),hoverRow:T,inlineEditing:P(),AdditionalHeaderWidget:Y,AddColumnComponent:we,getIdColumnWidth:go,additionalIDHeaderWidget:n.jsx(FH,{path:t,collection:y})},`collection_table_${t}`),n.jsx(KH,{open:!!M,onClose:Q,cellRect:M?.cellRect,propertyKey:M?.propertyKey,collection:y,entity:M?.entity,tableKey:ne.current,customFieldValidator:_e,path:bn,onCellValueChange:Re,container:g.current},`popup_form_${M?.propertyKey}_${M?.entity?.id}`),w&&n.jsx(Vi,{entityOrEntitiesToDelete:w,path:t,collection:y,callbacks:y.callbacks,open:!!w,onEntityDelete:O,onMultipleEntitiesDelete:X,onClose:()=>k(void 0)})]})},de);function At(){const[e,t]=f.useState([]),c=f.useCallback(a=>{let l;e.map(s=>s.id).includes(a.id)?l=e.filter(s=>s.id!==a.id):l=[...e,a],t(l)},[e]),i=f.useCallback(a=>e.map(l=>l.id).includes(a.id),[e]);return{selectedEntities:e,setSelectedEntities:t,isEntitySelected:i,toggleEntitySelection:c}}function EH({fullPath:e,collection:t,filter:c,sortBy:i,onCountChange:a}){const l=Ge(),s=Ae(),[d,u]=f.useState(void 0),[A,_]=f.useState(void 0),h=i?i[0]:void 0,g=i?i[1]:void 0,y=f.useMemo(()=>s.resolveAliasesFrom(e),[e,s.resolveAliasesFrom]);return f.useEffect(()=>{l.countEntities({path:y,collection:t,filter:c,orderBy:h,order:g}).then(u).catch(_)},[e,l,y,t,c,h,g]),f.useEffect(()=>{a&&a(d??0)},[a,d]),A?null:n.jsx(q,{className:"w-full text-ellipsis block overflow-hidden whitespace-nowrap max-w-xs text-left w-fit-content",variant:"caption",color:"secondary",children:d!==void 0?`${d} entities`:n.jsx(Ve,{className:"w-full max-w-[80px] mt-1"})})}function zi(e,t){if(e.includes(".")){const[c,...i]=e.split(".");return{properties:{[c]:zi(i.join("."),t)}}}return{properties:{[e]:{columnWidth:t}}}}function FH({collection:e,path:t}){const[c,i]=f.useState(!1),[a,l]=f.useState(""),s=fn();return n.jsx(ye,{title:c?void 0:"Find by ID",children:n.jsx(cr,{open:c,onOpenChange:i,trigger:n.jsx(Z,{size:"small",children:n.jsx(Ir,{size:"small"})}),children:n.jsx("form",{noValidate:!0,onSubmit:d=>{if(d.preventDefault(),!!a)return i(!1),s.open({entityId:a,path:t,collection:e,updateUrl:!0})},className:"text-gray-900 dark:text-white w-96 max-w-full",children:n.jsxs("div",{className:"flex p-4 w-full gap-4",children:[n.jsx(tn,{placeholder:"Find entity by ID",size:"small",onChange:d=>l(d.target.value),value:a,className:"flex-grow"}),n.jsx(ie,{variant:"outlined",disabled:!a,type:"submit",children:"Go"})]})})})})}const PH={breadcrumbs:[],set:e=>{}},Hi=f.createContext(PH),DH=({children:e})=>{const[t,c]=f.useState([]),i=a=>{c(a.breadcrumbs)};return n.jsx(Hi.Provider,{value:{breadcrumbs:t,set:i},children:e})},NH={mode:"light",setMode:e=>{},toggleMode:()=>{}},zo=f.createContext(NH),TH=zo.Provider;function yt(e){const{path:t,collections:c=[],currentFullPath:i}=e,a=pe(t).split("/"),l=Lo(a),s=[];for(let d=0;d<l.length;d++){const u=l[d],A=c&&c.find(_=>_.alias===u||_.path===u);if(A){const _=A.alias??A.path,h=i&&i.length>0?i+"/"+_:_;s.push({type:"collection",path:h,collection:A});const g=pe(pe(t).replace(u,"")),y=g.length>0?g.split("/"):[];if(y.length>0){const I=y[0],b=h+"/"+I;if(s.push({type:"entity",entityId:I,path:h,parentCollection:A}),y.length>1){const p=y.slice(1).join("/");if(!A)throw Error("collection not found resolving path: "+A);const w=A.entityViews,k=w&&w.map(m=>Mt(m,e.contextEntityViews)).filter(Boolean).find(m=>m.key===p);if(k){const m=i&&i.length>0?i+"/"+k.key:k.key;s.push({type:"custom_view",path:m,view:k})}else A.subcollections&&s.push(...yt({path:p,collections:A.subcollections,currentFullPath:b,contextEntityViews:e.contextEntityViews}))}}break}}return s}const MH="100vw",OH="55vw",Ui="768px",Ho="main_##Q$SC^#S6";function LH({path:e,entityId:t,selectedSubPath:c,copy:i,collection:a,onValuesAreModified:l,formWidth:s,onUpdate:d,onClose:u}){a.customId&&a.formAutoSave&&console.warn(`The collection ${a.path} has customId and formAutoSave enabled. This is not supported and formAutoSave will be ignored`);const[A,_]=f.useState(!1),[h,g]=f.useState(void 0);Qo(h,()=>{h&&V({entityId:M?.id,collection:a,path:e,values:h,closeAfterSave:!1})},!1,2e3);const y=Ge(),I=Uo(),b=fn(),p=An(),w=x(),k=un(),[m,C]=f.useState(void 0),[v,B]=f.useState(i?"copy":t?"existing":"new"),K=f.useRef(void 0),P=K.current,E=(a.subcollections??[]).filter(Y=>!Y.hideFromNavigation),T=E?.length??0,S=a.entityViews,D=S?.length??0,N=a.formAutoSave&&!a.customId,H=D>0||T>0,U=c??Qr(a?a.defaultSelectedView:void 0,{status:v,entityId:t}),j=f.useRef(U??Ho),te=j.current===Ho,{entity:W,dataLoading:z,dataLoadingError:ne}=Tr({path:e,entityId:t,collection:a,useCache:!1}),[M,Q]=f.useState(W),[ce,ae]=f.useState(void 0);f.useEffect(()=>{W&&Q(W)},[W]),f.useEffect(()=>{if(v==="new")ae(!1);else{const Y=M?Qt(a,k,Qe(e),M??null):!1;M&&ae(!Y)}},[k,M,v]);const G=f.useCallback(Y=>{_(!1),p.open({type:"error",message:"Error before saving: "+Y?.message}),console.error(Y)},[p]),O=f.useCallback(Y=>{_(!1),p.open({type:"error",message:"Error after saving (entity is saved): "+Y?.message}),console.error(Y)},[p]),X=(Y,we)=>{_(!1),N||p.open({type:"success",message:`${a.singularName??a.name}: Saved correctly`}),Q(Y),B("existing"),l(!1),d&&d({entity:Y}),we?(I.setBlocked(!1),I.close(!0),u?.()):v!=="existing"&&b.replace({path:e,entityId:Y.id,selectedSubPath:j.current,updateUrl:!0,collection:a})},oe=f.useCallback(Y=>{_(!1),p.open({type:"error",message:"Error saving: "+Y?.message}),console.error("Error saving entity",e,t),console.error(Y)},[t,e,p]),V=({values:Y,previousValues:we,closeAfterSave:L,entityId:ee,collection:re,path:R})=>{_(!0),Wt({path:R,entityId:ee,values:Y,previousValues:we,collection:re,status:v,dataSource:y,context:w,onSaveSuccess:he=>X(he,L),onSaveFailure:oe,onPreSaveHookError:G,onSaveSuccessHookError:O}).then()},$=async({collection:Y,path:we,entityId:L,values:ee,previousValues:re,closeAfterSave:R,autoSave:he})=>{v&&(he?g(ee):V({collection:Y,path:we,entityId:L,values:ee,previousValues:re,closeAfterSave:R}))},Le=S?S.map(Y=>Mt(Y,w.entityViews)).filter(Boolean):[],Ke=S&&Le.map((Y,we)=>{if(!Y||j.current!==Y.key)return null;const L=Y.Builder;return L?n.jsx("div",{className:F(fe,"relative flex-grow w-full h-full overflow-auto "),role:"tabpanel",children:n.jsx(se,{children:m&&n.jsx(L,{collection:a,entity:M,modifiedValues:P??M?.values,formContext:m})})},`custom_view_${Y.key}`):(console.error("customView.Builder is not defined"),null)}).filter(Boolean),_e=z&&!M||(!M||ce===void 0)&&(v==="existing"||v==="copy"),Re=_e||A,bn=E&&E.map((Y,we)=>{const L=Y.alias??Y.path,ee=M?`${e}/${M?.id}/${pe(L)}`:void 0;return j.current!==L?null:n.jsxs("div",{className:"relative flex-grow h-full overflow-auto w-full",role:"tabpanel",children:[Re&&n.jsx(so,{}),!_e&&(M&&ee?n.jsx(ft,{fullPath:ee,parentPathSegments:Qe(e),isSubCollection:!0,...Y}):n.jsx("div",{className:"flex items-center justify-center w-full h-full p-3",children:n.jsx(q,{variant:"label",children:"You need to save your entity before adding additional collections"})}))]},`subcol_${L}`)}).filter(Boolean),en=f.useCallback(()=>{l(!1)},[]),cn=Y=>{j.current=Y,b.replace({path:e,entityId:t,selectedSubPath:Y===Ho?void 0:Y,updateUrl:!0,collection:a})},qn=f.useCallback(Y=>{K.current=Y},[]),_o=f.useCallback(Y=>{p.open({type:"error",message:"Error updating id, check the console"})},[]),ho=f.useCallback(Y=>{Q(we=>we?{...we,id:Y}:void 0)},[]),an=Y=>{N||l(Y)};function En(){const Y=w.plugins;let we=n.jsx(ga,{status:v,path:e,collection:a,onEntitySaveRequested:$,onDiscard:en,onValuesChanged:qn,onModified:an,entity:M,onIdChange:ho,onFormContextChange:C,hideId:a.hideIdFromForm,autoSave:N,onIdUpdateError:_o});return Y&&Y.forEach(L=>{L.form?.provider&&(we=n.jsx(L.form.provider.Component,{status:v,path:e,collection:a,onDiscard:en,onValuesChanged:qn,onModified:an,entity:M,context:w,formContext:m,...L.form.provider.props,children:we}))}),n.jsx(se,{children:we})}const go=ce===void 0?n.jsx(n.Fragment,{}):ce?n.jsxs(n.Fragment,{children:[n.jsx(q,{className:"mt-16 mb-8 mx-8",variant:"h4",children:a.singularName??a.name}),n.jsx(Rr,{className:"px-12",entity:M,path:e,collection:a})]}):En(),pn=E&&E.map(Y=>n.jsx(tr,{className:"text-sm min-w-[140px]",value:Y.path,children:Y.name},`entity_detail_collection_tab_${Y.name}`)),Io=Le.map(Y=>n.jsx(tr,{className:"text-sm min-w-[140px]",value:Y.key,children:Y.name},`entity_detail_collection_tab_${Y.name}`));return n.jsx("div",{className:"flex flex-col h-full w-full transition-width duration-250 ease-in-out",children:n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:F(fe,"no-scrollbar border-b pl-2 pr-2 pt-1 flex items-end overflow-scroll bg-gray-50 dark:bg-gray-950"),children:[n.jsx("div",{className:"pb-1 self-center",children:n.jsx(Z,{onClick:()=>(u?.(),I.close(!1)),size:"large",children:n.jsx(kr,{})})}),n.jsx("div",{className:"flex-grow"}),_e&&n.jsx("div",{className:"self-center",children:n.jsx(Tn,{size:"small"})}),n.jsxs(Ta,{value:j.current,onValueChange:Y=>{cn(Y)},className:"pl-4 pr-4 pt-0",children:[n.jsx(tr,{disabled:!H,value:Ho,className:`${H?"":"hidden"} text-sm min-w-[140px]`,children:a.singularName??a.name}),Io,pn]})]}),n.jsxs("div",{className:"flex-grow h-full flex overflow-auto flex-row w-full ",style:{},children:[n.jsx("div",{role:"tabpanel",hidden:!te,id:`form_${e}`,className:" w-full",children:_e?n.jsx(so,{}):go}),Ke,bn]})]})})}function QH(e,t){const[c,i]=f.useState(),{navigator:a}=f.useContext(be.UNSAFE_NavigationContext),l=be.useNavigate(),s=()=>{i(void 0)},d=()=>{t(),i(void 0),l(-1)},u=f.useCallback(({action:A,location:_,retry:h})=>{switch(A){case"REPLACE":{h();return}case"POP":i(_)}},[]);return f.useEffect(()=>{if(!e||c||!("block"in a))return;const A=a.block(_=>{const h={..._,retry(){A(),_.retry()}};u(h)});return A},[a,u,e,c]),{navigationWasBlocked:!!c,handleCancel:s,handleOk:d}}function VH({open:e,handleOk:t,handleCancel:c,body:i,title:a}){return n.jsxs(or,{open:e,onOpenChange:l=>l?c():t(),children:[n.jsxs(rr,{children:[n.jsx(q,{variant:"h6",children:a}),i,n.jsx(q,{children:"Are you sure you want to leave this page?"})]}),n.jsxs(Bn,{children:[n.jsx(ie,{variant:"text",onClick:c,autoFocus:!0,children:" Cancel "}),n.jsx(ie,{onClick:t,children:" Ok "})]})]})}const Yi=f.createContext({width:"",blocked:!1,setBlocked:e=>{},setBlockedNavigationMessage:e=>{},close:()=>{}}),Uo=()=>f.useContext(Yi);function WH(){const t=oo().sidePanels,c=[...t];return c.push(void 0),n.jsx(n.Fragment,{children:c.map((i,a)=>n.jsx(GH,{panel:i,offsetPosition:t.length-a-1},`side_dialog_${a}`))})}function GH({offsetPosition:e,panel:t}){const[c,i]=f.useState(!1),[a,l]=f.useState(!1),[s,d]=f.useState(),u=f.useRef(t?.width),A=u.current,_=oo(),{navigationWasBlocked:h,handleOk:g,handleCancel:y}=QH(a&&!c,()=>l(!1));f.useEffect(()=>{t&&(u.current=t.width)},[t]);const I=()=>{l(!1),i(!1),_.close(),t?.onClose?.()},b=()=>{i(!1)},p=w=>{a&&!w?i(!0):(_.close(),t?.onClose?.())};return n.jsxs(Yi.Provider,{value:{blocked:a,setBlocked:l,setBlockedNavigationMessage:d,width:A,close:p},children:[n.jsxs(Yt,{open:!!t,onOpenChange:w=>!w&&p(),children:[t&&n.jsx("div",{className:"transform max-w-[100vw] lg:max-w-[95vw] flex flex-col h-full transition-all duration-250 ease-in-out bg-white dark:bg-gray-900 ",style:{width:t.width,transform:`translateX(-${e*200}px)`},children:n.jsx(se,{children:t.component})}),!t&&n.jsx("div",{style:{width:A}})]}),n.jsx(VH,{open:h||c,handleOk:c?I:g,handleCancel:c?b:y,body:s})]})}function zH(e){const{blocked:t,setBlocked:c,setBlockedNavigationMessage:i}=Uo(),a=Ae(),l=f.useMemo(()=>{if(!e)return;let d=e.collection;if(!d&&(d=a.getCollection(e.path,e.entityId),!d))throw console.error("ERROR: No collection found in path `",e.path,"`. Entity id: ",e.entityId),Error("ERROR: No collection found in path `"+e.path+"`. Make sure you have defined a collection for this path in the root navigation.");return d},[a,e]);f.useEffect(()=>{function d(u){t&&l&&(u.preventDefault(),u.returnValue=`You have unsaved changes in this ${l.name}. Are you sure you want to leave this page?`)}return typeof window<"u"&&window.addEventListener("beforeunload",d),()=>{typeof window<"u"&&window.removeEventListener("beforeunload",d)}},[t,l]);const s=f.useCallback(d=>{c(d),i(d?n.jsxs(n.Fragment,{children:[" You have unsaved changes in this ",n.jsx("b",{children:l?.singularName??l?.name}),"."]}):void 0)},[l?.name,c,i]);return!e||!l?n.jsx("div",{className:"w-full"}):n.jsx(n.Fragment,{children:n.jsx(se,{children:n.jsx(LH,{...e,formWidth:e.width,collection:l,onValuesAreModified:s})})})}const ji="new";function HH(e,t){if(t)return MH;const c=!e.selectedSubPath,i=typeof e.width=="number"?`${e.width}px`:e.width;return c?i??Ui:`calc(${OH} + ${i??Ui})`}const UH=(e,t)=>{const c=be.useLocation(),i=f.useRef(!1),a=!He();f.useEffect(()=>{if(!e.loading&&!i.current){if(e.isUrlCollectionPath(c.pathname)){const u=c.hash===`#${ji}`,A=e.urlPathToDataPath(c.pathname),_=YH(A,e.collections,u);for(let h=0;h<_.length;h++){const g=_[h];setTimeout(()=>{h===0?t.replace(Yo(g,e,a)):t.open(Yo(g,e,a))},1)}}i.current=!0}},[c,e,t,a]);const l=f.useCallback(()=>{t.close()},[t]),s=f.useCallback(u=>{if(u.copy&&!u.entityId)throw Error("If you want to copy an entity you need to provide an entityId");const A=Qr(u.collection?u.collection.defaultSelectedView:void 0,{status:u.copy?"copy":u.entityId?"existing":"new",entityId:u.entityId});t.open(Yo({selectedSubPath:A,...u},e,a))},[t,e,a]),d=f.useCallback(u=>{if(u.copy&&!u.entityId)throw Error("If you want to copy an entity you need to provide an entityId");t.replace(Yo(u,e,a))},[e,t,a]);return{close:l,open:s,replace:d}};function YH(e,t,c){const i=yt({path:e,collections:t}),a=[];let l="";for(let s=0;s<i.length;s++){const d=i[s];if(d.type==="collection"&&(l=d.path),s>0){const u=i[s-1];if(d.type==="entity")a.push({path:d.path,entityId:d.entityId,copy:!1});else if(d.type==="custom_view"){if(u.type==="entity"){const A=a[a.length-1];A&&(A.selectedSubPath=d.view.key)}}else if(d.type==="collection"&&u.type==="entity"){const A=a[a.length-1];A&&(A.selectedSubPath=d.collection.alias??d.collection.path)}}}return c&&a.push({path:l,copy:!1}),a}const Yo=(e,t,c)=>{const i=pe(e.path),a=e.entityId?t.buildUrlCollectionPath(`${i}/${e.entityId}/${e.selectedSubPath||""}`):t.buildUrlCollectionPath(`${i}#${ji}`);return{key:`${e.path}/${e.entityId}`,component:n.jsx(zH,{...e}),urlPath:a,parentUrlPath:t.buildUrlCollectionPath(i),width:HH(e,c),onClose:e.onClose}};function $i(e){const{path:t,collections:c=[],currentFullPath:i}=e,a=pe(t).split("/"),l=Lo(a),s=[];for(let d=0;d<l.length;d++){const u=l[d],A=c&&c.find(_=>_.alias===u||_.path===u);if(A){const _=A.alias??A.path,h=i&&i.length>0?i+"/"+_:_,g=pe(pe(t).replace(u,"")),y=g.length>0?g.split("/"):[];if(y.length>0){const I=y[0],b=h+"/"+I;if(s.push(new $e(I,h)),y.length>1){const p=y.slice(1).join("/");if(!A)throw Error("collection not found resolving path: "+A);A.subcollections&&s.push(...$i({path:p,collections:A.subcollections,currentFullPath:b}))}}break}}return s}function jH({basePath:e,baseCollectionPath:t,authController:c,collections:i,views:a,userConfigPersistence:l,plugins:s,dataSource:d}){const u=be.useLocation(),[A,_]=f.useState(),[h,g]=f.useState(),[y,I]=f.useState(!1),[b,p]=f.useState(void 0),[w,k]=f.useState(!0),[m,C]=f.useState(void 0),v=pe(e),B=pe(t),K=v?`/${v}`:"/",P=v?`/${v}/${B}`:`/${B}`,E=f.useCallback(Q=>v?`/${v}/${jo(Q)}`:`/${jo(Q)}`,[v]),T=f.useCallback(Q=>`${pe(t)}/${jo(Q)}`,[t]),S=f.useCallback((Q,ce)=>{const ae=[...(Q??[]).map(O=>O.hideFromNavigation?void 0:{url:T(O.alias??O.path),type:"collection",name:O.name.trim(),path:O.alias??O.path,collection:O,description:O.description?.trim(),group:O.group?.trim()}).filter(Boolean),...(ce??[]).map(O=>O.hideFromNavigation?void 0:{url:E(Array.isArray(O.path)?O.path[0]:O.path),name:O.name.trim(),type:"view",view:O,description:O.description?.trim(),group:O.group?.trim()}).filter(Boolean)],G=Object.values(ae).map(O=>O.group).filter(Boolean).filter((O,X,oe)=>oe.indexOf(O)===X);return{navigationEntries:ae,groups:G}},[E,T]),D=f.useCallback(async()=>{if(!c.initialLoading){try{const[Q=[],ce=[]]=await Promise.all([$H(i,c,d,s),qH(a,c,d)]);_(Q),g(ce),p(S(Q??[],ce))}catch(Q){console.error(Q),C(Q)}k(!1),I(!0)}},[i,c.user,c.initialLoading,d,s,a,S]);f.useEffect(()=>{D()},[D]);const N=f.useCallback((Q,ce,ae=!1)=>{if(!A)return;const G=Oo(pe(Q),A),O=ae?l?.getCollectionConfig(Q):void 0,X=G?ze(G,O):void 0;let oe=X;if(X){const V=X.subcollections,$=X.callbacks,Le=X.permissions;oe={...oe,subcollections:oe?.subcollections??V,callbacks:oe?.callbacks??$,permissions:oe?.permissions??Le}}if(oe)return{...X,...oe}},[e,t,A]),H=f.useCallback(Q=>{let ce=A;if(!ce)throw Error("Collections have not been initialised yet");for(let ae=0;ae<Q.length;ae++){const G=Q[ae],O=ce.find(X=>X.alias===G||X.path===G);if(!O)return;if(ce=O.subcollections,ae===Q.length-1)return O}},[A]),U=f.useCallback(Q=>pe(Q+"/").startsWith(pe(P)+"/"),[P]),j=f.useCallback(Q=>{if(Q.startsWith(P))return Q.replace(P,"");throw Error("Expected path starting with "+P)},[P]),te=f.useCallback(({path:Q})=>`s/edit/${jo(Q)}`,[]),W=f.useCallback(Q=>{if(!A)throw Error("Collections have not been initialised yet");return Ur(Q,A)},[A]),z=u.state,ne=z&&z.base_location?z.base_location:u,M=f.useCallback(Q=>$i({path:Q,collections:A}),[A]);return f.useMemo(()=>({collections:A??[],views:h??[],loading:!y||w,navigationLoadingError:m,homeUrl:K,basePath:e,baseCollectionPath:t,initialised:y,getCollection:N,getCollectionFromPaths:H,isUrlCollectionPath:U,urlPathToDataPath:j,buildUrlCollectionPath:T,buildUrlEditCollectionPath:te,buildCMSUrlPath:E,resolveAliasesFrom:W,topLevelNavigation:b,baseLocation:ne,refreshNavigation:D,getParentReferencesFromPath:M}),[t,ne,e,E,T,te,A,M,N,H,K,y,U,w,m,D,W,b,j,h])}function jo(e){return encodeURIComponent(pe(e)).replaceAll("%2F","/").replaceAll("%23","#")}function qi(e,t){return e.filter(c=>c.permissions?fo(c,t,[c.path],null).read!==!1:!0).map(c=>c.subcollections?{...c,subcollections:qi(c.subcollections,t)}:c)}async function $H(e,t,c,i){let a=[];return typeof e=="function"?a=await e({user:t.user,authController:t,dataSource:c}):Array.isArray(e)&&(a=e),a=qi(a,t),i&&i.forEach(l=>{l.collections?.injectCollections&&(a=l.collections?.injectCollections(a??[]))}),a}async function qH(e,t,c){let i=[];return typeof e=="function"?i=await e({user:t.user,authController:t,dataSource:c}):Array.isArray(e)&&(i=e),i}function JH(){const e=be.useLocation(),t=be.useNavigate(),[c,i]=f.useState([]),a=f.useRef(c),l=f.useRef({}),s=f.useRef(0),d=h=>{a.current=h,i(h)};f.useEffect(()=>{const y=(e.state?.panels??[]).map(I=>l.current[I]).filter(I=>!!I);de(a.current.map(I=>I.key),y.map(I=>I.key))||d(y)},[e]);const u=f.useCallback(()=>{if(c.length===0)return;const h=c[c.length-1],g=[...c.slice(0,-1)];if(d(g),s.current>0)h.urlPath&&t(-1),s.current--;else if(h.parentUrlPath){const y=e.state?.base_location??e;t(h.parentUrlPath,{replace:!0,state:{base_location:y,panels:g.map(I=>I.key)}})}},[c,t,e]),A=f.useCallback(h=>{const g=Array.isArray(h)?h:[h];g.forEach(b=>{l.current[b.key]=b}),s.current=s.current+g.length;const y=e.state?.base_location??e,I=[...c,...g];d(I),g.forEach(b=>{b.urlPath&&t(b.urlPath,{state:{base_location:y,panels:I.map(p=>p.key)}})})},[e,t,c]),_=f.useCallback(h=>{const g=Array.isArray(h)?h:[h];g.forEach(b=>{l.current[b.key]=b});const y=e.state?.base_location??e,I=[...c.slice(0,-g.length),...g];d(I),g.forEach(b=>{b.urlPath&&t(b.urlPath,{replace:!0,state:{base_location:y,panels:I.map(p=>p.key)}})})},[e,t,c]);return{sidePanels:c,close:u,open:A,replace:_}}function ZH(e){f.useEffect(()=>{if(!e)return;const t=xt[e];t&&(ir.registerLocale(e,t),ir.setDefaultLocale(e))},[e])}const XH="/",xH="/c";function RH(e){const t=Gt(),{children:c,collections:i,views:a,entityLinkBuilder:l,userConfigPersistence:s,dateTimeFormat:d,locale:u,authController:A,storageSource:_,dataSource:h,basePath:g=XH,baseCollectionPath:y=xH,plugins:I,onAnalyticsEvent:b,fields:p,entityViews:w,components:k}=e;ZH(u);const m=jH({basePath:g,baseCollectionPath:y,authController:A,collections:i,views:a,userConfigPersistence:s,dataSource:h,plugins:I}),C=JH(),v=UH(m,C),B=A.initialLoading||m.loading||(I?.some(P=>P.loading)??!1),K=f.useMemo(()=>({entityLinkBuilder:l,dateTimeFormat:d,locale:u,plugins:I,onAnalyticsEvent:b,entityViews:w??[],fields:p??{},components:k}),[d,u,I,w,p,k]);return m.navigationLoadingError?n.jsx(hr,{maxWidth:"md",fullScreen:!0,children:n.jsx(me,{title:"Error loading navigation",error:m.navigationLoadingError})}):A.authError?n.jsx(hr,{maxWidth:"md",fullScreen:!0,children:n.jsx(me,{title:"Error loading auth",error:A.authError})}):n.jsx(zo.Provider,{value:t,children:n.jsx(Dr.Provider,{value:K,children:n.jsx(Hc.Provider,{value:s,children:n.jsx(zc.Provider,{value:_,children:n.jsx(Qc.Provider,{value:h,children:n.jsx(Pr.Provider,{value:A,children:n.jsx(Wc.Provider,{value:C,children:n.jsx(Gc.Provider,{value:v,children:n.jsx(Vc.Provider,{value:m,children:n.jsx(DH,{children:n.jsx(GG,{children:n.jsx(e3,{loading:B,children:c})})})})})})})})})})})})}function e3({loading:e,children:t}){const c=x();let i=t({context:c,loading:e});const a=c.plugins;return!e&&a&&a.forEach(l=>{l.provider&&(i=n.jsx(l.provider.Component,{...l.provider.props,context:c,children:i}))}),n.jsx(n.Fragment,{children:i})}function Ji({hovered:e,drawerOpen:t,closeDrawer:c}){const i=x(),a=Ae(),l=e&&!t,s=He();if(!a.topLevelNavigation)throw Error("Navigation not ready in Drawer");const{navigationEntries:d,groups:u}=a.topLevelNavigation,A=Object.values(d).filter(g=>!g.group),_=f.useCallback(g=>t?n.jsx("div",{className:"pt-8 pl-6 pr-8 pb-2 flex flex-row items-center",children:n.jsx(q,{variant:"caption",color:"secondary",className:"font-medium flex-grow",children:g?g.toUpperCase():"Views".toUpperCase()})}):n.jsx("div",{className:"h-4"}),[t]),h=g=>{const y=g.type==="collection"?"drawer_navigate_to_collection":g.type==="view"?"drawer_navigate_to_view":"unmapped_event";i.onAnalyticsEvent?.(y,{url:g.url}),s||c()};return n.jsxs("div",{className:"flex-grow overflow-scroll no-scrollbar",children:[u.map(g=>n.jsxs(f.Fragment,{children:[_(g),Object.values(d).filter(y=>y.group===g).map((y,I)=>n.jsx(_t,{icon:Ro(y.collection??y.view),tooltipsOpen:l,drawerOpen:t,onClick:()=>h(y),url:y.url,name:y.name},`navigation_${I}`))]},`drawer_group_${g}`)),A.length>0&&_(),A.map((g,y)=>n.jsx(_t,{icon:Ro(g.collection??g.view),tooltipsOpen:l,onClick:()=>h(g),drawerOpen:t,url:g.url,name:g.name},`navigation_${y}`))]})}function _t({name:e,icon:t,drawerOpen:c,tooltipsOpen:i,url:a,onClick:l}){const s=n.jsx("div",{className:"text-gray-600 dark:text-gray-500",children:t}),d=n.jsxs(be.NavLink,{onClick:l,className:({isActive:u})=>F("rounded-r-xl truncate","hover:bg-gray-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:hover:bg-opacity-75 text-gray-800 dark:text-gray-200 hover:text-gray-900 hover:dark:text-gray-100","flex flex-row items-center w-full mr-8",c?"pl-8 h-12":"pl-6 h-11","font-medium text-sm",u?"bg-gray-100 dark:bg-gray-800":""),to:a,children:[s,n.jsx("div",{className:F(c?"opacity-100":"opacity-0 hidden","ml-4 font-inherit text-inherit"),children:e.toUpperCase()})]});return c?d:n.jsx(ye,{open:i,side:"right",title:e,children:d})}const n3=280,o3=f.memo(function(t){const{children:c,name:i,logo:a,includeDrawer:l=!0,autoOpenDrawer:s,Drawer:d=Ji,drawerProps:u,FireCMSAppBarComponent:A=oa,fireCMSAppBarComponentProps:_}=t,h=He(),g=Ae(),[y,I]=f.useState(!1),[b,p]=f.useState(!1),w=f.useCallback(()=>p(!0),[]),k=f.useCallback(()=>p(!1),[]),m=f.useCallback(()=>{I(!1)},[]),C=y||!!(h&&s&&b);return n.jsxs("div",{className:"flex h-screen w-screen bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-white overflow-hidden",style:{paddingTop:"env(safe-area-inset-top)",paddingLeft:"env(safe-area-inset-left)",paddingRight:"env(safe-area-inset-right)",paddingBottom:"env(safe-area-inset-bottom)",height:"100dvh"},children:[n.jsx(A,{title:i,includeDrawer:l,drawerOpen:C,..._}),n.jsx(t3,{displayed:l,onMouseEnter:w,onMouseMove:w,onMouseLeave:k,open:C,logo:a,hovered:b,setDrawerOpen:I,children:l&&(g.loading?n.jsx(so,{}):n.jsx(d,{hovered:b,drawerOpen:C,closeDrawer:m,...u}))}),n.jsxs("main",{className:"flex flex-col flex-grow overflow-auto",children:[n.jsx(r3,{}),n.jsx("div",{className:F(fe,"flex-grow overflow-auto lg:m-0 lg:mx-4 lg:mb-4 lg:rounded-lg lg:border lg:border-solid m-0 mt-1"),children:n.jsx(se,{children:c})})]})]})},de),r3=()=>n.jsx("div",{className:"flex flex-col min-h-[68px]"});function t3(e){const t=Ae(),c=e.displayed?e.open?n3:72:0,i=n.jsxs("div",{className:"relative h-full no-scrollbar overflow-y-auto overflow-x-hidden",style:{width:c,transition:"left 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, opacity 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, width 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms"},children:[!e.open&&e.displayed&&n.jsx(ye,{title:"Open menu",side:"right",sideOffset:12,className:"fixed top-2 left-3 !bg-gray-50 dark:!bg-gray-900 rounded-full w-fit",children:n.jsx(Z,{color:"inherit","aria-label":"Open menu",className:"sticky top-2 left-3 ",onClick:()=>e.setDrawerOpen(!0),size:"large",children:n.jsx(Kr,{})})}),n.jsxs("div",{className:"flex flex-col h-full",children:[n.jsx("div",{style:{transition:"padding 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms",padding:e.open?"32px 96px 0px 24px":"72px 16px 0px"},className:F("cursor-pointer"),children:n.jsx(ye,{title:"Home",sideOffset:20,side:"right",children:n.jsx(be.Link,{to:t.basePath,children:e.logo?n.jsx("img",{src:e.logo,alt:"Logo",className:F("max-w-full max-h-full",e.open??"w-[160px] h-[160px]")}):n.jsx(na,{})})})}),e.children]})]});return He()?n.jsxs("div",{className:"relative",onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseLeave:e.onMouseLeave,style:{width:c,transition:"left 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, opacity 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, width 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms"},children:[i,n.jsx("div",{className:`absolute right-0 top-4 ${e.open?"opacity-100":"opacity-0 invisible"} transition-opacity duration-1000 ease-in-out`,children:n.jsx(Z,{"aria-label":"Close drawer",onClick:()=>e.setDrawerOpen(!1),children:n.jsx(sc,{})})})]}):e.displayed?n.jsxs(n.Fragment,{children:[n.jsx(Z,{color:"inherit","aria-label":"Open drawer",onClick:()=>e.setDrawerOpen(!0),size:"large",className:"absolute top-2 left-6",children:n.jsx(Kr,{})}),n.jsx(Yt,{side:"left",transparent:!0,open:e.open,onOpenChange:e.setDrawerOpen,children:i})]}):null}const c3=f.memo(function({HomePage:t=Ri,customRoutes:c}){const i=be.useLocation(),a=Ae();if(!a)return n.jsx(n.Fragment,{});const l=i.state,s=l&&l.base_location?l.base_location:i,d=[];a.views&&a.views.forEach(g=>{Array.isArray(g.path)?d.push(...g.path.map(y=>Zi(y,g))):d.push(Zi(g.path,g))});const A=[...a.collections??[]].sort((g,y)=>y.path.length-g.path.length).map(g=>{const y=a.buildUrlCollectionPath(g.alias??g.path);return n.jsx(be.Route,{path:y+"/*",element:n.jsx($o,{path:y,title:g.name,type:"collection",children:n.jsx(ft,{isSubCollection:!1,parentPathSegments:[],fullPath:g.alias??g.path,...g,Actions:Go(g.Actions)},`collection_view_${g.alias??g.path}`)})},`navigation_${g.alias??g.path}`)}),_=n.jsx(be.Route,{path:"/",element:n.jsx($o,{path:a.homeUrl,title:"Home",type:"home",children:n.jsx(t,{})},"navigation_home")}),h=n.jsx(be.Route,{path:"*",element:n.jsx(ea,{})});return n.jsxs(be.Routes,{location:s,children:[A,d,_,h,c]})}),Zi=(e,t)=>n.jsx(be.Route,{path:e,element:n.jsx($o,{path:e,title:t.name,type:"view",children:t.view},`navigation_${e}`)},"navigation_view_"+e),$o=f.memo(function({children:t,title:c,path:i,type:a}){const l=zt();return f.useEffect(()=>{l.set({breadcrumbs:[{title:c,url:i}]})},[i,c]),n.jsx(n.Fragment,{children:t})},de);function i3(){const e=typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)"),c=(localStorage.getItem("prefers-dark-mode")!=null?localStorage.getItem("prefers-dark-mode")==="true":null)??e,[i,a]=f.useState(c?"dark":"light");f.useEffect(()=>{a(c?"dark":"light"),d(c?"dark":"light")},[c]);const l=f.useCallback(()=>{a("dark"),d("dark")},[e]),s=f.useCallback(()=>{a("light"),d("light")},[]),d=A=>{document.body.style.setProperty("color-scheme",A),document.documentElement.dataset.theme=A},u=f.useCallback(()=>{i==="light"?(e?localStorage.removeItem("prefers-dark-mode"):localStorage.setItem("prefers-dark-mode","true"),l()):(e?localStorage.setItem("prefers-dark-mode","false"):localStorage.removeItem("prefers-dark-mode"),s())},[i,e]);return{mode:i,setMode:a,toggleMode:u}}function a3(){const[e,t]=f.useState({}),c=f.useCallback(I=>{const b=localStorage.getItem(I);return b?JSON.parse(b):{}},[]),i=f.useCallback(I=>{const b=`collection_config::${Hr(I)}`;return e[b]?e[b]:c(b)},[e,c]),a=f.useCallback((I,b)=>{const p=`collection_config::${Hr(I)}`;localStorage.setItem(p,JSON.stringify(b)),t(w=>{const k=w[p],m=ze(k??c(I),b);return ze(w,m)})},[c]),[l,s]=f.useState([]),[d,u]=f.useState([]),[A,_]=f.useState([]);f.useEffect(()=>{s(localStorage.getItem("recently_visited_paths")?JSON.parse(localStorage.getItem("recently_visited_paths")):[]),u(localStorage.getItem("favourite_paths")?JSON.parse(localStorage.getItem("favourite_paths")):[]),_(localStorage.getItem("collapsed_groups")?JSON.parse(localStorage.getItem("collapsed_groups")):[])},[]);const h=f.useCallback(I=>{localStorage.setItem("recently_visited_paths",JSON.stringify(I)),s(I)},[]),g=f.useCallback(I=>{localStorage.setItem("favourite_paths",JSON.stringify(I)),u(I)},[]),y=f.useCallback(I=>{localStorage.setItem("collapsed_groups",JSON.stringify(I)),_(I)},[]);return{onCollectionModified:a,getCollectionConfig:i,recentlyVisitedPaths:l,setRecentlyVisitedPaths:h,favouritePaths:d,setFavouritePaths:g,collapsedGroups:A,setCollapsedGroups:y}}function Xi({onSingleEntitySelected:e,onMultipleEntitiesSelected:t,multiselect:c,collection:i,path:a,selectedEntityIds:l,description:s,forceFilter:d,maxSelection:u}){const A=Uo(),_=fn(),h=Ae(),g=x(),y=h.resolveAliasesFrom(a),I=Ge(),[b,p]=f.useState([]),w=At();f.useEffect(()=>{let S=!1;const D=l?.map(N=>N?.toString()).filter(Boolean);return D&&i?Promise.all(D.map(N=>I.fetchEntity({path:y,entityId:N,collection:i}))).then(N=>{if(!S){const H=N.filter(U=>U!==void 0);w.setSelectedEntities(H),p(H)}}):(w.setSelectedEntities([]),p([])),()=>{S=!0}},[I,y,l,i,w.setSelectedEntities]);const k=f.useCallback(()=>{g.onAnalyticsEvent?.("reference_selection_clear",{path:y}),w.setSelectedEntities([]),!c&&e?e(null):t&&t([])},[c,t,e]),m=f.useCallback(S=>{let D;const N=w.selectedEntities;if(g.onAnalyticsEvent?.("reference_selection_toggle",{path:y,entityId:S.id}),N){if(N.map(H=>H.id).indexOf(S.id)>-1)D=N.filter(H=>H.id!==S.id);else{if(u&&N.length>=u)return;D=[...N,S]}w.setSelectedEntities(D),t&&t(D)}},[t,w.selectedEntities]),C=f.useCallback(S=>{!c&&e?(g.onAnalyticsEvent?.("reference_selected_single",{path:y,entityId:S.id}),e(S),A.close(!1)):m(S)},[A,c,e,m]),v=f.useCallback(()=>{g.onAnalyticsEvent?.("reference_selection_new_entity",{path:y}),_.open({path:y,collection:i,updateUrl:!0,onUpdate:({entity:S})=>{p([S,...b]),C(S)},closeOnSave:!0})},[_,y,i,b,C]),B=f.useCallback(({entity:S,size:D,width:N,frozen:H})=>{const U=w.selectedEntities,j=U&&U.map(te=>te.id).indexOf(S.id)>-1;return n.jsx(it,{width:N,frozen:H,entity:S,size:D,isSelected:j,selectionEnabled:c,hideId:i?.hideIdFromCollection,fullPath:y,selectionController:w})},[c,w.selectedEntities,m,i?.hideIdFromCollection]),K=f.useCallback(S=>{S.stopPropagation(),A.close(!1)},[A]);if(!i)return n.jsx(me,{error:"Could not find collection with id "+i});const P=f.useMemo(()=>Me({collection:i,path:y,values:{},fields:g.fields}),[i,g.fields,y]),E=Mi(P,!1),T=ut({fullPath:y,collection:i,entitiesDisplayedFirst:b,forceFilter:d});return n.jsxs("div",{className:"flex flex-col h-full",children:[n.jsx("div",{className:"flex-grow",children:b&&n.jsx(dt,{displayedColumnIds:E,onEntityClick:C,tableController:T,tableRowActionsBuilder:B,title:n.jsx(q,{variant:"subtitle2",children:i.singularName?`Select ${i.singularName}`:`Select from ${i.name}`}),defaultSize:i.defaultSize,properties:P.properties,forceFilter:d,inlineEditing:!1,selectionController:w,actions:n.jsx(l3,{collection:i,path:y,onNewClick:v,onClear:k})})}),n.jsxs(Bn,{translucent:!1,children:[s&&n.jsx(q,{variant:"body2",className:"flex-grow text-left",children:s}),n.jsx(ie,{onClick:K,color:"primary",variant:"filled",children:"Done"})]})]})}function l3({collection:e,path:t,onClear:c,onNewClick:i}){const a=un(),l=He(),s=i?u=>{u.preventDefault(),i()}:void 0,d=Yn(e,a,Qe(t),null)&&s&&(l?n.jsxs(ie,{onClick:s,startIcon:n.jsx(mn,{}),variant:"outlined",color:"primary",children:["Add ",e.singularName??e.name]}):n.jsx(ie,{onClick:s,size:"medium",variant:"outlined",color:"primary",children:n.jsx(mn,{})}));return n.jsxs(n.Fragment,{children:[n.jsx(ie,{onClick:c,variant:"text",color:"primary",children:"Clear"}),d]})}function gn({title:e,children:t,invisible:c=!1,initiallyExpanded:i=!0,onExpandedChange:a,titleClassName:l,asField:s,className:d}){kn("ExpandablePanel",`
|
|
99
|
+
.CollapsibleContent {
|
|
100
|
+
overflow: hidden;
|
|
101
|
+
}
|
|
102
|
+
.CollapsibleContent[data-state='open'] {
|
|
103
|
+
animation: slideDown 220ms ease-out
|
|
104
|
+
}
|
|
105
|
+
.CollapsibleContent[data-state='closed'] {
|
|
106
|
+
animation: slideUp 220ms ease-out;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
@keyframes slideDown {
|
|
110
|
+
from {
|
|
111
|
+
height: 0;
|
|
112
|
+
}
|
|
113
|
+
to {
|
|
114
|
+
height: var(--radix-collapsible-content-height);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@keyframes slideUp {
|
|
119
|
+
from {
|
|
120
|
+
height: var(--radix-collapsible-content-height);
|
|
121
|
+
}
|
|
122
|
+
to {
|
|
123
|
+
height: 0;
|
|
124
|
+
}
|
|
125
|
+
}`);const[u,A]=f.useState(i),[_,h]=f.useState(u);return f.useEffect(()=>{u?setTimeout(()=>{h(!0)},220):h(!1)},[u]),n.jsx(n.Fragment,{children:n.jsxs(Jn.Root,{className:F(!c&&fe+" border","rounded-md"),open:u,onOpenChange:g=>{a?.(g),A(g)},children:[n.jsxs(Jn.Trigger,{className:F(Ie,"rounded flex items-center justify-between w-full min-h-[52px]",c?"border-b px-2":"p-4",c&&fe,s&&Ze,l),children:[e,n.jsx(Ko,{className:F("transition",u?"rotate-180":"")})]}),n.jsx(Jn.Content,{className:F("CollapsibleContent"),style:{overflow:_?"visible":"hidden"},children:n.jsx("div",{className:d,children:t})})]})})}function ht({children:e,group:t}){const c=On();return n.jsx(gn,{invisible:!0,titleClassName:"font-medium text-sm text-gray-600 dark:text-gray-400",className:"py-4",initiallyExpanded:!(c?.collapsedGroups??[]).includes(t??"ungrouped"),onExpandedChange:i=>{if(c)if(i)c.setCollapsedGroups((c.collapsedGroups??[]).filter(a=>a!==(t??"ungrouped")));else{const a=(c.collapsedGroups??[]).concat(t??"ungrouped");c.setCollapsedGroups(a)}},title:n.jsx(q,{color:"secondary",className:"font-medium ml-1",children:t?.toUpperCase()??"Views".toUpperCase()}),children:n.jsx("div",{className:"mb-8",children:e})})}function xi({view:e,path:t,collection:c,url:i,name:a,description:l,onClick:s}){const d=On(),u=Ro(c??e),A=be.useNavigate(),_=x(),h=(d?.favouritePaths??[]).includes(t);let g;if(_.plugins&&c){const y={path:t,collection:c,context:_};g=n.jsx(n.Fragment,{children:_.plugins.map((I,b)=>I.homePage?.CollectionActions?n.jsx(I.homePage.CollectionActions,{...y,extraProps:I.homePage.extraProps},`actions_${b}`):null)})}return n.jsx(oc,{className:F("h-full p-4 cursor-pointer min-h-[230px]"),onClick:()=>{s?.(),A(i),d&&d.setRecentlyVisitedPaths([t,...(d.recentlyVisitedPaths??[]).filter(y=>y!==t)])},children:n.jsxs("div",{className:"flex flex-col items-start h-full",children:[n.jsxs("div",{className:"flex-grow w-full",children:[n.jsxs("div",{className:"h-10 flex items-center w-full justify-between text-gray-300 dark:text-gray-600",children:[u,n.jsxs("div",{className:"flex items-center gap-1",onClick:y=>{y.preventDefault(),y.stopPropagation()},children:[g,d&&n.jsx(Z,{onClick:y=>{y.preventDefault(),y.stopPropagation(),h?d.setFavouritePaths(d.favouritePaths.filter(I=>I!==t)):d.setFavouritePaths([...d.favouritePaths,t])},children:h?n.jsx(Br,{size:18,className:"text-secondary"}):n.jsx(Er,{size:18,className:"text-gray-400 dark:text-gray-500"})})]})]}),n.jsx(q,{gutterBottom:!0,variant:"h5",component:"h2",children:a}),l&&n.jsx(q,{variant:"body2",color:"secondary",component:"div",children:n.jsx(yo,{source:l})})]}),n.jsx("div",{style:{alignSelf:"flex-end"},children:n.jsx("div",{className:"p-4",children:n.jsx(cc,{className:"text-primary"})})})]})})}function s3({entry:e}){const t=be.useNavigate(),c=On();if(!c)return null;const i=c.favouritePaths.includes(e.path),a=l=>{l.preventDefault(),l.stopPropagation(),i?c.setFavouritePaths(c.favouritePaths.filter(s=>s!==e.path)):c.setFavouritePaths([...c.favouritePaths,e.path])};return n.jsx(Bo,{onClick:()=>t(e.url),icon:i?n.jsx(Br,{onClick:a,size:18,className:"text-secondary"}):n.jsx(Er,{onClick:a,size:18,className:"text-gray-400 dark:text-gray-500"}),children:e.name},e.path)}function d3({hidden:e}){const t=Ae(),c=On();if(!c)return null;const i=(c?.favouritePaths??[]).map(a=>t.topLevelNavigation?.navigationEntries.find(l=>l.path===a)).filter(Boolean);return n.jsx(wo,{in:i.length>0,children:n.jsx("div",{className:"flex flex-row flex-wrap gap-2 pb-2 min-h-[32px]",children:i.map(a=>n.jsx(s3,{entry:a},a.path))})})}const gt={};function u3(){const e=be.useLocation(),t=f.useRef(null),[c,i]=f.useState(0),[a,l]=f.useState("down"),s=f.useCallback(()=>{!t.current||!e.key||(gt[e.key]=t.current.scrollTop,i(t.current.scrollTop),l(t.current.scrollTop>c?"down":"up"))},[t,e.key,c]);return f.useEffect(()=>{const d=t.current;if(d)return d.addEventListener("scroll",s,{passive:!0}),()=>{d&&d.removeEventListener("scroll",s)}},[t,s,e]),f.useEffect(()=>{!t.current||!gt[e.key]||t.current.scrollTo({top:gt[e.key],behavior:"auto"})},[e]),{containerRef:t,scroll:c,direction:a}}const Hn=new nl.Search("url");Hn.addIndex("name"),Hn.addIndex("description"),Hn.addIndex("group"),Hn.addIndex("path");function Ri({additionalChildrenStart:e,additionalChildrenEnd:t}){const c=x(),i=Ae();if(!i.topLevelNavigation)throw Error("Navigation not ready in FireCMSHomePage");const{containerRef:a,scroll:l,direction:s}=u3(),{navigationEntries:d,groups:u}=i.topLevelNavigation,[A,_]=f.useState(null),h=A?d.filter(p=>A.includes(p.url)):d;f.useEffect(()=>{Hn.addDocuments(d)},[d]);const g=f.useCallback(p=>{if(!p||p==="")_(null);else{const w=Hn.search(p);_(w.map(k=>k.url))}},[]),y=[...u];(h.filter(p=>!p.group).length>0||h.length===0)&&y.push(void 0);let I,b;if(c.plugins){const p={context:c};b=n.jsx(n.Fragment,{children:c.plugins.filter(w=>w.homePage?.includeSection).map((w,k)=>{const m=w.homePage.includeSection(p);return n.jsx(ht,{group:m.title,children:m.children},`plugin_section_${w.name}`)})}),I=n.jsx("div",{className:"flex flex-col gap-2",children:c.plugins.filter(w=>w.homePage?.additionalChildrenStart).map((w,k)=>n.jsx("div",{children:w.homePage.additionalChildrenStart},`plugin_children_start_${k}`))})}return n.jsx("div",{id:"home_page",ref:a,className:"py-2 overflow-auto h-full w-full",children:n.jsxs(_r,{maxWidth:"6xl",children:[n.jsx("div",{className:"sticky py-4 transition-all duration-400 ease-in-out top-0 z-10",style:{top:s==="down"?-84:0},children:n.jsx(Ut,{onTextSearch:g,placeholder:"Search collections",large:!1,className:"w-full"})}),n.jsx(d3,{hidden:!!A}),e,I,y.map((p,w)=>{const k=[],m={group:p,context:c};c.plugins&&c.plugins.forEach(v=>{v.homePage?.AdditionalCards&&k.push(...Go(v.homePage?.AdditionalCards))});const C=h.filter(v=>v.group===p||!v.group&&p===void 0);return C.length===0&&k.length===0?null:n.jsx(ht,{group:p,children:n.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:[C.map(v=>n.jsx("div",{className:"col-span-1",children:n.jsx(xi,{...v,onClick:()=>{const B=v.type==="collection"?"home_navigate_to_collection":v.type==="view"?"home_navigate_to_view":"unmapped_event";c.onAnalyticsEvent?.(B,{path:v.path})}})},`nav_${v.group}_${v.name}`)),k&&k.map((v,B)=>n.jsx("div",{children:n.jsx(v,{...m})},`nav_${p}_add_${B}`))]})},`plugin_section_${p}`)}),b,t]})})}function f3({propertyConfig:e}){const t="h-8 w-8 p-1 rounded-full shadow text-white";return n.jsx("div",{className:t,style:{background:e?.color??"#888"},children:Ot(e,"medium")})}function A3({children:e,title:t,path:c}){const i=zt();return f.useEffect(()=>{i.set({breadcrumbs:[{title:t,url:c}]})},[c,t]),n.jsx(n.Fragment,{children:e})}function ea(){return n.jsx("div",{className:"flex w-full h-full",children:n.jsxs("div",{className:"m-auto flex items-center flex-col",children:[n.jsx(q,{variant:"h4",align:"center",gutterBottom:!0,children:"Page not found"}),n.jsx(q,{align:"center",gutterBottom:!0,children:"This page does not exist or you may not have access to it"}),n.jsx(ie,{variant:"text",component:be.Link,to:"/",children:"Back to home"})]})})}function y3({open:e,onAccept:t,onCancel:c,title:i,loading:a,body:l}){return n.jsxs(or,{open:e,onOpenChange:s=>s?void 0:c(),children:[n.jsxs(rr,{children:[n.jsx(q,{variant:"h6",className:"mb-2",children:i}),l]}),n.jsxs(Bn,{children:[n.jsx(ie,{variant:"text",onClick:c,autoFocus:!0,children:"Cancel"}),n.jsx(Na,{color:"primary",type:"submit",loading:a,onClick:t,children:"Ok"})]})]})}function na({width:e,height:t,className:c,style:i}){return n.jsxs("svg",{width:e??"100%",height:t??"100%",viewBox:"0 0 599 599",version:"1.1",style:i,className:c,xmlns:"http://www.w3.org/2000/svg",children:[n.jsxs("defs",{children:[n.jsxs("radialGradient",{cx:"28.6213569%",cy:"43.1133328%",fx:"28.6213569%",fy:"43.1133328%",r:"71.5003456%",gradientTransform:"translate(0.286214,0.431133),rotate(3.343450),scale(1.000000,0.996175),translate(-0.286214,-0.431133)",id:"radialGradient-1",children:[n.jsx("stop",{stopColor:"#FF5B79",offset:"0%"}),n.jsx("stop",{stopColor:"#FA5574",offset:"28.0930803%"}),n.jsx("stop",{stopColor:"#EC4C51",offset:"44.7242531%"}),n.jsx("stop",{stopColor:"#9543C1",offset:"71.4578165%"}),n.jsx("stop",{stopColor:"#3857B3",offset:"100%"})]}),n.jsxs("radialGradient",{cx:"53.6205516%",cy:"47.2473036%",fx:"53.6205516%",fy:"47.2473036%",r:"50.8229649%",gradientTransform:"translate(0.536206,0.472473),rotate(90.000000),scale(1.000000,1.206631),translate(-0.536206,-0.472473)",id:"radialGradient-2",children:[n.jsx("stop",{stopColor:"#68294F",stopOpacity:"0",offset:"0%"}),n.jsx("stop",{stopColor:"#5E2548",stopOpacity:"0.04641108",offset:"75.3503173%"}),n.jsx("stop",{stopColor:"#0D060B",stopOpacity:"0.437431709",offset:"100%"})]}),n.jsxs("radialGradient",{cx:"53.8605015%",cy:"48.1990423%",fx:"53.8605015%",fy:"48.1990423%",r:"59.9151549%",gradientTransform:"translate(0.538605,0.481990),rotate(180.000000),scale(1.000000,0.925027),translate(-0.538605,-0.481990)",id:"radialGradient-3",children:[n.jsx("stop",{stopColor:"#68294F",stopOpacity:"0",offset:"0%"}),n.jsx("stop",{stopColor:"#5E2548",stopOpacity:"0.04641108",offset:"84.0867343%"}),n.jsx("stop",{stopColor:"#FF0000",stopOpacity:"0.567324765",offset:"100%"})]})]}),n.jsx("g",{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:n.jsxs("g",{id:"firecms_logo",children:[n.jsx("circle",{fill:"url(#radialGradient-1)",cx:"299.5",cy:"299.5",r:"299.5"}),n.jsx("circle",{fill:"url(#radialGradient-2)",cx:"299.5",cy:"299.5",r:"299.5"}),n.jsx("circle",{fill:"url(#radialGradient-3)",cx:"299.5",cy:"299.5",r:"299.5"})]})})]})}const oa=function({title:t,endAdornment:c,startAdornment:i,drawerOpen:a,dropDownActions:l,includeDrawer:s,className:d,style:u,user:A}){const _=Ae(),h=un(),{mode:g,toggleMode:y}=Gt(),I=He(),b=A??h.user;let p;if(b&&b.photoURL)p=n.jsx(Ar,{src:b.photoURL});else if(b===void 0||h.initialLoading)p=n.jsx("div",{className:"p-1 flex justify-center",children:n.jsx(Ve,{className:"w-10 h-10 rounded-full"})});else{const w=b?.displayName?b.displayName[0].toUpperCase():b?.email?b.email[0].toUpperCase():"A";p=n.jsx(Ar,{children:w})}return n.jsx("div",{style:u,className:F("pr-2",{"ml-[17rem]":a&&I,"ml-16":s&&!(a&&I)&&!i,"h-16":!0,"z-10":I,"transition-all":!0,"ease-in":!0,"duration-75":!0,"w-full":!s,"w-[calc(100%-64px)]":s&&!(a&&I),"w-[calc(100%-17rem)]":s&&a&&I,"duration-150":a&&I,fixed:!0},d),children:n.jsxs("div",{className:"flex flex-row gap-2 px-4 h-full items-center",children:[i,_&&n.jsx("div",{className:"mr-8 hidden lg:block",children:n.jsx(be.Link,{className:"visited:text-inherit visited:dark:text-inherit",to:_?.basePath??"/",children:n.jsx(q,{variant:"subtitle1",noWrap:!0,className:"ml-2 !font-medium",children:t})})}),n.jsx("div",{className:"flex-grow"}),c&&n.jsx(se,{children:c}),n.jsx(Z,{color:"inherit","aria-label":"Open drawer",onClick:y,size:"large",children:g==="dark"?n.jsx(dc,{}):n.jsx(vc,{})}),n.jsxs($n,{trigger:p,children:[l,!l&&n.jsxs(Ee,{onClick:h.signOut,children:[n.jsx(Bc,{}),"Log Out"]})]})]})})},_3=e=>e&&Array.isArray(e)&&e.length>0?e.map((t,c)=>t?{[Wr(t)+c]:uo()}:{}).reduce((t,c)=>({...t,...c}),{}):{};function It({droppableId:e,addLabel:t,value:c,disabled:i=!1,buildEntry:a,size:l,onInternalIdAdded:s,includeAddButton:d,newDefaultEntry:u,onValueChange:A}){const _=c&&Array.isArray(c)&&c.length>0,h=f.useRef(_3(c)),[g,y]=f.useState(_?Object.values(h.current):[]);f.useEffect(()=>{if(_&&c&&c.length!==g.length){const k=c.map((m,C)=>{const v=Wr(m)+C;if(v in h.current)return h.current[v];{const B=uo();return h.current[v]=B,B}});y(k)}},[_,g.length,c]);const I=k=>{if(k.preventDefault(),i)return;const m=uo(),C=[...g,m];s&&s(m),y(C),A([...c??[],u])},b=k=>{const m=[...g];m.splice(k,1),y(m),A(c.filter((C,v)=>v!==k))},p=k=>{const m=uo(),C=c[k],v=[...g.splice(0,k+1),m,...g.splice(k+1,g.length-k-1)];s&&s(m),y(v),A([...c.slice(0,k+1),C,...c.slice(k+1)])},w=k=>{if(!k.destination)return;const m=k.source.index,C=k.destination.index,v=[...g],B=v[m];v[m]=v[C],v[C]=B,y(v),A(h3(c,m,C))};return n.jsx(Dn.DragDropContext,{onDragEnd:w,children:n.jsx(Dn.Droppable,{droppableId:e,renderClone:(k,m,C)=>{const v=C.source.index,B=g[v];return n.jsx(bt,{provided:k,internalId:B,index:v,size:l,disabled:i,buildEntry:a,remove:b,copy:p,isDragging:m.isDragging})},children:(k,m)=>n.jsxs("div",{...k.droppableProps,ref:k.innerRef,children:[_&&g.map((C,v)=>n.jsx(Dn.Draggable,{draggableId:`array_field_${C}`,isDragDisabled:i,index:v,children:(B,K)=>n.jsx(bt,{provided:B,internalId:C,index:v,size:l,disabled:i,buildEntry:a,remove:b,copy:p,isDragging:K.isDragging})},`array_field_${C}`)),k.placeholder,d&&n.jsx("div",{className:"py-4 justify-center text-left",children:n.jsx(ie,{variant:l==="small"?"text":"outlined",size:l==="small"?"small":"medium",color:"primary",disabled:i,startIcon:n.jsx(mn,{}),onClick:I,children:t??"Add"})})]})})})}function bt({provided:e,index:t,internalId:c,size:i,disabled:a,buildEntry:l,remove:s,copy:d,isDragging:u}){const[A,_]=lr(),h=i!=="small"&&_.height===0,g=i!=="small"&&_.height<100,[y,I]=f.useState(!1),b=f.useCallback(()=>I(!0),[]),p=f.useCallback(()=>I(!1),[]);return n.jsx("div",{onMouseEnter:b,onMouseMove:b,onMouseLeave:p,ref:e.innerRef,...e.draggableProps,style:e.draggableProps.style,className:`${u||y?Ye:""} mb-1 rounded-md opacity-100`,children:n.jsxs("div",{className:"flex items-start",children:[n.jsx("div",{ref:A,className:"flex-grow w-[calc(100%-48px)] text-text-primary dark:text-text-primary-dark",children:l(t,c)}),n.jsx(ra,{direction:i==="small"?"row":"column",disabled:a,remove:s,index:t,provided:e,measuring:h,contentOverflow:g,copy:d})]})})}function ra({direction:e,disabled:t,remove:c,index:i,provided:a,copy:l,contentOverflow:s,measuring:d}){return n.jsxs("div",{className:`p-1 flex ${e==="row"?"flex-row-reverse":"flex-col"} items-center`,...a.dragHandleProps,children:[n.jsx(ye,{side:e==="column"?"left":void 0,title:"Move",children:n.jsx(Z,{size:"small",disabled:t,className:`cursor-${t?"inherit":"grab"}`,children:n.jsx("svg",{focusable:"false",fill:"currentColor","aria-hidden":"true",viewBox:"0 0 24 24",children:n.jsx("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})})}),!d&&!s&&n.jsxs(n.Fragment,{children:[n.jsx(ye,{title:"Remove",side:e==="column"?"left":void 0,children:n.jsx(Z,{size:"small","aria-label":"remove",disabled:t,onClick:()=>c(i),children:n.jsx(no,{size:"small"})})}),n.jsx(ye,{side:e==="column"?"left":void 0,title:"Copy in this position",children:n.jsx(Z,{size:"small","aria-label":"copy",disabled:t,onClick:()=>l(i),children:n.jsx(Rn,{size:"small"})})})]}),!d&&s&&n.jsx(n.Fragment,{children:n.jsxs($n,{trigger:n.jsx(Z,{size:"small",children:n.jsx(Cr,{size:"small"})}),children:[n.jsxs(Ee,{dense:!0,onClick:()=>c(i),children:[n.jsx(no,{size:"small"}),"Remove"]}),n.jsxs(Ee,{dense:!0,onClick:()=>l(i),children:[n.jsx(Rn,{size:"small"}),"Copy"]})]})})]})}function h3(e,t,c){const i=Array.from(e),[a]=i.splice(t,1);return i.splice(c,0,a),i}function uo(){return Math.floor(Math.random()*Math.floor(Number.MAX_SAFE_INTEGER))}function qo({name:e,addLabel:t,value:c,disabled:i=!1,buildEntry:a,small:l,onInternalIdAdded:s,includeAddButton:d,newDefaultEntry:u=null,setFieldValue:A}){return n.jsx(It,{droppableId:e,addLabel:t,value:c,disabled:i,buildEntry:a,size:l?"small":"medium",onInternalIdAdded:s,includeAddButton:d,newDefaultEntry:u,onValueChange:_=>A(e,_)})}function Se({icon:e,title:t,small:c,className:i,required:a}){return n.jsxs("span",{className:`inline-flex items-center my-0.5 ${c?"gap-1":"gap-2"} ${i??""}`,children:[e,n.jsx("span",{className:`font-medium text-${c?"base":"sm"} origin-top-left transform ${c?"translate-x-2 scale-75":""}`,children:(t??"")+(a?" *":"")})]})}function g3(e){const t=f.useRef(),[c,i]=f.useState(e.value),a=f.useDeferredValue(c);f.useEffect(()=>{i(e.value)},[e.value]),f.useEffect(()=>{!e.value&&!a||a!==e.value&&t.current&&e.onChange&&e.onChange(t.current)},[a,e.value,e.onChange]);const l=f.useCallback(s=>{t.current=s,i(s.target.value)},[]);return n.jsx(tn,{...e,onChange:l,value:c})}function I3({field:e,form:t,label:c,tooltip:i,disabled:a,size:l="small",allowIndeterminate:s}){const d=n.jsx(Nn,{label:c,size:l,position:"start",value:e.value,disabled:a,allowIndeterminate:s,onValueChange:u=>t.setFieldValue(e.name,u)});return i?n.jsx(ye,{title:i,children:d}):d}function Be({error:e,showError:t,property:c,includeDescription:i=!0,disabled:a}){const l=c.description||c.longDescription;if(!(t&&e)&&(!i||!l))return null;if(t&&e)return n.jsx(q,{variant:"caption",className:"ml-3.5 text-red-500",children:e});const s=typeof c.disabled=="object"?c.disabled.disabledMessage:void 0;return n.jsxs("div",{className:"flex ml-3.5 mt-1",children:[n.jsx(q,{variant:"caption",color:a?"disabled":"secondary",className:"flex-grow",children:s||c.description}),c.longDescription&&n.jsx(ye,{title:c.longDescription,side:"bottom",children:n.jsx(Z,{size:"small",className:"self-start",children:n.jsx(mc,{color:"disabled",size:"small"})})})]})}function pt({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,autoFocus:s,touched:d,property:u,includeDescription:A}){const _=u.enumValues;We({property:u,value:t,setValue:c});const h=f.useCallback(g=>{g.stopPropagation(),g.preventDefault(),c(null)},[c]);return n.jsxs(n.Fragment,{children:[n.jsx(Xe,{value:t?t.toString():"",disabled:l,position:"item-aligned",inputClassName:F("w-full"),label:n.jsx(Se,{icon:ve(u,"small"),required:u.validation?.required,title:u.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),endAdornment:u.clearable&&n.jsx(Z,{onClick:h,children:n.jsx(dn,{})}),onValueChange:g=>{const y=g?u.dataType==="number"?parseFloat(g):g:null;return c(y)},renderValue:g=>n.jsx(Pe,{enumKey:g,enumValues:_,size:"medium"}),children:_&&_.map(g=>n.jsx(xe,{value:String(g.id),children:n.jsx(Pe,{enumKey:String(g.id),enumValues:_,size:"medium"})},g.id))}),n.jsx(Be,{includeDescription:A,showError:a,error:i,disabled:l,property:u})]})}function ta({children:e,error:t}){return n.jsx("div",{className:F("text-sm font-medium ml-3.5 mb-1",t?"text-red-500 dark:text-red-600":"text-gray-500 dark:text-gray-300"),children:e})}const wt=le.createContext({});function kt({value:e,open:t,onMultiValueChange:c,size:i="medium",label:a,disabled:l,renderValue:s,renderValues:d,includeFocusOutline:u=!0,containerClassName:A,className:_,children:h,error:g}){const y=le.useRef(null),I=le.useRef(null),b=le.useRef(null);ko(b,()=>w(!1));const[p,w]=le.useState(!1);f.useEffect(()=>{w(t??!1)},[t]);const k=le.useCallback(S=>{Array.isArray(e)&&e.includes(S)?c?.(e.filter(D=>D!==S)):c?.([...e??[],S])},[e,c]),[m,C]=le.useState(""),[v,B]=le.useState(null),K=le.useCallback(S=>{const D=I.current;if(D){if((S.key==="Delete"||S.key==="Backspace")&&D.value===""){const N=[...e??[]];N.pop(),c?.(N)}S.key==="Escape"&&(D.blur(),w(!1),S.stopPropagation())}},[c,e]),P=le.useCallback(()=>{B(y.current?.getBoundingClientRect()??null),w(!0)},[]),E=v??y.current?.getBoundingClientRect(),T=window.innerHeight-(E?.top??0)-(E?.height??0)-16;return n.jsxs(n.Fragment,{children:[typeof a=="string"?n.jsx(ta,{error:g,children:a}):a,n.jsxs(po.Command,{onKeyDown:K,onClick:()=>{I.current?.focus(),P()},className:F("relative overflow-visible bg-transparent",A),children:[n.jsxs("div",{ref:y,className:F("flex flex-row",i==="small"?"min-h-[42px]":"min-h-[64px]","select-none rounded-md text-sm",Ze,l?nn:Ye,"relative flex items-center","p-4",g?"text-red-500 dark:text-red-600":"focus:text-text-primary dark:focus:text-text-primary-dark",g?"border border-red-500 dark:border-red-600":"",u?Ie:"",_),children:[n.jsxs("div",{className:F("flex-grow flex gap-1.5 flex-wrap items-center"),children:[s&&(e??[]).map((S,D)=>s(S,D)),d&&d(e??[]),n.jsx(po.Command.Input,{ref:I,value:m,onValueChange:C,onFocus:P,className:"ml-2 bg-transparent outline-none flex-1 h-full w-full "})]}),n.jsx("div",{className:"px-2 h-full flex items-center",children:n.jsx(Ko,{size:"small",className:F("transition ",p?"rotate-180":"")})})]}),n.jsx(qe.Root,{open:p,onOpenChange:w,children:n.jsx(qe.Portal,{children:n.jsx(wt.Provider,{value:{fieldValue:e,setInputValue:C,onValueChangeInternal:k},children:n.jsx("div",{ref:b,className:"z-50 absolute overflow-auto outline-none",style:{pointerEvents:p?"auto":"none",top:(E?.top??0)+(E?.height??0),left:E?.left,width:E?.width,maxHeight:T},children:n.jsx(po.Command.Group,{className:"mt-2 text-gray-900 dark:text-white animate-in z-50 border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-800 p-2 rounded-lg shadow-lg flex flex-col outline-none w-full",children:h})})})})})]})]})}function mt({children:e,value:t,className:c}){const i=le.useContext(wt);if(!i)throw new Error("MultiSelectItem must be used inside a MultiSelect");const{fieldValue:a,setInputValue:l,onValueChangeInternal:s}=i;return n.jsx(po.Command.Item,{onMouseDown:d=>{d.preventDefault(),d.stopPropagation()},onSelect:d=>{l(""),s(t)},className:F((a??[]).includes(t)?"bg-gray-200 dark:bg-gray-950":"","cursor-pointer","m-1","ring-offset-transparent","p-2 rounded aria-[selected=true]:outline-none aria-[selected=true]:ring-2 aria-[selected=true]:ring-primary aria-[selected=true]:ring-opacity-75 aria-[selected=true]:ring-offset-2","aria-[selected=true]:bg-gray-100 aria-[selected=true]:dark:bg-gray-900","cursor-pointer p-2 rounded aria-[selected=true]:bg-gray-100 aria-[selected=true]:dark:bg-gray-900",c),children:e})}function vt({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,property:s,includeDescription:d,autoFocus:u}){const A=s.of;if(!A)throw Error("Using wrong component ArrayEnumSelect");if(Array.isArray(A))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(A.dataType!=="string"&&A.dataType!=="number")throw Error("Field misconfiguration: array field of type string or number");const _=yn(A.enumValues);if(!_)throw console.error(s),Error("Field misconfiguration: array field of type string or number needs to have enumValues");We({property:s,value:t,setValue:c});const h=!!t&&Array.isArray(t),g=f.useCallback((y,I)=>{const b=y!==void 0?To(_,y):void 0;return n.jsxs(Pe,{enumKey:y,enumValues:_,size:"medium",children:[b?.label??y,!I&&n.jsx("button",{className:"ml-1 ring-offset-background rounded-full outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",onMouseDown:p=>{p.preventDefault(),p.stopPropagation()},onClick:p=>{p.preventDefault(),p.stopPropagation(),c(t.filter(w=>w!==y))},children:n.jsx(kr,{size:"smallest"})})]},y)},[_,c,t]);return n.jsxs("div",{className:"mt-0.5 ml-0.5 mt-2",children:[n.jsx(kt,{value:h?t.map(y=>y.toString()):[],disabled:l,label:n.jsx(Se,{icon:ve(s,"small"),required:s.validation?.required,title:s.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),renderValue:f.useCallback(y=>g(y,!1),[g]),onMultiValueChange:y=>{let I;return A&&A?.dataType==="number"?I=y?y.map(b=>parseFloat(b)):[]:I=y,c(I)},children:_.map(y=>String(y.id)).map(y=>n.jsx(mt,{value:y,children:g(y,!0)},y))}),n.jsx(Be,{includeDescription:d,showError:a,error:i,disabled:l,property:s})]})}function ca({propertyKey:e,value:t,error:c,showError:i,disabled:a,isSubmitting:l,tableMode:s,property:d,includeDescription:u,setValue:A,setFieldValue:_}){const h=d.of;if(h.dataType!=="reference")throw Error("ArrayOfReferencesField expected a property containing references");const g=d.expanded===void 0?!0:d.expanded,[y,I]=f.useState(!1),b=t&&Array.isArray(t)?t.map(P=>P.id):[];We({property:d,value:t,setValue:A});const p=Ae(),w=f.useMemo(()=>h.path?p.getCollection(h.path):void 0,[h.path]);if(!w)throw Error(`Couldn't find the corresponding collection for the path: ${h.path}`);const k=f.useCallback(P=>{A(P.map(E=>vn(E)))},[A]),m=Ao({multiselect:!0,path:h.path,collection:w,onMultipleEntitiesSelected:k,selectedEntityIds:b,forceFilter:h.forceFilter}),C=f.useCallback(P=>{P.preventDefault(),m.open()},[m]),v=f.useCallback((P,E)=>{const T=t&&t.length>P?t[P]:void 0;return T?n.jsx("div",{onMouseEnter:()=>I(!0),onMouseMove:()=>I(!0),onMouseLeave:()=>I(!1),children:n.jsx(rn,{disabled:!h.path,previewProperties:h.previewProperties,size:"medium",onClick:C,reference:T,onHover:y})}):n.jsx("div",{children:"Internal ERROR"})},[h.path,h.previewProperties,y,t]),B=n.jsx(Se,{icon:ve(d,"small"),required:d.validation?.required,title:d.name,className:"text-text-secondary dark:text-text-secondary-dark"}),K=n.jsxs(n.Fragment,{children:[!w&&n.jsx(me,{error:"The specified collection does not exist. Check console"}),w&&n.jsxs(n.Fragment,{children:[n.jsx(qo,{value:t,addLabel:d.name?"Add reference to "+d.name:"Add reference",name:e,buildEntry:v,disabled:l,setFieldValue:_,newDefaultEntry:d.of.defaultValue}),n.jsxs(ie,{className:"my-4 justify-center text-left",variant:"outlined",color:"primary",disabled:l,onClick:C,children:["Edit ",d.name]})]})]});return n.jsxs(n.Fragment,{children:[!s&&n.jsx(gn,{className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",initiallyExpanded:g,title:B,children:K}),s&&K,n.jsx(Be,{includeDescription:u,showError:i,error:c,disabled:a,property:d})]})}function ia({name:e,property:t,value:c,entity:i,onRemove:a,disabled:l,size:s}){return n.jsxs("div",{className:F(je,"relative m-4 border-box flex items-center justify-center",s==="medium"?"min-w-[220px] min-h-[220px] max-w-[220px]":"min-w-[118px] min-h-[118px] max-w-[118px]"),children:[!l&&n.jsx("div",{className:"absolute rounded-full -top-2 -right-2 z-10 bg-white dark:bg-gray-900",children:n.jsx(ye,{title:"Remove",children:n.jsx(Z,{size:"small",onClick:d=>{d.stopPropagation(),a(c)},children:n.jsx(no,{size:"small"})})})}),c&&n.jsx(se,{children:n.jsx(Ce,{propertyKey:e,value:c,property:t,entity:i,size:s})})]})}const b3="box-border relative pt-[2px] items-center border border-transparent min-h-[254px] outline-none rounded-md duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary-solid",p3="border-dotted-gray",w3="hover:bg-field-hover dark:hover:bg-field-hover-dark",k3="pt-0 border-2 border-solid",m3="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-green-500",v3="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-red-500";function Kt({propertyKey:e,value:t,setValue:c,error:i,showError:a,autoFocus:l,tableMode:s,property:d,includeDescription:u,context:A,isSubmitting:_}){if(!A.entityId)throw new Error("StorageUploadFieldBinding: Entity id is null");const h=Mn(),g=Ln(d)||!!d.disabled||_,{internalValue:y,setInternalValue:I,onFilesAdded:b,storage:p,onFileUploadComplete:w,storagePathBuilder:k,multipleFilesSupported:m}=wi({entityValues:A.values,entityId:A.entityId,path:A.path,property:d,propertyKey:e,value:t,storageSource:h,disabled:g,onChange:c});We({property:d,value:t,setValue:c});const C={id:A.entityId,values:A.values,path:A.path};return n.jsxs(n.Fragment,{children:[!s&&n.jsx(Se,{icon:ve(d,"small"),required:d.validation?.required,title:d.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),n.jsx(C3,{value:y,name:e,disabled:g,autoFocus:l,property:d,onChange:c,setInternalValue:I,onFilesAdded:b,entity:C,onFileUploadComplete:w,storagePathBuilder:k,storage:p,multipleFilesSupported:m}),n.jsx(Be,{includeDescription:u,showError:a,error:i,disabled:g,property:d})]})}function K3({storage:e,disabled:t,isDraggingOver:c,onFilesAdded:i,multipleFilesSupported:a,droppableProvided:l,autoFocus:s,internalValue:d,property:u,entity:A,onClear:_,metadata:h,storagePathBuilder:g,onFileUploadComplete:y,size:I,name:b,helpText:p}){const w=An(),{getRootProps:k,getInputProps:m,isDragActive:C,isDragAccept:v,isDragReject:B}=ar.useDropzone({accept:e.acceptedFiles?e.acceptedFiles.map(K=>({[K]:[]})).reduce((K,P)=>({...K,...P}),{}):void 0,disabled:t||c,noDragEventsBubbling:!0,maxSize:e.maxSize,onDrop:i,onDropRejected:(K,P)=>{for(const E of K)for(const T of E.errors)w.open({type:"error",message:`Error uploading file: File is larger than ${e.maxSize} bytes`})}});return n.jsxs("div",{...k(),className:F(Ze,t?nn:Ye,b3,a&&d.length?"":"flex",Ie,{[w3]:!C,[k3]:C,[v3]:B,[m3]:v,[p3]:t}),children:[n.jsxs("div",{...l.droppableProps,ref:l.innerRef,className:F("flex items-center p-1 no-scrollbar",a&&d.length?"overflow-auto":"",a&&d.length?"min-h-[180px]":"min-h-[250px]"),children:[n.jsx("input",{autoFocus:s,...m()}),d.map((K,P)=>{let E;return K.storagePathOrDownloadUrl?E=n.jsx(ia,{name:`storage_preview_${K.storagePathOrDownloadUrl}`,property:u,disabled:t,entity:A,value:K.storagePathOrDownloadUrl,onRemove:_,size:K.size}):K.file&&(E=n.jsx(Ki,{entry:K,metadata:h,storagePath:g(K.file),onFileUploadComplete:y,imageSize:I==="medium"?220:118,simple:!1})),n.jsx(Dn.Draggable,{draggableId:`array_field_${b}_${K.id}`,index:P,children:(T,S)=>n.jsx("div",{tabIndex:-1,ref:T.innerRef,...T.draggableProps,...T.dragHandleProps,className:F(Ie,"rounded-md"),style:{...T.draggableProps.style},children:E})},`array_field_${b}_${K.id}`)}),l.placeholder]}),n.jsx("div",{className:"flex-grow min-h-[38px] box-border m-2 text-center",children:n.jsx(q,{align:"center",variant:"label",children:p})})]})}function C3({property:e,name:t,value:c,setInternalValue:i,onChange:a,multipleFilesSupported:l,onFileUploadComplete:s,disabled:d,onFilesAdded:u,autoFocus:A,storage:_,entity:h,storagePathBuilder:g}){if(l){const C=e;if(C.of){if(Array.isArray(C.of)||C.of.dataType!=="string")throw Error("Storage field using array must be of data type string")}else throw Error("Storage field using array must be of data type string")}const y=_?.metadata,I=l?"small":"medium",b=f.useCallback((C,v)=>{if(!l)return;const B=[...c],K=B[C];B.splice(C,1),B.splice(v,0,K),i(B);const P=B.filter(E=>!!E.storagePathOrDownloadUrl).map(E=>E.storagePathOrDownloadUrl);a(P)},[l,a,i,c]),p=f.useCallback(C=>{C.destination&&b(C.source.index,C.destination.index)},[b]),w=f.useCallback(C=>{if(l){const v=c.filter(B=>B.storagePathOrDownloadUrl!==C);a(v.filter(B=>!!B.storagePathOrDownloadUrl).map(B=>B.storagePathOrDownloadUrl)),i(v)}else a(null),i([])},[c,l,a]),k=l?"Drag 'n' drop some files here, or click to select files":"Drag 'n' drop a file here, or click to select one",m=l?e.of:e;return n.jsx(Dn.DragDropContext,{onDragEnd:p,children:n.jsx(Dn.Droppable,{droppableId:`droppable_${t}`,direction:"horizontal",renderClone:(C,v,B)=>{const K=c[B.source.index];return n.jsx("div",{ref:C.innerRef,...C.draggableProps,...C.dragHandleProps,style:C.draggableProps.style,className:"rounded",children:n.jsx(ia,{name:`storage_preview_${K.storagePathOrDownloadUrl}`,property:m,disabled:!0,entity:h,value:K.storagePathOrDownloadUrl,onRemove:w,size:K.size})})},children:(C,v)=>n.jsx(K3,{storage:_,disabled:d,isDraggingOver:v.isDraggingOver,droppableProvided:C,onFilesAdded:u,multipleFilesSupported:l,autoFocus:A,internalValue:c,property:m,entity:h,onClear:w,metadata:y,storagePathBuilder:g,onFileUploadComplete:s,size:I,name:t,helpText:k})})})}function Un({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,autoFocus:s,property:d,includeDescription:u}){let A,_;d.dataType==="string"&&(A=d.multiline,_=d.url),We({property:d,value:t,setValue:c});const h=f.useCallback(b=>{b.stopPropagation(),b.preventDefault(),c(null)},[c]),g=b=>{if(I==="number"){const p=b.target.value?parseFloat(b.target.value):void 0;p&&isNaN(p)?c(null):p!=null?c(p):c(null)}else c(b.target.value)},y=!!A,I=d.dataType==="number"?"number":void 0;return n.jsxs(n.Fragment,{children:[n.jsx(tn,{value:t,onChange:g,autoFocus:s,label:n.jsx(Se,{icon:ve(d,"small"),required:d.validation?.required,title:d.name}),type:I,multiline:y,disabled:l,endAdornment:d.clearable&&n.jsx(Z,{onClick:h,children:n.jsx(dn,{})}),error:a?i:void 0,inputClassName:i?"text-red-500 dark:text-red-600":""}),n.jsx(Be,{includeDescription:u,showError:a,error:i,disabled:l,property:d}),_&&n.jsx(wo,{className:"mt-1 ml-1",in:!!t,children:n.jsx(Ce,{value:t,property:d,size:"medium"})})]})}const aa=f.forwardRef(function({propertyKey:t,value:c,setValue:i,error:a,showError:l,autoFocus:s,disabled:d,touched:u,property:A,includeDescription:_},h){return We({property:A,value:c,setValue:i}),n.jsxs(n.Fragment,{children:[n.jsx(Nn,{value:c,onValueChange:g=>i(g),error:l,label:n.jsx(Se,{icon:ve(A,"small"),required:A.validation?.required,title:A.name}),disabled:d,autoFocus:s,size:"medium"}),n.jsx(Be,{includeDescription:_,showError:l,error:a,disabled:d,property:A})]})});function la({propertyKey:e,value:t,setValue:c,autoFocus:i,error:a,showError:l,disabled:s,touched:d,property:u,includeDescription:A}){const _=t||null;return We({property:u,value:t,setValue:c}),n.jsxs(n.Fragment,{children:[n.jsx(jn,{value:_,onChange:h=>c(h),size:"medium",mode:u.mode,clearable:u.clearable,label:n.jsx(Se,{icon:ve(u,"small"),required:u.validation?.required,className:"text-text-secondary dark:text-text-secondary-dark",title:u.name})}),n.jsx(Be,{includeDescription:A,showError:l,error:a,disabled:s,property:u})]})}function Ct({propertyKey:e,value:t,error:c,showError:i,tableMode:a,property:l,includeDescription:s,context:d}){if(!d.entityId)throw new Error("ReadOnlyFieldBinding: Entity id is null");const u={id:d.entityId,values:d.values,path:d.path};return n.jsxs(n.Fragment,{children:[!a&&n.jsx(Se,{icon:ve(l,"small"),required:l.validation?.required,title:l.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),n.jsx("div",{className:F(je,"min-h-14 p-4 md:p-6 overflow-x-scroll no-scrollbar"),children:n.jsx(se,{children:n.jsx(Ce,{propertyKey:e,value:t,property:l,entity:u,size:"medium"})})}),n.jsx(Be,{includeDescription:s,showError:i,error:c,property:l})]})}function sa(e){return typeof e.property.path!="string"?n.jsx(Ct,{...e}):n.jsx(S3,{...e})}function S3({value:e,setValue:t,error:c,showError:i,isSubmitting:a,disabled:l,touched:s,autoFocus:d,property:u,includeDescription:A,context:_}){if(!u.path)throw new Error("Property path is required for ReferenceFieldBinding");We({property:u,value:e,setValue:t});const h=e&&e instanceof $e,g=Ae(),y=f.useMemo(()=>u.path?g.getCollection(u.path):void 0,[u.path]);if(!y)throw Error(`Couldn't find the corresponding collection for the path: ${u.path}`);const I=f.useCallback(w=>{t(vn(w))},[t]),b=Ao({multiselect:!1,path:u.path,collection:y,onSingleEntitySelected:I,selectedEntityIds:h?[e.id]:void 0,forceFilter:u.forceFilter}),p=f.useCallback(w=>{w.preventDefault(),b.open()},[b]);return n.jsxs(n.Fragment,{children:[n.jsx(Se,{icon:ve(u,"small"),required:u.validation?.required,title:u.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"}),!y&&n.jsx(me,{error:"The specified collection does not exist. Check console"}),y&&n.jsxs(n.Fragment,{children:[e&&n.jsx(rn,{disabled:!u.path,previewProperties:u.previewProperties,size:"medium",onClick:l||a?void 0:p,reference:e}),!e&&n.jsx("div",{className:"justify-center text-left",children:n.jsxs(ie,{variant:"outlined",color:"primary",disabled:l||a,onClick:p,children:["Edit ",u.name]})})]}),n.jsx(Be,{includeDescription:A,showError:i,error:c,disabled:l,property:u})]})}const Cn=f.memo(B3,(e,t)=>{if(e.propertyKey!==t.propertyKey)return!1;const c=Fe(e.property)||e.property.fromBuilder,i=Fe(t.property)||t.property.fromBuilder;return!((c===i||de(e.property,t.property))&&e.disabled===t.disabled)||Jo(t.property),!1});function B3({propertyKey:e,property:t,context:c,includeDescription:i,underlyingValueHasChanged:a,disabled:l,tableMode:s,partOfArray:d,partOfBlock:u,autoFocus:A}){const _=x(),g=Jo(t,_.plugins)?De.Field:De.FastField;return n.jsx(g,{name:e,children:y=>{let I;const b=Oe({propertyKey:e,propertyValue:y.field.value,propertyOrBuilder:t,values:y.form.values,path:c.path,entityId:c.entityId,fields:_.fields});if(b===null||to(b))return n.jsx(n.Fragment,{});if(Ln(b))I=Ct;else if(b.Field)typeof b.Field=="function"&&(I=b.Field);else{const w=Zo(b,_.fields);if(!w)throw console.log("INTERNAL: Could not find field config for property",{propertyKey:e,resolvedProperty:b,fields:_.fields,propertyConfig:w}),new Error(`INTERNAL: Could not find field config for property ${e}`);I=Oe({propertyOrBuilder:w.property,propertyValue:y.field.value,values:y.form.values,path:c.path,entityId:c.entityId,fields:_.fields}).Field}if(!I)return console.warn(`No field component found for property ${e}`),console.warn("Property:",t),n.jsx("div",{children:`Currently the field ${b.dataType} is not supported`});const p={propertyKey:e,property:b,includeDescription:i,underlyingValueHasChanged:a,context:c,disabled:l,tableMode:s,partOfArray:d,partOfBlock:u,autoFocus:A};return n.jsx(E3,{Component:I,componentProps:p,fieldProps:y})}})}function E3({Component:e,componentProps:{propertyKey:t,property:c,includeDescription:i,underlyingValueHasChanged:a,tableMode:l,partOfArray:s,partOfBlock:d,autoFocus:u,context:A,disabled:_},fieldProps:h}){const{plugins:g}=x(),y=c.customProps,I=h.field.value,b=h.meta.initialValue,p=De.getIn(h.form.errors,t),w=De.getIn(h.form.touched,t),k=p&&(h.form.submitCount>0||c.validation?.unique)&&(!Array.isArray(p)||!!p.filter(E=>!!E).length),C=F3(A.path,A.collection,t,c,e,g)??e,v=h.form.isSubmitting,B=f.useCallback((E,T)=>{h.form.setFieldTouched(t,!0,!1),h.form.setFieldValue(t,E,T)},[]),K=f.useCallback((E,T,S)=>{h.form.setFieldTouched(t,!0,!1),h.form.setFieldValue(E,T,S)},[]),P={propertyKey:t,value:I,initialValue:b,setValue:B,setFieldValue:K,error:p,touched:w,showError:k,isSubmitting:v,includeDescription:i??!0,property:c,disabled:_??!1,underlyingValueHasChanged:a??!1,tableMode:l??!1,partOfArray:s??!1,partOfBlock:d??!1,autoFocus:u??!1,customProps:y,context:A};return n.jsxs(se,{children:[n.jsx(C,{...P}),a&&!v&&n.jsx(q,{variant:"caption",className:"ml-3.5",children:"This value has been updated elsewhere"})]})}const Jo=(e,t)=>{if(t?.some(a=>a.form?.fieldBuilder)||Fe(e))return!0;const c=e,i=!!c.Field||"fromBuilder"in c&&c.fromBuilder;return c.dataType==="map"&&c.properties?i||Object.values(c.properties).some(a=>Jo(a,t)):c.dataType==="array"&&"resolvedProperties"in c?i||c.resolvedProperties?.some(a=>a&&Jo(a,t)):i};function F3(e,t,c,i,a,l){return f.useRef((()=>{let d=null;return l&&l.forEach(u=>{const A=Dt(i);if(A&&u.form?.fieldBuilder){const _={fieldConfigId:A,propertyKey:c,property:i,Field:a,plugin:u,path:e,collection:t},h=u.form?.fieldBuilderEnabled?.(_);(h===void 0||h)&&(d=u.form.fieldBuilder(_)||d)}A||console.warn("INTERNAL: Field id not found for property",i)}),d})()).current}function da({propertyKey:e,value:t,showError:c,error:i,disabled:a,property:l,setValue:s,partOfBlock:d,tableMode:u,includeDescription:A,underlyingValueHasChanged:_,autoFocus:h,context:g}){const y=l.pickOnlySomeKeys||!1,I=(l.expanded===void 0?!0:l.expanded)||h;if(!l.properties)throw Error(`You need to specify a 'properties' prop (or specify a custom field) in your map property ${e}`);let b;y?t?b=Zc(l.properties,...Object.keys(t).filter(k=>k in l.properties)):b={}:b=l.properties;const p=n.jsx(n.Fragment,{children:n.jsx("div",{className:"py-1 flex flex-col space-y-2",children:Object.entries(b).filter(([k,m])=>!to(m)).map(([k,m],C)=>{const v={propertyKey:`${e}.${k}`,disabled:a,property:m,includeDescription:A,underlyingValueHasChanged:_,context:g,tableMode:!1,partOfArray:!1,partOfBlock:!1,autoFocus:h&&C===0};return n.jsx("div",{children:n.jsx(Cn,{...v})},`map-${e}-${C}`)})})}),w=n.jsx(Se,{icon:ve(l,"small"),required:l.validation?.required,title:l.name,className:"text-text-secondary dark:text-text-secondary-dark"});return n.jsxs(n.Fragment,{children:[!u&&!d&&n.jsx(gn,{initiallyExpanded:I,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",title:w,children:p}),(u||d)&&p,n.jsx(Be,{includeDescription:A,showError:c,error:i,disabled:a,property:l})]})}function ua({propertyKey:e,value:t,showError:c,error:i,disabled:a,property:l,setValue:s,tableMode:d,includeDescription:u,underlyingValueHasChanged:A,autoFocus:_,context:h}){const g=(l.expanded===void 0?!0:l.expanded)||_;if(!l.keyValue)throw Error(`Your property ${e} needs to have the 'keyValue' prop in order to use this field binding`);const y=n.jsx(St,{value:t,setValue:s,disabled:a,fieldName:l.name??e}),I=n.jsx(Se,{icon:ve(l,"small"),required:l.validation?.required,title:l.name,className:"text-text-secondary dark:text-text-secondary-dark"});return n.jsxs(n.Fragment,{children:[!d&&n.jsx(gn,{initiallyExpanded:g,title:I,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",children:y}),d&&y,n.jsx(Be,{includeDescription:u,showError:c,error:i,disabled:a,property:l})]})}function St({value:e,setValue:t,fieldName:c,disabled:i}){const[a,l]=f.useState(Object.keys(e??{}).map(u=>[Bt(),{key:u,dataType:Et(e?.[u])??"string"}]));f.useEffect(()=>{const u=a.map(([y,{key:I}])=>I),A=Object.entries(e??{}).filter(([y,I])=>I!==void 0).map(([y])=>y),_=A.filter(y=>!u.includes(y)),h=u.filter(y=>!A.includes(y)),g=[...a];_.forEach(y=>{g.push([Bt(),{key:y,dataType:Et(e?.[y])??"string"}])}),h.forEach(y=>{const I=g.findIndex(([b,{key:p}])=>p===y);g.splice(I,1)}),l(g)},[e]);const s=f.useRef(e??{}),d=(u,A)=>{if(!u){console.warn("No key selected for data type update");return}l(a.map(_=>_[0]===u?[_[0],{key:_[1].key,dataType:A}]:_)),t({...e??{},[a.find(_=>_[0]===u)?.[1].key??""]:Mr(A)})};return n.jsxs("div",{className:"py-1 flex flex-col gap-1",children:[a.map(([u,{key:A,dataType:_}],h)=>{const g=A?e?.[A]:"",y=I=>{if(l(a.map(p=>p[0]===u?[u,{key:I??"",dataType:p[1].dataType}]:p)),typeof e=="object"&&I in e)return;const b={...e??{}};typeof s.current=="object"&&A in s.current?b[A]=void 0:delete b[A],t({...b,[I??""]:g})};return n.jsx(P3,{rowId:u,fieldKey:A,value:e??{},onDeleteClick:()=>{const I={...e??{}};s.current&&A in s.current?I[A]=void 0:delete I[A],l(a.filter(b=>b[0]!==u)),t({...I})},onFieldKeyChange:y,setValue:t,entryValue:g,dataType:_,disabled:i,updateDataType:d},u)}),n.jsx(ie,{variant:"text",size:"small",color:"primary",className:"w-full",disabled:i,startIcon:n.jsx(mn,{}),onClick:u=>{u.preventDefault(),t({...e??{},"":null}),l([...a,[Bt(),{key:"",dataType:"string"}]])},children:c?`Add to ${c}`:"Add"})]})}function P3({rowId:e,fieldKey:t,value:c,onFieldKeyChange:i,onDeleteClick:a,setValue:l,entryValue:s,dataType:d,updateDataType:u,disabled:A}){function _(g,y,I){return I==="string"||I==="number"?n.jsx(tn,{placeholder:"value",value:g,type:I==="number"?"number":"text",size:"small",disabled:A||!y,onChange:b=>{if(I==="number"){const p=b.target.value?parseFloat(b.target.value):void 0;p&&isNaN(p)?l({...c,[y]:null}):p!=null?l({...c,[y]:p}):l({...c,[y]:null})}else l({...c,[y]:b.target.value})}},I):I==="date"?n.jsx(jn,{value:g,size:"small",disabled:A||!y,onChange:b=>{l({...c,[y]:b})}}):I==="boolean"?n.jsx(Nn,{value:g,size:"small",position:"start",disabled:A||!y,onValueChange:b=>{l({...c,[y]:b})}}):I==="array"?n.jsx("div",{className:F(fe,"ml-2 pl-2 border-l border-solid"),children:n.jsx(It,{value:g,newDefaultEntry:"",droppableId:e.toString(),addLabel:y?`Add to ${y}`:"Add",size:"small",disabled:A||!y,includeAddButton:!0,onValueChange:b=>{l({...c,[y]:b})},buildEntry:(b,p)=>n.jsx(D3,{index:b,id:p,value:g[b],disabled:A||!y,setValue:w=>{const k=[...g];k[b]=w,l({...c,[y]:k})}})})}):I==="map"?n.jsx("div",{className:F(fe,"ml-2 pl-2 border-l border-solid"),children:n.jsx(St,{value:g,fieldName:y,setValue:b=>{l({...c,[y]:b})}})}):n.jsx(q,{variant:"caption",children:`Data type ${I} not supported yet`})}function h(g){u(e,g)}return n.jsxs(n.Fragment,{children:[n.jsxs(q,{component:"div",className:"font-mono flex flex-row gap-1",children:[n.jsx("div",{className:"w-[200px] max-w-[25%]",children:n.jsx(tn,{value:t,placeholder:"key",disabled:A||s!=null&&s!=="",size:"small",onChange:g=>{i(g.target.value)}})}),n.jsx("div",{className:"flex-grow",children:d!=="map"&&d!=="array"&&_(s,t,d)}),n.jsxs($n,{trigger:n.jsx(Z,{size:"small",className:"h-7 w-7",children:n.jsx(br,{})}),children:[n.jsx(Ee,{dense:!0,onClick:()=>h("string"),children:"string"}),n.jsx(Ee,{dense:!0,onClick:()=>h("number"),children:"number"}),n.jsx(Ee,{dense:!0,onClick:()=>h("boolean"),children:"boolean"}),n.jsx(Ee,{dense:!0,onClick:()=>h("date"),children:"date"}),n.jsx(Ee,{dense:!0,onClick:()=>h("map"),children:"map"}),n.jsx(Ee,{dense:!0,onClick:()=>h("array"),children:"array"})]}),n.jsx(Z,{"aria-label":"delete",size:"small",onClick:a,className:"h-7 w-7",children:n.jsx(no,{size:"small"})})]},e.toString()),(d==="map"||d==="array")&&_(s,t,d)]})}function D3({id:e,index:t,value:c,setValue:i}){const[a,l]=f.useState(Et(c)??"string");function s(u){l(u)}function d(u,A){return A==="string"||A==="number"?n.jsx(tn,{value:u,type:A==="number"?"number":"text",size:"small",onChange:_=>{if(A==="number"){const h=_.target.value?parseFloat(_.target.value):void 0;h&&isNaN(h)?i(null):h!=null?i(h):i(null)}else i(_.target.value)}}):A==="date"?n.jsx(jn,{value:u,size:"small",onChange:_=>{i(_)}}):A==="boolean"?n.jsx(Nn,{value:u,size:"small",position:"start",onValueChange:_=>{i(_)}}):A==="array"?n.jsx(q,{variant:"caption",children:"Arrays of arrays are not supported."}):A==="map"?n.jsx("div",{className:F(fe,"ml-2 pl-2 border-l border-solid"),children:n.jsx(St,{value:u,setValue:_=>{i(_)}})}):n.jsx(q,{variant:"caption",children:`Data type ${A} not supported yet`})}return n.jsxs(n.Fragment,{children:[n.jsxs(q,{component:"div",className:"font-mono flex min-h-12 flex-row gap-1 items-center",children:[n.jsx("div",{className:"flex-grow",children:a!=="map"&&d(c,a)}),n.jsxs($n,{trigger:n.jsx(Z,{size:"small",className:"h-7 w-7",children:n.jsx(br,{})}),children:[n.jsx(Ee,{dense:!0,onClick:()=>s("string"),children:"string"}),n.jsx(Ee,{dense:!0,onClick:()=>s("number"),children:"number"}),n.jsx(Ee,{dense:!0,onClick:()=>s("boolean"),children:"boolean"}),n.jsx(Ee,{dense:!0,onClick:()=>s("map"),children:"map"}),n.jsx(Ee,{dense:!0,onClick:()=>s("date"),children:"date"})]})]},e.toString()),a==="map"&&d(c,a)]})}function Bt(){return Math.floor(Math.random()*Math.floor(Number.MAX_SAFE_INTEGER))}function Et(e){if(typeof e=="string"||e===null)return"string";if(typeof e=="number")return"number";if(typeof e=="boolean")return"boolean";if(Array.isArray(e))return"array";if(e instanceof Date)return"date";if(e instanceof $e)return"reference";if(e instanceof Eo)return"geopoint";if(typeof e=="object")return"map"}function fa({propertyKey:e,value:t,error:c,showError:i,isSubmitting:a,setValue:l,setFieldValue:s,tableMode:d,property:u,includeDescription:A,underlyingValueHasChanged:_,context:h,disabled:g}){if(!u.of)throw Error("RepeatFieldBinding misconfiguration. Property `of` not set");if(!u.resolvedProperties||!Array.isArray(u.resolvedProperties))throw Error("RepeatFieldBinding - Internal error: Expected array in 'property.resolvedProperties'");const y=u.expanded===void 0?!0:u.expanded,I=u.of,[b,p]=f.useState();We({property:u,value:t,setValue:l});const w=(C,v)=>{const B=u.resolvedProperties[C]??I,K={propertyKey:`${e}.${C}`,disabled:g,property:B,includeDescription:A,underlyingValueHasChanged:_,context:h,tableMode:!1,partOfArray:!0,partOfBlock:!1,autoFocus:v===b};return n.jsx(Cn,{...K})},k=n.jsx(qo,{value:t,addLabel:u.name?"Add entry to "+u.name:"Add entry",name:e,setFieldValue:s,buildEntry:w,onInternalIdAdded:p,disabled:a||!!u.disabled,includeAddButton:!u.disabled,newDefaultEntry:u.of.defaultValue}),m=n.jsx(Se,{icon:ve(u,"small"),required:u.validation?.required,title:u.name,className:"text-text-secondary dark:text-text-secondary-dark"});return n.jsxs(n.Fragment,{children:[!d&&n.jsx(gn,{initiallyExpanded:y,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",title:m,children:k}),d&&k,n.jsx(Be,{includeDescription:A,showError:i,error:c,disabled:g,property:u})]})}function Aa({propertyKey:e,value:t,error:c,showError:i,isSubmitting:a,setValue:l,setFieldValue:s,tableMode:d,property:u,includeDescription:A,underlyingValueHasChanged:_,context:h,disabled:g}){if(!u.oneOf)throw Error("ArrayOneOfField misconfiguration. Property `oneOf` not set");const y=u.expanded===void 0?!0:u.expanded;We({property:u,value:t,setValue:l});const[I,b]=f.useState(),p=f.useCallback((C,v)=>n.jsx(N3,{name:`${e}.${C}`,index:C,value:t[C],typeField:u.oneOf.typeField??ro,valueField:u.oneOf.valueField??Fo,properties:u.oneOf.properties,autoFocus:v===I,context:h},`array_one_of_${C}`),[h,I,u.oneOf,e,t]),w=n.jsx(Se,{icon:ve(u,"small"),required:u.validation?.required,title:u.name,className:"text-text-secondary dark:text-text-secondary-dark"}),k=Object.keys(u.oneOf.properties)[0],m=n.jsx(qo,{value:t,name:e,addLabel:u.name?"Add entry to "+u.name:"Add entry",buildEntry:p,onInternalIdAdded:b,disabled:a||!!u.disabled,includeAddButton:!u.disabled,setFieldValue:s,newDefaultEntry:{[u.oneOf.typeField??ro]:k,[u.oneOf.valueField??Fo]:Po(u.oneOf.properties[k])}});return n.jsxs(n.Fragment,{children:[!d&&n.jsx(gn,{className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",initiallyExpanded:y,title:w,children:m}),d&&m,n.jsx(Be,{includeDescription:A,showError:i,error:c,disabled:g,property:u})]})}function N3({name:e,index:t,value:c,typeField:i,valueField:a,properties:l,autoFocus:s,context:d}){const u=c&&c[i],[A,_]=f.useState(u??void 0),h=De.useFormikContext();f.useEffect(()=>{u||w(Object.keys(l)[0])},[]),f.useEffect(()=>{u!==A&&_(u)},[u]);const g=A?l[A]:void 0,y=Object.entries(l).map(([k,m])=>({id:k,label:m.name??k})),I=`${e}.${i}`,b=`${e}.${a}`,p=g?{propertyKey:b,property:g,context:d,autoFocus:s,partOfArray:!1,partOfBlock:!0,tableMode:!1}:void 0,w=k=>{const m=k?l[k]:void 0;_(k),h.setFieldTouched(I),h.setFieldValue(I,k),h.setFieldValue(b,m?Po(m):null)};return n.jsxs("div",{className:F(je,"bg-transparent p-4 my-4 py-8"),children:[n.jsx(De.FastField,{required:!0,name:I,children:k=>n.jsx(n.Fragment,{children:n.jsx(Xe,{className:"mb-2",placeholder:n.jsx(q,{variant:"caption",className:"px-4 py-2 font-medium",children:"Type"}),size:"small",position:"item-aligned",value:k.field.value!==void 0&&k.field.value!==null?k.field.value:"",renderValue:m=>n.jsx(Pe,{enumKey:m,enumValues:y,size:"small"}),onValueChange:m=>{w(m)},children:y.map(m=>n.jsx(xe,{value:String(m.id),children:n.jsx(Pe,{enumKey:m.id,enumValues:y,size:"small"})},m.id))})})}),p&&n.jsx(Cn,{...p},`form_control_${e}_${A}`)]})}const T3=new Zt;try{wn.use(wn.Plugins.AutoResize,{min:100}),wn.unuse(wn.Plugins.FontUnderline),wn.unuse(wn.Plugins.Clear)}catch{}function ya({propertyKey:e,value:t,setValue:c,error:i,showError:a,disabled:l,autoFocus:s,touched:d,property:u,tableMode:A,includeDescription:_,context:h}){const[g,y]=f.useState(t),I=f.useRef(t);kn("MarkdownFieldBinding",M3);const b=f.useDeferredValue({internalValue:g,value:t});return f.useEffect(()=>{I.current=t,y(t)},[t]),f.useEffect(()=>{b.internalValue!==I.current&&c(b.internalValue)},[b]),n.jsxs(n.Fragment,{children:[!A&&n.jsx(q,{variant:"caption",className:"flex-grow",children:n.jsx(Se,{icon:ve(u,"small"),required:u.validation?.required,title:u.name,className:"text-text-secondary dark:text-text-secondary-dark ml-3.5"})}),n.jsx(wn,{value:g??"",className:F(Ze,l?nn:Ye,"text-base"),readOnly:l,renderHTML:p=>T3.render(p),view:{menu:!0,md:!0,html:!1},onChange:({html:p,text:w})=>{y(w??null)}}),n.jsx(Be,{includeDescription:_,showError:a,error:i,disabled:l,property:u})]})}const M3=`
|
|
69
126
|
@font-face {
|
|
70
127
|
font-family: rmel-iconfont;
|
|
71
128
|
src: url(data:application/vnd.ms-fontobject;base64,fBkAAMAYAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAB9vj4gAAAAAAAAAAAAAAAAAAAAAAABoAcgBtAGUAbAAtAGkAYwBvAG4AZgBvAG4AdAAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAAGgByAG0AZQBsAC0AaQBjAG8AbgBmAG8AbgB0AAAAAAAAAQAAAAsAgAADADBHU1VCsP6z7QAAATgAAABCT1MvMj3jT5QAAAF8AAAAVmNtYXBA5I9dAAACPAAAAwhnbHlmMImhbQAABXwAAA9gaGVhZBtQ+k8AAADgAAAANmhoZWEH3gObAAAAvAAAACRobXR4aAAAAAAAAdQAAABobG9jYTX6MgAAAAVEAAAANm1heHABMAB7AAABGAAAACBuYW1lc9ztwgAAFNwAAAKpcG9zdCcpv64AABeIAAABNQABAAADgP+AAFwEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAAGgABAAAAAQAA4uPbB18PPPUACwQAAAAAANwY2ykAAAAA3BjbKQAA//8EAAMBAAAACAACAAAAAAAAAAEAAAAaAG8ADAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQAAAAoAHgAsAAFERkxUAAgABAAAAAAAAAABAAAAAWxpZ2EACAAAAAEAAAABAAQABAAAAAEACAABAAYAAAABAAAAAAABBAABkAAFAAgCiQLMAAAAjwKJAswAAAHrADIBCAAAAgAFAwAAAAAAAAAAAAAAAAAAAAAAAAAAAABQZkVkAEDnbe2iA4D/gABcA4AAgAAAAAEAAAAAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAAAAAUAAAADAAAALAAAAAQAAAHMAAEAAAAAAMYAAwABAAAALAADAAoAAAHMAAQAmgAAABYAEAADAAbnbelB7TztRe1h7XXteO2A7Y3tov//AADnbelB7TvtRO1f7W/td+2A7Yztn///AAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAWABYAFgAYABoAHgAqACwALAAuAAAAAQAEAAUAAwAGAAcACAAJAAoACwAMAA0ADgAPABAAEQASABMAAgAUABUAFgAXABgAGQAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABPAAAAAAAAAAZAADnbQAA520AAAABAADpQQAA6UEAAAAEAADtOwAA7TsAAAAFAADtPAAA7TwAAAADAADtRAAA7UQAAAAGAADtRQAA7UUAAAAHAADtXwAA7V8AAAAIAADtYAAA7WAAAAAJAADtYQAA7WEAAAAKAADtbwAA7W8AAAALAADtcAAA7XAAAAAMAADtcQAA7XEAAAANAADtcgAA7XIAAAAOAADtcwAA7XMAAAAPAADtdAAA7XQAAAAQAADtdQAA7XUAAAARAADtdwAA7XcAAAASAADteAAA7XgAAAATAADtgAAA7YAAAAACAADtjAAA7YwAAAAUAADtjQAA7Y0AAAAVAADtnwAA7Z8AAAAWAADtoAAA7aAAAAAXAADtoQAA7aEAAAAYAADtogAA7aIAAAAZAAAAAABmAMwBHgGEAbwB/gJmAsgC/gM0A3IDogRABKgE7gUuBXAFygYKBmoGpAbEBugHRgewAAAABQAAAAADVgLWAAsAGAAlADQAQAAAEyEyFhQGByEuATQ2Fz4BNyEeARQGIyEiJgM0NjchHgEUBiMhIiY3PgEzITIeARQOASMhIiYnFhQPAQYmNRE0NhfWAlQSGRkS/awSGRnaARgTAWASGRkS/qASGfQZEgJUEhkZEv2sEhnzARgTAWAMFAsLFAz+oBIZOQgIkgseHgsC1RklGAEBGCUZ8hMYAQEYJRkZ/oUTGAEBGCUZGdkSGQsVFxQMGoYGFgaVDAwRASoRDAwAAAAADAAAAAADqwKrAA8AEwAXABsAHwAjACcAMwA3ADsAPwBDAAABIQ4BBwMeARchPgE3ES4BBTMVIxUzFSMnMxUjFTMVKwI1MzUjNTMBISImNDYzITIWFAY3IzUzNSM1MxcjNTM1IzUzA1X9ViQwAQEBMSQCqiQxAQEx/lxWVlZWgFZWVlYqVlZWVgFV/wASGBgSAQASGBgZVlZWVoBWVlZWAqsBMST+ViQxAQExJAGqJDF/VipW1lYqVlYqVv6AGCQZGSQYqlYqVtZWKlYAAwAAAAADKwMAAA8AHwAzAAAlHgEXIT4BNxEuASchDgEHMyEyFhcRDgEHIS4BJxE+ASUnJisBIg8BIyIGFBYzITI2NCYjAQABMCQBViQwAQEwJP6qJDABgAEAExcBARcT/wATFwEBFwEoHgsStBILHmsTFxcTAgARGRkRVSQwAQEwJAGrJDABATAkFxT+qxEZAQEZEQFVFBfVHg0NHhcnFxcnFwADAAAAAAOrAtkAFgAtAD4AAAEVBg8BBiIvASY0PwEnJjQ/ATYyHwEWBTc2NC8BJiIPAQYHFRYfARYyPwE2NCcBJyYGBwMGFh8BFjY3EzYmJwOrAQmwBxEHHgYGk5MGBh4HEQewCf0PkwYGHwYSBrAJAQEJsAcRBx4GBgFCKQkPBOMCBwgoCQ8E4gMHCQGIEA0KsAYGHgcRBpOTBhIGHgYGsAoVkwYRBx4GBrAKDRANCrAGBh4GEgYB2Q8DBwj9jAgQAw4DBwgCcwgPBAACAAAAAAOaAm8AEAAhAAAlJzc2NCYiDwEGFB8BFjI2NCU3JyY0NjIfARYUDwEGIiY0AXOmpg0ZJAzEDQ3EDiEaAQ2mpg0aIQ7EDQ3EDiEa2qamDiEaDcQNIg3EDRohDqamDCQZDcQNIg3EDRkkAAAAAwAAAAADuAKsAAsAFwAjAAABDgEHHgEXPgE3LgEDLgEnPgE3HgEXDgEDDgEHHgEXPgE3LgECAJjrNTXrmJjrNTXrmFZwAgJwVlZwAgJwVjRDAQFDNDRDAQFDAqwCpIaGpAICpIaGpP4OAnBWVnACAnBWVnABPgFDNDRDAQFDNDRDAAAABQAAAAADgAKrAAsAFwAjADAAQAAAEyEyNjQmIyEiBhQWFyE+ATQmJyEOARQWEyEyNjQmIyEiBhQWJx4BFyE+ATQmJyEOASUhHgEXEQ4BByEuATURNDarAQATFxcT/wARGRkRAQATFxcT/wARGRkRAQATFxcT/wARGRkaARkRAQATFxcT/wARGQHUAQARGQEBGRH/ABMXFwEAFycXFycXqwEZIhkBARkiGQFVFycXFycX1RMXAQEXJhcBARcYARcT/gARGQEBGRECABMXAAAAAAMAAAAAA6sCVgAZACYAQAAAASMiBhQWOwEeARcOAQcjIgYUFjsBPgE3LgEFHgEXIT4BNCYnIQ4BFyMuASc+ATczMjY0JisBDgEHHgEXMzI2NCYC1YASGBgSgDdIAQFIN4ASGBgSgFt4AwN4/iUBGBIBABIYGBL/ABIYVYA3SAEBSDeAEhgYEoBbeAMDeFuAEhgYAlUYJBkBSTY2SQEZJBgCeFtbeNMSGAEBGCQYAQEYkgFJNjZJARkkGAJ4W1t4AhgkGQABAAAAAAOsAisAHgAAAS4BJw4BBwYWFxY2Nz4BNzIWFwcGFhczPgE3NS4BBwMSO5ZVh9Q4ChMXFCMJK6FnP28sURMTHu4SGAECMRYBvDQ6AQKJchcqCAYPElZpASslUhYxAgEYEu8dFBMAAAABAAAAAAOyAisAHgAAAQ4BBycmBgcVHgEXMz4BLwE+ATMeARceATc+AScuAQIUVZY7URYxAgEYEu4eFBNSLW8+Z6ErCSQTFxMKOdMCKwE6NFAUFB3vEhgBAjEWUiUrAWlWEg8GCCoXcokAAAADAAAAAAL1Ar8AFAAcACQAAAE+ATcuAScjDgEHER4BFyE+ATc0JiUzHgEUBgcjEyM1Mx4BFAYCkyEpAQJmTu8UGQEBGRQBB0lpAjT+1IgdJycdiJ+fnx0nJwGKF0QkTmYCARoT/d4TGgECYUk1UtkBJjsmAf7viQEmOyYAAQAAAAADEgK/ABwAAAEeARczAyMOARQWFzM+ATQmJyMTMz4BNCYnIw4BAaUBJh0hnDsdJiYd5B0mJh0hnDsdJiYd5B0mAnodJgH+lAEmOicBASc6JgEBbAEmOicBAScABgAAAAADlgLWAAsAFwAjAEEAUgBuAAABIT4BNCYnIQ4BFBYBIQ4BFBYXIT4BNCYDIQ4BFBYXIT4BNCYFIyIGFBY7ARUjIgYUFjsBFSMiBhQWOwEyNjc1LgEDMxUeATI2PQE0JisBIgYUFhcjIgYUFjsBBwYdARQWOwEyNjQmKwE3Nj0BLgEBawIAEhgYEv4AEhkZAhL+ABIZGRICABIYGBL+ABIZGRICABIYGP1YVQkMDAlAFQoLCwoVQAkMDAlVCgsBAQtfFQELEwwMCSsJDAxeVQkMDAk3RwUMCVUKCwsKN0gFAQsCVQEYJBgBARgkGP5VARgkGAEBGCQYAQEBGCQYAQEYJBjVDBIMFgwSDBYMEgwMCYAJDAHWawkMDAmACQwMEgzWDBIMVAYICQkMDBIMVAYICQkMAAAAAAYAAAAAA4sCwAAIABEAGgAmADIAPwAAEw4BFBYyNjQmAw4BFBYyNjQmAw4BFBYyNjQmFyE+ATQmJyEOARQWNyE+ATQmJyEOARQWAx4BFyE+ATQmJyEOAbUbJCQ3JCQcGyQkNyQkHBskJDYlJI8CABIYGBL+ABIYGBICABIYGBL+ABIYGBkBGBICABIYGBL+ABIYAcABJDYkJDYkAQEBJDYkJDYk/gEBJDYkJDYkagEYJBgBARgkGP8BGCQYAQEYJBgBKhIYAQEYJBgBARgAAAACAAAAAANWAlYAFgAtAAAlMjY/ATY9AS4BKwEiBh0BFBYXMwcGFgUyNj8BNj0BNCYrASIGBxUeARczBwYWATIRGwc9CQEYEqsSGBgSViwOIAHMEBsIPAkYEqsSGAEBGBJVLA0gqxEOeRIUwhIYGBKrEhgBWB4zAREOeRIUwhIYGBKrEhgBWB4zAAAAAAMAAAAAA4ACwAAIABkAJQAAJT4BNzUjFR4BAR4BFzMVMzUzPgE0JichDgEDIT4BNCYnIQ4BFBYCACQwAaoBMP75ASQblqqWGyQkG/4qGyQrAqoSGRkS/VYSGRlAATAkKyskMAI/GyQBgIABJDYkAQEk/noBGCQYAQEYJBgAAAAAAgAA//8DKwMBABsAKAAAJT4BNxEuASIGBxEUBgcGLgI1ES4BIgYHER4BBx4BMyEyNjQmIyEiBgIiYnoCAR4tHgFBNSFBNR0BHi0eAQOm1AEYEgIAEhgYEv4AEhitD5NlARcWHh4W/uQ3UwwHDys8IwEgFh4eFv7gdpR2EhkZJBgYAAAAAwAAAAADcALHAAsALQA5AAATIT4BNCYjISIGFBYFISIGFBYXITIWFxYGByM1LgEPAQYUHwEWNjc1Mz4BJy4BBSMiBhQWFzM+ATQmwAJVEhkZEv2rEhgYAgv+BxIYGBICBiAzBgUxKGABGQtMBgZMDBgBVU1iBQhk/m2rEhgYEqsSGBgCcQEYJBgYJBisGCQYAScgKTkCIg8KCkwHEQdMCgoPIgJrTkRV/xgkGAEBGCQYAAAAAgAAAAADlgLAABQAKAAAARQWFzMRHgEyNjcRMz4BNCYnIQ4BAzMVFBYyNjc1MzI2NCYnIQ4BFBYBayQclQEkNiQBlRwkJBz+VhwkwEAkNyQBQBskJBv/ABwkJAKAGyQB/kAbJCQbAcABJDYkAQEk/tDrGyQkG+skNyQBASQ3JAAKAAAAAAN4AvgADwAWABoAIQAlACkALQA0ADgAPwAAASEOAQcRHgEXIT4BNxEuAQEjIiY9ATM1IzUzNSM1NDY7ARMjNTM1IzUzNSM1MxMjNTMVFAY3IzUzNSM1MzIWFQMs/aggKgEBKiACWCAqAQEq/h5xDxaWlpaWFg9x4ZaWlpaWlrxxlhYWlpaWcQ8WAvcBKiD9qCAqAQEqIAJYICr9XhYPcUuWS3EPFv2olkuWS5b9qJZxDxbhlkuWFg8AAAACAAD//wOAAwAADwAgAAAlES4BJyEOAQcRHgEXIT4BJRc3NjIfARYGIyEiJj8BPgEDgAEwJP2qJDABATAkAlYkMP39WYUHFAeVCAwN/gEOCwhqBxRVAlYkMAEBMCT9qiQwAQEw+2yqCAnHCxcXC4kIAQAAAAEAAAAAAzUCNgAQAAABBwYUFjI/ARcWMjY0LwEmIgHZ/hAhLBHX1xEsIRD+EC4CJv4RLCEQ19cQISwR/hAAAAABAAAAAAM1AjYAEgAAAQcnJiciDgEWHwEWMj8BNjQuAQLW1tcQFxEbDQYM/hEsEf4QIS0CJtfXDwESICAM/hAQ/hAtIAEAAAAEAAAAAANrAusAEAAhADMARAAANzMVFBYyNj0BNCYrASIGFBYTIyIGFBY7ATI2PQE0JiIGFQEyNj0BMzI2NCYrASIGHQEUFhM1NCYiBh0BFBY7ATI2NCYjyWgeLB0dFpwWHR1+aBYdHRacFh0dLB4BahYeaBYdHRacFh0dSh4sHR0WnBYdHRaxaBYdHRacFh0dLB4Bnh4sHR0WnBYdHRb9Xx0WaB4sHR0WnBYdAjloFh0dFpwWHR0sHgAAAAQAAAAAA1QC1AARACMANABGAAATDgEHFR4BFzM+ATQmKwE1NCYnPgE9ATMyNjQmJyMOAQcVHgEBIyIGFBYXMz4BNzUuASIGFQMeATsBFRQWMjY3NS4BJyMOAd0VGwEBGxWRFRsbFWEcFBQcYRUbGxWRFRsBARsCK2EVGxsVkRUbAQEbKRySARsVYRwpGwEBGxWRFRsBHwEbFZEVGwEBGykcYRUbwwEbFWEcKRsBARsVkRUb/qscKRsBARsVkRUbGxUBtRQcYRUbGxWRFRsBARsAAAAAAAASAN4AAQAAAAAAAAAVAAAAAQAAAAAAAQANABUAAQAAAAAAAgAHACIAAQAAAAAAAwANACkAAQAAAAAABAANADYAAQAAAAAABQALAEMAAQAAAAAABgANAE4AAQAAAAAACgArAFsAAQAAAAAACwATAIYAAwABBAkAAAAqAJkAAwABBAkAAQAaAMMAAwABBAkAAgAOAN0AAwABBAkAAwAaAOsAAwABBAkABAAaAQUAAwABBAkABQAWAR8AAwABBAkABgAaATUAAwABBAkACgBWAU8AAwABBAkACwAmAaUKQ3JlYXRlZCBieSBpY29uZm9udApybWVsLWljb25mb250UmVndWxhcnJtZWwtaWNvbmZvbnRybWVsLWljb25mb250VmVyc2lvbiAxLjBybWVsLWljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20ACgBDAHIAZQBhAHQAZQBkACAAYgB5ACAAaQBjAG8AbgBmAG8AbgB0AAoAcgBtAGUAbAAtAGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAHIAbQBlAGwALQBpAGMAbwBuAGYAbwBuAHQAcgBtAGUAbAAtAGkAYwBvAG4AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBtAGUAbAAtAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwADdGFiCGtleWJvYXJkBmRlbGV0ZQpjb2RlLWJsb2NrBGNvZGUKdmlzaWJpbGl0eQp2aWV3LXNwbGl0BGxpbmsEcmVkbwR1bmRvBGJvbGQGaXRhbGljDGxpc3Qtb3JkZXJlZA5saXN0LXVub3JkZXJlZAVxdW90ZQ1zdHJpa2V0aHJvdWdoCXVuZGVybGluZQR3cmFwCWZvbnQtc2l6ZQRncmlkBWltYWdlC2V4cGFuZC1sZXNzC2V4cGFuZC1tb3JlD2Z1bGxzY3JlZW4tZXhpdApmdWxsc2NyZWVuAAAAAAA=);
|
|
@@ -648,10 +705,8 @@
|
|
|
648
705
|
.rc-md-editor .header-list .list-item:hover {
|
|
649
706
|
}
|
|
650
707
|
|
|
651
|
-
`;function Ni({propertyKey:e,value:t,error:c,showError:i,isSubmitting:a,setValue:l,tableMode:s,property:d,includeDescription:f,underlyingValueHasChanged:A,context:_,disabled:h}){if(x(),!Array.isArray(d.resolvedProperties))throw Error("ArrayCustomShapedFieldBinding misconfiguration. Property `of` not set");const g=d.expanded===void 0?!0:d.expanded;Qe({property:d,value:t,setValue:l});const y=n.jsx(Ce,{icon:ve(d,"small"),required:d.validation?.required,className:"text-text-secondary dark:text-text-secondary-dark",title:d.name}),I=d.resolvedProperties.map((b,p)=>{const w={propertyKey:`${e}[${p}]`,disabled:h,property:b,includeDescription:f,underlyingValueHasChanged:A,context:_,tableMode:!1,partOfArray:!0,partOfBlock:!1,autoFocus:!1};return n.jsx("div",{className:"pb-4",children:n.jsx(Kn,{...w})},`custom_shaped_array_${p}`)});return n.jsxs(n.Fragment,{children:[!s&&n.jsx(In,{initiallyExpanded:g,title:y,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",children:I}),s&&I,n.jsx(Se,{includeDescription:f,showError:i,error:c,disabled:h,property:d})]})}Ne.addMethod(Ne.array,"uniqueInArray",function(e=c=>c,t){return this.test("uniqueInArray",t,c=>!c||c.length===new Set(c.map(e)).size)});function Ti(e,t,c){const i={};return Object.entries(t).forEach(([a,l])=>{i[a]=uo({property:l,customFieldValidator:c,name:a,entityId:e})}),Ne.object().shape(i)}function uo(e){const t=e.property;if(Te(t))throw console.error("Error in property",e),Error("Trying to create a yup mapping from a property builder. Please use resolved properties only");if(t.dataType==="string")return Tz(e);if(t.dataType==="number")return Mz(e);if(t.dataType==="boolean")return Vz(e);if(t.dataType==="map")return Nz(e);if(t.dataType==="array")return Gz(e);if(t.dataType==="date")return Lz(e);if(t.dataType==="geopoint")return Oz(e);if(t.dataType==="reference")return Qz(e);throw console.error("Unsupported data type in yup mapping",t),Error("Unsupported data type in yup mapping")}function Nz({property:e,entityId:t,customFieldValidator:c,name:i}){const a={};return e.validation,e.properties&&Object.entries(e.properties).forEach(([l,s])=>{a[l]=uo({property:s,parentProperty:e,customFieldValidator:c,name:`${i}[${l}]`,entityId:t})}),Ne.object().shape(a)}function Tz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Ne.string();const s=e.validation;if(e.enumValues){s?.required&&(l=l.required(s?.requiredMessage?s.requiredMessage:"Required"));const d=un(e.enumValues);l=l.oneOf((s?.required?d:[...d,null]).map(f=>f?.id??null)).nullable(!0)}if(s){if(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",(d,f)=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),(s.min||s.min===0)&&(l=l.min(s.min,`${e.name} must be min ${s.min} characters long`)),(s.max||s.max===0)&&(l=l.max(s.max,`${e.name} must be max ${s.max} characters long`)),s.matches){const d=typeof s.matches=="string"?Vi(s.matches):s.matches;d&&(l=l.matches(d,s.matchesMessage?{message:s.matchesMessage}:void 0))}s.trim&&(l=l.trim()),s.lowercase&&(l=l.lowercase()),s.uppercase&&(l=l.uppercase()),e.email&&(l=l.email(`${e.name} must be an email`)),e.url&&(l=l.url(`${e.name} must be a url`))}else l=l.notRequired().nullable(!0);return l}function Mz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){const l=e.validation;let s=Ne.number().typeError("Must be a number");return l?(s=l.required?s.required(l.requiredMessage?l.requiredMessage:"Required").nullable(!0):s.notRequired().nullable(!0),l.unique&&c&&i&&(s=s.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),(l.min||l.min===0)&&(s=s.min(l.min,`${e.name} must be higher or equal to ${l.min}`)),(l.max||l.max===0)&&(s=s.max(l.max,`${e.name} must be lower or equal to ${l.max}`)),(l.lessThan||l.lessThan===0)&&(s=s.lessThan(l.lessThan,`${e.name} must be higher than ${l.lessThan}`)),(l.moreThan||l.moreThan===0)&&(s=s.moreThan(l.moreThan,`${e.name} must be lower than ${l.moreThan}`)),l.positive&&(s=s.positive(`${e.name} must be positive`)),l.negative&&(s=s.negative(`${e.name} must be negative`)),l.integer&&(s=s.integer(`${e.name} must be an integer`))):s=s.notRequired().nullable(!0),s}function Oz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Ne.object();const s=e.validation;return s?.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),s?.required?l=l.required(s.requiredMessage).nullable(!0):l=l.notRequired().nullable(!0),l}function Lz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){if(e.autoValue)return Ne.object().nullable();let l=Ne.date();const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required"):l.notRequired(),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a}))),s.min&&(l=l.min(s.min,`${e.name} must be after ${s.min}`)),s.max&&(l=l.max(s.max,`${e.name} must be before ${s.min}`))):l=l.notRequired(),l.transform(d=>d instanceof Date?d:null).nullable()}function Qz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Ne.object();const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a})))):l=l.notRequired().nullable(!0),l}function Vz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Ne.boolean();const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),s.unique&&c&&i&&(l=l.test("unique","This value already exists and should be unique",d=>c({name:i,property:e,parentProperty:t,value:d,entityId:a})))):l=l.notRequired().nullable(!0),l}function Wz(e){return e.validation?.uniqueInArray?!0:e.dataType==="map"&&e.properties?Object.entries(e.properties).filter(([t,c])=>c.validation?.uniqueInArray):!1}function Gz({property:e,parentProperty:t,customFieldValidator:c,name:i,entityId:a}){let l=Ne.array();if(e.of)if(Array.isArray(e.of)){const d=e.of.map((f,A)=>({[`${i}[${A}]`]:uo({property:f,parentProperty:e,entityId:a})})).reduce((f,A)=>({...f,...A}),{});return Ne.array().of(Ne.mixed().test("Dynamic object validation","Dynamic object validation error",(f,A)=>dn(d,A.path).validate(f)))}else{l=l.of(uo({property:e.of,parentProperty:e,entityId:a}));const d=Wz(e.of);d&&(typeof d=="boolean"?l=l.uniqueInArray(f=>f,`${e.name} should have unique values within the array`):Array.isArray(d)&&d.forEach(([f,A])=>{l=l.uniqueInArray(_=>_&&_[f],`${e.name} → ${A.name??f}: should have unique values within the array`)}))}const s=e.validation;return s?(l=s.required?l.required(s?.requiredMessage?s.requiredMessage:"Required").nullable(!0):l.notRequired().nullable(!0),(s.min||s.min===0)&&(l=l.min(s.min,`${e.name} should be min ${s.min} entries long`)),s.max&&(l=l.max(s.max,`${e.name} should be max ${s.max} entries long`))):l=l.notRequired().nullable(!0),l}const zz=({containerRef:e})=>{const{isSubmitting:t,isValidating:c,errors:i}=Pe.useFormikContext();return u.useEffect(()=>{const a=Object.keys(i);if(a.length>0&&t&&!c){const l=e?.current?.querySelector(`#form_field_${a[0]}`);if(l&&e?.current){const s=Mi(e.current);if(s){const f=l.getBoundingClientRect().top;s.scrollTo({top:s.scrollTop+f-64,behavior:"smooth"})}const d=l.querySelector("input");d&&d.focus()}}},[t,c,i,e]),null},Hz=e=>{const t=e&&e.scrollHeight>e.clientHeight,c=e?window.getComputedStyle(e).overflowY:null,i=c&&c.indexOf("hidden")!==-1;return t&&!i},Mi=e=>!e||e===document.body?document.body:Hz(e)?e:Mi(e.parentNode);function Uz({customId:e,entityId:t,status:c,onChange:i,error:a,entity:l}){const s=c==="existing"||!e,d=c!=="existing"&&!e,f=u.useMemo(()=>{if(!(!e||typeof e=="boolean"||e==="optional"))return un(e)},[e]),A=_n(),{copy:_}=Xc({onSuccess:y=>A.open({type:"success",message:`Copied ${y}`})}),h=x(),g={label:d?"ID is set automatically":"ID",disabled:s,name:"id",value:(l&&c==="existing"?l.id:t)??"",endAdornment:l?n.jsxs(n.Fragment,{children:[n.jsx(ye,{title:"Copy",children:n.jsx(Z,{onClick:y=>_(l.id),"aria-label":"copy-id",children:n.jsx(ro,{size:"small"})})}),h?.entityLinkBuilder&&n.jsx(ye,{title:"Open in the console",children:n.jsx(Z,{component:"a",href:h.entityLinkBuilder({entity:l}),rel:"noopener noreferrer",target:"_blank",onClick:y=>y.stopPropagation(),"aria-label":"go-to-datasource",children:n.jsx(to,{size:"small"})})})]}):void 0};return n.jsxs(n.Fragment,{children:[f&&n.jsx(Xe,{error:a,onValueChange:y=>i(y),...g,renderValue:y=>{const I=f.find(b=>b.id===y);return I?`${I.id} - ${I.label}`:y},children:f.map(y=>n.jsx(xe,{value:String(y.id),children:n.jsx(Fe,{enumKey:y.id,enumValues:f,size:"medium"})},y.id))}),!f&&n.jsx(tn,{...g,error:a,placeholder:e==="optional"?"Autogenerated ID, it can be manually changed":c==="new"||c==="copy"?"ID of the new document":"ID of the document",onChange:y=>{let I=y.target.value;return I&&(I=I.trim()),i(I.length?I:void 0)}}),n.jsx(Pe.ErrorMessage,{name:"id",component:"div",children:y=>"You need to specify an ID"})]})}function ie({children:e,className:t,variant:c="filled",disabled:i=!1,size:a="medium",startIcon:l=null,fullWidth:s=!1,component:d,...f}){const A="rounded-md border uppercase inline-flex items-center justify-center p-2 px-4 text-sm font-medium focus:outline-none transition ease-in-out duration-150 gap-2",_=F({"w-full":s,"w-fit":!s,"border-transparent bg-primary hover:bg-blue-600 focus:ring-blue-400 !text-white shadow hover:ring-1 hover:ring-primary":c==="filled"&&!i,"border-primary !text-primary hover:bg-primary hover:bg-opacity-10 hover:border-blue-600 !hover:text-blue-600 focus:ring-blue-400 hover:ring-1 hover:ring-primary":c==="outlined"&&!i,"border-transparent !text-primary !hover:text-blue-600 hover:bg-primary hover:bg-opacity-10":c==="text"&&!i,"border-blue-600 border-opacity-50 dark:border-blue-500 dark:border-opacity-50 opacity-50 !text-blue-600 !dark:text-blue-500 text-opacity-50 dark:text-opacity-50":c==="outlined"&&i,"border-transparent outline-none opacity-50 !text-gray-600 !dark:text-gray-500":(c==="filled"||c==="text")&&i}),h=F({"py-1 px-2":a==="small","py-2 px-4":a==="medium","py-2 px-5":a==="large"});return d?n.jsxs(d,{onClick:f.onClick,className:F(Ie,l?"pl-3":"",A,_,h,t),...f,children:[l,e]}):n.jsxs("button",{type:f.type??"button",onClick:f.onClick,className:F(Ie,l?"pl-3":"",A,_,h,t),disabled:i,...f,children:[l,e]})}function Oi(e,t){try{const c=Object.keys(e);return(t??c).map(a=>{if(e[a]){const l=e[a];return!Te(l)&&l?.dataType==="map"&&l.properties?{[a]:{...l,properties:Oi(l.properties,l.propertiesOrder)}}:{[a]:l}}else return}).filter(a=>a!==void 0).reduce((a,l)=>({...a,...l}),{})}catch(c){return console.error("Error sorting properties",c),e}}function st(e,t){if(e)return typeof e=="string"?e:e(t)}const Li="::";function dt(e){return Qi(Ve(e))}function Qi(e){return e.length===1?e[0]:e.reduce((t,c)=>`${t}${Li}${c}`)}function Ve(e){return e.split("/").filter((t,c)=>c%2===0)}function Yz(e){return e?e.toString():""}function Vi(e){if(!e)return;const t=e.match(/\/(.*?)\/([a-z]*)?$/i);return t?new RegExp(t[1],t[2]||""):new RegExp(e,"")}function $z(e){return e.match(/\/((?![*+?])(?:[^\r\n[/\\]|\\.|\[(?:[^\r\n\]\\]|\\.)*])+)\/((?:g(?:im?|mi?)?|i(?:gm?|mg?)?|m(?:gi?|ig?)?)?)/)?!0:!!e.match(/((?![*+?])(?:[^\r\n[/\\]|\\.|\[(?:[^\r\n\]\\]|\\.)*])+)/)}function zo(e,t,c,i=300){const a=u.useRef(!1),l=()=>{t(),a.current=!1},s=u.useRef(void 0);u.useEffect(()=>(a.current=!0,clearTimeout(s.current),s.current=setTimeout(l,i),()=>{c&&l()}),[c,e])}function jz(e,t=300){const[c,i]=u.useState(e);return u.useEffect(()=>{const a=setTimeout(()=>{i(e)},t);return()=>{clearTimeout(a)}},[e,t]),c}function Wi(e,t){const c=Oe({propertyKey:"ignore",propertyOrBuilder:e,fields:t});return c?c.dataType==="reference"?!0:c.dataType==="array"?Array.isArray(c.of)?!1:c.of?.dataType==="reference":!1:null}function qz(e){return n.jsx(kr,{size:e})}function ut(e,t){const c=e?.Icon??kr;return n.jsx(c,{size:t})}function ve(e,t="small",c={}){if(Te(e))return n.jsx(Cc,{size:t});{const i=jo(e,c);return ut(i,t)}}function Jz(e,t){return Te(e)?"#888":jo(e,t)?.color??"#666"}function Cn(e,t){if(typeof e=="object"){if(t in e)return e[t];if(t.includes(".")){const c=t.split("."),i=e[c[0]];if(typeof i=="object"&&i.dataType==="map"&&i.properties)return Cn(i.properties,c.slice(1).join("."))}}}function ft(e,t){if(typeof e=="object"){if(t in e)return e[t];if(t.includes(".")){const c=t.split("."),i=e[c[0]];if(i.dataType==="map"&&i.properties)return ft(i.properties,c.slice(1).join("."))}}}function Zz(e){return e.replace(/\.([^.]*)/g,"[$1]")}function Gi(e,t){if(!t)return e;const c={};return t.forEach(i=>{const a=Cn(e,i);typeof a=="object"&&a.dataType==="map"&&a.properties&&(c[i]={...a,properties:Gi(a.properties,a.propertiesOrder??[])}),a&&(c[i]=a)}),c}function Xz(e){return e.propertiesOrder?e.propertiesOrder:[...Object.keys(e.properties),...(e.additionalFields??[]).map(t=>t.key)]}const Ho={read:!0,edit:!0,create:!0,delete:!0};function fo(e,t,c,i){const a=e.permissions;if(a===void 0)return Ho;if(typeof a=="object")return a;if(typeof a=="function")return a({entity:i,user:t.user,authController:t,collection:e,pathSegments:c});throw console.error("Permissions:",a),Error("New type of permission added and not mapped")}function At(e,t,c,i){return fo(e,t,c,i).edit??Ho.edit}function zn(e,t,c,i){return fo(e,t,c,i).create??Ho.create}function Uo(e,t,c,i){return fo(e,t,c,i).delete??Ho.delete}function zi(e,t){if(e&&(e=Wo(e),e in $o))return e in $o?n.jsx(r,{iconKey:e,size:"medium",className:t}):void 0}function Yo(e,t){const c=zi(e.icon,t);if(e?.icon&&c)return c;let i=Wo(("singularName"in e?e.singularName:void 0)??e.name),a;i in $o&&(a=i),a||(i=Wo(e.path),i in $o&&(a=i));const l=Ir.length;return a||(a=Ir[tc(e.path)%l]),n.jsx(r,{iconKey:a,size:"medium",className:t})}const $o=lc.reduce((e,t)=>(e[t]=t,e),{});function xz(e,t){if(t!==void 0&&t===1)return e;const c={"(quiz)$":"$1zes","^(ox)$":"$1en","([m|l])ouse$":"$1ice","(matr|vert|ind)ix|ex$":"$1ices","(x|ch|ss|sh)$":"$1es","([^aeiouy]|qu)y$":"$1ies","(hive)$":"$1s","(?:([^f])fe|([lr])f)$":"$1$2ves","(shea|lea|loa|thie)f$":"$1ves",sis$:"ses","([ti])um$":"$1a","(tomat|potat|ech|her|vet)o$":"$1oes","(bu)s$":"$1ses","(alias)$":"$1es","(octop)us$":"$1i","(ax|test)is$":"$1es","(us)$":"$1es","([^s]+)$":"$1s"},i={move:"moves",foot:"feet",goose:"geese",sex:"sexes",child:"children",man:"men",tooth:"teeth",person:"people"};if(["sheep","fish","deer","moose","series","species","money","rice","information","equipment","bison","cod","offspring","pike","salmon","shrimp","swine","trout","aircraft","hovercraft","spacecraft","sugar","tuna","you","wood"].indexOf(e.toLowerCase())>=0)return e;for(const l in i){const s=new RegExp(`${l}$`,"i"),d=i[l];if(s.test(e))return e.replace(s,d)}for(const l in c){const s=new RegExp(l,"i");if(s.test(e))return e.replace(s,c[l])}return e}function Rz(e,t){if(t!==void 0&&t!==1)return e;const c={"(quiz)zes$":"$1","(matr)ices$":"$1ix","(vert|ind)ices$":"$1ex","^(ox)en$":"$1","(alias)es$":"$1","(octop|vir)i$":"$1us","(cris|ax|test)es$":"$1is","(shoe)s$":"$1","(o)es$":"$1","(bus)es$":"$1","([m|l])ice$":"$1ouse","(x|ch|ss|sh)es$":"$1","(m)ovies$":"$1ovie","(s)eries$":"$1eries","([^aeiouy]|qu)ies$":"$1y","([lr])ves$":"$1f","(tive)s$":"$1","(hive)s$":"$1","(li|wi|kni)ves$":"$1fe","(shea|loa|lea|thie)ves$":"$1f","(^analy)ses$":"$1sis","((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$":"$1$2sis","([ti])a$":"$1um","(n)ews$":"$1ews","(h|bl)ouses$":"$1ouse","(corpse)s$":"$1","(us)es$":"$1",s$:""},i={move:"moves",foot:"feet",goose:"geese",sex:"sexes",child:"children",man:"men",tooth:"teeth",person:"people"};if(["sheep","fish","deer","moose","series","species","money","rice","information","equipment","bison","cod","offspring","pike","salmon","shrimp","swine","trout","aircraft","hovercraft","spacecraft","sugar","tuna","you","wood"].indexOf(e.toLowerCase())>=0)return e;for(const l in i){const s=new RegExp(`${i[l]}$`,"i");if(s.test(e))return e.replace(s,l)}for(const l in c){const s=new RegExp(l,"i");if(s.test(e))return e.replace(s,c[l])}return e}function Hi(e,t,c,i=3){const a=Object.keys(e.properties);let l=c?.filter(s=>a.includes(s));return l&&l.length>0?l:(l=a,l.filter(s=>{const d=e.properties[s];return d&&!Te(d)&&!Wi(d,t)}).slice(0,i))}function Ui(e,t=166){let c;function i(...a){const l=()=>{e.apply(this,a)};clearTimeout(c),c=setTimeout(l,t)}return i.clear=()=>{clearTimeout(c)},i}function yt(e,t=""){return e&&Object.keys(e).reduce((c,i)=>{const a=t?`${t}.${i}`:i;return typeof e[i]=="object"&&e[i]!==null?Array.isArray(e[i])?e[i].forEach((l,s)=>{Object.assign(c,yt(l,`${a}[${s}]`))}):Object.assign(c,yt(e[i],a)):c[a]=e[i],c},{})}function Yi(e){return e.reduce((t,c)=>(Object.entries(c).forEach(([i,a])=>{if(Array.isArray(a)&&(t[i]=Math.max(t[i]||0,a.length)),typeof a=="object"&&a!==null){const l=Yi([a]);Object.entries(l).forEach(([s,d])=>{const f=`${i}.${s}`;t[f]=Math.max(t[f]||0,d)})}}),t),{})}function $i(e){Object.keys(e).forEach(t=>{const c=e[t];c.editable=!0,c.dataType==="map"&&c.properties&&$i(c.properties)})}function ji(e){return Object.entries(e).reduce((t,[c,i])=>{if(!Te(i)&&i.dataType==="map"&&i.properties){const a={...i,properties:ji(i.properties)};t[c]=a}return Te(i)?t[c]=i:t[c]={...i,editable:!1},t},{})}function _t({entity:e,collection:t,path:c,className:i}){const a=x(),l=u.useMemo(()=>Me({collection:t,path:c,entityId:e.id,values:e.values,fields:a.fields}),[t,c,e]),s=x(),d=l.properties;return n.jsx("div",{className:"w-full "+i,children:n.jsxs("div",{className:"w-full mb-4",children:[n.jsxs("div",{className:F(fe,"flex justify-between py-2 border-b last:border-b-0"),children:[n.jsx("div",{className:"flex items-center w-1/4",children:n.jsx("span",{className:"pl-2 text-sm text-gray-600",children:"Id"})}),n.jsxs("div",{className:"flex-grow p-2 ml-2 w-3/4 text-gray-900 dark:text-white min-h-[56px] flex items-center",children:[n.jsx("span",{className:"flex-grow mr-2",children:e.id}),s?.entityLinkBuilder&&n.jsx("a",{href:s.entityLinkBuilder({entity:e}),rel:"noopener noreferrer",target:"_blank",children:n.jsx(Z,{children:n.jsx(to,{size:"small"})})})]})]}),Object.entries(d).map(([f,A])=>{const _=e.values[f];return n.jsxs("div",{className:F(fe,"flex justify-between py-2 border-b last:border-b-0"),children:[n.jsx("div",{className:"flex items-center w-1/4",children:n.jsx("span",{className:"pl-2 text-sm text-gray-600",children:A.name})}),n.jsx("div",{className:"flex-grow p-2 ml-2 w-3/4 text-gray-900 dark:text-white min-h-[56px] flex items-center",children:n.jsx(Be,{propertyKey:f,value:_,entity:e,property:A,size:"medium"})})]},`reference_previews_${f}`)})]})})}function qi({entityOrEntitiesToDelete:e,collection:t,onClose:c,open:i,callbacks:a,onEntityDelete:l,onMultipleEntitiesDelete:s,path:d}){const f=We(),A=_n(),[_,h]=u.useState(!1),[g,y]=u.useState(),[I,b]=u.useState(),p=x();u.useEffect(()=>{if(e){const S=Array.isArray(e)&&e.length===1?e[0]:e;y(S),b(Array.isArray(S))}},[e]);const w=u.useMemo(()=>Me({collection:t,path:d,fields:p.fields}),[t,d]),k=u.useCallback(()=>{c()},[c]),m=u.useCallback(S=>{console.debug("Deleted",S)},[]),C=u.useCallback((S,D)=>{A.open({type:"error",message:"Error deleting: "+D?.message}),console.error("Error deleting entity"),console.error(D)},[w.name]),v=u.useCallback((S,D)=>{A.open({type:"error",message:"Error before deleting: "+D?.message}),console.error(D)},[w.name]),B=u.useCallback((S,D)=>{A.open({type:"error",message:"Error after deleting: "+D?.message}),console.error(D)},[w.name]),K=u.useCallback(S=>Jc({dataSource:f,entity:S,collection:w,callbacks:a,onDeleteSuccess:m,onDeleteFailure:C,onPreDeleteHookError:v,onDeleteSuccessHookError:B,context:p}),[f,w,a,m,C,v,B,p]),P=u.useCallback(async()=>{g&&(h(!0),I?Promise.all(g.map(K)).then(S=>{h(!1),s&&g&&s(d,g),S.every(Boolean)?A.open({type:"success",message:`${w.name}: multiple deleted`}):S.some(Boolean)?A.open({type:"warning",message:`${w.name}: Some of the entities have been deleted, but not all`}):A.open({type:"error",message:`${w.name}: Error deleting entities`}),c()}):K(g).then(S=>{h(!1),S&&(l&&g&&l(d,g),A.open({type:"success",message:`${w.singularName??w.name} deleted`}),c())}))},[g,I,K,s,d,c,A,w.name,l]);let E;if(g&&I)E=n.jsx(n.Fragment,{children:"Multiple entities"});else{const S=g;E=S?n.jsx(_t,{entity:S,collection:t,path:d}):n.jsx(n.Fragment,{})}const T=I?n.jsxs(n.Fragment,{children:[n.jsx("b",{children:w.name}),": Confirm multiple delete?"]}):`Would you like to delete this ${w.singularName??w.name}?`;return n.jsxs(or,{maxWidth:"2xl","aria-labelledby":"delete-dialog",open:i,onOpenChange:S=>S?void 0:c(),children:[n.jsxs(rr,{fullHeight:!0,children:[n.jsx(q,{variant:"subtitle2",className:"p-4",children:T}),!I&&n.jsx("div",{className:"p-4",children:E})]}),n.jsxs(Sn,{children:[_&&n.jsx(jn,{size:"small"}),n.jsx(ie,{onClick:k,disabled:_,variant:"text",color:"primary",children:"Cancel"}),n.jsx(ie,{autoFocus:!0,disabled:_,onClick:P,variant:"filled",color:"primary",children:"Ok"})]})]})}const eH={icon:n.jsx(Mo,{}),name:"Edit",collapsed:!1,onClick({entity:e,collection:t,context:c,highlightEntity:i,unhighlightEntity:a}){return i?.(e),c.onAnalyticsEvent?.("entity_click",{path:e.path,entityId:e.id}),c.sideEntityController.open({entityId:e.id,path:e.path,collection:t,updateUrl:!0,onClose:()=>a?.(e)}),Promise.resolve(void 0)}},Ji={icon:n.jsx(wc,{}),name:"Copy",onClick({entity:e,collection:t,context:c,highlightEntity:i,unhighlightEntity:a}){return i?.(e),c.onAnalyticsEvent?.("copy_entity_click",{path:e.path,entityId:e.id}),c.sideEntityController.open({entityId:e.id,path:e.path,copy:!0,collection:t,updateUrl:!0,onClose:()=>a?.(e)}),Promise.resolve(void 0)}},Zi={icon:n.jsx(No,{}),name:"Delete",onClick({entity:e,fullPath:t,collection:c,context:i,selectionController:a,onCollectionChange:l,sideEntityController:s}){const{closeDialog:d}=i.dialogsController.open({key:"delete_entity_dialog_"+e.id,Component:({open:f})=>{if(!c||!t)throw new Error("deleteEntityAction: Collection is undefined");return n.jsx(qi,{entityOrEntitiesToDelete:e,path:t,collection:c,callbacks:c.callbacks,open:f,onEntityDelete:()=>{i.onAnalyticsEvent?.("single_entity_deleted",{path:t}),a?.setSelectedEntities(a.selectedEntities.filter(A=>A.id!==e.id)),l?.(),s?.close()},onClose:d})}});return Promise.resolve(void 0)}},Xi=u.memo(nH,(e,t)=>e.status===t.status&&e.path===t.path&&de(e.entity?.values,t.entity?.values));function nH({status:e,path:t,collection:c,entity:i,onEntitySaveRequested:a,onDiscard:l,onModified:s,onValuesChanged:d,onIdChange:f,onFormContextChange:A,hideId:_,autoSave:h,onIdUpdateError:g}){const y=x(),I=We(),b=y.plugins,p=u.useMemo(()=>Me({collection:c,path:t,values:i?.values,fields:y.fields}),[i?.values,t]),w=(e==="new"||e==="copy")&&!!p.customId&&p.customId!=="optional",k=u.useMemo(()=>e==="new"||e==="copy"?w?void 0:I.generateEntityId(t):i?.id,[]),m=u.useRef(!1),C=u.useMemo(()=>{const G=p.properties;if((e==="existing"||e==="copy")&&i)return i.values??oo(G);if(e==="new")return oo(G);throw console.error({status:e,entity:i}),new Error("Form has not been initialised with the correct parameters")},[e,p,i]),[v,B]=u.useState(k),[K,P]=u.useState(!1),[E,T]=u.useState(),S=u.useRef(i?.values??C),D=S.current,[N,z]=u.useState(D),H=G=>{z(G),d&&d(G),h&&G&&!de(G,D)&&$(G)};u.useEffect(()=>{v&&f&&f(v)},[v,f]);const Y=Me({collection:c,path:t,entityId:v,values:N,previousValues:D,fields:y.fields}),te=Y.callbacks?.onIdUpdate;u.useEffect(()=>{if(te&&N&&(e==="new"||e==="copy"))try{const G=te({collection:Y,path:t,entityId:v,values:N,context:y});B(G)}catch(G){g&&g(G),console.error(G)}},[v,N,e]);const W=u.useMemo(()=>D&&e==="existing"?Object.entries(Y.properties).map(([G,O])=>{if(no(O))return{};const X=D[G],oe=C[G];return de(X,oe)?{}:{[G]:oe}}).reduce((G,O)=>({...G,...O}),{}):{},[C,Y.properties,D,e]),$=G=>a({collection:Y,path:t,entityId:v,values:G,previousValues:i?.values,closeAfterSave:m.current,autoSave:h??!1}).then(O=>{const X=e==="new"?"new_entity_saved":e==="copy"?"entity_copied":e==="existing"?"entity_edited":"unmapped_event";y.onAnalyticsEvent?.(X,{path:t}),S.current=G}).catch(O=>{console.error(O),T(O)}).finally(()=>{m.current=!1}),ne=(G,O)=>{if(w&&!v){console.error("Missing custom Id"),P(!0),O.setSubmitting(!1);return}if(T(void 0),P(!1),e==="existing"){if(!i?.id)throw Error("Form misconfiguration when saving, no id for existing entity")}else if(e==="new"||e==="copy"){if(Y.customId&&Y.customId!=="optional"&&!v)throw Error("Form misconfiguration when saving, entityId should be set")}else throw Error("New FormType added, check EntityForm");$(G)?.then(X=>{O.resetForm({values:G,submitCount:0,touched:{}})}).finally(()=>{O.setSubmitting(!1)})},M=u.useCallback(({name:G,value:O,property:X})=>I.checkUniqueField(t,G,O,v),[I,t,v]),Q=u.useMemo(()=>v?Ti(v,Y.properties,M):void 0,[v,Y.properties,M]),ce=An(),ae=u.useCallback(({entity:G,customEntityActions:O})=>{const X=zn(Y,ce,Ve(t),null),oe=G?Uo(Y,ce,Ve(t),G):!0,V=[];return X&&V.push(Ji),oe&&V.push(Zi),O&&V.push(...O),V},[ce,Y,t]);return n.jsx(Pe.Formik,{initialValues:C,onSubmit:ne,validationSchema:Q,validate:G=>console.debug("Validating",G),onReset:()=>l&&l(),children:G=>{const O=[],X={setFieldValue:G.setFieldValue,values:G.values,collection:Me({collection:Y,path:t,fields:y.fields}),entityId:v,path:t,save:$};if(u.useEffect(()=>{A&&A(X)},[A,X]),b&&Y){const oe={entityId:v,path:t,status:e,collection:c,context:y,currentEntityId:v,formContext:X};O.push(...b.map((V,j)=>V.form?.Actions?n.jsx(V.form.Actions,{...oe},`actions_${V.name}`):null).filter(Boolean))}return n.jsxs("div",{className:"h-full overflow-auto",children:[O.length>0&&n.jsx("div",{className:F("w-full flex justify-end items-center sticky top-0 right-0 left-0 z-10 bg-opacity-60 bg-slate-200 dark:bg-opacity-60 dark:bg-slate-800 backdrop-blur-md"),children:O}),n.jsxs("div",{className:"pl-4 pr-4 pt-12 pb-16 md:pl-8",children:[n.jsx("div",{className:`w-full py-2 flex items-center mt-${4+(O?8:0)} lg:mt-${8+(O?8:0)} mb-8`,children:n.jsx(q,{className:"mt-4 flex-grow "+Y.hideIdFromForm?"mb-2":"mb-0",variant:"h4",children:Y.singularName??Y.name})}),!_&&n.jsx(Uz,{customId:Y.customId,entityId:v,status:e,onChange:B,error:K,entity:i}),v&&n.jsx(oH,{...G,initialValues:D,onModified:s,onValuesChanged:H,underlyingChanges:W,entity:i,resolvedCollection:Y,formContext:X,status:e,savingError:E,closeAfterSaveRef:m,autoSave:h,entityActions:ae({entity:i,customEntityActions:Y.entityActions})})]})]})}})}function oH(e){const{values:t,onModified:c,onValuesChanged:i,underlyingChanges:a,formContext:l,entity:s,touched:d,setFieldValue:f,resolvedCollection:A,isSubmitting:_,status:h,handleSubmit:g,savingError:y,dirty:I,closeAfterSaveRef:b,autoSave:p,entityActions:w}=e,k=x(),m=w.filter(E=>E.includeInForm===void 0||E.includeInForm),C=yn(),v=I;u.useEffect(()=>{c&&c(v),i&&i(t)},[v,t]),u.useEffect(()=>{!p&&a&&s&&Object.entries(a).forEach(([E,T])=>{const S=t[E];!de(T,S)&&!d[E]&&(console.debug("Updated value from the datasource:",E,T),f(E,T!==void 0?T:null))})},[p,a,s,t,d,f]);const B=n.jsx("div",{className:"flex flex-col gap-8",children:(A.propertiesOrder??Object.keys(A.properties)).map(E=>{const T=A.properties[E];if(!T)return console.warn(`Property ${E} not found in collection ${A.name}`),null;const S=!!a&&Object.keys(a).includes(E)&&!!d[E],D=!p&&_||Dn(T)||!!T.disabled;if(no(T))return null;const z={propertyKey:E,disabled:D,property:T,includeDescription:T.description||T.longDescription,underlyingValueHasChanged:S&&!p,context:l,tableMode:!1,partOfArray:!1,partOfBlock:!1,autoFocus:!1};return n.jsx("div",{id:`form_field_${E}`,children:n.jsx(se,{children:n.jsx(Kn,{...z})})},`field_${A.name}_${E}`)}).filter(Boolean)}),K=_||!v&&h==="existing",P=u.useRef(null);return n.jsxs(Pe.Form,{onSubmit:g,noValidate:!0,children:[n.jsxs("div",{className:"mt-12",ref:P,children:[B,n.jsx(zz,{containerRef:P})]}),n.jsx("div",{className:"h-14"}),!p&&n.jsxs(Sn,{position:"absolute",children:[y&&n.jsx("div",{className:"text-right",children:n.jsx(q,{color:"error",children:y.message})}),s&&m.length>0&&n.jsx("div",{className:"flex-grow flex overflow-auto no-scrollbar",children:m.map(E=>n.jsx(Z,{color:"primary",onClick:T=>{T.stopPropagation(),s&&E.onClick({entity:s,fullPath:A.path,collection:A,context:k,sideEntityController:C})},children:E.icon},E.name))}),n.jsx(ie,{variant:"text",disabled:K,type:"reset",children:h==="existing"?"Discard":"Clear"}),n.jsxs(ie,{variant:"text",color:"primary",type:"submit",disabled:K,onClick:()=>{b.current=!1},children:[h==="existing"&&"Save",h==="copy"&&"Create copy",h==="new"&&"Create"]}),n.jsxs(ie,{variant:"filled",color:"primary",type:"submit",disabled:K,onClick:()=>{b.current=!0},children:[h==="existing"&&"Save and close",h==="copy"&&"Create copy and close",h==="new"&&"Create and close"]})]})]})}function xi(e){return Object.keys(ht).includes(e)}const ht={text_field:{key:"text_field",name:"Text field",description:"Simple short text",Icon:Lc,color:"#2d7ff9",property:{dataType:"string",Field:Wn}},multiline:{key:"multiline",name:"Multiline",description:"Text with multiple lines",Icon:Qc,color:"#2d7ff9",property:{dataType:"string",multiline:!0,Field:Wn}},markdown:{key:"markdown",name:"Markdown",description:"Text with advanced markdown syntax",Icon:Kc,color:"#2d7ff9",property:{dataType:"string",markdown:!0,Field:Di}},url:{key:"url",name:"Url",description:"Text with URL validation",Icon:Sc,color:"#154fb3",property:{dataType:"string",url:!0,Field:Wn}},email:{key:"email",name:"Email",description:"Text with email validation",Icon:bc,color:"#154fb3",property:{dataType:"string",email:!0,Field:Wn}},select:{key:"select",name:"Select/enum",description:"Select one text value from within an enumeration",Icon:Pc,color:"#4223c9",property:{dataType:"string",enumValues:[],Field:Zr}},multi_select:{key:"multi_select",name:"Multi select",description:"Select multiple text values from within an enumeration",Icon:Dc,color:"#4223c9",property:{dataType:"array",of:{dataType:"string",enumValues:[]},Field:et}},number_input:{key:"number_input",name:"Number input",description:"Simple number field with validation",Icon:Tc,color:"#bec920",property:{dataType:"number",Field:Wn}},number_select:{key:"number_select",name:"Number select",description:"Select a number value from within an enumeration",Icon:Kr,color:"#bec920",property:{dataType:"number",enumValues:[],Field:Zr}},multi_number_select:{key:"multi_number_select",name:"Multiple number select",description:"Select multiple number values from within an enumeration",Icon:Kr,color:"#bec920",property:{dataType:"array",of:{dataType:"number",enumValues:[]},Field:et}},file_upload:{key:"file_upload",name:"File upload",description:"Input for uploading single files",Icon:Vc,color:"#f92d9a",property:{dataType:"string",storage:{storagePath:"{path}"},Field:rt}},multi_file_upload:{key:"multi_file_upload",name:"Multiple file upload",description:"Input for uploading multiple files",Icon:gc,color:"#f92d9a",property:{dataType:"array",of:{dataType:"string",storage:{storagePath:"{path}"}},Field:rt}},reference:{key:"reference",name:"Reference",description:"The value refers to a different collection",Icon:Fc,color:"#ff0042",property:{dataType:"reference",Field:Si}},multi_references:{key:"multi_references",name:"Multiple references",description:"Multiple values that refer to a different collection",Icon:sc,color:"#ff0042",property:{dataType:"array",of:{dataType:"reference"},Field:gi}},switch:{key:"switch",name:"Switch",description:"Boolean true or false field (or yes or no, 0 or 1...)",Icon:vc,color:"#20d9d2",property:{dataType:"boolean",Field:Ki}},date_time:{key:"date_time",name:"Date/time",description:"A date time select field",Icon:Oc,color:"#8b46ff",property:{dataType:"date",Field:Ci}},group:{key:"group",name:"Group",description:"Group of multiple fields",Icon:wr,color:"#ff9408",property:{dataType:"map",properties:{},Field:Bi}},key_value:{key:"key_value",name:"Key-value",description:"Flexible field that allows the user to add multiple key-value pairs",Icon:wr,color:"#ff9408",property:{dataType:"map",keyValue:!0,Field:Ei}},repeat:{key:"repeat",name:"Repeat/list",description:"A field that gets repeated multiple times (e.g. multiple text fields)",Icon:Br,color:"#ff9408",property:{dataType:"array",of:{dataType:"string"},Field:Fi}},custom_array:{key:"custom_array",name:"Custom array",description:"A field that saved its value as an array of custom objects",Icon:Br,color:"#ff9408",property:{dataType:"array",of:[],Field:Ni}},block:{key:"block",name:"Block",description:"A complex field that allows the user to compose different fields together, with a key->value format",Icon:Wc,color:"#ff9408",property:{dataType:"array",oneOf:{properties:{}},Field:Pi}}};function jo(e,t){const c=It(e),i=gt(e);if(!i){console.error("No field id found for property",e);return}const a=ht[i],l=c?t[c]:void 0;return Je(a??{},l??{})}function gt(e){if(e.dataType==="string")return e.multiline?"multiline":e.markdown?"markdown":e.storage?"file_upload":e.url?"url":e.email?"email":e.enumValues?"select":"text_field";if(e.dataType==="number")return e.enumValues?"number_select":"number_input";if(e.dataType==="map"){if(e.keyValue)return"key_value";if(e.properties)return"group"}else if(e.dataType==="array"){const t=e.of;return e.oneOf?"block":Array.isArray(t)?"custom_array":Te(t)?"repeat":t?.dataType==="string"&&t.enumValues?"multi_select":t?.dataType==="number"&&t.enumValues?"multi_number_select":t?.dataType==="string"&&t.storage?"multi_file_upload":t?.dataType==="reference"?"multi_references":"repeat"}else{if(e.dataType==="boolean")return"switch";if(e.dataType==="date")return"date_time";if(e.dataType==="reference")return"reference"}console.error("Unsupported field config mapping",e)}function It(e){return e.propertyConfig?e.propertyConfig:gt(e)}const Me=({collection:e,path:t,entityId:c,values:i,previousValues:a,userConfigPersistence:l,fields:s})=>{const d=l?.getCollectionConfig(t),f=dn(d,"properties"),A=oo(e.properties),_=i??A,h=a??i??A,g=Object.entries(e.properties).map(([b,p])=>{const w=_?Pe.getIn(_,b):void 0;return{[b]:Oe({propertyKey:b,propertyOrBuilder:p,values:_,previousValues:h,path:t,propertyValue:w,entityId:c,fields:s})}}).filter(b=>b!==null).reduce((b,p)=>({...b,...p}),{}),y=Je(g,f),I=Object.entries(y).filter(([b,p])=>!!p?.dataType).map(([b,p])=>({[b]:p})).reduce((b,p)=>({...b,...p}),{});return{...e,properties:I,originalCollection:e}};function Oe({propertyOrBuilder:e,propertyValue:t,fromBuilder:c=!1,...i}){if(typeof e=="object"&&"resolved"in e)return e;let a=null;if(e)if(Te(e)){const l=i.path;if(!l)throw Error("Trying to resolve a property builder without specifying the entity path");const s=e({...i,path:l,propertyValue:t,values:i.values??{},previousValues:i.previousValues??i.values??{}});if(!s)return console.debug("Property builder not returning `Property` so it is not rendered",l,i.entityId,e),null;a=Oe({...i,propertyValue:t,propertyOrBuilder:s,fromBuilder:!0})}else{const l=e;if(l.dataType==="map"&&l.properties){const s=bt({...i,properties:l.properties,propertyValue:t});a={...l,resolved:!0,fromBuilder:c,properties:s}}else l.dataType==="array"?a=gn({property:l,propertyValue:t,fromBuilder:c,...i}):(l.dataType==="string"||l.dataType==="number")&&l.enumValues&&(a=pt(l,c))}else return null;if(a||(a={...e,resolved:!0,fromBuilder:c}),a.propertyConfig&&!xi(a.propertyConfig)){const l=i.fields;if(!l)throw Error(`Trying to resolve a property with key ${a.propertyConfig} that inherits from a custom field but no custom fields were provided. Use the property 'fields' in your top level component to provide them`);const s=l[a.propertyConfig];if(!s)throw Error(`Trying to resolve a property that inherits from a custom field but no custom field with id ${a.propertyConfig} was found. Check the \`fields\` in your top level component`);if(s.property){const d=s.property;"propertyConfig"in d&&delete d.propertyConfig;const f=Oe({propertyOrBuilder:d,propertyValue:t,...i});f&&(a=Je(f,a))}}return a?{...a,resolved:!0}:null}function gn({propertyKey:e,property:t,propertyValue:c,...i}){if(t.of){if(Array.isArray(t.of))return{...t,resolved:!0,fromBuilder:i.fromBuilder,resolvedProperties:t.of.map((a,l)=>Oe({propertyKey:`${e}.${l}`,propertyOrBuilder:a,propertyValue:Array.isArray(c)?c[l]:void 0,...i,index:l}))};{const a=t.of,l=Array.isArray(c)?c.map((d,f)=>Oe({propertyKey:`${e}.${f}`,propertyOrBuilder:a,propertyValue:d,...i,index:f})).filter(d=>!!d):[],s=Oe({propertyKey:`${e}`,propertyOrBuilder:a,propertyValue:void 0,...i});if(!s)throw Error("When using a property builder as the 'of' prop of an ArrayProperty, you must return a valid child property");return{...t,resolved:!0,fromBuilder:i.fromBuilder,of:s,resolvedProperties:l}}}else if(t.oneOf){const a=t.oneOf?.typeField??eo,l=Array.isArray(c)?c.map((d,f)=>{const A=d&&d[a],_=t.oneOf?.properties[A];return!A||!_?null:Oe({propertyKey:`${e}.${f}`,propertyOrBuilder:_,propertyValue:c,...i})}).filter(d=>!!d):[],s=bt({properties:t.oneOf.properties,propertyValue:void 0,...i});return{...t,resolved:!0,oneOf:{...t.oneOf,properties:s},fromBuilder:i.fromBuilder,resolvedProperties:l}}else{if(t.Field)return{...t,resolved:!0,fromBuilder:i.fromBuilder};throw Error("The array property needs to declare an 'of' or a 'oneOf' property, or provide a custom `Field`")}}function bt({properties:e,propertyValue:t,...c}){return Object.entries(e).map(([i,a])=>({[i]:Oe({propertyKey:i,propertyOrBuilder:a,propertyValue:t&&typeof t=="object"?dn(t,i):void 0,...c})})).filter(i=>i!==null).reduce((i,a)=>({...i,...a}),{})}function pt(e,t){return typeof e.enumValues=="object"?{...e,resolved:!0,enumValues:un(e.enumValues)?.filter(c=>c&&c.id&&c.label)??[],fromBuilder:t??!1}:e}function rH(e){return typeof e=="object"?Object.entries(e).map(([t,c])=>typeof c=="string"?{id:t,label:c}:c):Array.isArray(e)?e:void 0}function wt(e,t){return typeof e=="string"?t?.find(c=>c.key===e):e}function kt(e){const{path:t,collections:c=[],currentFullPath:i}=e,a=pe(t).split("/"),l=mo(a),s=[];for(let d=0;d<l.length;d++){const f=l[d],A=c&&c.find(_=>_.alias===f||_.path===f);if(A){const _=A.alias??A.path,h=i&&i.length>0?i+"/"+_:_;s.push({type:"collection",path:h,collection:A});const g=pe(pe(t).replace(f,"")),y=g.length>0?g.split("/"):[];if(y.length>0){const I=y[0],b=h+"/"+I;if(s.push({type:"entity",entityId:I,path:h,parentCollection:A}),y.length>1){const p=y.slice(1).join("/");if(!A)throw Error("collection not found resolving path: "+A);const w=A.entityViews,k=w&&w.map(m=>wt(m,e.contextEntityViews)).filter(Boolean).find(m=>m.key===p);if(k){const m=i&&i.length>0?i+"/"+k.key:k.key;s.push({type:"custom_view",path:m,view:k})}else A.subcollections&&s.push(...kt({path:p,collections:A.subcollections,currentFullPath:b,contextEntityViews:e.contextEntityViews}))}}break}}return s}function Ri(e){return n.jsx(ye,{...e,tooltipClassName:"!text-red-500 bg-red-50",children:e.children})}const ea={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",label:"label",body1:"p",body2:"p",inherit:"p",caption:"p",button:"span"},tH={inherit:"text-inherit",initial:"text-current",primary:"text-text-primary dark:text-text-primary-dark",secondary:"text-text-secondary dark:text-text-secondary-dark",disabled:"text-text-disabled dark:text-text-disabled-dark",error:"text-red-600 dark:text-red-500"},cH={h1:"text-6xl font-headers font-light",h2:"text-5xl font-headers font-light",h3:"text-4xl font-headers font-normal",h4:"text-3xl font-headers font-normal",h5:"text-2xl font-headers font-normal",h6:"text-xl font-headers font-medium",subtitle1:"text-lg font-headers font-medium",subtitle2:"text-base font-headers font-medium",body1:"text-base",body2:"text-sm",label:"text-sm font-medium text-gray-500",inherit:"text-inherit",caption:"text-xs",button:"text-sm font-medium"};function q({align:e="inherit",color:t="primary",children:c,className:i,component:a,gutterBottom:l=!1,noWrap:s=!1,paragraph:d=!1,variant:f="body1",variantMapping:A=ea,style:_,onClick:h,...g}){const y=a||(d?"p":A[f]||ea[f])||"span",I=F(Ie,cH[f],t?tH[t]:"",e!=="inherit"&&`text-${e}`,l&&"mb-[0.35em]",s&&"truncate",d&&"mb-4",i);return n.jsx(y,{className:I,onClick:h,style:_,...g,children:c})}function me({title:e,error:t,tooltip:c}){const i=t instanceof Error?t.message:t,a=n.jsxs("div",{className:"flex items-center m-2",children:[n.jsx(vr,{size:"small",color:"error"}),n.jsxs("div",{className:"pl-2",children:[e&&n.jsx(q,{variant:"body2",className:"font-medium",children:e}),n.jsx(q,{variant:"body2",children:i})]})]});return c?n.jsx(Ri,{title:c,children:a}):a}function iH(e){return e.dataType==="boolean"?"center":e.dataType==="number"?e.enumValues?"left":"right":e.dataType==="date"?"right":"left"}function na(e){if(e.columnWidth)return e.columnWidth;if(e.dataType==="string")return e.url?280:e.storage?160:e.enumValues?200:e.multiline||e.markdown?300:(e.email,200);if(e.dataType==="array"){const t=e;return t.of?Array.isArray(e.of)?300:na(t.of):300}else return e.dataType==="number"?e.enumValues?200:140:e.dataType==="map"?360:e.dataType==="date"?200:e.dataType==="reference"?220:e.dataType==="boolean"?140:200}function mt(e){return`subcollection:${e.alias??e.path}`}function Ao(e){return parseInt(e,10)||0}const aH={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function oa(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflow}const vt=le.forwardRef(function(t,c){const{onChange:i,onScroll:a,onResize:l,maxRows:s,minRows:d=1,style:f,value:A,onFocus:_,onBlur:h,sizeRef:g,ignoreBoxSizing:y,...I}=t,{current:b}=le.useRef(A!=null),p=le.useRef(null),w=lH(c,p),k=le.useRef(null),m=le.useRef(0),[C,v]=le.useState({outerHeightStyle:0}),B=le.useCallback(()=>{const S=p.current;if(typeof window>"u")return{outerHeightStyle:0};const N=window.getComputedStyle(S);if(N.width==="0px")return{outerHeightStyle:0};const z=g?.current??k.current,H=k.current;z.style.width=N.width,H.value=S.value||t.placeholder||"x",H.value.slice(-1)===`
|
|
652
|
-
|
|
653
|
-
`)),S)},P=le.useCallback(()=>{const S=B();oa(S)||(l&&l(S),v(D=>K(D,S)))},[B,l]),E=()=>{const S=B();oa(S)||Xa.flushSync(()=>{v(D=>K(D,S))})};le.useEffect(()=>{const S=Ui(()=>{m.current=0,p.current&&E()});let D;const N=p.current,z=window;if(!(typeof window>"u"))return z.addEventListener("resize",S),typeof ResizeObserver<"u"&&(D=new ResizeObserver(S),D.observe(N)),()=>{S.clear(),z.removeEventListener("resize",S),D&&D.disconnect()}}),u.useLayoutEffect(()=>{P()}),le.useEffect(()=>{m.current=0},[A]);const T=S=>{m.current=0,b||P(),i&&i(S)};return n.jsxs(le.Fragment,{children:[n.jsx("textarea",{value:A,onChange:T,className:t.className,ref:w,onFocus:_,onBlur:h,rows:d,style:{height:C.outerHeightStyle,overflow:C.overflow?"hidden":void 0,...f},onScroll:a,...I}),n.jsx("textarea",{"aria-hidden":!0,className:F(t.className,t.shadowClassName),readOnly:!0,ref:k,tabIndex:-1,style:{...aH.shadow,...f,padding:0}})]})});function lH(...e){return le.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(c=>{sH(c,t)})},e)}function sH(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function dH(e){const t=u.useRef(null),{disabled:c,value:i,multiline:a,updateValue:l,focused:s}=e,d=u.useRef(i),[f,A]=u.useState(i),_=u.useRef(!1);u.useEffect(()=>{d.current!==i&&i!==f&&A(i),d.current=i},[i]);const h=u.useCallback(()=>{!i&&!f||f!==i&&(d.current=f,l(f))},[f,l,i]);return zo(f,h,!s,2e3),u.useEffect(()=>{t.current&&s&&!_.current?(_.current=!0,t.current.focus({preventScroll:!0}),t.current.selectionStart=t.current.value.length,t.current.selectionEnd=t.current.value.length):_.current=s},[s,t]),n.jsx(vt,{ref:t,style:{padding:0,margin:0,width:"100%",color:"unset",fontWeight:"unset",lineHeight:"unset",fontSize:"unset",fontFamily:"unset",background:"unset",border:"unset",resize:"none",outline:"none"},value:f??"",onChange:g=>{const y=g.target.value;(a||!y.endsWith(`
|
|
654
|
-
`))&&A(y)},onFocus:()=>{_.current=!0},onBlur:()=>{_.current=!1,h()}})}function Kt(e){const{name:t,enumValues:c,error:i,internalValue:a,disabled:l,small:s,focused:d,updateValue:f,multiple:A,valueType:_}=e,h=Array.isArray(a)&&A||!Array.isArray(a)&&!A,g=u.useRef(null);u.useEffect(()=>{g.current&&d&&g.current?.focus({preventScroll:!0})},[d,g]);const y=u.useCallback(b=>{if(_==="number")if(A){const p=b.map(w=>parseFloat(w));f(p)}else f(parseFloat(b));else if(_==="string")f(b||null);else throw Error("Missing mapping in TableSelect")},[A,f,_]),I=(b,p)=>A&&Array.isArray(b)?n.jsx($r,{value:b,name:t,enumValues:c,size:s?"small":"medium"},`${b}-${p}`):n.jsx(Fe,{enumKey:b,enumValues:c,size:s?"small":"medium"},`${b}-${p}`);return A?n.jsx(xr,{inputRef:g,containerClassName:"w-full h-full",className:"w-full h-full p-0 bg-transparent",position:"item-aligned",disabled:l,padding:!1,includeFocusOutline:!1,value:h?a.map(b=>b.toString()):[],onMultiValueChange:y,renderValue:I,children:c?.map(b=>n.jsx(Rr,{value:String(b.id),children:n.jsx(Fe,{enumKey:b.id,enumValues:c,size:s?"small":"medium"})},b.id))}):n.jsx(Xe,{inputRef:g,className:"w-full h-full p-0 bg-transparent",position:"item-aligned",disabled:l,multiple:A,padding:!1,includeFocusOutline:!1,value:h?A?a.map(b=>b.toString()):a?.toString():A?[]:"",onValueChange:y,onMultiValueChange:y,renderValue:I,children:c?.map(b=>n.jsx(xe,{value:String(b.id),children:n.jsx(Fe,{enumKey:b.id,enumValues:c,size:s?"small":"medium"})},b.id))})}function uH(e){const{align:t,value:c,updateValue:i,focused:a}=e,l=c&&typeof c=="number"?c.toString():"",[s,d]=u.useState(l),f=u.useRef(c);u.useEffect(()=>{f.current!==c&&String(c)!==s&&d(c?c.toString():null),f.current=c},[c]);const A=u.useCallback(()=>{if(s!==l)if(s!=null){const g=parseFloat(s);if(isNaN(g))return;g!=null&&i(g)}else i(null)},[s,c]);zo(s,A,!a,2e3),u.useEffect(()=>{!a&&l!==s&&d(c!=null?c.toString():null)},[c,a]);const _=u.useRef(null);u.useEffect(()=>{_.current&&a&&_.current.focus({preventScroll:!0})},[a,_]);const h=/^-?[0-9]+[,.]?[0-9]*$/;return n.jsx("input",{ref:_,className:"w-full text-right p-0 m-0 bg-transparent border-none resize-none outline-none font-normal leading-normal text-unset",style:{textAlign:t},value:s??"",onChange:g=>{const y=g.target.value.replace(",",".");y.length===0&&d(null),(h.test(y)||y.startsWith("-"))&&d(y)}})}function fH(e){const{internalValue:t,updateValue:c,focused:i}=e,a=u.useRef(null);return u.useEffect(()=>{a.current&&i&&a.current.focus({preventScroll:!0})},[i,a]),n.jsx(tt,{ref:a,size:"small",value:!!t,onValueChange:c})}function AH(e){const{disabled:t,error:c,mode:i,internalValue:a,updateValue:l}=e;return n.jsx(Un,{value:a??void 0,onChange:s=>l(s),size:"medium",invisible:!0,className:"w-full h-full",inputClassName:"w-full h-full",mode:i})}class se extends u.Component{constructor(t){super(t),this.state={error:null}}static getDerivedStateFromError(t){return{error:t}}componentDidCatch(t,c){console.error(t)}render(){return this.state.error?n.jsxs("div",{className:"flex flex-col m-2",children:[n.jsxs("div",{className:"flex items-center m-2",children:[n.jsx(vr,{color:"error",size:"small"}),n.jsx("div",{className:"ml-4",children:"Error"})]}),n.jsx(q,{variant:"caption",children:this.state.error?.message??"See the error in the console"})]}):this.props.children}}function ra({showError:e,disabled:t,showExpandIcon:c,selected:i,openPopup:a,children:l}){const s=u.useRef(null),d=u.useCallback(()=>{if(a){const A=s&&s?.current?.getBoundingClientRect();a(A)}},[]),f=u.useRef();return u.useEffect(()=>{f.current&&i&&f.current.focus({preventScroll:!0})},[i]),n.jsx(n.Fragment,{children:(e||!t&&c)&&n.jsxs("div",{ref:s,className:"absolute top-0.5 right-0.5 flex items-center",children:[i&&l,i&&!t&&c&&n.jsx(Z,{ref:f,color:"inherit",size:"small",onClick:d,children:n.jsxs("svg",{fill:"#888",width:"20",height:"20",viewBox:"0 0 24 24",children:[n.jsx("path",{className:"cls-2",d:"M20,5a1,1,0,0,0-1-1L14,4h0a1,1,0,0,0,0,2h2.57L13.29,9.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,7.42V10a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1Z"}),n.jsx("path",{className:"cls-2",d:"M10.71,13.29a1,1,0,0,0-1.42,0L6,16.57V14a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1l0,5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H7.42l3.29-3.29A1,1,0,0,0,10.71,13.29Z"})]})}),e&&n.jsx(Ri,{side:"left",className:"flex items-center justify-center",style:{width:32,height:32},title:e.message,children:n.jsx(pc,{size:"small",color:"error"})})]})})}const yH="max-w-full box-border relative pt-[2px] items-center border border-transparent outline-none rounded-md duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary-solid",_H="pt-0 border-2 border-solid",hH="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-green-500 bg-green-50 dark:bg-green-900",gH="transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-2 border-solid border-red-500 bg-red-50 dark:bg-red-900";function IH(e){const{propertyKey:t,error:c,selected:i,openPopup:a,value:l,disabled:s,property:d,entity:f,path:A,previewSize:_,updateValue:h}=e,g=Nn(),{internalValue:y,setInternalValue:I,onFilesAdded:b,storage:p,onFileUploadComplete:w,storagePathBuilder:k,multipleFilesSupported:m}=bi({entityValues:f.values,entityId:f.id,path:A,property:d,propertyKey:t,storageSource:g,onChange:h,value:l,disabled:s});return n.jsx(bH,{internalValue:y,setInternalValue:I,name:t,disabled:s,autoFocus:!1,openPopup:a,error:c,selected:i,property:d,onChange:h,entity:f,storagePathBuilder:k,storage:p,multipleFilesSupported:m,onFilesAdded:b,onFileUploadComplete:w,previewSize:_})}function bH({property:e,name:t,internalValue:c,setInternalValue:i,openPopup:a,entity:l,selected:s,error:d,onChange:f,multipleFilesSupported:A,previewSize:_,disabled:h,autoFocus:g,storage:y,onFilesAdded:I,onFileUploadComplete:b,storagePathBuilder:p}){const[w,k]=u.useState(!1),m=A&&_==="medium"?"small":_;if(A){const W=e;if(Array.isArray(W.of))throw Error("Using array properties instead of single one in `of` in ArrayProperty");if(W.of){if(W.of.dataType!=="string")throw Error("Storage field using array must be of data type string")}else throw Error("Storage field using array must be of data type string")}const C=y?.metadata,v=!!c,B=_n(),{open:K,getRootProps:P,getInputProps:E,isDragActive:T,isDragAccept:S,isDragReject:D}=ar.useDropzone({accept:y.acceptedFiles?y.acceptedFiles.map(W=>({[W]:[]})).reduce((W,$)=>({...W,...$}),{}):void 0,disabled:h,maxSize:y.maxSize,noClick:!0,noKeyboard:!0,onDrop:I,onDropRejected:(W,$)=>{for(const ne of W)for(const M of ne.errors)B.open({type:"error",message:`Error uploading file: File is larger than ${y.maxSize} bytes`})}}),{...N}=P(),z=A?"Drag 'n' drop some files here, or click here to edit":"Drag 'n' drop a file here, or click here edit",H=A?e.of:e,Y=u.useMemo(()=>On(m),[m]),te=!h&&d;return n.jsxs("div",{...N,onMouseEnter:()=>k(!0),onMouseMove:()=>k(!0),onMouseLeave:()=>k(!1),className:F(yH,"relative w-full h-full flex",`justify-${v?"start":"center"}`,T?_H:"",S?hH:"",D?gH:""),children:[n.jsx("input",{autoFocus:g,...E()}),c.map((W,$)=>{let ne;return W.storagePathOrDownloadUrl?ne=n.jsx(pH,{property:H,value:W.storagePathOrDownloadUrl,entity:l,size:m},`storage_preview_${$}`):W.file&&(ne=n.jsx(mi,{entry:W,metadata:C,storagePath:p(W.file),onFileUploadComplete:b,imageSize:Y,simple:!0},`storage_progress_${$}`)),ne}),!c&&n.jsx("div",{className:"flex-grow m-2 max-w-[200px]",onClick:K,children:n.jsx(q,{className:"text-gray-400 dark:text-gray-600",variant:"body2",align:"center",children:z})}),n.jsx(ra,{showError:te,disabled:h,showExpandIcon:!0,selected:s,openPopup:h?void 0:a,children:n.jsx(Z,{color:"inherit",size:"small",onClick:K,children:n.jsx(Ic,{size:"small",className:"text-gray-500"})})})]})}function pH({property:e,value:t,size:c,entity:i}){return n.jsx("div",{className:"relative m-2",children:t&&n.jsx(se,{children:n.jsx(Be,{propertyKey:"ignore",value:t,property:e,entity:i,size:c})})})}function ta(e){const t=x(),c=Ae(),{path:i}=e,a=c.getCollection(i);if(!a){if(t.components?.missingReference)return n.jsx(t.components.missingReference,{path:i});throw Error(`Couldn't find the corresponding collection view for the path: ${i}`)}return n.jsx(wH,{...e,collection:a})}function wH(e){const{name:t,internalValue:c,updateValue:i,multiselect:a,path:l,size:s,previewProperties:d,title:f,disabled:A,forceFilter:_,collection:h}=e,[g,y]=u.useState(!1),I=u.useCallback(()=>y(!0),[]),b=u.useCallback(()=>y(!1),[]),p=u.useCallback(P=>{i(P?kn(P):null)},[i]),w=u.useCallback(P=>{i(P.map(E=>kn(E)))},[i]),k=c?Array.isArray(c)?c.map(P=>P.id):c.id?[c.id]:[]:[],m=ao({multiselect:a,path:l,collection:h,onMultipleEntitiesSelected:w,onSingleEntitySelected:p,selectedEntityIds:k,forceFilter:_}),C=u.useCallback(()=>{A||m.open()},[A,m]),v=!c||Array.isArray(c)&&c.length===0,B=()=>c instanceof Ue?n.jsx(rn,{onClick:A?void 0:C,size:hn(s),reference:c,onHover:g,disabled:!l,previewProperties:d}):n.jsx(Qo,{onClick:A?void 0:C,size:hn(s),children:n.jsx(me,{title:"Value is not a reference.",error:"Click to edit"})}),K=()=>Array.isArray(c)?n.jsx(n.Fragment,{children:c.map((P,E)=>n.jsx("div",{className:"m-1 w-full",children:n.jsx(rn,{onClick:A?void 0:C,size:"tiny",reference:P,onHover:g,disabled:!l,previewProperties:d})},`preview_array_ref_${t}_${E}`))}):n.jsx(me,{error:"Data is not an array of references"});return h?n.jsxs("div",{className:"w-full",onMouseEnter:I,onMouseMove:I,onMouseLeave:b,children:[c&&!a&&B(),c&&a&&K(),v&&n.jsxs(ie,{onClick:C,size:"small",variant:"outlined",color:"primary",children:["Edit ",f]})]}):n.jsx(me,{error:"The specified collection does not exist"})}function Hn(e){switch(e){case"xl":return 400;case"l":return 280;case"m":return 140;case"s":return 80;case"xs":return 54;default:throw Error("Missing mapping for collection size -> height")}}const kH=({justifyContent:e,scrollable:t,faded:c,fullHeight:i,children:a})=>n.jsx("div",{className:F("flex flex-col max-h-full w-full",{"items-start":c||t}),style:{justifyContent:e,height:i?"100%":void 0,overflow:t?"auto":void 0,WebkitMaskImage:c?"linear-gradient(to bottom, black 60%, transparent 100%)":void 0,maskImage:c?"linear-gradient(to bottom, black 60%, transparent 100%)":void 0},children:a}),Ct=u.memo(function({children:t,actions:c,size:i,selected:a,disabled:l,disabledTooltip:s,saved:d,error:f,align:A,allowScroll:_,removePadding:h,fullHeight:g,onSelect:y,width:I,hideOverflow:b=!0,showExpandIcon:p=!0}){const[w,k]=lr(),m=u.useRef(null);Vo(m,()=>{a&&y&&y(void 0)},!!(a&&y));const[C,v]=u.useState(!1),B=u.useMemo(()=>Hn(i),[i]),[K,P]=u.useState(!1),[E,T]=u.useState(d),S=!l&&f;u.useEffect(()=>{d&&T(!0);const M=setTimeout(()=>{T(!1)},800);return()=>{clearTimeout(M)}},[d]);let D=0;if(!h)switch(i){case"l":case"xl":D=4;break;case"m":D=2;break;case"s":default:D=1;break}let N;switch(A){case"right":N="flex-end";break;case"center":N="center";break;case"left":default:N="flex-start"}const z=u.useCallback(()=>{if(!y)return;const M=m&&m?.current?.getBoundingClientRect();l?y(void 0):!a&&M&&y(M)},[m,y,a,l]),H=u.useCallback(M=>{z(),M.stopPropagation()},[z]);u.useEffect(()=>{if(k){const M=k.height>B;C!==M&&v(M)}},[k,C,B]);const Y=!S&&a,te=!l&&_&&C,W=!l&&!_&&C,$=u.useCallback(()=>P(!0),[]),ne=u.useCallback(()=>P(!1),[]);return n.jsxs("div",{ref:m,className:F("transition-colors duration-100 ease-in-out",`flex relative h-full rounded-md p-${D} border border-4 border-opacity-75`,K&&!l?"bg-gray-50 dark:bg-gray-900":"",d?"bg-gray-100 bg-opacity-75 dark:bg-gray-800 dark:bg-opacity-75":"",!Y&&!E&&!S?"border-transparent":"",b?"overflow-hidden":"",Y?"bg-gray-50 dark:bg-gray-900":"",Y&&!E?"border-primary":"",E?"border-green-500 ":"",S?"border-red-500":""),style:{justifyContent:N,alignItems:l||!C?"center":void 0,width:I??"100%",textAlign:A},tabIndex:a||l?void 0:0,onFocus:H,onMouseEnter:$,onMouseMove:$,onMouseLeave:ne,children:[n.jsxs(se,{children:[g&&!W&&t,(!g||W)&&n.jsx(kH,{fullHeight:g??!1,justifyContent:N,scrollable:te??!1,faded:W,children:!g&&n.jsx("div",{ref:w,style:{display:"flex",width:"100%",justifyContent:N,height:g?"100%":void 0},children:t})})]}),c,l&&K&&s&&n.jsx("div",{className:"absolute top-1 right-1 text-xs",children:n.jsx(ye,{title:s,children:n.jsx(Mc,{size:"smallest",color:"disabled",className:"text-gray-500"})})})]})},(e,t)=>e.error===t.error&&e.value===t.value&&e.disabled===t.disabled&&e.saved===t.saved&&e.allowScroll===t.allowScroll&&e.align===t.align&&e.size===t.size&&e.disabledTooltip===t.disabledTooltip&&e.width===t.width&&e.showExpandIcon===t.showExpandIcon&&e.removePadding===t.removePadding&&e.fullHeight===t.fullHeight&&e.selected===t.selected);function mH(e){return e.dataType==="string"&&e.storage?!0:e.dataType==="array"?Array.isArray(e.of)?!1:e.of?.dataType==="string"&&e.of?.storage:!1}const vH=u.memo(function({propertyKey:t,customFieldValidator:c,value:i,property:a,align:l,width:s,height:d,path:f,entity:A,readonly:_,disabled:h}){const g=x(),{onValueChange:y,size:I,selectedCell:b,select:p,setPopupCell:w}=jH(),k=b?.propertyKey===t&&b?.entity.path===A.path&&b?.entity.id===A.id,[m,C]=u.useState(i),v=u.useRef(i),[B,K]=u.useState(),[P,E]=u.useState(!1),T=u.useCallback(()=>{E(!0),setTimeout(()=>{E(!1)},100)},[]),S=!!a.Field,D=!!a.Preview,N=Dn(a),z=typeof a.disabled=="object"?a.disabled.disabledMessage:void 0,H=_||h||!!a.disabled,Y=u.useMemo(()=>uo({property:a,entityId:A.id,customFieldValidator:c,name:t}),[A.id,a,t]);u.useEffect(()=>{de(i,v.current)||(K(void 0),C(i),v.current=i,T())},[T,i]);const te=V=>{de(V,v.current)||(E(!1),Y.validate(V).then(()=>{K(void 0),v.current=V,y&&y({value:V,propertyKey:t,setError:K,onValueUpdated:T,entity:A,fullPath:f,context:g})}).catch(j=>{K(j)}))};u.useEffect(()=>{Y.validate(m).then(()=>K(void 0)).catch(V=>{K(V)})},[m,Y]);const W=V=>{let j;V===void 0?j=null:j=V,C(j),te(j)};Qe({property:a,value:m,setValue:W});const $=u.useCallback(V=>{p(V?{width:s,height:d,entity:A,cellRect:V,propertyKey:t}:void 0)},[A,d,t,p,s]),ne=V=>{w&&w(V?{width:s,height:d,entity:A,cellRect:V,propertyKey:t}:void 0)};let M,Q=!1,ce=!1,ae=!0,G=!1,O=!1,X=!0;const oe=!H&&B;if(_||N)return n.jsx(Ct,{size:I,width:s,saved:P,value:m,align:l??"left",fullHeight:!1,disabledTooltip:z??(N?"Read only":void 0),disabled:!0,children:n.jsx(Be,{width:s,height:Hn(I),propertyKey:t,property:a,entity:A,value:m,size:hn(I)})},`${t}_${A.path}_${A.id}`);if(!S&&(!D||k)){if(mH(a))M=n.jsx(IH,{error:B,disabled:H,focused:k,selected:k,openPopup:w?ne:void 0,property:a,entity:A,path:f,value:m,previewSize:hn(I),updateValue:W,propertyKey:t}),X=!1,ce=!0,O=!0,G=!0;else if(k&&a.dataType==="number"){const j=a;j.enumValues?(M=n.jsx(Kt,{name:t,multiple:!1,disabled:H,focused:k,valueType:"number",small:hn(I)!=="medium",enumValues:j.enumValues,error:B,internalValue:m,updateValue:W}),O=!0):(M=n.jsx(uH,{align:l,error:B,focused:k,disabled:H,value:m,updateValue:W}),Q=!0)}else if(k&&a.dataType==="string"){const j=a;if(j.enumValues)M=n.jsx(Kt,{name:t,multiple:!1,focused:k,disabled:H,valueType:"string",small:hn(I)!=="medium",enumValues:j.enumValues,error:B,internalValue:m,updateValue:W}),O=!0;else if(!j.storage){const Le=!!j.multiline||!!j.markdown;M=n.jsx(dH,{error:B,disabled:H,multiline:Le,focused:k,value:m,updateValue:W}),Q=!0}}else if(a.dataType==="boolean")M=n.jsx(fH,{error:B,disabled:H,focused:k,internalValue:m,updateValue:W});else if(a.dataType==="date")M=n.jsx(AH,{name:t,error:B,disabled:H,mode:a.mode,focused:k,internalValue:m,updateValue:W}),O=!0,ae=!1,Q=!1;else if(a.dataType==="reference")typeof a.path=="string"&&(M=n.jsx(ta,{name:t,internalValue:m,updateValue:W,disabled:H,size:I,path:a.path,multiselect:!1,previewProperties:a.previewProperties,title:a.name,forceFilter:a.forceFilter})),Q=!1;else if(a.dataType==="array"){const j=a;if(!j.of&&!j.oneOf)throw Error(`You need to specify an 'of' or 'oneOf' prop (or specify a custom field) in your array property ${t}`);j.of&&!Array.isArray(j.of)&&(j.of.dataType==="string"||j.of.dataType==="number"?k&&j.of.enumValues&&(M=n.jsx(Kt,{name:t,multiple:!0,disabled:H,focused:k,small:hn(I)!=="medium",valueType:j.of.dataType,enumValues:j.of.enumValues,error:B,internalValue:m,updateValue:W}),Q=!0,O=!0,ae=!1):j.of.dataType==="reference"&&(typeof j.of.path=="string"&&(M=n.jsx(ta,{name:t,disabled:H,internalValue:m,updateValue:W,size:I,multiselect:!0,path:j.of.path,previewProperties:j.of.previewProperties,title:j.of.name,forceFilter:j.of.forceFilter})),Q=!1))}}return M||(Q=!1,ce=k&&!M&&!H&&!N,M=n.jsx(Be,{width:s,height:d,entity:A,propertyKey:t,value:m,property:a,size:hn(I)})),n.jsx(Ct,{size:I,width:s,onSelect:$,selected:k,disabled:H||N,disabledTooltip:z??"Disabled",removePadding:G,fullHeight:O,saved:P,error:B,align:l,allowScroll:Q,showExpandIcon:ce,value:m,hideOverflow:ae,actions:X&&n.jsx(ra,{showError:oe,disabled:H,showExpandIcon:ce,selected:k,openPopup:H?void 0:ne}),children:M},`cell_${t}_${A.path}_${A.id}`)},KH);function KH(e,t){return e.height===t.height&&e.propertyKey===t.propertyKey&&e.align===t.align&&e.width===t.width&&de(e.property,t.property)&&de(e.value,t.value)&&de(e.entity.values,t.entity.values)}function yo({text:e,...t}){return n.jsx("div",{className:"flex w-full h-screen max-h-full max-w-full bg-gray-50 dark:bg-gray-900 gap-4",children:n.jsxs("div",{className:"m-auto flex flex-col gap-2 items-center",children:[n.jsx(jn,{...t}),e&&n.jsx(q,{color:"secondary",variant:"caption",className:"text-center",children:e})]})})}const CH=u.memo(function({resizeHandleRef:t,columnIndex:c,isResizingIndex:i,sort:a,onColumnSort:l,onFilterUpdate:s,filter:d,column:f,onClickResizeColumn:A,createFilterField:_,AdditionalHeaderWidget:h}){const[g,y]=u.useState(!1),[I,b]=u.useState(!1),[p,w]=u.useState(!1),k=u.useCallback(K=>{b(!0)},[]),m=u.useCallback((K,P)=>{s(f,K),P!==void 0&&b(P)},[f,s]),C=i===c,B=!(i!==c&&i>0)&&(g||C);return n.jsx(se,{children:n.jsxs("div",{className:F("flex py-0 px-3 h-full text-xs uppercase font-semibold relative select-none items-center bg-gray-50 dark:bg-gray-900","text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200 ","hover:bg-gray-100 dark:hover:bg-gray-800 hover:bg-opacity-50 dark:hover:bg-opacity-50",f.frozen?"sticky left-0 z-10":"relative z-0"),style:{left:f.frozen?0:void 0,minWidth:f.width,maxWidth:f.width},onMouseEnter:()=>y(!0),onMouseMove:()=>y(!0),onMouseLeave:()=>y(!1),children:[n.jsx("div",{className:"overflow-hidden flex-grow",children:n.jsxs("div",{className:`flex items-center justify-${f.headerAlign} flex-row`,children:[f.icon&&f.icon(g||I),n.jsx("div",{className:"truncate -webkit-box w-full mx-1 overflow-hidden",style:{WebkitBoxOrient:"vertical",WebkitLineClamp:2,justifyContent:f.align},children:f.title})]})}),n.jsxs(n.Fragment,{children:[h&&n.jsx(h,{onHover:g||I}),f.sortable&&(a||B||I)&&n.jsx($t,{color:"secondary",invisible:!a,children:n.jsxs(Z,{size:"small",className:g||I?"bg-white dark:bg-gray-950":void 0,onClick:()=>{l(f.key)},children:[!a&&n.jsx(Do,{}),a==="asc"&&n.jsx(Do,{}),a==="desc"&&n.jsx(Do,{className:"rotate-180"})]})})]}),f.filter&&_&&n.jsx("div",{children:n.jsx($t,{color:"secondary",invisible:!d,children:n.jsx(cr,{open:I,onOpenChange:b,className:p?"hidden":void 0,modal:!0,trigger:n.jsx(Z,{className:g||I?"bg-white dark:bg-gray-950":void 0,size:"small",onClick:k,children:n.jsx(kc,{size:"small"})}),children:n.jsx(SH,{column:f,filter:d,onHover:g,onFilterUpdate:m,createFilterField:_,hidden:p,setHidden:w})})})}),f.resizable&&n.jsx("div",{ref:t,className:F("absolute h-full w-[6px] top-0 right-0 cursor-col-resize",B&&"bg-gray-300 dark:bg-gray-700"),onMouseDown:A?()=>A(c,f):void 0})]})})},de);function SH({column:e,onFilterUpdate:t,filter:c,onHover:i,createFilterField:a,hidden:l,setHidden:s}){const d=e.key,[f,A]=u.useState(c);if(u.useEffect(()=>{A(c)},[c]),!e.filter)return null;const _=()=>{t(f,!1)},h=I=>{t(void 0,!1)},g=!!c,y=a({id:d,filterValue:f,setFilterValue:A,column:e,hidden:l,setHidden:s});return y?n.jsxs("div",{className:"text-gray-900 dark:text-white",children:[n.jsx("div",{className:F(fe,"py-4 px-6 text-xs font-semibold uppercase border-b"),children:e.title??d}),y&&n.jsx("div",{className:"m-4",children:y}),n.jsxs("div",{className:"flex justify-end m-4",children:[n.jsx(ie,{className:"mr-4",disabled:!g,variant:"text",color:"primary",type:"reset","aria-label":"filter clear",onClick:h,children:"Clear"}),n.jsx(ie,{variant:"outlined",color:"primary",onClick:_,children:"Filter"})]})]}):null}const BH=({columns:e,currentSort:t,onColumnSort:c,onFilterUpdate:i,sortByProperty:a,filter:l,onColumnResize:s,onColumnResizeEnd:d,createFilterField:f,AddColumnComponent:A})=>{const _=e.map(()=>u.createRef()),[h,g]=u.useState(-1),y=u.useCallback((v,B,K)=>{const P=e[v],E=100,T=800,S=B>T?T:B<E?E:B,D={width:S,key:P.key,column:{...P,width:S}};K?d(D):s(D)},[e,s,d]),I=u.useCallback(v=>{if(h>=0){const B=_[h].current?.parentElement?.getBoundingClientRect().left;return B?v.clientX-B:void 0}},[_,h]),b=u.useCallback(v=>{document.body.style.cursor=v?"col-resize":"auto"},[]),p=u.useCallback(v=>{v.stopPropagation(),v.preventDefault();const B=I(v);B&&y(h,B,!1)},[y,I,h]),w=u.useCallback(v=>{v.stopPropagation(),v.preventDefault();const B=I(v);B&&y(h,B,!0),g(-1),b(!1)},[y,I,h,b]),k=u.useCallback(()=>{document.removeEventListener("mousemove",p),document.removeEventListener("mouseup",w)},[p,w]),m=u.useCallback(()=>{document.addEventListener("mousemove",p),document.addEventListener("mouseup",w)},[p,w]);u.useEffect(()=>(h>=0?m():k(),()=>{k()}),[m,h,k]);const C=u.useCallback(v=>{g(v),b(!0)},[b]);return n.jsxs("div",{className:F(fe,"z-20 sticky min-w-full flex w-fit flex-row top-0 left-0 h-12 border-b bg-gray-50 dark:bg-gray-900"),children:[e.map((v,B)=>{const K=e[B],P=K&&l&&l[K.key]?l[K.key]:void 0;return n.jsx(se,{children:n.jsx(CH,{resizeHandleRef:_[B],columnIndex:B,isResizingIndex:h,onFilterUpdate:i,filter:P,sort:a===K.key?t:void 0,onColumnSort:c,onClickResizeColumn:C,column:K,createFilterField:f,AdditionalHeaderWidget:K.AdditionalHeaderWidget})},"header_"+K.key)}),A&&n.jsx(A,{})]})},EH=u.memo(function({rowData:t,rowIndex:c,children:i,onRowClick:a,size:l,style:s,hoverRow:d,rowClassName:f}){const A=u.useCallback(_=>a?a({rowData:t,rowIndex:c,event:_}):void 0,[a,t,c]);return n.jsx("div",{className:F("flex min-w-full text-sm border-b border-gray-200 dark:border-gray-800 border-opacity-40 dark:border-opacity-40",f?f(t):"",{"hover:bg-opacity-95":d,"cursor-pointer":a}),onClick:A,style:{...s,height:Hn(l),width:"fit-content"},children:i})},de),FH=u.memo(function(t){return t.rowData&&t.cellRenderer({cellData:t.cellData,rowData:t.rowData,rowIndex:t.rowIndex,isScrolling:!1,column:t.column,columns:t.columns,columnIndex:t.columnIndex,width:t.column.width})},(e,t)=>de(e,t)),qo=u.createContext({});qo.displayName="VirtualListContext";const PH=u.forwardRef(({children:e,...t},c)=>n.jsx(qo.Consumer,{children:i=>{const a=i.customView;return n.jsxs(n.Fragment,{children:[n.jsx("div",{id:"virtual-table",style:{position:"relative",height:"100%"},children:n.jsxs("div",{ref:c,...t,style:{...t?.style,minHeight:"100%",position:"relative"},children:[n.jsx(BH,{...i}),!a&&e]})}),a&&n.jsx("div",{style:{position:"sticky",top:"56px",flexGrow:1,height:"calc(100% - 56px)",marginTop:"calc(56px - 100vh)",left:0},children:a})]})}})),ca=u.memo(function({data:t,onResetPagination:c,onEndReached:i,size:a="m",columns:l,onRowClick:s,onColumnResize:d,filter:f,checkFilterCombination:A,onFilterUpdate:_,sortBy:h,error:g,emptyComponent:y,onSortByUpdate:I,loading:b,cellRenderer:p,hoverRow:w,createFilterField:k,rowClassName:m,className:C,endAdornment:v,AddColumnComponent:B}){const K=h?h[0]:void 0,P=h?h[1]:void 0,[E,T]=u.useState(l),S=u.useRef(null),D=u.useRef(0);u.useEffect(()=>{T(l)},[l]);const[N,z]=lr(),H=u.useCallback(V=>{T(E.map(j=>j.key===V.column.key?V.column:j))},[E]),Y=u.useCallback(V=>{T(E.map(j=>j.key===V.column.key?V.column:j)),d&&d(V)},[E,d]),te=u.useRef();u.useEffect(()=>{te.current=f},[f]);const W=u.useCallback(()=>{D.current=0,S.current&&S.current.scrollTo(S.current?.scrollLeft,0)},[]),$=u.useCallback(V=>{const j=K===V&&P==="desc",Ke=K===V&&P==="asc"?"desc":j?void 0:"asc",_e=j?void 0:V,Re=te.current,bn=Ke&&_e?[_e,Ke]:void 0;Re&&A&&!A(Re,bn)&&_&&_(void 0),c&&c(),I&&I(bn),W()},[A,P,_,c,I,W,K]),ne=u.useCallback(()=>{D.current=0,I&&I(void 0)},[I]),M=Math.max((t?.length??0)*Hn(a)-z.height,0),Q=u.useCallback(V=>{i&&(t?.length??0)>0&&V>D.current+600&&(D.current=V,i())},[t?.length,i]),ce=u.useCallback(({scrollOffset:V,scrollUpdateWasRequested:j})=>{!j&&V>=M-600&&Q(V)},[M,Q]),ae=u.useCallback((V,j)=>{D.current=0;const Le=te.current;let Ke=Le?{...Le}:{};j?Ke[V.key]=j:delete Ke[V.key],!A||A(Ke,K&&P?[K,P]:void 0)||(Ke=j?{[V.key]:j}:{}),_&&_(Ke),V.key!==K&&ne()},[A,P,_,ne,K]),G=u.useCallback(()=>n.jsxs("div",{className:"h-full flex flex-col items-center justify-center sticky left-0",children:[n.jsx(q,{variant:"h6",children:"Error fetching data from the data source"}),g?.message&&n.jsx(so,{className:"px-4 break-all",source:g.message})]}),[g?.message]),O=u.useCallback(()=>b?n.jsx(yo,{}):n.jsxs("div",{className:"flex flex-col overflow-auto items-center justify-center p-2 gap-2 h-full",children:[n.jsx(uc,{}),y]}),[y,b]),X=!b&&(t?.length??0)===0,oe=g?G():X?O():void 0;return n.jsx("div",{ref:N,className:F("h-full w-full",C),children:n.jsx(qo.Provider,{value:{data:t,size:a,cellRenderer:p,columns:E,currentSort:P,onRowClick:s,customView:oe,onColumnResize:H,onColumnResizeEnd:Y,filter:te.current,onColumnSort:$,onFilterUpdate:ae,sortByProperty:K,hoverRow:w??!1,createFilterField:k,rowClassName:m,endAdornment:v,AddColumnComponent:B},children:n.jsx(DH,{outerRef:S,width:z.width,height:z.height,itemCount:(t?.length??0)+(v?1:0),onScroll:ce,includeAddColumn:!!B,itemSize:Hn(a)},a)})})},de);function DH({outerRef:e,width:t,height:c,itemCount:i,onScroll:a,itemSize:l,includeAddColumn:s}){const d=u.useCallback(({index:f,style:A})=>n.jsx(qo.Consumer,{children:({onRowClick:_,data:h,columns:g,size:y="m",cellRenderer:I,hoverRow:b,rowClassName:p,endAdornment:w})=>{if(w&&f===(h??[]).length)return n.jsx("div",{style:{...A,height:"auto",position:"sticky",bottom:0,zIndex:1},children:w});const k=h&&h[f];return n.jsxs(EH,{rowData:k,rowIndex:f,onRowClick:_,columns:g,hoverRow:b,rowClassName:p,style:{...A,top:`calc(${A.top}px + 48px)`},size:y,children:[g.map((m,C)=>{const v=k&&k[m.key];return n.jsx(FH,{dataKey:m.key,cellRenderer:I,column:m,columns:g,rowData:k,cellData:v,rowIndex:f,columnIndex:C},`cell_${m.key}`)}),s&&n.jsx("div",{className:"w-20"})]},`row_${f}`)}}),[]);return n.jsx(qa.FixedSizeList,{outerRef:e,innerElementType:PH,width:t,height:c,overscanCount:4,itemCount:i,onScroll:a,itemSize:l,children:d})}const St=u.memo(function({entity:t,collection:c,fullPath:i,width:a,frozen:l,isSelected:s,selectionEnabled:d,size:f,highlightEntity:A,onCollectionChange:_,unhighlightEntity:h,actions:g=[],hideId:y,selectionController:I}){const b=Ge(),p=x(),w=u.useCallback(K=>{I?.toggleEntitySelection(t)},[t,I?.toggleEntitySelection]),k=u.useCallback(K=>{K.stopPropagation(),I?.toggleEntitySelection(t)},[t,I?.toggleEntitySelection]),m=g.length>0,C=g.some(K=>K.collapsed||K.collapsed===void 0),v=g.filter(K=>K.collapsed||K.collapsed===void 0),B=g.filter(K=>K.collapsed===!1);return n.jsxs("div",{onClick:k,className:F("h-full flex items-center justify-center flex-col bg-gray-50 dark:bg-gray-900 bg-opacity-90 dark:bg-opacity-90 z-10",l?"sticky left-0":""),style:{width:a,position:l?"sticky":"initial",left:l?0:"initial",contain:"strict"},children:[(m||d)&&n.jsxs("div",{className:"w-34 flex justify-center",children:[B.map((K,P)=>n.jsx(ye,{title:K.name,children:n.jsx(Z,{onClick:E=>{E.stopPropagation(),K.onClick({entity:t,fullPath:i,collection:c,context:p,selectionController:I,highlightEntity:A,unhighlightEntity:h,onCollectionChange:_})},size:b?"medium":"small",children:K.icon})},P)),C&&n.jsx($n,{trigger:n.jsx(Z,{size:b?"medium":"small",children:n.jsx(Sr,{})}),children:v.map((K,P)=>n.jsxs(Ee,{onClick:E=>{E.stopPropagation(),K.onClick({entity:t,fullPath:i,collection:c,context:p,selectionController:I,highlightEntity:A,unhighlightEntity:h,onCollectionChange:_})},children:[K.icon,K.name]},P))}),d&&n.jsx(ye,{title:`Select ${t.id}`,children:n.jsx(Jr,{size:b?"medium":"small",checked:s,onCheckedChange:w})})]}),!y&&f!=="xs"&&n.jsx("div",{className:"w-[138px] text-center overflow-hidden truncate",children:t?n.jsxs(q,{onClick:K=>{K.stopPropagation()},className:"font-mono select-all",variant:"caption",color:"secondary",children:[" ",t.id," "]}):n.jsx(ze,{})})]})},de);function NH(e){const t=Ge(),c=!e.forceFilter&&e.filterIsSet&&e.clearFilter&&n.jsxs(ie,{variant:"outlined",className:"h-fit-content","aria-label":"filter clear",onClick:e.clearFilter,size:"small",children:[n.jsx(mc,{}),"Clear filter"]}),i=n.jsx(Xe,{value:e.size,className:"w-16 h-10",size:"small",onValueChange:a=>e.onSizeChanged(a),renderValue:a=>n.jsx("div",{className:"font-medium",children:a.toUpperCase()}),children:["xs","s","m","l","xl"].map(a=>n.jsx(xe,{value:a,className:"w-12 font-medium text-center",children:a.toUpperCase()},a))});return n.jsxs("div",{className:F(fe,"no-scrollbar min-h-[56px] overflow-x-auto px-4 bg-gray-50 dark:bg-gray-900 border-b flex flex-row justify-between items-center w-full"),children:[n.jsxs("div",{className:"flex items-center gap-2",children:[e.title&&n.jsx("div",{className:"hidden lg:block",children:e.title}),i,e.actionsStart,c]}),n.jsxs("div",{className:"flex items-center gap-2",children:[t&&n.jsx("div",{className:"w-[22px]",children:e.loading&&n.jsx(jn,{size:"small"})}),e.onTextSearch&&n.jsx(Ut,{onTextSearch:e.onTextSearch,expandable:!0},"search-bar"),e.actions]})]})}const ia={"==":"==","!=":"!=",">":">","<":"<",">=":">=","<=":"<=",in:"In","not-in":"Not in","array-contains":"Contains","array-contains-any":"Contains Any"},Bt=["array-contains-any","in","not-in"];function TH({name:e,value:t,setValue:c,isArray:i,path:a,title:l,previewProperties:s,setHidden:d}){const f=i?["array-contains"]:["==","!=",">","<",">=","<="],[A,_]=u.useState(!1);i?f.push("array-contains-any"):f.push("in","not-in");const[h,g]=t||[f[0],void 0],[y,I]=u.useState(h),[b,p]=u.useState(g),w=b?Array.isArray(b)?b.map(S=>S instanceof Ue?S.id:null).filter(Boolean):[b.id]:[];function k(S,D){const N=Bt.includes(y),z=Bt.includes(S);let H=D;N!==z&&(H=z?H instanceof Ue?[H]:[]:void 0),I(S),p(H);const Y=H!==null&&Array.isArray(H)?H.length>0:H!==void 0;c(S&&Y?[S,H]:void 0)}const m=Ae(),C=u.useMemo(()=>a?m.getCollection(a):void 0,[a]),v=S=>{k(y,kn(S))},B=S=>{k(y,S.map(D=>kn(D)))},K=Bt.includes(y),P=ao({multiselect:K,path:a,collection:C,onSingleEntitySelected:v,onMultipleEntitiesSelected:B,selectedEntityIds:w,onClose:()=>{d(!1)}}),E=()=>{d(!0),P.open()},T=S=>n.jsx("div",{className:"mb-0.5",onMouseEnter:()=>_(!0),onMouseMove:()=>_(!0),onMouseLeave:()=>_(!1),children:n.jsx(rn,{disabled:!a,previewProperties:s,size:"medium",onClick:E,reference:S,onHover:A,allowEntityNavigation:!1})});return console.log("ReferenceFilterField",{internalValue:b}),n.jsxs("div",{className:"flex w-[440px] flex-row",children:[n.jsx("div",{className:"w-[120px]",children:n.jsx(Xe,{value:y,onValueChange:S=>{k(S,b)},renderValue:S=>ia[S],children:f.map(S=>n.jsx(xe,{value:S,children:ia[S]},S))})}),n.jsxs("div",{className:"flex-grow ml-2 h-full",children:[b&&Array.isArray(b)&&n.jsx("div",{children:b.map((S,D)=>T(S))}),b&&!Array.isArray(b)&&n.jsx("div",{children:T(b)}),(!b||Array.isArray(b)&&b.length===0)&&n.jsx(ie,{onClick:E,variant:"outlined",className:"h-full w-full",children:K?"Select references":"Select reference"})]})]})}const aa={"==":"==","!=":"!=",">":">","<":"<",">=":">=","<=":"<=",in:"In","not-in":"Not in","array-contains":"Contains","array-contains-any":"Any"},Et=["array-contains-any","in","not-in"];function MH({name:e,value:t,setValue:c,dataType:i,isArray:a,enumValues:l,title:s}){const d=a?["array-contains"]:["==","!=",">","<",">=","<="];l&&(a?d.push("array-contains-any"):d.push("in","not-in"));const[f,A]=t||[d[0],void 0],[_,h]=u.useState(f),[g,y]=u.useState(A);function I(p,w){let k=w;const m=Et.includes(_),C=Et.includes(p);m!==C&&(k=C?typeof w=="string"||typeof w=="number"?[w]:[]:""),typeof k=="number"&&isNaN(k)&&(k=void 0),h(p),y(k);const v=k!==null&&Array.isArray(k)?k.length>0:k!==void 0;c(p&&v?[p,k]:void 0)}const b=Et.includes(_);return n.jsxs("div",{className:"flex w-[440px] items-center",children:[n.jsx("div",{className:"w-[80px]",children:n.jsx(Xe,{value:_,position:"item-aligned",onValueChange:p=>{I(p,g)},renderValue:p=>aa[p],children:d.map(p=>n.jsx(xe,{value:p,children:aa[p]},p))})}),n.jsxs("div",{className:"flex-grow ml-2",children:[!l&&n.jsx(tn,{type:i==="number"?"number":void 0,value:g!==void 0?String(g):"",onChange:p=>{const w=i==="number"?parseFloat(p.target.value):p.target.value;I(_,w)},endAdornment:g&&n.jsx(Z,{className:"absolute right-3 top-2",onClick:p=>I(_,void 0),children:n.jsx(fn,{})})}),l&&n.jsx(Xe,{position:"item-aligned",value:g!==void 0?Array.isArray(g)?g.map(p=>String(p)):String(g):a?[]:"",onValueChange:p=>{I(_,i==="number"?parseInt(p):p)},multiple:b,endAdornment:g&&n.jsx(Z,{className:"absolute right-3 top-2",onClick:p=>I(_,void 0),children:n.jsx(fn,{})}),renderValue:p=>n.jsx(Fe,{enumKey:p,enumValues:l,size:"small"},`select_value_${e}_${p}`),children:l.map(p=>n.jsx(xe,{value:String(p.id),children:n.jsx(Fe,{enumKey:String(p.id),enumValues:l,size:"small"})},`select_value_${e}_${p.id}`))})]})]})}function OH({name:e,title:t,value:c,setValue:i}){function a(d){i(d!==void 0?["==",d]:void 0)}const l=c&&c[1],s=!!c;return n.jsx("div",{className:"w-[200px]",children:n.jsx(Gn,{value:l,allowIndeterminate:!0,onValueChange:d=>a(d===null?void 0:d),label:s?l?`${t} is true`:`${t} is false`:"No filter"})})}const LH="hover:bg-gray-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:hover:bg-opacity-75",QH="inline-flex items-center justify-center p-2 text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150",VH="dark:text-gray-100 text-gray-700 visited:text-gray-700 dark:visited:text-gray-100",WH={medium:"w-10 !h-10 min-w-10 min-h-10",small:"w-8 !h-8 min-w-8 min-h-8",large:"w-12 !h-12 min-w-12 min-h-12"},GH={circular:"rounded-full",square:"rounded-md"},zH=({children:e,className:t,size:c="medium",variant:i="ghost",shape:a="circular",disabled:l,toggled:s,component:d,...f},A)=>{const _=i==="ghost"?"bg-transparent":"bg-gray-50 dark:bg-gray-950",h=d||"button";return n.jsx(h,{type:"button",ref:A,...f,className:F(Ie,l?"opacity-50 pointer-events-none":"cursor-pointer",s?"outline outline-2 outline-primary":"",VH,_,QH,LH,GH[a],WH[c],t),children:e})},Z=u.forwardRef(zH),Ft=le.forwardRef(function(t,c){const{shrink:i,className:a,...l}=t,s={root:"origin-left transition-transform block whitespace-nowrap overflow-hidden text-overflow-ellipsis max-w-full",shrink:"transform translate-y-[2px] scale-75 translate-x-[12px]",expanded:"translate-x-[16px] top-0 transform translate-y-[16px] scale-100"},d=F(s.root,{[s.shrink]:i,[s.expanded]:!i},a);return n.jsx("label",{"data-shrink":i,ref:c,className:d,...l})}),Un=({value:e,label:t,onChange:c,disabled:i,clearable:a,mode:l="date",error:s,size:d,className:f,style:A,inputClassName:_,preventOpenOnFocus:h,invisible:g})=>{const y=u.useRef(null),{locale:I}=x(),b=u.useRef(null),[p,w]=u.useState(document.activeElement===b.current),k=e!=null,m=e!=null&&!(e instanceof Date);Ln("DateTimeField",HH);const C=v=>{v.preventDefault(),c(null)};return n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:F("rounded-md relative max-w-full",!g&&Ze,i?on:Ye,{"min-h-[48px]":d==="small","min-h-[64px]":d==="medium"},f),style:A,children:[t&&n.jsx(Ft,{className:F("absolute top-1 pointer-events-none",s?"text-red-500 dark:text-red-600":p?"text-primary":"text-text-secondary dark:text-text-secondary-dark",i?"opacity-50":""),shrink:k||p,children:t}),n.jsx(ir,{ref:y,locale:I,selected:(m?null:e)??null,onChange:c,disabled:!1,popperClassName:F($e,"my-4 shadow"),onClick:v=>v.stopPropagation(),onFocus:()=>w(!0),onBlur:()=>w(!1),showTimeSelect:l==="date_time",timeFormat:"HH:mm",timeIntervals:15,timeCaption:"time",dateFormat:l==="date_time"?"Pp":"P",preventOpenOnFocus:!0,className:F("w-full outline-none bg-transparent leading-normal text-base px-3",a?"pr-14":"pr-12","rounded-md",!g&&Ie,d==="small"?"min-h-[48px]":"min-h-[64px]",t?"pt-[28px] pb-2":"py-2",_,i&&"border border-transparent outline-none opacity-50 dark:opacity-50 text-gray-600 dark:text-gray-500")}),n.jsx(Z,{onClick:()=>y.current?.setOpen(!0),className:"absolute right-3 top-1/2 transform -translate-y-1/2 !text-gray-500 ",children:n.jsx(fc,{color:"disabled"})}),a&&e&&n.jsx(Z,{onClick:C,className:"absolute right-14 top-1/2 transform -translate-y-1/2 text-gray-400 ",children:n.jsx(fn,{})})]}),m&&n.jsx(me,{title:"Invalid date value for this field",error:`The provided value is: ${JSON.stringify(e)}`})]})},HH=`
|
|
708
|
+
`;function _a({propertyKey:e,value:t,error:c,showError:i,isSubmitting:a,setValue:l,tableMode:s,property:d,includeDescription:u,underlyingValueHasChanged:A,context:_,disabled:h}){if(x(),!Array.isArray(d.resolvedProperties))throw Error("ArrayCustomShapedFieldBinding misconfiguration. Property `of` not set");const g=d.expanded===void 0?!0:d.expanded;We({property:d,value:t,setValue:l});const y=n.jsx(Se,{icon:ve(d,"small"),required:d.validation?.required,className:"text-text-secondary dark:text-text-secondary-dark",title:d.name}),I=d.resolvedProperties.map((b,p)=>{const w={propertyKey:`${e}[${p}]`,disabled:h,property:b,includeDescription:u,underlyingValueHasChanged:A,context:_,tableMode:!1,partOfArray:!0,partOfBlock:!1,autoFocus:!1};return n.jsx("div",{className:"pb-4",children:n.jsx(Cn,{...w})},`custom_shaped_array_${p}`)});return n.jsxs(n.Fragment,{children:[!s&&n.jsx(gn,{initiallyExpanded:g,title:y,className:"px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",children:I}),s&&I,n.jsx(Be,{includeDescription:u,showError:i,error:c,disabled:h,property:d})]})}const O3=({containerRef:e})=>{const{isSubmitting:t,isValidating:c,errors:i}=De.useFormikContext();return f.useEffect(()=>{const a=Object.keys(i);if(a.length>0&&t&&!c){const l=e?.current?.querySelector(`#form_field_${a[0]}`);if(l&&e?.current){const s=ha(e.current);if(s){const u=l.getBoundingClientRect().top;s.scrollTo({top:s.scrollTop+u-64,behavior:"smooth"})}const d=l.querySelector("input");d&&d.focus()}}},[t,c,i,e]),null},L3=e=>{const t=e&&e.scrollHeight>e.clientHeight,c=e?window.getComputedStyle(e).overflowY:null,i=c&&c.indexOf("hidden")!==-1;return t&&!i},ha=e=>!e||e===document.body?document.body:L3(e)?e:ha(e.parentNode);function Q3({customId:e,entityId:t,status:c,onChange:i,error:a,entity:l}){const s=c==="existing"||!e,d=c!=="existing"&&!e,u=f.useMemo(()=>{if(!(!e||typeof e=="boolean"||e==="optional"))return yn(e)},[e]),A=An(),{copy:_}=Da({onSuccess:y=>A.open({type:"success",message:`Copied ${y}`})}),h=x(),g={label:d?"ID is set automatically":"ID",disabled:s,name:"id",value:(l&&c==="existing"?l.id:t)??"",endAdornment:l?n.jsxs(n.Fragment,{children:[n.jsx(ye,{title:"Copy",children:n.jsx(Z,{onClick:y=>_(l.id),"aria-label":"copy-id",children:n.jsx(Rn,{size:"small"})})}),h?.entityLinkBuilder&&n.jsx(ye,{title:"Open in the console",children:n.jsx(Z,{component:"a",href:h.entityLinkBuilder({entity:l}),rel:"noopener noreferrer",target:"_blank",onClick:y=>y.stopPropagation(),"aria-label":"go-to-datasource",children:n.jsx(eo,{size:"small"})})})]}):void 0};return n.jsxs(n.Fragment,{children:[u&&n.jsx(Xe,{error:a,onValueChange:y=>i(y),...g,renderValue:y=>{const I=u.find(b=>b.id===y);return I?`${I.id} - ${I.label}`:y},children:u.map(y=>n.jsx(xe,{value:String(y.id),children:n.jsx(Pe,{enumKey:y.id,enumValues:u,size:"medium"})},y.id))}),!u&&n.jsx(tn,{...g,error:a,placeholder:e==="optional"?"Autogenerated ID, it can be manually changed":c==="new"||c==="copy"?"ID of the new document":"ID of the document",onChange:y=>{let I=y.target.value;return I&&(I=I.trim()),i(I.length?I:void 0)}}),n.jsx(De.ErrorMessage,{name:"id",component:"div",children:y=>"You need to specify an ID"})]})}const ga=f.memo(V3,(e,t)=>e.status===t.status&&e.path===t.path&&de(e.entity?.values,t.entity?.values));function V3({status:e,path:t,collection:c,entity:i,onEntitySaveRequested:a,onDiscard:l,onModified:s,onValuesChanged:d,onIdChange:u,onFormContextChange:A,hideId:_,autoSave:h,onIdUpdateError:g}){const y=x(),I=Ge(),b=y.plugins,p=f.useMemo(()=>Me({collection:c,path:t,values:i?.values,fields:y.fields}),[i?.values,t]),w=(e==="new"||e==="copy")&&!!p.customId&&p.customId!=="optional",k=f.useMemo(()=>e==="new"||e==="copy"?w?void 0:I.generateEntityId(t):i?.id,[]),m=f.useRef(!1),C=f.useMemo(()=>{const G=p.properties;if((e==="existing"||e==="copy")&&i)return i.values??co(G);if(e==="new")return co(G);throw console.error({status:e,entity:i}),new Error("Form has not been initialised with the correct parameters")},[e,p,i]),[v,B]=f.useState(k),[K,P]=f.useState(!1),[E,T]=f.useState(),S=f.useRef(i?.values??C),D=S.current,[N,H]=f.useState(D),U=G=>{H(G),d&&d(G),h&&G&&!de(G,D)&&z(G)};f.useEffect(()=>{v&&u&&u(v)},[v,u]);const j=Me({collection:c,path:t,entityId:v,values:N,previousValues:D,fields:y.fields}),te=j.callbacks?.onIdUpdate;f.useEffect(()=>{if(te&&N&&(e==="new"||e==="copy"))try{const G=te({collection:j,path:t,entityId:v,values:N,context:y});B(G)}catch(G){g&&g(G),console.error(G)}},[v,N,e]);const W=f.useMemo(()=>D&&e==="existing"?Object.entries(j.properties).map(([G,O])=>{if(to(O))return{};const X=D[G],oe=C[G];return de(X,oe)?{}:{[G]:oe}}).reduce((G,O)=>({...G,...O}),{}):{},[C,j.properties,D,e]),z=G=>a({collection:j,path:t,entityId:v,values:G,previousValues:i?.values,closeAfterSave:m.current,autoSave:h??!1}).then(O=>{const X=e==="new"?"new_entity_saved":e==="copy"?"entity_copied":e==="existing"?"entity_edited":"unmapped_event";y.onAnalyticsEvent?.(X,{path:t}),S.current=G}).catch(O=>{console.error(O),T(O)}).finally(()=>{m.current=!1}),ne=(G,O)=>{if(w&&!v){console.error("Missing custom Id"),P(!0),O.setSubmitting(!1);return}if(T(void 0),P(!1),e==="existing"){if(!i?.id)throw Error("Form misconfiguration when saving, no id for existing entity")}else if(e==="new"||e==="copy"){if(j.customId&&j.customId!=="optional"&&!v)throw Error("Form misconfiguration when saving, entityId should be set")}else throw Error("New FormType added, check EntityForm");z(G)?.then(X=>{O.resetForm({values:G,submitCount:0,touched:{}})}).finally(()=>{O.setSubmitting(!1)})},M=f.useCallback(({name:G,value:O,property:X})=>I.checkUniqueField(t,G,O,v),[I,t,v]),Q=f.useMemo(()=>v?Bi(v,j.properties,M):void 0,[v,j.properties,M]),ce=un(),ae=f.useCallback(({entity:G,customEntityActions:O})=>{const X=Yn(j,ce,Qe(t),null),oe=G?xo(j,ce,Qe(t),G):!0,V=[];return X&&V.push(Wi),oe&&V.push(Gi),O&&V.push(...O),V},[ce,j,t]);return n.jsx(De.Formik,{initialValues:C,onSubmit:ne,validationSchema:Q,validate:G=>console.debug("Validating",G),onReset:()=>l&&l(),children:G=>{const O=[],X={setFieldValue:G.setFieldValue,values:G.values,collection:Me({collection:j,path:t,fields:y.fields}),entityId:v,path:t,save:z};if(f.useEffect(()=>{A&&A(X)},[A,X]),b&&j){const oe={entityId:v,path:t,status:e,collection:c,context:y,currentEntityId:v,formContext:X};O.push(...b.map((V,$)=>V.form?.Actions?n.jsx(V.form.Actions,{...oe},`actions_${V.name}`):null).filter(Boolean))}return n.jsxs("div",{className:"h-full overflow-auto",children:[O.length>0&&n.jsx("div",{className:F("w-full flex justify-end items-center sticky top-0 right-0 left-0 z-10 bg-opacity-60 bg-slate-200 dark:bg-opacity-60 dark:bg-slate-800 backdrop-blur-md"),children:O}),n.jsxs("div",{className:"pl-4 pr-4 pt-12 pb-16 md:pl-8",children:[n.jsx("div",{className:`w-full py-2 flex items-center mt-${4+(O?8:0)} lg:mt-${8+(O?8:0)} mb-8`,children:n.jsx(q,{className:"mt-4 flex-grow "+j.hideIdFromForm?"mb-2":"mb-0",variant:"h4",children:j.singularName??j.name})}),!_&&n.jsx(Q3,{customId:j.customId,entityId:v,status:e,onChange:B,error:K,entity:i}),v&&n.jsx(W3,{...G,initialValues:D,onModified:s,onValuesChanged:U,underlyingChanges:W,entity:i,resolvedCollection:j,formContext:X,status:e,savingError:E,closeAfterSaveRef:m,autoSave:h,entityActions:ae({entity:i,customEntityActions:j.entityActions})})]})]})}})}function W3(e){const{values:t,onModified:c,onValuesChanged:i,underlyingChanges:a,formContext:l,entity:s,touched:d,setFieldValue:u,resolvedCollection:A,isSubmitting:_,status:h,handleSubmit:g,savingError:y,dirty:I,closeAfterSaveRef:b,autoSave:p,entityActions:w}=e,k=x(),m=w.filter(E=>E.includeInForm===void 0||E.includeInForm),C=fn(),v=I;f.useEffect(()=>{c&&c(v),i&&i(t)},[v,t]),f.useEffect(()=>{!p&&a&&s&&Object.entries(a).forEach(([E,T])=>{const S=t[E];!de(T,S)&&!d[E]&&(console.debug("Updated value from the datasource:",E,T),u(E,T!==void 0?T:null))})},[p,a,s,t,d,u]);const B=n.jsx("div",{className:"flex flex-col gap-8",children:(A.propertiesOrder??Object.keys(A.properties)).map(E=>{const T=A.properties[E];if(!T)return console.warn(`Property ${E} not found in collection ${A.name}`),null;const S=!!a&&Object.keys(a).includes(E)&&!!d[E],D=!p&&_||Ln(T)||!!T.disabled;if(to(T))return null;const H={propertyKey:E,disabled:D,property:T,includeDescription:T.description||T.longDescription,underlyingValueHasChanged:S&&!p,context:l,tableMode:!1,partOfArray:!1,partOfBlock:!1,autoFocus:!1};return n.jsx("div",{id:`form_field_${E}`,children:n.jsx(se,{children:n.jsx(Cn,{...H})})},`field_${A.name}_${E}`)}).filter(Boolean)}),K=_||!v&&h==="existing",P=f.useRef(null);return n.jsxs(De.Form,{onSubmit:g,noValidate:!0,children:[n.jsxs("div",{className:"mt-12",ref:P,children:[B,n.jsx(O3,{containerRef:P})]}),n.jsx("div",{className:"h-14"}),!p&&n.jsxs(Bn,{position:"absolute",children:[y&&n.jsx("div",{className:"text-right",children:n.jsx(q,{color:"error",children:y.message})}),s&&m.length>0&&n.jsx("div",{className:"flex-grow flex overflow-auto no-scrollbar",children:m.map(E=>n.jsx(Z,{color:"primary",onClick:T=>{T.stopPropagation(),s&&E.onClick({entity:s,fullPath:A.path,collection:A,context:k,sideEntityController:C})},children:E.icon},E.name))}),n.jsx(ie,{variant:"text",disabled:K,type:"reset",children:h==="existing"?"Discard":"Clear"}),n.jsxs(ie,{variant:"text",color:"primary",type:"submit",disabled:K,onClick:()=>{b.current=!1},children:[h==="existing"&&"Save",h==="copy"&&"Create copy",h==="new"&&"Create"]}),n.jsxs(ie,{variant:"filled",color:"primary",type:"submit",disabled:K,onClick:()=>{b.current=!0},children:[h==="existing"&&"Save and close",h==="copy"&&"Create copy and close",h==="new"&&"Create and close"]})]})]})}function Ia(e){return Object.keys(Ft).includes(e)}const Ft={text_field:{key:"text_field",name:"Text field",description:"Simple short text",Icon:Dc,color:"#2d7ff9",property:{dataType:"string",Field:Un}},multiline:{key:"multiline",name:"Multiline",description:"Text with multiple lines",Icon:Nc,color:"#2d7ff9",property:{dataType:"string",multiline:!0,Field:Un}},markdown:{key:"markdown",name:"Markdown",description:"Text with advanced markdown syntax",Icon:pc,color:"#2d7ff9",property:{dataType:"string",markdown:!0,Field:ya}},url:{key:"url",name:"Url",description:"Text with URL validation",Icon:kc,color:"#154fb3",property:{dataType:"string",url:!0,Field:Un}},email:{key:"email",name:"Email",description:"Text with email validation",Icon:yc,color:"#154fb3",property:{dataType:"string",email:!0,Field:Un}},select:{key:"select",name:"Select/enum",description:"Select one text value from within an enumeration",Icon:Cc,color:"#4223c9",property:{dataType:"string",enumValues:[],Field:pt}},multi_select:{key:"multi_select",name:"Multi select",description:"Select multiple text values from within an enumeration",Icon:Sc,color:"#4223c9",property:{dataType:"array",of:{dataType:"string",enumValues:[]},Field:vt}},number_input:{key:"number_input",name:"Number input",description:"Simple number field with validation",Icon:Ec,color:"#bec920",property:{dataType:"number",Field:Un}},number_select:{key:"number_select",name:"Number select",description:"Select a number value from within an enumeration",Icon:vr,color:"#bec920",property:{dataType:"number",enumValues:[],Field:pt}},multi_number_select:{key:"multi_number_select",name:"Multiple number select",description:"Select multiple number values from within an enumeration",Icon:vr,color:"#bec920",property:{dataType:"array",of:{dataType:"number",enumValues:[]},Field:vt}},file_upload:{key:"file_upload",name:"File upload",description:"Input for uploading single files",Icon:Tc,color:"#f92d9a",property:{dataType:"string",storage:{storagePath:"{path}"},Field:Kt}},multi_file_upload:{key:"multi_file_upload",name:"Multiple file upload",description:"Input for uploading multiple files",Icon:fc,color:"#f92d9a",property:{dataType:"array",of:{dataType:"string",storage:{storagePath:"{path}"}},Field:Kt}},reference:{key:"reference",name:"Reference",description:"The value refers to a different collection",Icon:Kc,color:"#ff0042",property:{dataType:"reference",Field:sa}},multi_references:{key:"multi_references",name:"Multiple references",description:"Multiple values that refer to a different collection",Icon:tc,color:"#ff0042",property:{dataType:"array",of:{dataType:"reference"},Field:ca}},switch:{key:"switch",name:"Switch",description:"Boolean true or false field (or yes or no, 0 or 1...)",Icon:bc,color:"#20d9d2",property:{dataType:"boolean",Field:aa}},date_time:{key:"date_time",name:"Date/time",description:"A date time select field",Icon:Pc,color:"#8b46ff",property:{dataType:"date",Field:la}},group:{key:"group",name:"Group",description:"Group of multiple fields",Icon:pr,color:"#ff9408",property:{dataType:"map",properties:{},Field:da}},key_value:{key:"key_value",name:"Key-value",description:"Flexible field that allows the user to add multiple key-value pairs",Icon:pr,color:"#ff9408",property:{dataType:"map",keyValue:!0,Field:ua}},repeat:{key:"repeat",name:"Repeat/list",description:"A field that gets repeated multiple times (e.g. multiple text fields)",Icon:Sr,color:"#ff9408",property:{dataType:"array",of:{dataType:"string"},Field:fa}},custom_array:{key:"custom_array",name:"Custom array",description:"A field that saved its value as an array of custom objects",Icon:Sr,color:"#ff9408",property:{dataType:"array",of:[],Field:_a}},block:{key:"block",name:"Block",description:"A complex field that allows the user to compose different fields together, with a key->value format",Icon:Mc,color:"#ff9408",property:{dataType:"array",oneOf:{properties:{}},Field:Aa}}};function Zo(e,t){const c=Dt(e),i=Pt(e);if(!i){console.error("No field id found for property",e);return}const a=Ft[i],l=c?t[c]:void 0;return ze(a??{},l??{})}function Pt(e){if(e.dataType==="string")return e.multiline?"multiline":e.markdown?"markdown":e.storage?"file_upload":e.url?"url":e.email?"email":e.enumValues?"select":"text_field";if(e.dataType==="number")return e.enumValues?"number_select":"number_input";if(e.dataType==="map"){if(e.keyValue)return"key_value";if(e.properties)return"group"}else if(e.dataType==="array"){const t=e.of;return e.oneOf?"block":Array.isArray(t)?"custom_array":Fe(t)?"repeat":t?.dataType==="string"&&t.enumValues?"multi_select":t?.dataType==="number"&&t.enumValues?"multi_number_select":t?.dataType==="string"&&t.storage?"multi_file_upload":t?.dataType==="reference"?"multi_references":"repeat"}else{if(e.dataType==="boolean")return"switch";if(e.dataType==="date")return"date_time";if(e.dataType==="reference")return"reference"}console.error("Unsupported field config mapping",e)}function Dt(e){return e.propertyConfig?e.propertyConfig:Pt(e)}const Me=({collection:e,path:t,entityId:c,values:i,previousValues:a,userConfigPersistence:l,fields:s})=>{const d=l?.getCollectionConfig(t),u=_n(d,"properties"),A=co(e.properties),_=i??A,h=a??i??A,g=Object.entries(e.properties).map(([b,p])=>{const w=_?De.getIn(_,b):void 0;return{[b]:Oe({propertyKey:b,propertyOrBuilder:p,values:_,previousValues:h,path:t,propertyValue:w,entityId:c,fields:s})}}).filter(b=>b!==null).reduce((b,p)=>({...b,...p}),{}),y=ze(g,u),I=Object.entries(y).filter(([b,p])=>!!p?.dataType).map(([b,p])=>({[b]:p})).reduce((b,p)=>({...b,...p}),{});return{...e,properties:I,originalCollection:e}};function Oe({propertyOrBuilder:e,propertyValue:t,fromBuilder:c=!1,...i}){if(typeof e=="object"&&"resolved"in e)return e;let a=null;if(e)if(Fe(e)){const l=i.path;if(!l)throw Error("Trying to resolve a property builder without specifying the entity path");const s=e({...i,path:l,propertyValue:t,values:i.values??{},previousValues:i.previousValues??i.values??{}});if(!s)return console.debug("Property builder not returning `Property` so it is not rendered",l,i.entityId,e),null;a=Oe({...i,propertyValue:t,propertyOrBuilder:s,fromBuilder:!0})}else{const l=e;if(l.dataType==="map"&&l.properties){const s=Nt({...i,properties:l.properties,propertyValue:t});a={...l,resolved:!0,fromBuilder:c,properties:s}}else l.dataType==="array"?a=In({property:l,propertyValue:t,fromBuilder:c,...i}):(l.dataType==="string"||l.dataType==="number")&&l.enumValues&&(a=Tt(l,c))}else return null;if(a||(a={...e,resolved:!0,fromBuilder:c}),a.propertyConfig&&!Ia(a.propertyConfig)){const l=i.fields;if(!l)throw Error(`Trying to resolve a property with key ${a.propertyConfig} that inherits from a custom field but no custom fields were provided. Use the property 'fields' in your top level component to provide them`);const s=l[a.propertyConfig];if(!s)throw Error(`Trying to resolve a property that inherits from a custom field but no custom field with id ${a.propertyConfig} was found. Check the \`fields\` in your top level component`);if(s.property){const d=s.property;"propertyConfig"in d&&delete d.propertyConfig;const u=Oe({propertyOrBuilder:d,propertyValue:t,...i});u&&(a=ze(u,a))}}return a?{...a,resolved:!0}:null}function In({propertyKey:e,property:t,propertyValue:c,...i}){if(t.of){if(Array.isArray(t.of))return{...t,resolved:!0,fromBuilder:i.fromBuilder,resolvedProperties:t.of.map((a,l)=>Oe({propertyKey:`${e}.${l}`,propertyOrBuilder:a,propertyValue:Array.isArray(c)?c[l]:void 0,...i,index:l}))};{const a=t.of,l=Array.isArray(c)?c.map((d,u)=>Oe({propertyKey:`${e}.${u}`,propertyOrBuilder:a,propertyValue:d,...i,index:u})).filter(d=>!!d):[],s=Oe({propertyKey:`${e}`,propertyOrBuilder:a,propertyValue:void 0,...i});if(!s)throw Error("When using a property builder as the 'of' prop of an ArrayProperty, you must return a valid child property");return{...t,resolved:!0,fromBuilder:i.fromBuilder,of:s,resolvedProperties:l}}}else if(t.oneOf){const a=t.oneOf?.typeField??ro,l=Array.isArray(c)?c.map((d,u)=>{const A=d&&d[a],_=t.oneOf?.properties[A];return!A||!_?null:Oe({propertyKey:`${e}.${u}`,propertyOrBuilder:_,propertyValue:c,...i})}).filter(d=>!!d):[],s=Nt({properties:t.oneOf.properties,propertyValue:void 0,...i});return{...t,resolved:!0,oneOf:{...t.oneOf,properties:s},fromBuilder:i.fromBuilder,resolvedProperties:l}}else{if(t.Field)return{...t,resolved:!0,fromBuilder:i.fromBuilder};throw Error("The array property needs to declare an 'of' or a 'oneOf' property, or provide a custom `Field`")}}function Nt({properties:e,propertyValue:t,...c}){return Object.entries(e).map(([i,a])=>({[i]:Oe({propertyKey:i,propertyOrBuilder:a,propertyValue:t&&typeof t=="object"?_n(t,i):void 0,...c})})).filter(i=>i!==null).reduce((i,a)=>({...i,...a}),{})}function Tt(e,t){return typeof e.enumValues=="object"?{...e,resolved:!0,enumValues:yn(e.enumValues)?.filter(c=>c&&c.id&&c.label)??[],fromBuilder:t??!1}:e}function G3(e){return typeof e=="object"?Object.entries(e).map(([t,c])=>typeof c=="string"?{id:t,label:c}:c):Array.isArray(e)?e:void 0}function Mt(e,t){return typeof e=="string"?t?.find(c=>c.key===e):e}function ba(e,t){const c=Oe({propertyKey:"ignore",propertyOrBuilder:e,fields:t});return c?c.dataType==="reference"?!0:c.dataType==="array"?Array.isArray(c.of)?!1:c.of?.dataType==="reference":!1:null}function z3(e){return n.jsx(wr,{size:e})}function Ot(e,t){const c=e?.Icon??wr;return n.jsx(c,{size:t})}function ve(e,t="small",c={}){if(Fe(e))return n.jsx(wc,{size:t});{const i=Zo(e,c);return Ot(i,t)}}function H3(e,t){return Fe(e)?"#888":Zo(e,t)?.color??"#666"}function Sn(e,t){if(typeof e=="object"){if(t in e)return e[t];if(t.includes(".")){const c=t.split("."),i=e[c[0]];if(typeof i=="object"&&i.dataType==="map"&&i.properties)return Sn(i.properties,c.slice(1).join("."))}}}function Lt(e,t){if(typeof e=="object"){if(t in e)return e[t];if(t.includes(".")){const c=t.split("."),i=e[c[0]];if(i.dataType==="map"&&i.properties)return Lt(i.properties,c.slice(1).join("."))}}}function U3(e){return e.replace(/\.([^.]*)/g,"[$1]")}function pa(e,t){if(!t)return e;const c={};return t.filter(Boolean).forEach(i=>{const a=Sn(e,i);typeof a=="object"&&a.dataType==="map"&&a.properties&&(c[i]={...a,properties:pa(a.properties,a.propertiesOrder??[])}),a&&(c[i]=a)}),c}function Y3(e){return e.propertiesOrder?e.propertiesOrder:[...Object.keys(e.properties),...(e.additionalFields??[]).map(t=>t.key)]}const Xo={read:!0,edit:!0,create:!0,delete:!0};function fo(e,t,c,i){const a=e.permissions;if(a===void 0)return Xo;if(typeof a=="object")return a;if(typeof a=="function")return a({entity:i,user:t.user,authController:t,collection:e,pathSegments:c});throw console.error("Permissions:",a),Error("New type of permission added and not mapped")}function Qt(e,t,c,i){return fo(e,t,c,i).edit??Xo.edit}function Yn(e,t,c,i){return fo(e,t,c,i).create??Xo.create}function xo(e,t,c,i){return fo(e,t,c,i).delete??Xo.delete}function wa(e,t){if(e&&(e=No(e),e in er))return e in er?n.jsx(r,{iconKey:e,size:"medium",className:t}):void 0}function Ro(e,t){const c=wa(e.icon,t);if(e?.icon&&c)return c;let i=No(("singularName"in e?e.singularName:void 0)??e.name),a;i in er&&(a=i),a||(i=No(e.path),i in er&&(a=i));const l=gr.length;return a||(a=gr[Oc(e.path)%l]),n.jsx(r,{iconKey:a,size:"medium",className:t})}const er=rc.reduce((e,t)=>(e[t]=t,e),{});function j3(e,t){if(t!==void 0&&t===1)return e;const c={"(quiz)$":"$1zes","^(ox)$":"$1en","([m|l])ouse$":"$1ice","(matr|vert|ind)ix|ex$":"$1ices","(x|ch|ss|sh)$":"$1es","([^aeiouy]|qu)y$":"$1ies","(hive)$":"$1s","(?:([^f])fe|([lr])f)$":"$1$2ves","(shea|lea|loa|thie)f$":"$1ves",sis$:"ses","([ti])um$":"$1a","(tomat|potat|ech|her|vet)o$":"$1oes","(bu)s$":"$1ses","(alias)$":"$1es","(octop)us$":"$1i","(ax|test)is$":"$1es","(us)$":"$1es","([^s]+)$":"$1s"},i={move:"moves",foot:"feet",goose:"geese",sex:"sexes",child:"children",man:"men",tooth:"teeth",person:"people"};if(["sheep","fish","deer","moose","series","species","money","rice","information","equipment","bison","cod","offspring","pike","salmon","shrimp","swine","trout","aircraft","hovercraft","spacecraft","sugar","tuna","you","wood"].indexOf(e.toLowerCase())>=0)return e;for(const l in i){const s=new RegExp(`${l}$`,"i"),d=i[l];if(s.test(e))return e.replace(s,d)}for(const l in c){const s=new RegExp(l,"i");if(s.test(e))return e.replace(s,c[l])}return e}function $3(e,t){if(t!==void 0&&t!==1)return e;const c={"(quiz)zes$":"$1","(matr)ices$":"$1ix","(vert|ind)ices$":"$1ex","^(ox)en$":"$1","(alias)es$":"$1","(octop|vir)i$":"$1us","(cris|ax|test)es$":"$1is","(shoe)s$":"$1","(o)es$":"$1","(bus)es$":"$1","([m|l])ice$":"$1ouse","(x|ch|ss|sh)es$":"$1","(m)ovies$":"$1ovie","(s)eries$":"$1eries","([^aeiouy]|qu)ies$":"$1y","([lr])ves$":"$1f","(tive)s$":"$1","(hive)s$":"$1","(li|wi|kni)ves$":"$1fe","(shea|loa|lea|thie)ves$":"$1f","(^analy)ses$":"$1sis","((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$":"$1$2sis","([ti])a$":"$1um","(n)ews$":"$1ews","(h|bl)ouses$":"$1ouse","(corpse)s$":"$1","(us)es$":"$1",s$:""},i={move:"moves",foot:"feet",goose:"geese",sex:"sexes",child:"children",man:"men",tooth:"teeth",person:"people"};if(["sheep","fish","deer","moose","series","species","money","rice","information","equipment","bison","cod","offspring","pike","salmon","shrimp","swine","trout","aircraft","hovercraft","spacecraft","sugar","tuna","you","wood"].indexOf(e.toLowerCase())>=0)return e;for(const l in i){const s=new RegExp(`${i[l]}$`,"i");if(s.test(e))return e.replace(s,l)}for(const l in c){const s=new RegExp(l,"i");if(s.test(e))return e.replace(s,c[l])}return e}function ka(e,t,c,i=3){const a=Object.keys(e.properties);let l=c?.filter(s=>a.includes(s));return l&&l.length>0?l:(l=a,l.filter(s=>{const d=e.properties[s];return d&&!Fe(d)&&!ba(d,t)}).slice(0,i))}function Vt(e,t=""){return e&&Object.keys(e).reduce((c,i)=>{const a=t?`${t}.${i}`:i;return typeof e[i]=="object"&&e[i]!==null?Array.isArray(e[i])?e[i].forEach((l,s)=>{Object.assign(c,Vt(l,`${a}[${s}]`))}):Object.assign(c,Vt(e[i],a)):c[a]=e[i],c},{})}function ma(e){return e.reduce((t,c)=>(Object.entries(c).forEach(([i,a])=>{if(Array.isArray(a)&&(t[i]=Math.max(t[i]||0,a.length)),typeof a=="object"&&a!==null){const l=ma([a]);Object.entries(l).forEach(([s,d])=>{const u=`${i}.${s}`;t[u]=Math.max(t[u]||0,d)})}}),t),{})}function va(e){return Object.keys(e).forEach(t=>{const c=e[t];c.editable=!0,c.dataType==="map"&&c.properties&&va(c.properties)}),e}function Ka(e){return Object.entries(e).reduce((t,[c,i])=>{if(!Fe(i)&&i.dataType==="map"&&i.properties){const a={...i,properties:Ka(i.properties)};t[c]=a}return Fe(i)?t[c]=i:t[c]={...i,editable:!1},t},{})}function Ca(e,t){const c=(t??[]).map(a=>{const l=e?.find(s=>s.path===a.path||s.alias&&a.alias&&s.alias===a.alias);return l?Sa(l,a):a}),i=e.filter(a=>!c.map(l=>l.path).includes(a.path)||!c.map(l=>l.alias).includes(a.alias));return[...c,...i]}function Sa(e,t){const c=Ca(e?.subcollections??[],t?.subcollections??[]),i={...e.properties};Object.keys(t.properties).forEach(A=>{const _=e.properties[A];_?i[A]=Ba(_,t.properties[A]):i[A]=t.properties[A]});const a=ze(e,t),l=Ea(e),s=Ea(t),d=[...new Set([...l,...s])],u=[...new Set([...e.entityViews??[],...t.entityViews??[]])];return{...a,subcollections:c,properties:Lr(i,d),propertiesOrder:d,entityViews:u}}function Ba(e,t){if(Fe(t))return t;{const c=ze(e,t),i=!!e.editable,a=!!t.editable;if(t.dataType==="map"&&t.properties){const l="properties"in e?e.properties:{},s="properties"in t?t.properties:{},d="propertiesOrder"in e&&e.propertiesOrder?e.propertiesOrder:Object.keys(l),u="propertiesOrder"in t&&t.propertiesOrder?t.propertiesOrder:"properties"in t?Object.keys(t.properties):[],A=[...new Set([...d,...u])],_={...l};return Object.keys(t.properties).forEach(h=>{const g=l[h];g&&(_[h]=Ba(g,s[h]))}),{...c,editable:i&&a,properties:_,propertiesOrder:A}}return{...c,editable:i&&a}}}function Ea(e){if(e.propertiesOrder&&e.propertiesOrder.length>0){const t=e.propertiesOrder;return e.additionalFields&&e.additionalFields.forEach(c=>{t.includes(c.key)||t.push(c.key)}),t}return[...Object.keys(e.properties),...(e.additionalFields??[])?.map(t=>t.key)]}async function Wt({collection:e,path:t,entityId:c,values:i,previousValues:a,status:l,dataSource:s,context:d,onSaveSuccess:u,onSaveFailure:A,onPreSaveHookError:_,onSaveSuccessHookError:h}){let g;const y=d.navigation.resolveAliasesFrom(t),I=e.callbacks;if(I?.onPreSave)try{const b=Me({collection:e,path:t,values:a,entityId:c,fields:d.fields});g=await I.onPreSave({collection:b,path:t,resolvedPath:y,entityId:c,values:i,previousValues:a,status:l,context:d})}catch(b){console.error(b),_&&_(b);return}else g=i;return s.saveEntity({collection:e,path:y,entityId:c,values:g,previousValues:a,status:l}).then(b=>{try{if(I?.onSaveSuccess){const p=Me({collection:e,path:t,values:g,entityId:c,fields:d.fields});I.onSaveSuccess({collection:p,path:t,resolvedPath:y,entityId:b.id,values:g,previousValues:a,status:l,context:d})}}catch(p){h&&h(p)}u&&u(b)}).catch(b=>{if(I?.onSaveFailure){const p=Me({collection:e,path:t,values:g,entityId:c,fields:d.fields});I.onSaveFailure({collection:p,path:t,resolvedPath:y,entityId:c,values:g,previousValues:a,status:l,context:d})}A&&A(b)})}async function Fa({dataSource:e,entity:t,collection:c,callbacks:i,onDeleteSuccess:a,onDeleteFailure:l,onPreDeleteHookError:s,onDeleteSuccessHookError:d,context:u}){console.debug("Deleting entity",t.path,t.id);const A={entity:t,collection:c,entityId:t.id,path:t.path,context:u};if(i?.onPreDelete)try{await i.onPreDelete(A)}catch(_){return console.error(_),s&&s(t,_),!1}return e.deleteEntity({entity:t}).then(()=>{a&&a(t);try{return i?.onDelete&&i.onDelete(A),!0}catch(_){return d&&d(t,_),!1}}).catch(_=>(l&&l(t,_),!1))}function We({property:e,value:t,setValue:c}){const i=f.useRef(null);f.useEffect(()=>{typeof e.disabled=="object"&&!!e.disabled.clearOnDisabled?t!=null&&(i.current=t,c(null)):i.current&&(c(i.current),i.current=null)},[e])}function Pa({path:e,context:t}){const c=t.dataSource,i=t.navigation;if(!i)throw Error("Calling getNavigationFrom, but main navigation has not yet been initialised");const l=yt({path:e,collections:i.collections??[]}).map(s=>{if(s.type==="collection")return Promise.resolve(s);if(s.type==="entity"){const d=i.getCollection(s.path,s.entityId);if(!d)throw Error(`No collection defined in the navigation for the entity with path ${s.path}`);return c.fetchEntity({path:s.path,entityId:s.entityId,collection:d}).then(u=>{if(u)return{...s,entity:u}})}else{if(s.type==="custom_view")return Promise.resolve(s);throw Error("Unmapped element in useEntitiesFromPath")}}).filter(s=>!!s);return Promise.all(l)}function q3({path:e}){const t=x(),[c,i]=f.useState(),[a,l]=f.useState(!1),[s,d]=f.useState();return f.useEffect(()=>{t.navigation&&(l(!0),d(void 0),Pa({path:e,context:t}).then(A=>{i(A)}).catch(A=>d(A)).finally(()=>l(!1)))},[e,t]),t.navigation?{data:c,dataLoading:a,dataLoadingError:s}:{dataLoading:!0}}const Gt=()=>f.useContext(zo),Da=e=>{const{onSuccess:t,onError:c,disableClipboardAPI:i=!1,copiedDuration:a}=e||{},l=f.useRef(null),[s,d]=f.useState(!1),[u,A]=f.useState("");f.useEffect(()=>{a&&setTimeout(()=>d(!1),a)},[s]);const _=()=>navigator.clipboard!==void 0,h=f.useCallback(k=>{if(c)c(k);else throw new Error(k)},[c]),g=f.useCallback(k=>{t&&t(k),d(!0),A(k)},[t]),y=f.useCallback(k=>{navigator.clipboard.writeText(k).then(()=>g(k)).catch(m=>{h(m),d(!1)})},[h,g]),I=()=>{_()&&navigator.clipboard.writeText("")},b=k=>w("copy",typeof k=="object"?void 0:k),p=()=>w("cut"),w=f.useCallback((k="copy",m)=>{const C=l.current,v=C&&(C.tagName==="INPUT"||C.tagName==="TEXTAREA"),B=l.current;_()&&!i&&(m?y(m):C?v?(y(B.value),k==="cut"&&(B.value="")):y(C.innerText):h("Both the ref & text were undefined"))},[i,y,h]);return{ref:l,isCoppied:s,clipboard:u,clearClipboard:I,isSupported:_,copy:b,cut:p}},zt=()=>f.useContext(Hi),J3={xs:0,sm:640,md:768,lg:1024,xl:1280,"2xl":1536,"3xl":1920},He=(e="lg")=>{const[t,c]=f.useState(!1);return f.useEffect(()=>{const i=()=>{const a=window.matchMedia(`(min-width: ${J3[e]+1}px)`).matches;c(a)};return i(),window.addEventListener("resize",i),()=>{window.removeEventListener("resize",i)}},[]),t};function Ao(e){const t=Ae(),c=oo(),i=f.useCallback(()=>{if(e.path){let l=e.collection;if(l||(l=t.getCollection(e.path)),!l)throw Error("Not able to resolve the collection in useReferenceDialog");c.open({key:`reference_${e.path}`,component:n.jsx(Xi,{collection:l,...e}),width:"90vw",onClose:()=>{e.onClose?.()}})}else throw Error("useReferenceDialog: You are trying to open a reference dialog, but have not declared the `path`")},[t,e,c]),a=f.useCallback(()=>{c.close()},[c]);return{open:i,close:a}}const Z3=`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAASAAAAEgARslrPgAAB9pJREFUWMONl12obVUVx39jzLk+9j7nHq9y1QT1qpcbSIaXQFGs24PQl3HroSQyqHwJFJF6qaceCsqQoJdELHoIC6EeJCSKsi/TFLGozGsKXksljRLxnrP3WmvOOUYPa+19zsmPWpux5pxrzTX///Exx5hb+B/X1y+/nuIlVKF5m0v1YbQ55tIcKTQXFerNQkumOZ1oTiXCqUH8saR+74L8ZIWWux7+7JuuL2/04s5jJyhWQlXV71KtbhCtr1WtD6s0KlrjNBRaEi3JGzpv6bymQ0sn9mwv9otB7Ls7kn9Xo+U7D9z8/xG4+bz3cs35SjE/HEK8NWr8RBOrs+tQUUlEtAYaijRkbxmY0fuMzucsfcbSWnZQtiWxJL3Uid09iH0jIM8/1f+d3/zuS29M4PvHrmG+cZA8dMdjiLfNYrx6owrMVKlVUQkgkeI1iYbBJ3A2WPpKNtnx+UQisy29L0gPDGKfrwkPn2bJPfd/Zo0ZVp0fvOOdnLGxheX+A/Mq3nGwqS8/q645o4psxkgbhFqdSgqVJKIkghgqjuDoWh+dlm1AI0gUC3o4C9d04idbmZ06euQDPPHMj3YJ3HnkrZx98Fys2PFZ1dxxsJkdPbOecaBqmcWGqBVBIkEiKkoQJ5IJJBTbY8aRgBMwjxgVJoJJwDScnYUrOy2PBamfv/CS4zz9zE+IAIfPuQQzPzyrmq9u1e3RM+qWeaipNCCiE4DjbjgF94xZQj2htpjeK84ImqlIUpO9JllgEKgJDFpfOoh8paN8chbOeQ4g/OTq97PdLXSz3fjiVjO7/sx6g804ow41QWuCrjQPBB3bkZQgAkpBJOMojmIEjIgRKV6RpaYIZHGKQlK5OIv0L8bul8eOfsxjDJGD8613z6rmhq1qxkY1o9YKFUFEEED2xqoE1MNoWgPBwQZMl2SrSbQM9NQyUMlA5S3Rlcqd6E50RdRvPMvn9yE8qP9+9WWtQvXxzdic8xrwPaJrUYJGoq4sVBM1Ukuiln4UBipJVJrGoHUhrARB0XMQ/cizbSd61uaZlzUhXjuvWmqt9oOyAmUPEabnkSDV2j0Rp2YgksZdQpoCtRBwAiN4cKYdw4m3pNnbY9Tw4SZUh9tQEda+ld1WpmThgoivU8fYDbgEggRcleiZ6BOoFNRXLQQX1Eelggsgh8GPx6DhWB2iRgkj2OTuVX8dBzJtMx93BAKK4hIwUUSEID4BGspecWTfDwSCw+UxqByJoqPf9+xmYWQg7H3u+5Poyk3o5BZDxRBxxH29fdkF3YcBXKHgF+m+hLxn4OvbnnbPzMkjsm/+f5cXec2ye6ZfpO6+OX7pE8TqPj1zcN/7Zu8CDm44Bu6skrKjuOs0FlxWCJNMYxMOqLlR3DAvsAKaZo6t7+u7r6nhjN/5RKIQKESKhykhjeIINgJi+0m4Fiuns2WKZQybtJ2AfAWzGu/ayt0wz5gXimeKQyKSPI4kiCMhDxSgyLiOiY9kxnW2NVs+1ZeBbAmzhLmtgd0d8z1k1mIUTxQbKD5gnkmuDN6QvCF5TaIie0UmkIU1id3WcfwZHUo61eWB3gayDdOiZR+JXUuMWmcbyGWcny2RzOi8obeWwRsGrxm8JlGPBHCyOJmpJkwkHHs09pnfL1L60KLqtBKZtprhU+lVmSq9+xRsBfOMW6L4QLFM7zWdz+l8Ru8tA+10YKlJIiSxkcC6dQqlmJc/xaHIvTuZT7UpHalFUHEqL6iGsfKtM8FEzMdy7J4oXui9mk5CczpGErtEKgacQUZJE3gSwzw/i+dfx2G7e6IcOPALCXIkakGkYx4iwceyq+uENPp+RSI7DN7Q+5ylb7JgJLH0+XRGbOlRerWJwNgmnOwJ83Tvq/7KX2KZb1nJfnfp5YRoda7hFC/MQyGI7Mteow2E4pHkDT2zyfS758HV4bSjolOjF2PYS4KBbN2L5vmHZ7DpsWQnDsvfLj1+Lwufy9LSO2y5M1Mnik8OEJxAoSJRk7xhoKX3+URiztI3WPgGS2/p1OnE6CcSvRQGH+htQfH07dPSP7Lp9ajcNy+9DnG/oMT67qqZHz/QtGxVyjworQqVCIjiPiaaTD1ttZZ+fTIeCXQ+Y6HCQm0tO5LYpmfHlyy9/1nCPi3ICw/99JbxUHrdvxr6Q4depdhTfeGapVeH+imKxwhv6ZnR+5zeN0aNGU2+ZIPON0cX0LBQYSnGQgsLSSzoWdiCHVvQ2fLP2fMtwf2vDz50K6TpVPxj/sn7Ni5iu9l6Tof+yd78yoWFQ0uvWYvVLK1h6e34B8RnY9DZnIW3LAijxpLYkZ6Fd+z4km3bYcd2WNry8ezppsZ5ZMd2+MfTv3xtjbr9/PfwyoFDzPvtq7I2t+Vq/m6pt4hxThVaojao1CANRkORmkwkiTCI00thKYWOzJJR+6V1JE8/z2JfqGgfW9jLPPLg7a9Xe8frHs7j5MVXESxfmLS5KYXmxhQ3z/a4icQNRFtEGlwjJkoRIamTmIKNTE+it57kw0sF+1ah3CkSXkiPf42Htl+3WL/2+vIFJ6ishJ3QXD1o9dEhVCcGbS7ModUcakwrigaKChkoYmQK2XMp5L8V/F7DfuDePYrEcv8f7npdnDcksEvkg9RewquhuayTcHzQeCyJXpFVD2fRzSxCFtkuwqks8mjB/ujYr9y6k0gs9528503X/w/F3eUgyIBI4wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wNS0xMFQxOToyODozMyswMDowMEzeSx4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMDUtMTBUMTk6Mjg6MzMrMDA6MDA9g/OiAAAARnRFWHRzb2Z0d2FyZQBJbWFnZU1hZ2ljayA2LjcuOC05IDIwMTQtMDUtMTIgUTE2IGh0dHA6Ly93d3cuaW1hZ2VtYWdpY2sub3Jn3IbtAAAAABh0RVh0VGh1bWI6OkRvY3VtZW50OjpQYWdlcwAxp/+7LwAAABh0RVh0VGh1bWI6OkltYWdlOjpoZWlnaHQAMTkyDwByhQAAABd0RVh0VGh1bWI6OkltYWdlOjpXaWR0aAAxOTLTrCEIAAAAGXRFWHRUaHVtYjo6TWltZXR5cGUAaW1hZ2UvcG5nP7JWTgAAABd0RVh0VGh1bWI6Ok1UaW1lADE2MjA2NzQ5MTMk8oswAAAAD3RFWHRUaHVtYjo6U2l6ZQAwQkKUoj7sAAAAVnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vbW50bG9nL2Zhdmljb25zLzIwMjEtMDUtMTAvOGIxNDNhYjgwODhkMjBlZThkYmUzOTFhN2NkNmQ3NmQuaWNvLnBuZ9msgG0AAAAASUVORK5CYII=
|
|
709
|
+
`;function X3(e,t){f.useEffect(()=>{if(document){document.title=`${e} - FireCMS`;let c=document.querySelector("link[rel~='icon']");c||(c=document.createElement("link"),c.rel="icon",document.getElementsByTagName("head")[0].appendChild(c)),c.href=t??Z3}},[e,t])}function x3({delegate:e,customFields:t}){return{fetchCollection:f.useCallback(({path:c,collection:i,filter:a,limit:l,startAfter:s,searchString:d,orderBy:u,order:A})=>e.fetchCollection({path:c,filter:a,limit:l,startAfter:s,searchString:d,orderBy:u,order:A}),[e]),listenCollection:e.listenCollection?f.useCallback(({path:c,collection:i,filter:a,limit:l,startAfter:s,searchString:d,orderBy:u,order:A,onUpdate:_,onError:h})=>{const g=!!i.collectionGroup;if(!e.listenCollection)throw Error("useBuildDataSource delegate not initialised");return e.listenCollection({path:c,filter:a,limit:l,startAfter:s,searchString:d,orderBy:u,order:A,onUpdate:_,onError:h,isCollectionGroup:g})},[e]):void 0,fetchEntity:f.useCallback(({path:c,entityId:i})=>e.fetchEntity({path:c,entityId:i}),[e]),listenEntity:e.listenEntity?f.useCallback(({path:c,entityId:i,collection:a,onUpdate:l,onError:s})=>{if(!e.listenEntity)throw Error("useBuildDataSource delegate not initialised");return e.listenEntity({path:c,entityId:i,onUpdate:l,onError:s})},[e.listenEntity]):void 0,saveEntity:f.useCallback(({path:c,entityId:i,values:a,collection:l,status:s})=>{const u=Me({collection:l,path:c,entityId:i,fields:t}).properties,A=nr(a,e.buildReference,e.buildGeoPoint,e.buildDate,e.buildDeleteFieldValue),_=jc({inputValues:A,properties:u,status:s,timestampNowValue:e.currentTime(),setDateToMidnight:e.setDateToMidnight});return console.debug("Saving entity",c,i,_),e.saveEntity({path:c,entityId:i,values:_,status:s}).then(h=>({id:h.id,path:h.path,values:e.delegateToCMSModel(_)}))},[e.saveEntity]),deleteEntity:f.useCallback(({entity:c})=>e.deleteEntity({entity:c}),[e.deleteEntity]),checkUniqueField:f.useCallback((c,i,a,l)=>e.checkUniqueField(c,i,a,l),[e.checkUniqueField]),generateEntityId:f.useCallback(c=>e.generateEntityId(c),[e.generateEntityId]),countEntities:f.useCallback(async({path:c,collection:i,filter:a,order:l,orderBy:s})=>e.countEntities({path:c,filter:a,orderBy:s,order:l,isCollectionGroup:!!i.collectionGroup}),[e.countEntities]),isFilterCombinationValid:f.useCallback(({path:c,filterValues:i,sortBy:a})=>e.isFilterCombinationValid?e.isFilterCombinationValid({path:c,filterValues:i,sortBy:a}):!0,[e.isFilterCombinationValid])}}function nr(e,t,c,i,a){return e===void 0?a():Array.isArray(e)?e.map(l=>nr(l,t,c,i,a)):e instanceof $e?t(e):e instanceof Eo?c(e):e instanceof Date?i(e):e&&typeof e=="object"?Object.entries(e).map(([l,s])=>({[l]:nr(s,t,c,i,a)})).reduce((l,s)=>({...l,...s}),{}):e}const Ht=le.forwardRef(function(t,c){const{shrink:i,className:a,...l}=t,s={root:"origin-left transition-transform block whitespace-nowrap overflow-hidden text-overflow-ellipsis max-w-full",shrink:"transform translate-y-[2px] scale-75 translate-x-[12px]",expanded:"translate-x-[16px] top-0 transform translate-y-[16px] scale-100"},d=F(s.root,{[s.shrink]:i,[s.expanded]:!i},a);return n.jsx("label",{"data-shrink":i,ref:c,className:d,...l})}),jn=({value:e,label:t,onChange:c,disabled:i,clearable:a,mode:l="date",error:s,size:d,className:u,style:A,inputClassName:_,preventOpenOnFocus:h,invisible:g})=>{const y=f.useRef(null),{locale:I}=x(),b=f.useRef(null),[p,w]=f.useState(document.activeElement===b.current),k=e!=null,m=e!=null&&!(e instanceof Date);kn("DateTimeField",R3);const C=v=>{v.preventDefault(),c(null)};return n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:F("rounded-md relative max-w-full",!g&&Ze,i?nn:Ye,{"min-h-[48px]":d==="small","min-h-[64px]":d==="medium"},u),style:A,children:[t&&n.jsx(Ht,{className:F("absolute top-1 pointer-events-none",s?"text-red-500 dark:text-red-600":p?"text-primary":"text-text-secondary dark:text-text-secondary-dark",i?"opacity-50":""),shrink:k||p,children:t}),n.jsx(ir,{ref:y,locale:I,selected:(m?null:e)??null,onChange:c,disabled:!1,popperClassName:F(je,"my-4 shadow"),onClick:v=>v.stopPropagation(),onFocus:()=>w(!0),onBlur:()=>w(!1),showTimeSelect:l==="date_time",timeFormat:"HH:mm",timeIntervals:15,timeCaption:"time",dateFormat:l==="date_time"?"Pp":"P",preventOpenOnFocus:!0,className:F("w-full outline-none bg-transparent leading-normal text-base px-3",a?"pr-14":"pr-12","rounded-md",!g&&Ie,d==="small"?"min-h-[48px]":"min-h-[64px]",t?"pt-[28px] pb-2":"py-2",_,i&&"border border-transparent outline-none opacity-50 dark:opacity-50 text-gray-600 dark:text-gray-500")}),n.jsx(Z,{onClick:()=>y.current?.setOpen(!0),className:"absolute right-3 top-1/2 transform -translate-y-1/2 !text-gray-500 ",children:n.jsx(ac,{color:"disabled"})}),a&&e&&n.jsx(Z,{onClick:C,className:"absolute right-14 top-1/2 transform -translate-y-1/2 text-gray-400 ",children:n.jsx(dn,{})})]}),m&&n.jsx(me,{title:"Invalid date value for this field",error:`The provided value is: ${JSON.stringify(e)}`})]})},R3=`
|
|
655
710
|
.react-datepicker__year-read-view--down-arrow,
|
|
656
711
|
.react-datepicker__month-read-view--down-arrow,
|
|
657
712
|
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
|
|
@@ -1485,62 +1540,7 @@
|
|
|
1485
1540
|
.react-datepicker__day--outside-month{
|
|
1486
1541
|
color: #666 !important;
|
|
1487
1542
|
}
|
|
1488
|
-
`,la={"==":"==","!=":"!=",">":">","<":"<",">=":">=","<=":"<=","not-in":"not in",in:"in","array-contains":"Contains","array-contains-any":"Any"},sa=["array-contains-any","in"];function UH({name:e,isArray:t,mode:c,value:i,setValue:a,title:l}){const s=t?["array-contains"]:["==","!=",">","<",">=","<="],[d,f]=i||[s[0],void 0],[A,_]=u.useState(d),[h,g]=u.useState(f);function y(I,b){let p=b;const w=sa.includes(A),k=sa.includes(I);w!==k&&(p=k?b?[b]:[]:""),_(I),g(p===null?void 0:p);const m=p!==null&&Array.isArray(p)?p.length>0:p!==void 0;a(I&&m?[I,p]:void 0)}return n.jsxs("div",{className:"flex w-[440px] items-center",children:[n.jsx("div",{className:"w-[80px]",children:n.jsx(Xe,{value:A,onValueChange:I=>{y(I,h)},renderValue:I=>la[I],children:s.map(I=>n.jsx(xe,{value:I,children:la[I]},I))})}),n.jsx("div",{className:"flex-grow ml-2",children:n.jsx(Un,{mode:c,size:"medium",value:h,onChange:I=>{y(A,I===null?void 0:I)},clearable:!0})})]})}const da="collectionGroupParent";function ua(e,t){return u.useMemo(()=>e.propertiesOrder?fa(e,e.propertiesOrder):YH(e,t),[e,t])}function fa(e,t){return t.flatMap(c=>{const i=e.properties[c];return i?i.hideFromCollection?[null]:i.disabled&&typeof i.disabled=="object"&&i.disabled.hidden?[null]:i.dataType==="map"&&i.spreadChildren&&i.properties?Pt(i,c):[{key:c,disabled:!!i.disabled||!!i.readOnly}]:e.additionalFields?.find(l=>l.key===c)?[{key:c,disabled:!0}]:e.subcollections&&e.subcollections.find(s=>mt(s)===c)?[{key:c,disabled:!0}]:e.collectionGroup&&c===da?[{key:c,disabled:!0}]:[null]}).filter(Boolean)}function YH(e,t){const c=Object.keys(e.properties),i=e.additionalFields??[],a=e.subcollections??[],l=[...c,...i.map(s=>s.key)];if(t){const s=a.map(d=>mt(d));l.push(...s.filter(d=>!l.includes(d)))}return e.collectionGroup&&l.push(da),fa(e,l)}function Pt(e,t,c){return e.dataType==="map"&&e.spreadChildren&&e.properties?Object.entries(e.properties).flatMap(([i,a])=>Pt(a,`${t}.${i}`,c||!!e.disabled||!!e.readOnly)):[{key:t,disabled:c||!!e.disabled||!!e.readOnly}]}const $H={},Aa=u.createContext($H),jH=()=>u.useContext(Aa),Dt=u.memo(function({forceFilter:t,actionsStart:c,actions:i,title:a,tableRowActionsBuilder:l,uniqueFieldValidator:s,getPropertyFor:d,onValueChange:f,selectionController:A,highlightedEntities:_,onEntityClick:h,onColumnResize:g,onSizeChanged:y,textSearchEnabled:I=!1,hoverRow:b=!0,inlineEditing:p=!1,additionalFields:w,displayedColumnIds:k,defaultSize:m,properties:C,tableController:{data:v,dataLoading:B,noMoreToLoad:K,dataLoadingError:P,filterValues:E,setFilterValues:T,sortBy:S,setSortBy:D,setSearchString:N,clearFilter:z,itemCount:H,setItemCount:Y,pageSize:te=50,paginationEnabled:W,checkFilterCombination:$,setPopupCell:ne},filterable:M=!0,sortable:Q=!0,endAdornment:ce,AddColumnComponent:ae,AdditionalHeaderWidget:G,additionalIDHeaderWidget:O,emptyComponent:X,getIdColumnWidth:oe}){const V=Ge(),j=!!t,Le=A?.selectedEntities?.length>0?A?.selectedEntities:_,Ke=x(),[_e,Re]=u.useState(m??"m"),[bn,en]=u.useState(void 0),cn=Le?.map(J=>J.id),qn=!!E&&Object.keys(E).length>0,ho=()=>{!W||B||K||H!==void 0&&Y?.(H+te)},go=u.useCallback(()=>{Y?.(te)},[te]),an=u.useCallback(({rowData:J})=>{if(!p)return h&&h(J)},[h,p]),Bn=u.useCallback(J=>{y&&y(J),Re(J)},[]),Io=u.useCallback(J=>N?.(J),[]),pn=u.useMemo(()=>w?w.map(J=>({[J.key]:J})).reduce((J,ke)=>({...J,...ke}),{}):{},[w]);u.useEffect(()=>{const J=ke=>{ke.keyCode===27&&U()};return document.addEventListener("keydown",J,!1),()=>{document.removeEventListener("keydown",J,!1)}});const bo=u.useCallback(J=>{en(J)},[]),U=u.useCallback(()=>{en(void 0)},[]),we=s,L=u.useCallback(({column:J,columnIndex:ke,rowData:ge,rowIndex:He})=>{const ue=ge,ln=J.key;let sn=J.custom?.disabled;const jt=ue.values?dn(ue.values,ln):void 0,Fn=d?.({propertyKey:ln,propertyValue:jt,entity:ue})??J.custom.resolvedProperty;return Fn?.disabled||(sn=!1),Fn?n.jsx(se,{children:ue?n.jsx(vH,{readonly:!p,align:J.align??"left",propertyKey:ln,property:Fn,value:ue?.values?dn(ue.values,ln):void 0,customFieldValidator:we,columnIndex:ke,width:J.width,height:Hn(_e),entity:ue,disabled:sn,path:ue.path},`property_table_cell_${ue.id}_${ln}`):nn()}):null},[we,p,_e,cn]),ee=u.useCallback(({column:J,rowData:ke,width:ge})=>{const He=ke,ue=pn[J.key],ln=ue.dependencies?Object.entries(He.values).filter(([Fn,Na])=>ue.dependencies.includes(Fn)).reduce((Fn,Na)=>({...Fn,...Na}),{}):He,sn=ue.Builder;if(!sn&&!ue.value)throw new Error("When using additional fields you need to provide a Builder or a value");const jt=sn?n.jsx(sn,{entity:He,context:Ke}):n.jsx(n.Fragment,{children:ue.value?.({entity:He,context:Ke})});return n.jsx(Ct,{width:ge,size:_e,value:ln,selected:!1,disabled:!0,align:"left",allowScroll:!1,showExpandIcon:!1,disabledTooltip:"This column can't be edited directly",children:n.jsx(se,{children:jt})},`additional_table_cell_${He.id}_${J.key}`)},[pn,_e,cn]),re=u.useMemo(()=>{const J=Object.entries(C).flatMap(([ge,He])=>Pt(He,ge)).map(({key:ge,disabled:He})=>{const ue=ft(C,ge);if(!ue)throw Error("Internal error: no property found in path "+ge);const ln=ya(ue);return{key:ge,align:iH(ue),icon:sn=>ve(ue,"small"),title:ue.name??ge,sortable:Q&&(t?Object.keys(t).includes(ge):!0),filter:!j&&ln,width:na(ue),resizable:!0,custom:{resolvedProperty:ue,disabled:He},AdditionalHeaderWidget:({onHover:sn})=>G?n.jsx(G,{property:ue,propertyKey:ge,onHover:sn}):void 0}}),ke=w?w.map(ge=>({key:ge.key,align:"left",sortable:!1,title:ge.name,width:ge.width??200})):[];return[...J,...ke]},[w,j,t,C,Q]),R=u.useMemo(()=>({key:"id_ewcfedcswdf3",width:oe?.()??(V?160:130),title:"ID",resizable:!1,frozen:V,headerAlign:"center",align:"center",AdditionalHeaderWidget:()=>O}),[oe,V]),he=u.useMemo(()=>[R,...k.map(J=>re.find(ke=>ke.key===J.key)).filter(Boolean)],[re,k,R]),En=u.useCallback(J=>{const ke=J.column,ge=J.columns,He=ke.key;if(J.columnIndex===0)return l?l({entity:J.rowData,size:_e,width:ke.width,frozen:ke.frozen}):n.jsx(St,{entity:J.rowData,width:ke.width,frozen:ke.frozen,isSelected:!1,size:_e});if(pn[He])return ee(J);if(J.columnIndex<ge.length+1)return L(J);throw Error("Internal: columns not mapped properly")},[pn,l,_e,ee,L]),po=u.useCallback(J=>{T?.({...J,...t})},[t]);return n.jsx(Aa.Provider,{value:{setPopupCell:ne,select:bo,onValueChange:f,size:_e,selectedCell:bn,selectedEntityIds:cn},children:n.jsxs("div",{className:"h-full w-full flex flex-col bg-white dark:bg-gray-950",children:[n.jsx(NH,{forceFilter:j,filterIsSet:qn,onTextSearch:I?Io:void 0,clearFilter:z,size:_e,onSizeChanged:Bn,title:a,actionsStart:c,actions:i,loading:B}),n.jsx(ca,{data:v,columns:he,cellRenderer:En,onRowClick:p?void 0:h?an:void 0,onEndReached:ho,onResetPagination:go,error:P,paginationEnabled:W,onColumnResize:g,size:_e,loading:B,filter:E,onFilterUpdate:T?po:void 0,sortBy:S,onSortByUpdate:D,hoverRow:b,emptyComponent:X,checkFilterCombination:$,createFilterField:M?qH:void 0,rowClassName:u.useCallback(J=>cn?.includes(J.id)?"bg-gray-100 bg-opacity-75 dark:bg-gray-800 dark:bg-opacity-75":"",[cn]),className:"flex-grow",endAdornment:ce,AddColumnComponent:ae})]})})},de);function qH({id:e,filterValue:t,setFilterValue:c,column:i,hidden:a,setHidden:l}){if(!i.custom)return null;const{resolvedProperty:s}=i.custom,d=s?.dataType==="array",f=d?s.of:s;if(!f)return null;if(f.dataType==="reference")return n.jsx(TH,{value:t,setValue:c,name:e,isArray:d,path:f.path,title:s?.name,previewProperties:f?.previewProperties,hidden:a,setHidden:l});if(f.dataType==="number"||f.dataType==="string"){const A=f.name,_=f.enumValues?un(f.enumValues):void 0;return n.jsx(MH,{value:t,setValue:c,name:e,dataType:f.dataType,isArray:d,enumValues:_,title:A})}else if(f.dataType==="boolean"){const A=f.name;return n.jsx(OH,{value:t,setValue:c,name:e,title:A})}else if(f.dataType==="date"){const A=f.name;return n.jsx(UH,{value:t,setValue:c,name:e,mode:f.mode,isArray:d,title:A})}return n.jsx("div",{children:`Currently the filter field ${s.dataType} is not supported`})}function ya(e,t=!1){return t?["string","number","date","reference"].includes(e.dataType):e.dataType==="array"?e.of?ya(e.of,!0):!1:["string","number","boolean","date","reference","array"].includes(e.dataType)}function JH({data:e,entitiesDisplayedFirst:t}){if(!t)return e;const c=new Set(t.map(i=>i.id));return[...t,...e.filter(i=>!c.has(i.id))]}function ZH(e,t,c=5e3){const[i,a]=u.useState(e),l=u.useRef(i.length??0),s=u.useRef(!1),d=u.useRef(t),f=!de(d.current,t),A=e.length>=l.current||f;return u.useEffect(()=>{const _=()=>{de(i,e)||(d.current=t,l.current=e.length,a(e)),s.current=!1};s.current=!0;let h;return A?_():h=setTimeout(_,c),()=>{clearTimeout(h),s.current&&A&&_()}},[e,c,t,A]),A?e:i}const XH=50;function Nt({fullPath:e,collection:t,entitiesDisplayedFirst:c,lastDeleteTimestamp:i,forceFilter:a}){const{initialFilter:l,initialSort:s,forceFilter:d}=t,[f,A]=u.useState(void 0),_=Ae(),h=We(),g=u.useMemo(()=>_.resolveAliasesFrom(e),[e,_.resolveAliasesFrom]),y=a??d,I=t.pagination===void 0||!!t.pagination,b=typeof t.pagination=="number"?t.pagination:XH,[p,w]=u.useState(),[k,m]=u.useState(I?b:void 0),C=u.useCallback((W,$)=>h.isFilterCombinationValid?h.isFilterCombinationValid({path:g,collection:t,filterValues:W,sortBy:$}):!0,[]),v=u.useMemo(()=>{if(s&&y&&!C(y,s)){console.warn("Initial sort is not compatible with the force filter. Ignoring initial sort");return}return s},[s,y]),[B,K]=u.useState(y??l??void 0),[P,E]=u.useState(v),T=u.useCallback(()=>K(y??void 0),[y]),S=u.useCallback(W=>{if(y){console.warn("Filter is not compatible with the force filter. Ignoring filter");return}W&&Object.keys(W).length===0?K(void 0):K(W)},[y]),{data:D,dataLoading:N,noMoreToLoad:z,dataLoadingError:H}=qc({path:e,collection:t,filterValues:B,sortBy:P,searchString:p,itemCount:k}),Y=JH({data:D,entitiesDisplayedFirst:c});return{data:ZH(Y,{filterValues:B,sortBy:P,searchString:p,lastDeleteTimestamp:i}),dataLoading:N,noMoreToLoad:z,dataLoadingError:H,filterValues:B,setFilterValues:S,sortBy:P,setSortBy:E,searchString:p,setSearchString:w,clearFilter:T,itemCount:k,setItemCount:m,paginationEnabled:I,pageSize:b,checkFilterCombination:C,popupCell:f,setPopupCell:A}}function xH(e,t){const[c,i]=u.useState(),{navigator:a}=u.useContext(be.UNSAFE_NavigationContext),l=be.useNavigate(),s=()=>{i(void 0)},d=()=>{t(),i(void 0),l(-1)},f=u.useCallback(({action:A,location:_,retry:h})=>{switch(A){case"REPLACE":{h();return}case"POP":i(_)}},[]);return u.useEffect(()=>{if(!e||c||!("block"in a))return;const A=a.block(_=>{const h={..._,retry(){A(),_.retry()}};f(h)});return A},[a,f,e,c]),{navigationWasBlocked:!!c,handleCancel:s,handleOk:d}}function RH({open:e,handleOk:t,handleCancel:c,body:i,title:a}){return n.jsxs(or,{open:e,onOpenChange:l=>l?c():t(),children:[n.jsxs(rr,{children:[n.jsx(q,{variant:"h6",children:a}),i,n.jsx(q,{children:"Are you sure you want to leave this page?"})]}),n.jsxs(Sn,{children:[n.jsx(ie,{variant:"text",onClick:c,autoFocus:!0,children:" Cancel "}),n.jsx(ie,{onClick:t,children:" Ok "})]})]})}const _a=u.createContext({width:"",blocked:!1,setBlocked:e=>{},setBlockedNavigationMessage:e=>{},close:()=>{}}),Jo=()=>u.useContext(_a);function e3(){const t=io().sidePanels,c=[...t];return c.push(void 0),n.jsx(n.Fragment,{children:c.map((i,a)=>n.jsx(n3,{panel:i,offsetPosition:t.length-a-1},`side_dialog_${a}`))})}function n3({offsetPosition:e,panel:t}){const[c,i]=u.useState(!1),[a,l]=u.useState(!1),[s,d]=u.useState(),f=u.useRef(t?.width),A=f.current,_=io(),{navigationWasBlocked:h,handleOk:g,handleCancel:y}=xH(a&&!c,()=>l(!1));u.useEffect(()=>{t&&(f.current=t.width)},[t]);const I=()=>{l(!1),i(!1),_.close(),t?.onClose?.()},b=()=>{i(!1)},p=w=>{a&&!w?i(!0):(_.close(),t?.onClose?.())};return n.jsxs(_a.Provider,{value:{blocked:a,setBlocked:l,setBlockedNavigationMessage:d,width:A,close:p},children:[n.jsxs(Yt,{open:!!t,onOpenChange:w=>!w&&p(),children:[t&&n.jsx("div",{className:"transform max-w-[100vw] lg:max-w-[95vw] flex flex-col h-full transition-all duration-250 ease-in-out bg-white dark:bg-gray-900 ",style:{width:t.width,transform:`translateX(-${e*200}px)`},children:n.jsx(se,{children:t.component})}),!t&&n.jsx("div",{style:{width:A}})]}),n.jsx(RH,{open:h||c,handleOk:c?I:g,handleCancel:c?b:y,body:s})]})}function Zo(e){return Array.isArray(e)?e:e?[e]:[]}function o3({collection:e,relativePath:t,parentPathSegments:c,onNewClick:i,onMultipleDeleteClick:a,selectionEnabled:l,path:s,selectionController:d,tableController:f,collectionEntitiesCount:A}){const _=x(),h=_.plugins??[],g=An(),y=Ge(),I=d.selectedEntities,b=zn(e,g,Ve(s),null)&&i&&(y?n.jsxs(ie,{id:`add_entity_${s}`,onClick:i,startIcon:n.jsx(mn,{}),size:"large",variant:"filled",color:"primary",children:["Add ",e.singularName??e.name]}):n.jsx(ie,{id:`add_entity_${s}`,onClick:i,size:"medium",variant:"filled",color:"primary",children:n.jsx(mn,{})})),p=Uo(e,g,Ve(s),null);let w;if(l){const v=y?n.jsxs(ie,{variant:"text",disabled:!I?.length||!p,startIcon:n.jsx(No,{}),onClick:a,color:"primary",className:"lg:w-20",children:["(",I?.length,")"]}):n.jsx(Z,{color:"primary",disabled:!I?.length||!p,onClick:a,children:n.jsx(No,{})});w=n.jsx(ye,{title:p?"Delete":"You have selected at least one entity you cannot delete",children:v})}const k={path:s,relativePath:t,parentPathSegments:c,collection:e,selectionController:d,context:_,tableController:f,collectionEntitiesCount:A},m=[];m.push(...Zo(e.Actions)),h&&h.forEach(v=>{v.collections?.CollectionActions&&m.push(...Zo(v.collections?.CollectionActions))});const C=n.jsx(n.Fragment,{children:m.map((v,B)=>n.jsx(v,{...k},`actions_${B}`))});return n.jsxs(n.Fragment,{children:[C,w,b]})}function r3({containerRef:e,innerRef:t,x:c,y:i,onMove:a}){let l=0,s=0;const d=u.useRef(!1),f=I=>{if(I.button!==0||!e.current||I.defaultPrevented||I.innerClicked)return;const{x:b,y:p}=e.current.getBoundingClientRect();l=I.screenX-b,s=I.screenY-p,document.addEventListener("mousemove",g),document.addEventListener("mouseup",h),document.addEventListener("selectstart",_),d.current=!0},A=I=>{I.innerClicked=!0},_=I=>{I.preventDefault(),I.stopPropagation()},h=I=>{document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",h),document.removeEventListener("selectstart",_),I.stopPropagation(),d.current=!1},g=I=>{I.target.localName==="input"||!d.current||(a({x:I.screenX-l,y:I.screenY-s}),I.stopPropagation())},y=()=>{e.current&&(e.current.style.top=`${i}px`,e.current.style.left=`${c}px`)};u.useEffect(()=>{const I=e.current,b=t.current;if(!(!I||!b))return b&&b.addEventListener("mousedown",A),I&&I.addEventListener("mousedown",f),y(),()=>{I&&I.removeEventListener("mousedown",f),b&&b.removeEventListener("mousedown",A)}})}function t3(){const[e,t]=u.useState({width:0,height:0});return u.useLayoutEffect(()=>{function c(){t({width:window.innerWidth,height:window.innerHeight})}return window.addEventListener("resize",c),c(),()=>window.removeEventListener("resize",c)},[]),e}const c3=({onResize:e})=>{const t=u.useRef(0),c=u.useRef(null),i=u.useRef(e);i.current=e;const a=u.useCallback(s=>{t.current&&cancelAnimationFrame(t.current),t.current=requestAnimationFrame(()=>{i.current(s)})},[]),l=u.useCallback(()=>{const s=c.current;s&&s.contentDocument&&s.contentDocument.defaultView&&s.contentDocument.defaultView.addEventListener("resize",a)},[a]);return u.useEffect(()=>{const s=c.current;return()=>{s&&s.contentDocument&&s.contentDocument.defaultView&&s.contentDocument.defaultView.removeEventListener("resize",a)}},[a]),n.jsx("object",{onLoad:l,ref:c,tabIndex:-1,type:"text/html",data:"about:blank",title:"",style:{position:"absolute",top:0,left:0,height:"100%",width:"100%",pointerEvents:"none",zIndex:-1,opacity:0}})};function i3(e){return e.open?n.jsx(a3,{...e}):null}function a3({tableKey:e,entity:t,customFieldValidator:c,propertyKey:i,collection:a,path:l,cellRect:s,open:d,onClose:f,onCellValueChange:A,container:_}){const h=We(),g=x(),[y,I]=u.useState(),[b,p]=u.useState(),w=t?.id,[k,m]=u.useState(t);u.useEffect(()=>w&&a?h.listenEntity?.({path:l,entityId:w,collection:a,onUpdate:$=>{m($),v($?.values)}}):()=>{},[h,w,a,l,d]);const[C,v]=u.useState(k?.values),B=a?Me({collection:a,path:l,values:C,entityId:w,fields:g.fields}):void 0,K=t3(),P=u.useRef(null),E=u.useRef(null),T=u.useRef(!1),S=u.useCallback(()=>{if(!s)throw Error("getInitialLocation error");return{x:s.left<K.width-s.right?s.x+s.width/2:s.x-s.width/2,y:s.top<K.height-s.bottom?s.y+s.height/2:s.y-s.height/2}},[s,K.height,K.width]),D=u.useCallback(({x:$,y:ne})=>{const M=P.current?.getBoundingClientRect();if(!M)throw Error("normalizePosition called before draggableBoundingRect is set");return{x:Math.max(0,Math.min($,K.width-M.width)),y:Math.max(0,Math.min(ne,K.height-M.height))}},[K]),N=u.useCallback($=>{const ne=P.current?.getBoundingClientRect();if(!s||!ne)return;const M=$??D(S());(!b||M.x!==b.x||M.y!==b.y)&&p(M)},[s,S,D,b]);r3({containerRef:P,innerRef:E,x:b?.x,y:b?.y,onMove:N}),u.useEffect(()=>{T.current=!1},[i,k]),u.useLayoutEffect(()=>{const $=P.current?.getBoundingClientRect();!s||!$||T.current||(N(),T.current=!0)},[s,N,T.current]),u.useLayoutEffect(()=>{N(b)},[K,s]);const z=u.useMemo(()=>{if(!(!B||!w))return Ti(w,i&&B.properties[i]?{[i]:B.properties[i]}:{},c)},[B,w,i,c]),H=u.useCallback(()=>N(b),[b,N]),Y=async $=>(I(null),a&&k&&A&&i?A({value:$[i],propertyKey:i,entity:k,setError:I,onValueUpdated:()=>{},fullPath:l,context:g}):Promise.resolve());if(!k)return n.jsx(n.Fragment,{});const te=k&&n.jsxs("div",{className:`text-gray-900 dark:text-white overflow-auto rounded rounded-md bg-white dark:bg-gray-950 ${d?"":"hidden"} cursor-grab max-w-[100vw]`,children:[n.jsx(Pe.Formik,{initialValues:k?.values??{},enableReinitialize:!0,validationSchema:z,validateOnMount:!0,validate:$=>console.debug("Validating",$),onSubmit:($,ne)=>{Y($).then(()=>f()).finally(()=>ne.setSubmitting(!1))},children:({values:$,setFieldValue:ne,handleSubmit:M,isSubmitting:Q})=>{if(u.useEffect(()=>{de($,C)||v($)},[$]),!k)return n.jsx(me,{error:"PopupFormField misconfiguration"});if(!B)return n.jsx(n.Fragment,{});const ce=Q,ae={collection:B,entityId:w,values:$,path:l,setFieldValue:ne,save:Y},G=i&&Cn(B.properties,i),O=i&&G?{propertyKey:i,disabled:Q||Dn(G)||!!G.disabled,property:G,includeDescription:!1,underlyingValueHasChanged:!1,context:ae,tableMode:!0,partOfArray:!1,partOfBlock:!1,autoFocus:d}:void 0;let X=n.jsx(n.Fragment,{children:n.jsx("div",{className:"w-[560px] max-w-full max-h-[85vh]",children:n.jsxs(Pe.Form,{onSubmit:M,noValidate:!0,children:[n.jsx("div",{className:"mb-1 p-4 flex flex-col relative",children:n.jsx("div",{ref:E,className:"cursor-auto",style:{cursor:"auto !important"},children:O&&n.jsx(Kn,{...O})})}),n.jsx(Sn,{children:n.jsx(ie,{variant:"filled",color:"primary",type:"submit",disabled:ce,children:"Save"})})]})},`popup_form_${e}_${w}_${i}`)});const oe=g.plugins;return oe&&oe.forEach(V=>{V.form?.provider&&(X=n.jsx(V.form.provider.Component,{status:"existing",path:l,collection:B,entity:k,context:g,currentEntityId:w,formContext:ae,...V.form.provider.props,children:X}))}),X}}),y&&n.jsx(q,{color:"error",children:y.message})]}),W=n.jsxs("div",{style:{boxShadow:"0 0 0 2px rgba(128,128,128,0.2)"},className:`inline-block fixed z-20 shadow-outline rounded-md bg-white dark:bg-gray-950 ${d?"visible":"invisible"} cursor-grab overflow-visible`,ref:P,children:[n.jsx(c3,{onResize:H}),n.jsxs("div",{className:"overflow-hidden",children:[te,n.jsx("div",{className:"absolute -top-3.5 -right-3.5 bg-gray-500 rounded-full",style:{width:"32px",height:"32px"},children:n.jsx(Z,{size:"small",onClick:$=>{$.stopPropagation(),f()},children:n.jsx(fn,{className:"text-white",size:"small"})})})]})]},`draggable_${i}_${w}_${d}`);return n.jsx(Ra.Root,{asChild:!0,container:_,children:W})}const l3="collectionGroupParent",Tt=u.memo(function({fullPath:t,parentPathSegments:c,isSubCollection:i,className:a,...l}){const s=We(),d=Ae(),f=yn(),A=An(),_=Tn(),h=x(),g=u.useRef(null),y=u.useMemo(()=>{const L=_?.getCollectionConfig(t);return L?Je(l,L):l},[l,t,_?.getCollectionConfig]),I=zn(y,A,Ve(t),null),[b,p]=u.useState(void 0),[w,k]=u.useState(void 0),[m,C]=u.useState(0),[v,B]=u.useState(0),K=u.useCallback(()=>{const L=b;setTimeout(()=>{L===b&&p(void 0)},2400)},[b]),P=u.useCallback(L=>At(y,A,Ve(t),L??null)?y.inlineEditing===void 0||y.inlineEditing:!1,[y,A,t]),E=y.selectionEnabled===void 0||y.selectionEnabled,T=!P(),[S,D]=u.useState(!1),N=Mt(),z=y.selectionController??N,{selectedEntities:H,toggleEntitySelection:Y,isEntitySelected:te,setSelectedEntities:W}=z;u.useEffect(()=>{k(void 0)},[H]);const $=Nt({fullPath:t,collection:y,entitiesDisplayedFirst:[],lastDeleteTimestamp:m}),ne=u.useRef(Math.random().toString(36)),M=$.popupCell,Q=u.useCallback(()=>{$.setPopupCell?.(void 0)},[$.setPopupCell]),ce=u.useCallback(L=>(p(L),h.onAnalyticsEvent?.("edit_entity_clicked",{path:L.path,entityId:L.id}),f.open({entityId:L.id,path:L.path,collection:y,updateUrl:!0,onClose:K})),[t,y,f]),ae=u.useCallback(()=>{h.onAnalyticsEvent?.("new_entity_click",{path:t}),f.open({path:t,collection:y,updateUrl:!0,onClose:K})},[t,y,f]);u.useCallback(L=>{h.onAnalyticsEvent?.("single_delete_dialog_open",{path:t}),k(L)},[h,t]);const G=u.useCallback(()=>{h.onAnalyticsEvent?.("multiple_delete_dialog_open",{path:t}),k(H)},[h,t,H]),O=u.useCallback((L,ee)=>{h.onAnalyticsEvent?.("single_entity_deleted",{path:t}),W(re=>re.filter(R=>R.id!==ee.id)),C(Date.now())},[h,t,W]),X=u.useCallback((L,ee)=>{h.onAnalyticsEvent?.("multiple_entities_deleted",{path:t}),W([]),k(void 0),C(Date.now())},[W]);let oe;h?.plugins&&(oe=h.plugins.find(L=>L.collectionView?.AddColumnComponent)?.collectionView?.AddColumnComponent);const V=u.useCallback((L,ee)=>{if(_){const re=_.getCollectionConfig(L),R=Je(re,ee);_.onCollectionModified(L,R)}},[_]),j=u.useCallback(({width:L,key:ee})=>{if(!Cn(y.properties,ee))return;const re=ha(ee,L);V(t,re)},[y,V,t]),Le=u.useCallback(L=>{_&&V(t,{defaultSize:L})},[V,t,_]),Ke=zn(y,A,Ve(t),null),_e=u.useCallback(({name:L,value:ee,property:re,entityId:R})=>s.checkUniqueField(t,L,ee,R),[t]),Re=({fullPath:L,context:ee,value:re,propertyKey:R,onValueUpdated:he,setError:En,entity:po})=>{const J=Pe.setIn({...po.values},R,re),ke={path:L,entityId:po.id,values:J,previousValues:po.values,collection:y,status:"existing"};return Mr({...ke,callbacks:y.callbacks,dataSource:s,context:ee,onSaveSuccess:()=>he(),onSaveFailure:ge=>{console.error("Save failure"),console.error(ge),En(ge)}})},bn=d.resolveAliasesFrom(t),en=u.useMemo(()=>Me({collection:y,path:t,fields:h.fields}),[y,t]),cn=u.useCallback(({propertyKey:L,propertyValue:ee,entity:re})=>{let R=Cn(y.properties,L);return R||(R=Cn(en.properties,L)),Oe({propertyKey:L,propertyOrBuilder:R,path:t,propertyValue:ee,values:re.values,entityId:re.id,fields:h.fields})},[y.properties,h.fields,t,en.properties]),qn=ua(en,!0),ho=u.useMemo(()=>{const L=y.subcollections?.map(re=>({key:mt(re),name:re.name,width:200,dependencies:[],Builder:({entity:R})=>n.jsx(ie,{color:"primary",variant:"outlined",startIcon:n.jsx(Mo,{size:"small"}),onClick:he=>{he.stopPropagation(),f.open({path:t,entityId:R.id,selectedSubPath:re.alias??re.path,collection:y,updateUrl:!0})},children:re.name})}))??[],ee=y.collectionGroup?[{key:l3,name:"Parent entities",width:260,dependencies:[],Builder:({entity:re})=>{const R=d.getParentReferencesFromPath(re.path);return n.jsx(n.Fragment,{children:R.map(he=>n.jsx(rn,{reference:he,size:"tiny"},he.path+"/"+he.id))})}}]:[];return[...y.additionalFields??[],...L,...ee]},[y,t]),go=u.useCallback(()=>{C(Date.now())},[]),an=Ge(),Bn=u.useCallback(({entity:L,customEntityActions:ee})=>{const re=L?Uo(y,A,Ve(t),L):!0,R=[eH];return Ke&&R.push(Ji),re&&R.push(Zi),ee&&R.push(...ee),R},[A,y,Ke,t]),Io=u.useCallback(()=>{const L=Bn({}),ee=L.filter(he=>he.collapsed!==!1),R=L.filter(he=>he.collapsed===!1).length*(an?40:30);return(an?80+R:70+R)+(ee.length>0?an?40:30:0)},[an,Bn]),pn=u.useCallback(({entity:L,size:ee,width:re,frozen:R})=>{const he=te(L),En=Bn({entity:L,customEntityActions:y.entityActions});return n.jsx(St,{entity:L,width:re,frozen:R,isSelected:he,selectionEnabled:E,size:ee,highlightEntity:p,unhighlightEntity:K,collection:y,fullPath:t,actions:En,hideId:y?.hideIdFromCollection,onCollectionChange:go,selectionController:z})},[te,y,A,t,E,Y,Ke]),bo=n.jsx(cr,{open:S,onOpenChange:D,enabled:!!y.description,trigger:n.jsxs("div",{className:"flex flex-col items-start",children:[n.jsx(q,{variant:"subtitle1",className:`leading-none truncate max-w-[160px] lg:max-w-[240px] ${y.description?"cursor-pointer":"cursor-auto"}`,onClick:y.description?L=>{D(!0),L.stopPropagation()}:void 0,children:`${y.name}`}),n.jsx(s3,{fullPath:t,collection:y,filter:$.filterValues,sortBy:$.sortBy,onCountChange:B})]}),children:y.description&&n.jsx("div",{className:"m-4 text-gray-900 dark:text-white",children:n.jsx(so,{source:y.description})})});function U({property:L,propertyKey:ee,onHover:re}){return h.plugins?n.jsx(n.Fragment,{children:h.plugins.filter(R=>R.collectionView?.HeaderAction).map((R,he)=>{const En=R.collectionView.HeaderAction;return n.jsx(En,{onHover:re,propertyKey:ee,property:L,fullPath:t,collection:y,parentPathSegments:c??[]},`plugin_header_action_${he}`)})}):null}const we=oe?function(){return typeof oe=="function"?n.jsx(oe,{fullPath:t,parentPathSegments:c??[],collection:y}):null}:void 0;return n.jsxs("div",{className:F("overflow-hidden h-full w-full",a),ref:g,children:[n.jsx(Dt,{additionalFields:ho,tableController:$,displayedColumnIds:qn,onSizeChanged:Le,onEntityClick:ce,onColumnResize:j,onValueChange:Re,tableRowActionsBuilder:pn,uniqueFieldValidator:_e,title:bo,selectionController:z,highlightedEntities:b?[b]:[],defaultSize:y.defaultSize,properties:en.properties,getPropertyFor:cn,actions:n.jsx(o3,{parentPathSegments:c??[],collection:y,tableController:$,onMultipleDeleteClick:G,onNewClick:ae,path:t,relativePath:y.path,selectionController:z,selectionEnabled:E,collectionEntitiesCount:v}),emptyComponent:I?n.jsxs("div",{className:"flex flex-col items-center justify-center",children:[n.jsx(q,{variant:"subtitle2",children:"So empty..."}),n.jsx(ie,{color:"primary",variant:"outlined",onClick:ae,className:"mt-4",children:"Create your first entity"})]}):void 0,hoverRow:T,inlineEditing:P(),AdditionalHeaderWidget:U,AddColumnComponent:we,getIdColumnWidth:Io,additionalIDHeaderWidget:n.jsx(d3,{path:t,collection:y})},`collection_table_${t}`),n.jsx(i3,{open:!!M,onClose:Q,cellRect:M?.cellRect,propertyKey:M?.propertyKey,collection:y,entity:M?.entity,tableKey:ne.current,customFieldValidator:_e,path:bn,onCellValueChange:Re,container:g.current},`popup_form_${M?.propertyKey}_${M?.entity?.id}`),w&&n.jsx(qi,{entityOrEntitiesToDelete:w,path:t,collection:y,callbacks:y.callbacks,open:!!w,onEntityDelete:O,onMultipleEntitiesDelete:X,onClose:()=>k(void 0)})]})},de);function Mt(){const[e,t]=u.useState([]),c=u.useCallback(a=>{let l;e.map(s=>s.id).includes(a.id)?l=e.filter(s=>s.id!==a.id):l=[...e,a],t(l)},[e]),i=u.useCallback(a=>e.map(l=>l.id).includes(a.id),[e]);return{selectedEntities:e,setSelectedEntities:t,isEntitySelected:i,toggleEntitySelection:c}}function s3({fullPath:e,collection:t,filter:c,sortBy:i,onCountChange:a}){const l=We(),s=Ae(),[d,f]=u.useState(void 0),[A,_]=u.useState(void 0),h=i?i[0]:void 0,g=i?i[1]:void 0,y=u.useMemo(()=>s.resolveAliasesFrom(e),[e,s.resolveAliasesFrom]);return u.useEffect(()=>{l.countEntities({path:y,collection:t,filter:c,orderBy:h,order:g}).then(f).catch(_)},[e,l,y,t,c,h,g]),u.useEffect(()=>{a&&a(d??0)},[a,d]),A?null:n.jsx(q,{className:"w-full text-ellipsis block overflow-hidden whitespace-nowrap max-w-xs text-left w-fit-content",variant:"caption",color:"secondary",children:d!==void 0?`${d} entities`:n.jsx(ze,{className:"w-full max-w-[80px] mt-1"})})}function ha(e,t){if(e.includes(".")){const[c,...i]=e.split(".");return{properties:{[c]:ha(i.join("."),t)}}}return{properties:{[e]:{columnWidth:t}}}}function d3({collection:e,path:t}){const[c,i]=u.useState(!1),[a,l]=u.useState(""),s=yn();return n.jsx(ye,{title:c?void 0:"Find by ID",children:n.jsx(cr,{open:c,onOpenChange:i,trigger:n.jsx(Z,{size:"small",children:n.jsx(br,{size:"small"})}),children:n.jsx("form",{noValidate:!0,onSubmit:d=>{if(d.preventDefault(),!!a)return i(!1),s.open({entityId:a,path:t,collection:e,updateUrl:!0})},className:"text-gray-900 dark:text-white w-96 max-w-full",children:n.jsxs("div",{className:"flex p-4 w-full gap-4",children:[n.jsx(tn,{placeholder:"Find entity by ID",size:"small",onChange:d=>l(d.target.value),value:a,className:"flex-grow"}),n.jsx(ie,{variant:"outlined",disabled:!a,type:"submit",children:"Go"})]})})})})}function ga({onSingleEntitySelected:e,onMultipleEntitiesSelected:t,multiselect:c,collection:i,path:a,selectedEntityIds:l,description:s,forceFilter:d,maxSelection:f}){const A=Jo(),_=yn(),h=Ae(),g=x(),y=h.resolveAliasesFrom(a),I=We(),[b,p]=u.useState([]),w=Mt();u.useEffect(()=>{let S=!1;const D=l?.map(N=>N?.toString()).filter(Boolean);return D&&i?Promise.all(D.map(N=>I.fetchEntity({path:y,entityId:N,collection:i}))).then(N=>{if(!S){const z=N.filter(H=>H!==void 0);w.setSelectedEntities(z),p(z)}}):(w.setSelectedEntities([]),p([])),()=>{S=!0}},[I,y,l,i,w.setSelectedEntities]);const k=u.useCallback(()=>{g.onAnalyticsEvent?.("reference_selection_clear",{path:y}),w.setSelectedEntities([]),!c&&e?e(null):t&&t([])},[c,t,e]),m=u.useCallback(S=>{let D;const N=w.selectedEntities;if(g.onAnalyticsEvent?.("reference_selection_toggle",{path:y,entityId:S.id}),N){if(N.map(z=>z.id).indexOf(S.id)>-1)D=N.filter(z=>z.id!==S.id);else{if(f&&N.length>=f)return;D=[...N,S]}w.setSelectedEntities(D),t&&t(D)}},[t,w.selectedEntities]),C=u.useCallback(S=>{!c&&e?(g.onAnalyticsEvent?.("reference_selected_single",{path:y,entityId:S.id}),e(S),A.close(!1)):m(S)},[A,c,e,m]),v=u.useCallback(()=>{g.onAnalyticsEvent?.("reference_selection_new_entity",{path:y}),_.open({path:y,collection:i,updateUrl:!0,onUpdate:({entity:S})=>{p([S,...b]),C(S)},closeOnSave:!0})},[_,y,i,b,C]),B=u.useCallback(({entity:S,size:D,width:N,frozen:z})=>{const H=w.selectedEntities,Y=H&&H.map(te=>te.id).indexOf(S.id)>-1;return n.jsx(St,{width:N,frozen:z,entity:S,size:D,isSelected:Y,selectionEnabled:c,hideId:i?.hideIdFromCollection,fullPath:y,selectionController:w})},[c,w.selectedEntities,m,i?.hideIdFromCollection]),K=u.useCallback(S=>{S.stopPropagation(),A.close(!1)},[A]);if(!i)return n.jsx(me,{error:"Could not find collection with id "+i});const P=u.useMemo(()=>Me({collection:i,path:y,values:{},fields:g.fields}),[i,g.fields,y]),E=ua(P,!1),T=Nt({fullPath:y,collection:i,entitiesDisplayedFirst:b,forceFilter:d});return n.jsxs("div",{className:"flex flex-col h-full",children:[n.jsx("div",{className:"flex-grow",children:b&&n.jsx(Dt,{displayedColumnIds:E,onEntityClick:C,tableController:T,tableRowActionsBuilder:B,title:n.jsx(q,{variant:"subtitle2",children:i.singularName?`Select ${i.singularName}`:`Select from ${i.name}`}),defaultSize:i.defaultSize,properties:P.properties,forceFilter:d,inlineEditing:!1,selectionController:w,actions:n.jsx(u3,{collection:i,path:y,onNewClick:v,onClear:k})})}),n.jsxs(Sn,{translucent:!1,children:[s&&n.jsx(q,{variant:"body2",className:"flex-grow text-left",children:s}),n.jsx(ie,{onClick:K,color:"primary",variant:"filled",children:"Done"})]})]})}function u3({collection:e,path:t,onClear:c,onNewClick:i}){const a=An(),l=Ge(),s=i?f=>{f.preventDefault(),i()}:void 0,d=zn(e,a,Ve(t),null)&&s&&(l?n.jsxs(ie,{onClick:s,startIcon:n.jsx(mn,{}),variant:"outlined",color:"primary",children:["Add ",e.singularName??e.name]}):n.jsx(ie,{onClick:s,size:"medium",variant:"outlined",color:"primary",children:n.jsx(mn,{})}));return n.jsxs(n.Fragment,{children:[n.jsx(ie,{onClick:c,variant:"text",color:"primary",children:"Clear"}),d]})}function In({title:e,children:t,invisible:c=!1,initiallyExpanded:i=!0,onExpandedChange:a,titleClassName:l,asField:s,className:d}){Ln("ExpandablePanel",`
|
|
1489
|
-
.CollapsibleContent {
|
|
1490
|
-
overflow: hidden;
|
|
1491
|
-
}
|
|
1492
|
-
.CollapsibleContent[data-state='open'] {
|
|
1493
|
-
animation: slideDown 220ms ease-out
|
|
1494
|
-
}
|
|
1495
|
-
.CollapsibleContent[data-state='closed'] {
|
|
1496
|
-
animation: slideUp 220ms ease-out;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
@keyframes slideDown {
|
|
1500
|
-
from {
|
|
1501
|
-
height: 0;
|
|
1502
|
-
}
|
|
1503
|
-
to {
|
|
1504
|
-
height: var(--radix-collapsible-content-height);
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
@keyframes slideUp {
|
|
1509
|
-
from {
|
|
1510
|
-
height: var(--radix-collapsible-content-height);
|
|
1511
|
-
}
|
|
1512
|
-
to {
|
|
1513
|
-
height: 0;
|
|
1514
|
-
}
|
|
1515
|
-
}`);const[f,A]=u.useState(i),[_,h]=u.useState(f);return u.useEffect(()=>{f?setTimeout(()=>{h(!0)},220):h(!1)},[f]),n.jsx(n.Fragment,{children:n.jsxs(Zn.Root,{className:F(!c&&fe+" border","rounded-md"),open:f,onOpenChange:g=>{a?.(g),A(g)},children:[n.jsxs(Zn.Trigger,{className:F(Ie,"rounded flex items-center justify-between w-full min-h-[52px]",c?"border-b px-2":"p-4",c&&fe,s&&Ze,l),children:[e,n.jsx(To,{className:F("transition",f?"rotate-180":"")})]}),n.jsx(Zn.Content,{className:F("CollapsibleContent"),style:{overflow:_?"visible":"hidden"},children:n.jsx("div",{className:d,children:t})})]})})}function Ot({children:e,group:t}){const c=Tn();return n.jsx(In,{invisible:!0,titleClassName:"font-medium text-sm text-gray-600 dark:text-gray-400",className:"py-4",initiallyExpanded:!(c?.collapsedGroups??[]).includes(t??"ungrouped"),onExpandedChange:i=>{if(c)if(i)c.setCollapsedGroups((c.collapsedGroups??[]).filter(a=>a!==(t??"ungrouped")));else{const a=(c.collapsedGroups??[]).concat(t??"ungrouped");c.setCollapsedGroups(a)}},title:n.jsx(q,{color:"secondary",className:"font-medium ml-1",children:t?.toUpperCase()??"Views".toUpperCase()}),children:n.jsx("div",{className:"mb-8",children:e})})}function Ia({view:e,path:t,collection:c,url:i,name:a,description:l,onClick:s}){const d=Tn(),f=Yo(c??e),A=be.useNavigate(),_=x(),h=(d?.favouritePaths??[]).includes(t);let g;if(_.plugins&&c){const y={path:t,collection:c,context:_};g=n.jsx(n.Fragment,{children:_.plugins.map((I,b)=>I.homePage?.CollectionActions?n.jsx(I.homePage.CollectionActions,{...y,extraProps:I.homePage.extraProps},`actions_${b}`):null)})}return n.jsx(Fa,{className:F("h-full p-4 cursor-pointer min-h-[230px]"),onClick:()=>{s?.(),A(i),d&&d.setRecentlyVisitedPaths([t,...(d.recentlyVisitedPaths??[]).filter(y=>y!==t)])},children:n.jsxs("div",{className:"flex flex-col items-start h-full",children:[n.jsxs("div",{className:"flex-grow w-full",children:[n.jsxs("div",{className:"h-10 flex items-center w-full justify-between text-gray-300 dark:text-gray-600",children:[f,n.jsxs("div",{className:"flex items-center gap-1",onClick:y=>{y.preventDefault(),y.stopPropagation()},children:[g,d&&n.jsx(Z,{onClick:y=>{y.preventDefault(),y.stopPropagation(),h?d.setFavouritePaths(d.favouritePaths.filter(I=>I!==t)):d.setFavouritePaths([...d.favouritePaths,t])},children:h?n.jsx(Er,{size:18,className:"text-secondary"}):n.jsx(Fr,{size:18,className:"text-gray-400 dark:text-gray-500"})})]})]}),n.jsx(q,{gutterBottom:!0,variant:"h5",component:"h2",children:a}),l&&n.jsx(q,{variant:"body2",color:"secondary",component:"div",children:n.jsx(so,{source:l})})]}),n.jsx("div",{style:{alignSelf:"flex-end"},children:n.jsx("div",{className:"p-4",children:n.jsx(dc,{className:"text-primary"})})})]})})}function f3({entry:e}){const t=be.useNavigate(),c=Tn();if(!c)return null;const i=c.favouritePaths.includes(e.path),a=l=>{l.preventDefault(),l.stopPropagation(),i?c.setFavouritePaths(c.favouritePaths.filter(s=>s!==e.path)):c.setFavouritePaths([...c.favouritePaths,e.path])};return n.jsx(Lo,{onClick:()=>t(e.url),icon:i?n.jsx(Er,{onClick:a,size:18,className:"text-secondary"}):n.jsx(Fr,{onClick:a,size:18,className:"text-gray-400 dark:text-gray-500"}),children:e.name},e.path)}function A3({hidden:e}){const t=Ae(),c=Tn();if(!c)return null;const i=(c?.favouritePaths??[]).map(a=>t.topLevelNavigation?.navigationEntries.find(l=>l.path===a)).filter(Boolean);return n.jsx(nr,{in:i.length>0,children:n.jsx("div",{className:"flex flex-row flex-wrap gap-2 pb-2 min-h-[32px]",children:i.map(a=>n.jsx(f3,{entry:a},a.path))})})}const Lt={};function y3(){const e=be.useLocation(),t=u.useRef(null),[c,i]=u.useState(0),[a,l]=u.useState("down"),s=u.useCallback(()=>{!t.current||!e.key||(Lt[e.key]=t.current.scrollTop,i(t.current.scrollTop),l(t.current.scrollTop>c?"down":"up"))},[t,e.key,c]);return u.useEffect(()=>{const d=t.current;if(d)return d.addEventListener("scroll",s,{passive:!0}),()=>{d&&d.removeEventListener("scroll",s)}},[t,s,e]),u.useEffect(()=>{!t.current||!Lt[e.key]||t.current.scrollTo({top:Lt[e.key],behavior:"auto"})},[e]),{containerRef:t,scroll:c,direction:a}}const Yn=new xa.Search("url");Yn.addIndex("name"),Yn.addIndex("description"),Yn.addIndex("group"),Yn.addIndex("path");function ba({additionalChildrenStart:e,additionalChildrenEnd:t}){const c=x(),i=Ae();if(!i.topLevelNavigation)throw Error("Navigation not ready in FireCMSHomePage");const{containerRef:a,scroll:l,direction:s}=y3(),{navigationEntries:d,groups:f}=i.topLevelNavigation,[A,_]=u.useState(null),h=A?d.filter(p=>A.includes(p.url)):d;u.useEffect(()=>{Yn.addDocuments(d)},[d]);const g=u.useCallback(p=>{if(!p||p==="")_(null);else{const w=Yn.search(p);_(w.map(k=>k.url))}},[]),y=[...f];(h.filter(p=>!p.group).length>0||h.length===0)&&y.push(void 0);let I,b;if(c.plugins){const p={context:c};b=n.jsx(n.Fragment,{children:c.plugins.filter(w=>w.homePage?.includeSection).map((w,k)=>{const m=w.homePage.includeSection(p);return n.jsx(Ot,{group:m.title,children:m.children},`plugin_section_${w.name}`)})}),I=n.jsx("div",{className:"flex flex-col gap-2",children:c.plugins.filter(w=>w.homePage?.additionalChildrenStart).map((w,k)=>n.jsx("div",{children:w.homePage.additionalChildrenStart},`plugin_children_start_${k}`))})}return n.jsx("div",{id:"home_page",ref:a,className:"py-2 overflow-auto h-full w-full",children:n.jsxs(zt,{maxWidth:"6xl",children:[n.jsx("div",{className:"sticky py-4 transition-all duration-400 ease-in-out top-0 z-10",style:{top:s==="down"?-84:0},children:n.jsx(Ut,{onTextSearch:g,placeholder:"Search collections",large:!1,className:"w-full"})}),n.jsx(A3,{hidden:!!A}),e,I,y.map((p,w)=>{const k=[],m={group:p,context:c};c.plugins&&c.plugins.forEach(v=>{v.homePage?.AdditionalCards&&k.push(...Zo(v.homePage?.AdditionalCards))});const C=h.filter(v=>v.group===p||!v.group&&p===void 0);return C.length===0&&k.length===0?null:n.jsx(Ot,{group:p,children:n.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:[C.map(v=>n.jsx("div",{className:"col-span-1",children:n.jsx(Ia,{...v,onClick:()=>{const B=v.type==="collection"?"home_navigate_to_collection":v.type==="view"?"home_navigate_to_view":"unmapped_event";c.onAnalyticsEvent?.(B,{path:v.path})}})},`nav_${v.group}_${v.name}`)),k&&k.map((v,B)=>n.jsx("div",{children:n.jsx(v,{...m})},`nav_${p}_add_${B}`))]})},`plugin_section_${p}`)}),b,t]})})}function _3({propertyConfig:e}){const t="h-8 w-8 p-1 rounded-full shadow text-white";return n.jsx("div",{className:t,style:{background:e?.color??"#888"},children:ut(e,"medium")})}function h3({children:e,title:t,path:c}){const i=Lr();return u.useEffect(()=>{i.set({breadcrumbs:[{title:t,url:c}]})},[c,t]),n.jsx(n.Fragment,{children:e})}function pa(){return n.jsx("div",{className:"flex w-full h-full",children:n.jsxs("div",{className:"m-auto flex items-center flex-col",children:[n.jsx(q,{variant:"h4",align:"center",gutterBottom:!0,children:"Page not found"}),n.jsx(q,{align:"center",gutterBottom:!0,children:"This page does not exist or you may not have access to it"}),n.jsx(ie,{variant:"text",component:be.Link,to:"/",children:"Back to home"})]})})}function g3({open:e,onAccept:t,onCancel:c,title:i,loading:a,body:l}){return n.jsxs(or,{open:e,onOpenChange:s=>s?void 0:c(),children:[n.jsxs(rr,{children:[n.jsx(q,{variant:"h6",className:"mb-2",children:i}),l]}),n.jsxs(Sn,{children:[n.jsx(ie,{variant:"text",onClick:c,autoFocus:!0,children:"Cancel"}),n.jsx(Pa,{color:"primary",type:"submit",loading:a,onClick:t,children:"Ok"})]})]})}function wa({width:e,height:t,className:c,style:i}){return n.jsxs("svg",{width:e??"100%",height:t??"100%",viewBox:"0 0 599 599",version:"1.1",style:i,className:c,xmlns:"http://www.w3.org/2000/svg",children:[n.jsxs("defs",{children:[n.jsxs("radialGradient",{cx:"28.6213569%",cy:"43.1133328%",fx:"28.6213569%",fy:"43.1133328%",r:"71.5003456%",gradientTransform:"translate(0.286214,0.431133),rotate(3.343450),scale(1.000000,0.996175),translate(-0.286214,-0.431133)",id:"radialGradient-1",children:[n.jsx("stop",{stopColor:"#FF5B79",offset:"0%"}),n.jsx("stop",{stopColor:"#FA5574",offset:"28.0930803%"}),n.jsx("stop",{stopColor:"#EC4C51",offset:"44.7242531%"}),n.jsx("stop",{stopColor:"#9543C1",offset:"71.4578165%"}),n.jsx("stop",{stopColor:"#3857B3",offset:"100%"})]}),n.jsxs("radialGradient",{cx:"53.6205516%",cy:"47.2473036%",fx:"53.6205516%",fy:"47.2473036%",r:"50.8229649%",gradientTransform:"translate(0.536206,0.472473),rotate(90.000000),scale(1.000000,1.206631),translate(-0.536206,-0.472473)",id:"radialGradient-2",children:[n.jsx("stop",{stopColor:"#68294F",stopOpacity:"0",offset:"0%"}),n.jsx("stop",{stopColor:"#5E2548",stopOpacity:"0.04641108",offset:"75.3503173%"}),n.jsx("stop",{stopColor:"#0D060B",stopOpacity:"0.437431709",offset:"100%"})]}),n.jsxs("radialGradient",{cx:"53.8605015%",cy:"48.1990423%",fx:"53.8605015%",fy:"48.1990423%",r:"59.9151549%",gradientTransform:"translate(0.538605,0.481990),rotate(180.000000),scale(1.000000,0.925027),translate(-0.538605,-0.481990)",id:"radialGradient-3",children:[n.jsx("stop",{stopColor:"#68294F",stopOpacity:"0",offset:"0%"}),n.jsx("stop",{stopColor:"#5E2548",stopOpacity:"0.04641108",offset:"84.0867343%"}),n.jsx("stop",{stopColor:"#FF0000",stopOpacity:"0.567324765",offset:"100%"})]})]}),n.jsx("g",{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:n.jsxs("g",{id:"firecms_logo",children:[n.jsx("circle",{fill:"url(#radialGradient-1)",cx:"299.5",cy:"299.5",r:"299.5"}),n.jsx("circle",{fill:"url(#radialGradient-2)",cx:"299.5",cy:"299.5",r:"299.5"}),n.jsx("circle",{fill:"url(#radialGradient-3)",cx:"299.5",cy:"299.5",r:"299.5"})]})})]})}const I3={info:"bg-sky-200 dark:bg-teal-900",warn:"bg-orange-200 dark:bg-yellow-950"};function b3({children:e,mode:t="info"}){return n.jsx("div",{className:F("my-3 py-2 px-4 rounded",I3[t]),children:e})}const ka=function({title:t,endAdornment:c,startAdornment:i,drawerOpen:a,dropDownActions:l,includeDrawer:s,className:d,style:f,user:A}){const _=Ae(),h=An(),{mode:g,toggleMode:y}=Or(),I=Ge(),b=A??h.user;let p;if(b&&b.photoURL)p=n.jsx(Gt,{src:b.photoURL});else if(b===void 0||h.initialLoading)p=n.jsx("div",{className:"p-1 flex justify-center",children:n.jsx(ze,{className:"w-10 h-10 rounded-full"})});else{const w=b?.displayName?b.displayName[0].toUpperCase():b?.email?b.email[0].toUpperCase():"A";p=n.jsx(Gt,{children:w})}return n.jsx("div",{style:f,className:F("pr-2",{"ml-[17rem]":a&&I,"ml-16":s&&!(a&&I)&&!i,"h-16":!0,"z-10":I,"transition-all":!0,"ease-in":!0,"duration-75":!0,"w-full":!s,"w-[calc(100%-64px)]":s&&!(a&&I),"w-[calc(100%-17rem)]":s&&a&&I,"duration-150":a&&I,fixed:!0},d),children:n.jsxs("div",{className:"flex flex-row gap-2 px-4 h-full items-center",children:[i,_&&n.jsx("div",{className:"mr-8 hidden lg:block",children:n.jsx(be.Link,{className:"visited:text-inherit visited:dark:text-inherit",to:_?.basePath??"/",children:n.jsx(q,{variant:"subtitle1",noWrap:!0,className:"ml-2 !font-medium",children:t})})}),n.jsx("div",{className:"flex-grow"}),c&&n.jsx(se,{children:c}),n.jsx(Z,{color:"inherit","aria-label":"Open drawer",onClick:y,size:"large",children:g==="dark"?n.jsx(_c,{}):n.jsx(Ec,{})}),n.jsxs($n,{trigger:p,children:[l,!l&&n.jsxs(Ee,{onClick:h.signOut,children:[n.jsx(Nc,{}),"Log Out"]})]})]})})};function $n({children:e,trigger:t,open:c,defaultOpen:i,onOpenChange:a}){return n.jsxs(Xn.Root,{open:c,defaultOpen:i,onOpenChange:a,children:[n.jsx(Xn.Trigger,{asChild:!0,children:t}),n.jsx(Xn.Portal,{children:n.jsx(Xn.Content,{className:F($e,"shadow py-2 z-30"),children:e})})]})}function Ee({children:e,dense:t,onClick:c}){return n.jsx(Xn.Item,{className:F(Ie,c&&"cursor-pointer","rounded-md px-4 py-2 text-sm font-medium text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-900 flex items-center gap-4"),onClick:c,children:e})}const p3=e=>e&&Array.isArray(e)&&e.length>0?e.map((t,c)=>t?{[Ar(t)+c]:_o()}:{}).reduce((t,c)=>({...t,...c}),{}):{};function Qt({droppableId:e,addLabel:t,value:c,disabled:i=!1,buildEntry:a,size:l,onInternalIdAdded:s,includeAddButton:d,newDefaultEntry:f,onValueChange:A}){const _=c&&Array.isArray(c)&&c.length>0,h=u.useRef(p3(c)),[g,y]=u.useState(_?Object.values(h.current):[]);u.useEffect(()=>{if(_&&c&&c.length!==g.length){const k=c.map((m,C)=>{const v=Ar(m)+C;if(v in h.current)return h.current[v];{const B=_o();return h.current[v]=B,B}});y(k)}},[_,g.length,c]);const I=k=>{if(k.preventDefault(),i)return;const m=_o(),C=[...g,m];s&&s(m),y(C),A([...c??[],f])},b=k=>{const m=[...g];m.splice(k,1),y(m),A(c.filter((C,v)=>v!==k))},p=k=>{const m=_o(),C=c[k],v=[...g.splice(0,k+1),m,...g.splice(k+1,g.length-k-1)];s&&s(m),y(v),A([...c.slice(0,k+1),C,...c.slice(k+1)])},w=k=>{if(!k.destination)return;const m=k.source.index,C=k.destination.index,v=[...g],B=v[m];v[m]=v[C],v[C]=B,y(v),A(w3(c,m,C))};return n.jsx(Pn.DragDropContext,{onDragEnd:w,children:n.jsx(Pn.Droppable,{droppableId:e,renderClone:(k,m,C)=>{const v=C.source.index,B=g[v];return n.jsx(Vt,{provided:k,internalId:B,index:v,size:l,disabled:i,buildEntry:a,remove:b,copy:p,isDragging:m.isDragging})},children:(k,m)=>n.jsxs("div",{...k.droppableProps,ref:k.innerRef,children:[_&&g.map((C,v)=>n.jsx(Pn.Draggable,{draggableId:`array_field_${C}`,isDragDisabled:i,index:v,children:(B,K)=>n.jsx(Vt,{provided:B,internalId:C,index:v,size:l,disabled:i,buildEntry:a,remove:b,copy:p,isDragging:K.isDragging})},`array_field_${C}`)),k.placeholder,d&&n.jsx("div",{className:"py-4 justify-center text-left",children:n.jsx(ie,{variant:l==="small"?"text":"outlined",size:l==="small"?"small":"medium",color:"primary",disabled:i,startIcon:n.jsx(mn,{}),onClick:I,children:t??"Add"})})]})})})}function Vt({provided:e,index:t,internalId:c,size:i,disabled:a,buildEntry:l,remove:s,copy:d,isDragging:f}){const[A,_]=lr(),h=i!=="small"&&_.height===0,g=i!=="small"&&_.height<100,[y,I]=u.useState(!1),b=u.useCallback(()=>I(!0),[]),p=u.useCallback(()=>I(!1),[]);return n.jsx("div",{onMouseEnter:b,onMouseMove:b,onMouseLeave:p,ref:e.innerRef,...e.draggableProps,style:e.draggableProps.style,className:`${f||y?Ye:""} mb-1 rounded-md opacity-100`,children:n.jsxs("div",{className:"flex items-start",children:[n.jsx("div",{ref:A,className:"flex-grow w-[calc(100%-48px)] text-text-primary dark:text-text-primary-dark",children:l(t,c)}),n.jsx(ma,{direction:i==="small"?"row":"column",disabled:a,remove:s,index:t,provided:e,measuring:h,contentOverflow:g,copy:d})]})})}function ma({direction:e,disabled:t,remove:c,index:i,provided:a,copy:l,contentOverflow:s,measuring:d}){return n.jsxs("div",{className:`p-1 flex ${e==="row"?"flex-row-reverse":"flex-col"} items-center`,...a.dragHandleProps,children:[n.jsx(ye,{side:e==="column"?"left":void 0,title:"Move",children:n.jsx(Z,{size:"small",disabled:t,className:`cursor-${t?"inherit":"grab"}`,children:n.jsx("svg",{focusable:"false",fill:"currentColor","aria-hidden":"true",viewBox:"0 0 24 24",children:n.jsx("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})})}),!d&&!s&&n.jsxs(n.Fragment,{children:[n.jsx(ye,{title:"Remove",side:e==="column"?"left":void 0,children:n.jsx(Z,{size:"small","aria-label":"remove",disabled:t,onClick:()=>c(i),children:n.jsx(co,{size:"small"})})}),n.jsx(ye,{side:e==="column"?"left":void 0,title:"Copy in this position",children:n.jsx(Z,{size:"small","aria-label":"copy",disabled:t,onClick:()=>l(i),children:n.jsx(ro,{size:"small"})})})]}),!d&&s&&n.jsx(n.Fragment,{children:n.jsxs($n,{trigger:n.jsx(Z,{size:"small",children:n.jsx(Sr,{size:"small"})}),children:[n.jsxs(Ee,{dense:!0,onClick:()=>c(i),children:[n.jsx(co,{size:"small"}),"Remove"]}),n.jsxs(Ee,{dense:!0,onClick:()=>l(i),children:[n.jsx(ro,{size:"small"}),"Copy"]})]})})]})}function w3(e,t,c){const i=Array.from(e),[a]=i.splice(t,1);return i.splice(c,0,a),i}function _o(){return Math.floor(Math.random()*Math.floor(Number.MAX_SAFE_INTEGER))}const k3="100vw",m3="55vw",va="768px",Xo="main_##Q$SC^#S6";function v3({path:e,entityId:t,selectedSubPath:c,copy:i,collection:a,onValuesAreModified:l,formWidth:s,onUpdate:d,onClose:f}){a.customId&&a.formAutoSave&&console.warn(`The collection ${a.path} has customId and formAutoSave enabled. This is not supported and formAutoSave will be ignored`);const[A,_]=u.useState(!1),[h,g]=u.useState(void 0);zo(h,()=>{h&&V({entityId:M?.id,collection:a,path:e,values:h,closeAfterSave:!1})},!1,2e3);const y=We(),I=Jo(),b=yn(),p=_n(),w=x(),k=An(),[m,C]=u.useState(void 0),[v,B]=u.useState(i?"copy":t?"existing":"new"),K=u.useRef(void 0),P=K.current,E=(a.subcollections??[]).filter(U=>!U.hideFromNavigation),T=E?.length??0,S=a.entityViews,D=S?.length??0,N=a.formAutoSave&&!a.customId,z=D>0||T>0,H=c??st(a?a.defaultSelectedView:void 0,{status:v,entityId:t}),Y=u.useRef(H??Xo),te=Y.current===Xo,{entity:W,dataLoading:$,dataLoadingError:ne}=Tr({path:e,entityId:t,collection:a,useCache:!1}),[M,Q]=u.useState(W),[ce,ae]=u.useState(void 0);u.useEffect(()=>{W&&Q(W)},[W]),u.useEffect(()=>{if(v==="new")ae(!1);else{const U=M?At(a,k,Ve(e),M??null):!1;M&&ae(!U)}},[k,M,v]);const G=u.useCallback(U=>{_(!1),p.open({type:"error",message:"Error before saving: "+U?.message}),console.error(U)},[p]),O=u.useCallback(U=>{_(!1),p.open({type:"error",message:"Error after saving (entity is saved): "+U?.message}),console.error(U)},[p]),X=(U,we)=>{_(!1),N||p.open({type:"success",message:`${a.singularName??a.name}: Saved correctly`}),Q(U),B("existing"),l(!1),d&&d({entity:U}),we?(I.setBlocked(!1),I.close(!0),f?.()):v!=="existing"&&b.replace({path:e,entityId:U.id,selectedSubPath:Y.current,updateUrl:!0,collection:a})},oe=u.useCallback(U=>{_(!1),p.open({type:"error",message:"Error saving: "+U?.message}),console.error("Error saving entity",e,t),console.error(U)},[t,e,p]),V=({values:U,previousValues:we,closeAfterSave:L,entityId:ee,collection:re,path:R})=>{_(!0),Mr({path:R,entityId:ee,values:U,previousValues:we,collection:re,status:v,dataSource:y,context:w,onSaveSuccess:he=>X(he,L),onSaveFailure:oe,onPreSaveHookError:G,onSaveSuccessHookError:O}).then()},j=async({collection:U,path:we,entityId:L,values:ee,previousValues:re,closeAfterSave:R,autoSave:he})=>{v&&(he?g(ee):V({collection:U,path:we,entityId:L,values:ee,previousValues:re,closeAfterSave:R}))},Le=S?S.map(U=>wt(U,w.entityViews)).filter(Boolean):[],Ke=S&&Le.map((U,we)=>{if(!U||Y.current!==U.key)return null;const L=U.Builder;return L?n.jsx("div",{className:F(fe,"relative flex-grow w-full h-full overflow-auto "),role:"tabpanel",children:n.jsx(se,{children:m&&n.jsx(L,{collection:a,entity:M,modifiedValues:P??M?.values,formContext:m})})},`custom_view_${U.key}`):(console.error("customView.Builder is not defined"),null)}).filter(Boolean),_e=$&&!M||(!M||ce===void 0)&&(v==="existing"||v==="copy"),Re=_e||A,bn=E&&E.map((U,we)=>{const L=U.alias??U.path,ee=M?`${e}/${M?.id}/${pe(L)}`:void 0;return Y.current!==L?null:n.jsxs("div",{className:"relative flex-grow h-full overflow-auto w-full",role:"tabpanel",children:[Re&&n.jsx(yo,{}),!_e&&(M&&ee?n.jsx(Tt,{fullPath:ee,parentPathSegments:Ve(e),isSubCollection:!0,...U}):n.jsx("div",{className:"flex items-center justify-center w-full h-full p-3",children:n.jsx(q,{variant:"label",children:"You need to save your entity before adding additional collections"})}))]},`subcol_${L}`)}).filter(Boolean),en=u.useCallback(()=>{l(!1)},[]),cn=U=>{Y.current=U,b.replace({path:e,entityId:t,selectedSubPath:U===Xo?void 0:U,updateUrl:!0,collection:a})},qn=u.useCallback(U=>{K.current=U},[]),ho=u.useCallback(U=>{p.open({type:"error",message:"Error updating id, check the console"})},[]),go=u.useCallback(U=>{Q(we=>we?{...we,id:U}:void 0)},[]),an=U=>{N||l(U)};function Bn(){const U=w.plugins;let we=n.jsx(Xi,{status:v,path:e,collection:a,onEntitySaveRequested:j,onDiscard:en,onValuesChanged:qn,onModified:an,entity:M,onIdChange:go,onFormContextChange:C,hideId:a.hideIdFromForm,autoSave:N,onIdUpdateError:ho});return U&&U.forEach(L=>{L.form?.provider&&(we=n.jsx(L.form.provider.Component,{status:v,path:e,collection:a,onDiscard:en,onValuesChanged:qn,onModified:an,entity:M,context:w,formContext:m,...L.form.provider.props,children:we}))}),n.jsx(se,{children:we})}const Io=ce===void 0?n.jsx(n.Fragment,{}):ce?n.jsxs(n.Fragment,{children:[n.jsx(q,{className:"mt-16 mb-8 mx-8",variant:"h4",children:a.singularName??a.name}),n.jsx(_t,{className:"px-12",entity:M,path:e,collection:a})]}):Bn(),pn=E&&E.map(U=>n.jsx(tr,{className:"text-sm min-w-[140px]",value:U.path,children:U.name},`entity_detail_collection_tab_${U.name}`)),bo=Le.map(U=>n.jsx(tr,{className:"text-sm min-w-[140px]",value:U.key,children:U.name},`entity_detail_collection_tab_${U.name}`));return n.jsx("div",{className:"flex flex-col h-full w-full transition-width duration-250 ease-in-out",children:n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:F(fe,"no-scrollbar border-b pl-2 pr-2 pt-1 flex items-end overflow-scroll bg-gray-50 dark:bg-gray-950"),children:[n.jsx("div",{className:"pb-1 self-center",children:n.jsx(Z,{onClick:()=>(f?.(),I.close(!1)),size:"large",children:n.jsx(mr,{})})}),n.jsx("div",{className:"flex-grow"}),_e&&n.jsx("div",{className:"self-center",children:n.jsx(jn,{size:"small"})}),n.jsxs(Da,{value:Y.current,onValueChange:U=>{cn(U)},className:"pl-4 pr-4 pt-0",children:[n.jsx(tr,{disabled:!z,value:Xo,className:`${z?"":"hidden"} text-sm min-w-[140px]`,children:a.singularName??a.name}),bo,pn]})]}),n.jsxs("div",{className:"flex-grow h-full flex overflow-auto flex-row w-full ",style:{},children:[n.jsx("div",{role:"tabpanel",hidden:!te,id:`form_${e}`,className:" w-full",children:_e?n.jsx(yo,{}):Io}),Ke,bn]})]})})}function K3(e){const{blocked:t,setBlocked:c,setBlockedNavigationMessage:i}=Jo(),a=Ae(),l=u.useMemo(()=>{if(!e)return;let d=e.collection;if(!d&&(d=a.getCollection(e.path,e.entityId),!d))throw console.error("ERROR: No collection found in path `",e.path,"`. Entity id: ",e.entityId),Error("ERROR: No collection found in path `"+e.path+"`. Make sure you have defined a collection for this path in the root navigation.");return d},[a,e]);u.useEffect(()=>{function d(f){t&&l&&(f.preventDefault(),f.returnValue=`You have unsaved changes in this ${l.name}. Are you sure you want to leave this page?`)}return typeof window<"u"&&window.addEventListener("beforeunload",d),()=>{typeof window<"u"&&window.removeEventListener("beforeunload",d)}},[t,l]);const s=u.useCallback(d=>{c(d),i(d?n.jsxs(n.Fragment,{children:[" You have unsaved changes in this ",n.jsx("b",{children:l?.singularName??l?.name}),"."]}):void 0)},[l?.name,c,i]);return!e||!l?n.jsx("div",{className:"w-full"}):n.jsx(n.Fragment,{children:n.jsx(se,{children:n.jsx(v3,{...e,formWidth:e.width,collection:l,onValuesAreModified:s})})})}const Ka="new";function C3(e,t){if(t)return k3;const c=!e.selectedSubPath,i=typeof e.width=="number"?`${e.width}px`:e.width;return c?i??va:`calc(${m3} + ${i??va})`}const S3=(e,t)=>{const c=be.useLocation(),i=u.useRef(!1),a=!Ge();u.useEffect(()=>{if(!e.loading&&!i.current){if(e.isUrlCollectionPath(c.pathname)){const f=c.hash===`#${Ka}`,A=e.urlPathToDataPath(c.pathname),_=B3(A,e.collections,f);for(let h=0;h<_.length;h++){const g=_[h];setTimeout(()=>{h===0?t.replace(xo(g,e,a)):t.open(xo(g,e,a))},1)}}i.current=!0}},[c,e,t,a]);const l=u.useCallback(()=>{t.close()},[t]),s=u.useCallback(f=>{if(f.copy&&!f.entityId)throw Error("If you want to copy an entity you need to provide an entityId");const A=st(f.collection?f.collection.defaultSelectedView:void 0,{status:f.copy?"copy":f.entityId?"existing":"new",entityId:f.entityId});t.open(xo({selectedSubPath:A,...f},e,a))},[t,e,a]),d=u.useCallback(f=>{if(f.copy&&!f.entityId)throw Error("If you want to copy an entity you need to provide an entityId");t.replace(xo(f,e,a))},[e,t,a]);return{close:l,open:s,replace:d}};function B3(e,t,c){const i=kt({path:e,collections:t}),a=[];let l="";for(let s=0;s<i.length;s++){const d=i[s];if(d.type==="collection"&&(l=d.path),s>0){const f=i[s-1];if(d.type==="entity")a.push({path:d.path,entityId:d.entityId,copy:!1});else if(d.type==="custom_view"){if(f.type==="entity"){const A=a[a.length-1];A&&(A.selectedSubPath=d.view.key)}}else if(d.type==="collection"&&f.type==="entity"){const A=a[a.length-1];A&&(A.selectedSubPath=d.collection.alias??d.collection.path)}}}return c&&a.push({path:l,copy:!1}),a}const xo=(e,t,c)=>{const i=pe(e.path),a=e.entityId?t.buildUrlCollectionPath(`${i}/${e.entityId}/${e.selectedSubPath||""}`):t.buildUrlCollectionPath(`${i}#${Ka}`);return{key:`${e.path}/${e.entityId}`,component:n.jsx(K3,{...e}),urlPath:a,parentUrlPath:t.buildUrlCollectionPath(i),width:C3(e,c),onClose:e.onClose}};function Ca(e){const{path:t,collections:c=[],currentFullPath:i}=e,a=pe(t).split("/"),l=mo(a),s=[];for(let d=0;d<l.length;d++){const f=l[d],A=c&&c.find(_=>_.alias===f||_.path===f);if(A){const _=A.alias??A.path,h=i&&i.length>0?i+"/"+_:_,g=pe(pe(t).replace(f,"")),y=g.length>0?g.split("/"):[];if(y.length>0){const I=y[0],b=h+"/"+I;if(s.push(new Ue(I,h)),y.length>1){const p=y.slice(1).join("/");if(!A)throw Error("collection not found resolving path: "+A);A.subcollections&&s.push(...Ca({path:p,collections:A.subcollections,currentFullPath:b}))}}break}}return s}function E3({basePath:e,baseCollectionPath:t,authController:c,collections:i,views:a,userConfigPersistence:l,plugins:s,dataSource:d}){const f=be.useLocation(),[A,_]=u.useState(),[h,g]=u.useState(),[y,I]=u.useState(!1),[b,p]=u.useState(void 0),[w,k]=u.useState(!0),[m,C]=u.useState(void 0),v=pe(e),B=pe(t),K=v?`/${v}`:"/",P=v?`/${v}/${B}`:`/${B}`,E=u.useCallback(Q=>v?`/${v}/${Ro(Q)}`:`/${Ro(Q)}`,[v]),T=u.useCallback(Q=>`${pe(t)}/${Ro(Q)}`,[t]),S=u.useCallback((Q,ce)=>{const ae=[...(Q??[]).map(O=>O.hideFromNavigation?void 0:{url:T(O.alias??O.path),type:"collection",name:O.name.trim(),path:O.alias??O.path,collection:O,description:O.description?.trim(),group:O.group?.trim()}).filter(Boolean),...(ce??[]).map(O=>O.hideFromNavigation?void 0:{url:E(Array.isArray(O.path)?O.path[0]:O.path),name:O.name.trim(),type:"view",view:O,description:O.description?.trim(),group:O.group?.trim()}).filter(Boolean)],G=Object.values(ae).map(O=>O.group).filter(Boolean).filter((O,X,oe)=>oe.indexOf(O)===X);return{navigationEntries:ae,groups:G}},[E,T]),D=u.useCallback(async()=>{if(!c.initialLoading){try{const[Q=[],ce=[]]=await Promise.all([F3(i,c,d,s),P3(a,c,d)]);_(Q),g(ce),p(S(Q??[],ce))}catch(Q){console.error(Q),C(Q)}k(!1),I(!0)}},[i,c.user,c.initialLoading,d,s,a,S]);u.useEffect(()=>{D()},[D]);const N=u.useCallback((Q,ce,ae=!1)=>{if(!A)return;const G=ko(pe(Q),A),O=ae?l?.getCollectionConfig(Q):void 0,X=G?Je(G,O):void 0;let oe=X;if(X){const V=X.subcollections,j=X.callbacks,Le=X.permissions;oe={...oe,subcollections:oe?.subcollections??V,callbacks:oe?.callbacks??j,permissions:oe?.permissions??Le}}if(oe)return{...X,...oe}},[e,t,A]),z=u.useCallback(Q=>{let ce=A;if(!ce)throw Error("Collections have not been initialised yet");for(let ae=0;ae<Q.length;ae++){const G=Q[ae],O=ce.find(X=>X.alias===G||X.path===G);if(!O)return;if(ce=O.subcollections,ae===Q.length-1)return O}},[A]),H=u.useCallback(Q=>pe(Q+"/").startsWith(pe(P)+"/"),[P]),Y=u.useCallback(Q=>{if(Q.startsWith(P))return Q.replace(P,"");throw Error("Expected path starting with "+P)},[P]),te=u.useCallback(({path:Q})=>`s/edit/${Ro(Q)}`,[]),W=u.useCallback(Q=>{if(!A)throw Error("Collections have not been initialised yet");return ur(Q,A)},[A]),$=f.state,ne=$&&$.base_location?$.base_location:f,M=u.useCallback(Q=>Ca({path:Q,collections:A}),[A]);return u.useMemo(()=>({collections:A??[],views:h??[],loading:!y||w,navigationLoadingError:m,homeUrl:K,basePath:e,baseCollectionPath:t,initialised:y,getCollection:N,getCollectionFromPaths:z,isUrlCollectionPath:H,urlPathToDataPath:Y,buildUrlCollectionPath:T,buildUrlEditCollectionPath:te,buildCMSUrlPath:E,resolveAliasesFrom:W,topLevelNavigation:b,baseLocation:ne,refreshNavigation:D,getParentReferencesFromPath:M}),[t,ne,e,E,T,te,A,M,N,z,K,y,H,w,m,D,W,b,Y,h])}function Ro(e){return encodeURIComponent(pe(e)).replaceAll("%2F","/").replaceAll("%23","#")}function Sa(e,t){return e.filter(c=>c.permissions?fo(c,t,[c.path],null).read!==!1:!0).map(c=>c.subcollections?{...c,subcollections:Sa(c.subcollections,t)}:c)}async function F3(e,t,c,i){let a=[];return typeof e=="function"?a=await e({user:t.user,authController:t,dataSource:c}):Array.isArray(e)&&(a=e),a=Sa(a,t),i&&i.forEach(l=>{l.collections?.injectCollections&&(a=l.collections?.injectCollections(a??[]))}),a}async function P3(e,t,c){let i=[];return typeof e=="function"?i=await e({user:t.user,authController:t,dataSource:c}):Array.isArray(e)&&(i=e),i}function D3(){const e=be.useLocation(),t=be.useNavigate(),[c,i]=u.useState([]),a=u.useRef(c),l=u.useRef({}),s=u.useRef(0),d=h=>{a.current=h,i(h)};u.useEffect(()=>{const y=(e.state?.panels??[]).map(I=>l.current[I]).filter(I=>!!I);de(a.current.map(I=>I.key),y.map(I=>I.key))||d(y)},[e]);const f=u.useCallback(()=>{if(c.length===0)return;const h=c[c.length-1],g=[...c.slice(0,-1)];if(d(g),s.current>0)h.urlPath&&t(-1),s.current--;else if(h.parentUrlPath){const y=e.state?.base_location??e;t(h.parentUrlPath,{replace:!0,state:{base_location:y,panels:g.map(I=>I.key)}})}},[c,t,e]),A=u.useCallback(h=>{const g=Array.isArray(h)?h:[h];g.forEach(b=>{l.current[b.key]=b}),s.current=s.current+g.length;const y=e.state?.base_location??e,I=[...c,...g];d(I),g.forEach(b=>{b.urlPath&&t(b.urlPath,{state:{base_location:y,panels:I.map(p=>p.key)}})})},[e,t,c]),_=u.useCallback(h=>{const g=Array.isArray(h)?h:[h];g.forEach(b=>{l.current[b.key]=b});const y=e.state?.base_location??e,I=[...c.slice(0,-g.length),...g];d(I),g.forEach(b=>{b.urlPath&&t(b.urlPath,{replace:!0,state:{base_location:y,panels:I.map(p=>p.key)}})})},[e,t,c]);return{sidePanels:c,close:f,open:A,replace:_}}function N3(e){u.useEffect(()=>{if(!e)return;const t=xt[e];t&&(ir.registerLocale(e,t),ir.setDefaultLocale(e))},[e])}const T3="/",M3="/c";function O3(e){const t=Or(),{children:c,collections:i,views:a,entityLinkBuilder:l,userConfigPersistence:s,dateTimeFormat:d,locale:f,authController:A,storageSource:_,dataSource:h,basePath:g=T3,baseCollectionPath:y=M3,plugins:I,onAnalyticsEvent:b,fields:p,entityViews:w,components:k}=e;N3(f);const m=E3({basePath:g,baseCollectionPath:y,authController:A,collections:i,views:a,userConfigPersistence:s,dataSource:h,plugins:I}),C=D3(),v=S3(m,C),B=A.initialLoading||m.loading||(I?.some(P=>P.loading)??!1),K=u.useMemo(()=>({entityLinkBuilder:l,dateTimeFormat:d,locale:f,plugins:I,onAnalyticsEvent:b,entityViews:w??[],fields:p??{},components:k}),[d,f,I,w,p,k]);return m.navigationLoadingError?n.jsx(Ht,{maxWidth:"md",fullScreen:!0,children:n.jsx(me,{title:"Error loading navigation",error:m.navigationLoadingError})}):A.authError?n.jsx(Ht,{maxWidth:"md",fullScreen:!0,children:n.jsx(me,{title:"Error loading auth",error:A.authError})}):n.jsx(dr.Provider,{value:t,children:n.jsx(Dr.Provider,{value:K,children:n.jsx($c.Provider,{value:s,children:n.jsx(Yc.Provider,{value:_,children:n.jsx(Gc.Provider,{value:h,children:n.jsx(Pr.Provider,{value:A,children:n.jsx(Hc.Provider,{value:C,children:n.jsx(Uc.Provider,{value:v,children:n.jsx(zc.Provider,{value:m,children:n.jsx(nl,{children:n.jsx(DG,{children:n.jsx(L3,{loading:B,children:c})})})})})})})})})})})})}function L3({loading:e,children:t}){const c=x();let i=t({context:c,loading:e});const a=c.plugins;return!e&&a&&a.forEach(l=>{l.provider&&(i=n.jsx(l.provider.Component,{...l.provider.props,context:c,children:i}))}),n.jsx(n.Fragment,{children:i})}function Ba({hovered:e,drawerOpen:t,closeDrawer:c}){const i=x(),a=Ae(),l=e&&!t,s=Ge();if(!a.topLevelNavigation)throw Error("Navigation not ready in Drawer");const{navigationEntries:d,groups:f}=a.topLevelNavigation,A=Object.values(d).filter(g=>!g.group),_=u.useCallback(g=>t?n.jsx("div",{className:"pt-8 pl-6 pr-8 pb-2 flex flex-row items-center",children:n.jsx(q,{variant:"caption",color:"secondary",className:"font-medium flex-grow",children:g?g.toUpperCase():"Views".toUpperCase()})}):n.jsx("div",{className:"h-4"}),[t]),h=g=>{const y=g.type==="collection"?"drawer_navigate_to_collection":g.type==="view"?"drawer_navigate_to_view":"unmapped_event";i.onAnalyticsEvent?.(y,{url:g.url}),s||c()};return n.jsxs("div",{className:"flex-grow overflow-scroll no-scrollbar",children:[f.map(g=>n.jsxs(u.Fragment,{children:[_(g),Object.values(d).filter(y=>y.group===g).map((y,I)=>n.jsx(Wt,{icon:Yo(y.collection??y.view),tooltipsOpen:l,drawerOpen:t,onClick:()=>h(y),url:y.url,name:y.name},`navigation_${I}`))]},`drawer_group_${g}`)),A.length>0&&_(),A.map((g,y)=>n.jsx(Wt,{icon:Yo(g.collection??g.view),tooltipsOpen:l,onClick:()=>h(g),drawerOpen:t,url:g.url,name:g.name},`navigation_${y}`))]})}function Wt({name:e,icon:t,drawerOpen:c,tooltipsOpen:i,url:a,onClick:l}){const s=n.jsx("div",{className:"text-gray-600 dark:text-gray-500",children:t}),d=n.jsxs(be.NavLink,{onClick:l,className:({isActive:f})=>F("rounded-r-xl truncate","hover:bg-gray-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:hover:bg-opacity-75 text-gray-800 dark:text-gray-200 hover:text-gray-900 hover:dark:text-gray-100","flex flex-row items-center w-full mr-8",c?"pl-8 h-12":"pl-6 h-11","font-medium text-sm",f?"bg-gray-100 dark:bg-gray-800":""),to:a,children:[s,n.jsx("div",{className:F(c?"opacity-100":"opacity-0 hidden","ml-4 font-inherit text-inherit"),children:e.toUpperCase()})]});return c?d:n.jsx(ye,{open:i,side:"right",title:e,children:d})}const Q3=280,V3=u.memo(function(t){const{children:c,name:i,logo:a,includeDrawer:l=!0,autoOpenDrawer:s,Drawer:d=Ba,drawerProps:f,FireCMSAppBarComponent:A=ka,fireCMSAppBarComponentProps:_}=t,h=Ge(),g=Ae(),[y,I]=u.useState(!1),[b,p]=u.useState(!1),w=u.useCallback(()=>p(!0),[]),k=u.useCallback(()=>p(!1),[]),m=u.useCallback(()=>{I(!1)},[]),C=y||!!(h&&s&&b);return n.jsxs("div",{className:"flex h-screen w-screen bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-white overflow-hidden",style:{paddingTop:"env(safe-area-inset-top)",paddingLeft:"env(safe-area-inset-left)",paddingRight:"env(safe-area-inset-right)",paddingBottom:"env(safe-area-inset-bottom)",height:"100dvh"},children:[n.jsx(A,{title:i,includeDrawer:l,drawerOpen:C,..._}),n.jsx(G3,{displayed:l,onMouseEnter:w,onMouseMove:w,onMouseLeave:k,open:C,logo:a,hovered:b,setDrawerOpen:I,children:l&&(g.loading?n.jsx(yo,{}):n.jsx(d,{hovered:b,drawerOpen:C,closeDrawer:m,...f}))}),n.jsxs("main",{className:"flex flex-col flex-grow overflow-auto",children:[n.jsx(W3,{}),n.jsx("div",{className:F(fe,"flex-grow overflow-auto lg:m-0 lg:mx-4 lg:mb-4 lg:rounded-lg lg:border lg:border-solid m-0 mt-1"),children:n.jsx(se,{children:c})})]})]})},de),W3=()=>n.jsx("div",{className:"flex flex-col min-h-[68px]"});function G3(e){const t=Ae(),c=e.displayed?e.open?Q3:72:0,i=n.jsxs("div",{className:"relative h-full no-scrollbar overflow-y-auto overflow-x-hidden",style:{width:c,transition:"left 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, opacity 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, width 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms"},children:[!e.open&&e.displayed&&n.jsx(ye,{title:"Open menu",side:"right",sideOffset:12,className:"fixed top-2 left-3 !bg-gray-50 dark:!bg-gray-900 rounded-full w-fit",children:n.jsx(Z,{color:"inherit","aria-label":"Open menu",className:"sticky top-2 left-3 ",onClick:()=>e.setDrawerOpen(!0),size:"large",children:n.jsx(Cr,{})})}),n.jsxs("div",{className:"flex flex-col h-full",children:[n.jsx("div",{style:{transition:"padding 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms",padding:e.open?"32px 96px 0px 24px":"72px 16px 0px"},className:F("cursor-pointer"),children:n.jsx(ye,{title:"Home",sideOffset:20,side:"right",children:n.jsx(be.Link,{to:t.basePath,children:e.logo?n.jsx("img",{src:e.logo,alt:"Logo",className:F("max-w-full max-h-full",e.open??"w-[160px] h-[160px]")}):n.jsx(wa,{})})})}),e.children]})]});return Ge()?n.jsxs("div",{className:"relative",onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseLeave:e.onMouseLeave,style:{width:c,transition:"left 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, opacity 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, width 150ms cubic-bezier(0.4, 0, 0.6, 1) 0ms"},children:[i,n.jsx("div",{className:`absolute right-0 top-4 ${e.open?"opacity-100":"opacity-0 invisible"} transition-opacity duration-1000 ease-in-out`,children:n.jsx(Z,{"aria-label":"Close drawer",onClick:()=>e.setDrawerOpen(!1),children:n.jsx(yc,{})})})]}):e.displayed?n.jsxs(n.Fragment,{children:[n.jsx(Z,{color:"inherit","aria-label":"Open drawer",onClick:()=>e.setDrawerOpen(!0),size:"large",className:"absolute top-2 left-6",children:n.jsx(Cr,{})}),n.jsx(Yt,{side:"left",transparent:!0,open:e.open,onOpenChange:e.setDrawerOpen,children:i})]}):null}const z3=u.memo(function({HomePage:t=ba,customRoutes:c}){const i=be.useLocation(),a=Ae();if(!a)return n.jsx(n.Fragment,{});const l=i.state,s=l&&l.base_location?l.base_location:i,d=[];a.views&&a.views.forEach(g=>{Array.isArray(g.path)?d.push(...g.path.map(y=>Ea(y,g))):d.push(Ea(g.path,g))});const A=[...a.collections??[]].sort((g,y)=>y.path.length-g.path.length).map(g=>{const y=a.buildUrlCollectionPath(g.alias??g.path);return n.jsx(be.Route,{path:y+"/*",element:n.jsx(er,{path:y,title:g.name,type:"collection",children:n.jsx(Tt,{isSubCollection:!1,parentPathSegments:[],fullPath:g.alias??g.path,...g,Actions:Zo(g.Actions)},`collection_view_${g.alias??g.path}`)})},`navigation_${g.alias??g.path}`)}),_=n.jsx(be.Route,{path:"/",element:n.jsx(er,{path:a.homeUrl,title:"Home",type:"home",children:n.jsx(t,{})},"navigation_home")}),h=n.jsx(be.Route,{path:"*",element:n.jsx(pa,{})});return n.jsxs(be.Routes,{location:s,children:[A,d,_,h,c]})}),Ea=(e,t)=>n.jsx(be.Route,{path:e,element:n.jsx(er,{path:e,title:t.name,type:"view",children:t.view},`navigation_${e}`)},"navigation_view_"+e),er=u.memo(function({children:t,title:c,path:i,type:a}){const l=Lr();return u.useEffect(()=>{l.set({breadcrumbs:[{title:c,url:i}]})},[i,c]),n.jsx(n.Fragment,{children:t})},de);function H3(){const e=typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)"),c=(localStorage.getItem("prefers-dark-mode")!=null?localStorage.getItem("prefers-dark-mode")==="true":null)??e,[i,a]=u.useState(c?"dark":"light");u.useEffect(()=>{a(c?"dark":"light"),d(c?"dark":"light")},[c]);const l=u.useCallback(()=>{a("dark"),d("dark")},[e]),s=u.useCallback(()=>{a("light"),d("light")},[]),d=A=>{document.body.style.setProperty("color-scheme",A),document.documentElement.dataset.theme=A},f=u.useCallback(()=>{i==="light"?(e?localStorage.removeItem("prefers-dark-mode"):localStorage.setItem("prefers-dark-mode","true"),l()):(e?localStorage.setItem("prefers-dark-mode","false"):localStorage.removeItem("prefers-dark-mode"),s())},[i,e]);return{mode:i,setMode:a,toggleMode:f}}function U3(){const[e,t]=u.useState({}),c=u.useCallback(I=>{const b=localStorage.getItem(I);return b?JSON.parse(b):{}},[]),i=u.useCallback(I=>{const b=`collection_config::${dt(I)}`;return e[b]?e[b]:c(b)},[e,c]),a=u.useCallback((I,b)=>{const p=`collection_config::${dt(I)}`;localStorage.setItem(p,JSON.stringify(b)),t(w=>{const k=w[p],m=Je(k??c(I),b);return Je(w,m)})},[c]),[l,s]=u.useState([]),[d,f]=u.useState([]),[A,_]=u.useState([]);u.useEffect(()=>{s(localStorage.getItem("recently_visited_paths")?JSON.parse(localStorage.getItem("recently_visited_paths")):[]),f(localStorage.getItem("favourite_paths")?JSON.parse(localStorage.getItem("favourite_paths")):[]),_(localStorage.getItem("collapsed_groups")?JSON.parse(localStorage.getItem("collapsed_groups")):[])},[]);const h=u.useCallback(I=>{localStorage.setItem("recently_visited_paths",JSON.stringify(I)),s(I)},[]),g=u.useCallback(I=>{localStorage.setItem("favourite_paths",JSON.stringify(I)),f(I)},[]),y=u.useCallback(I=>{localStorage.setItem("collapsed_groups",JSON.stringify(I)),_(I)},[]);return{onCollectionModified:a,getCollectionConfig:i,recentlyVisitedPaths:l,setRecentlyVisitedPaths:h,favouritePaths:d,setFavouritePaths:g,collapsedGroups:A,setCollapsedGroups:y}}const Y3=({children:e})=>n.jsx(Jt.SnackbarProvider,{maxSnack:3,autoHideDuration:3500,children:e});function nr({children:e,className:t,in:c=!1,duration:i=220}){return Ln(`Collapse-${i}`,`
|
|
1516
|
-
.CollapseContent-${i} {
|
|
1517
|
-
overflow: hidden;
|
|
1518
|
-
}
|
|
1519
|
-
.CollapseContent-${i}[data-state='open'] {
|
|
1520
|
-
animation: slideDown ${i}ms ease-out;
|
|
1521
|
-
}
|
|
1522
|
-
.CollapseContent-${i}[data-state='closed'] {
|
|
1523
|
-
animation: slideUp ${i}ms ease-in;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
@keyframes slideDown {
|
|
1527
|
-
from {
|
|
1528
|
-
height: 0;
|
|
1529
|
-
}
|
|
1530
|
-
to {
|
|
1531
|
-
height: var(--radix-collapsible-content-height);
|
|
1532
|
-
}
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
@keyframes slideUp {
|
|
1536
|
-
from {
|
|
1537
|
-
height: var(--radix-collapsible-content-height);
|
|
1538
|
-
}
|
|
1539
|
-
to {
|
|
1540
|
-
height: 0;
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
`),n.jsx(Zn.Root,{open:c,className:t,children:n.jsx(Zn.Content,{className:F(`CollapseContent-${i}`),children:e})})}const $3=({ref:e})=>{const[t,c]=u.useState(!1),[i,a]=u.useState(!1);return u.useEffect(()=>{e.current&&(e.current.onfocus=()=>{c(!0),a(!0)},e.current.onblur=()=>{a(!1)})},[e]),{inputFocused:i,autoCompleteOpen:t,setAutoCompleteOpen:c}};function j3({children:e,open:t,setOpen:c}){const i=u.useRef(null);return Vo(i,()=>c(!1)),n.jsx(nr,{in:t,duration:50,className:F("absolute top-full left-0 right-0 overflow-visible",t?"shadow":"","my-2","z-20","w-full"),children:n.jsx("div",{ref:i,className:F(t?$e:"","bg-gray-50 dark:bg-gray-900 py-2"),children:e})})}function q3({children:e,onClick:t}){return n.jsx("div",{className:"flex w-full items-center pr-6 pl-14 h-[48px] cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-800",onClick:t,children:e})}const J3=e=>{switch(e){case"error":return"bg-red-50 dark:bg-red-800 dark:text-red-100 text-red-900";case"warning":return"bg-amber-50 dark:bg-amber-800 dark:text-amber-100 text-amber-900";case"info":return"bg-blue-50 dark:bg-blue-800 dark:text-blue-100 text-blue-900";case"success":return"bg-emerald-50 dark:bg-emerald-800 dark:text-emerald-100 text-emerald-900";default:return"bg-blue-50 dark:bg-blue-800 dark:text-blue-100 text-blue-900"}},Z3=({children:e,onDismiss:t,color:c="info",action:i,className:a,style:l})=>{const s=J3(c);return n.jsxs("div",{style:l,className:F("px-4 py-2 rounded-md flex items-center gap-2",s,a),children:[n.jsx("span",{className:"flex-grow",children:e}),t&&n.jsx("button",{className:"text-gray-400 hover:text-gray-600 dark:text-gray-500 dark:hover:text-gray-400",onClick:t,children:"×"}),i]})},X3=({src:e,alt:t,children:c,className:i,...a},l)=>n.jsx("button",{ref:l,...a,className:F("rounded-full flex items-center justify-center overflow-hidden",Ie,"p-1 hover:bg-gray-200 hover:dark:bg-gray-700",i),children:e?n.jsx("img",{className:"object-cover rounded-full w-10 h-10 bg-gray-100 dark:bg-gray-800",src:e,alt:t}):n.jsx("span",{className:"py-1.5 text-lg font-medium text-gray-900 dark:text-white rounded-full w-10 h-10 bg-gray-100 dark:bg-gray-800",children:c})}),Gt=u.forwardRef(X3);function Fa({children:e,style:t,onClick:c,className:i}){const a=u.useCallback(l=>{(l.key==="Enter"||l.key===" ")&&c?.()},[c]);return n.jsx("div",{onKeyPress:a,role:c?"button":void 0,tabIndex:c?0:void 0,onClick:c,className:F(ri,c&&Ie,c&&ti,i),style:t,children:e})}const x3={xs:"max-w-xs",sm:"max-w-sm",md:"max-w-md",lg:"max-w-lg",xl:"max-w-xl","2xl":"max-w-2xl","3xl":"max-w-3xl","4xl":"max-w-4xl","5xl":"max-w-5xl","6xl":"max-w-6xl","7xl":"max-w-7xl"},R3=({children:e,className:t,style:c,maxWidth:i="7xl"},a)=>{const l=i?x3[i]:"";return n.jsx("div",{ref:a,className:F("mx-auto px-3 md:px-4 lg-px-6",l,t),style:c,children:e})},zt=u.forwardRef(R3);function Ht({children:e,maxWidth:t,fullScreen:c=!1,className:i}){return n.jsx("div",{className:"flex flex-col flex-grow h-full",children:n.jsx(zt,{className:F("m-auto",i),maxWidth:t,children:e})})}function jn({size:e="medium",className:t}){let c="";e==="small"?c="w-4 h-4":e==="medium"?c="w-8 h-8 m-1":c="w-10 h-10 m-1";let i="";return e==="small"?i="border-[3px]":e==="medium"?i="border-4":i="border-[6px]",n.jsx("div",{className:F(c,i,"inline-block animate-spin rounded-full border-solid border-current border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]","text-blue-600 dark:text-blue-400",t),role:"status",children:n.jsx("span",{className:"!absolute !-m-px !h-px !w-px !overflow-hidden !whitespace-nowrap !border-0 !p-0 ![clip:rect(0,0,0,0)]",children:"Loading..."})})}const eU={xs:"max-w-xs min-w-xs w-xs",sm:"max-w-sm min-w-sm w-sm",md:"max-w-md min-w-md w-md",lg:"max-w-lg min-w-lg w-lg",xl:"max-w-xl min-w-xl w-xl","2xl":"max-w-2xl min-w-2xl w-2xl","3xl":"max-w-3xl min-w-3xl w-3xl","4xl":"max-w-4xl min-w-4xl w-4xl","5xl":"max-w-5xl min-w-5xl w-5xl","6xl":"max-w-6xl min-w-6xl w-6xl","7xl":"max-w-7xl min-w-7xl w-7xl",full:"max-w-full min-w-full w-full"},or=({open:e,onOpenChange:t,children:c,className:i,fullWidth:a=!0,fullHeight:l,fullScreen:s,scrollable:d=!0,maxWidth:f="lg"})=>{const[A,_]=u.useState(!1);return u.useEffect(()=>{if(e)return _(!0),()=>{};{const h=setTimeout(()=>{_(!1)},250);return()=>clearTimeout(h)}},[e]),n.jsx(je.Root,{open:A||e,onOpenChange:t,children:n.jsx(je.Portal,{children:n.jsxs("div",{className:"fixed inset-0 z-40",children:[n.jsx(je.Overlay,{className:F("fixed inset-0 transition-opacity z-20 ease-in-out duration-200 bg-black bg-opacity-50 dark:bg-opacity-60 backdrop-blur-sm ",A&&e?"opacity-100":"opacity-0","z-20 fixed top-0 left-0 w-full h-full flex justify-center items-center"),style:{pointerEvents:A?"auto":"none"}}),n.jsx(je.Content,{className:F("h-full outline-none flex justify-center items-center z-50 opacity-100 transition-all duration-200 ease-in-out"),children:n.jsx("div",{className:F($e,"z-30","relative","outline-none focus:outline-none",a&&!s?"w-11/12":void 0,l&&!s?"h-full":void 0,"text-gray-900 dark:text-white","justify-center items-center",s?"h-screen w-screen":"max-h-[90vh] shadow-xl","ease-in-out duration-200",d&&"overflow-y-auto",A&&e?"opacity-100":"opacity-0",f&&!s?eU[f]:void 0,i),children:c})})]})})})};function Sn({children:e,position:t="sticky",translucent:c=!0,className:i}){return n.jsx("div",{className:F(fe,"py-3 px-4 border-t flex flex-row items-center justify-end bottom-0 right-0 left-0 text-right z-2 gap-2",t,"bg-white bg-opacity-60 dark:bg-gray-900 dark:bg-opacity-60",c?"backdrop-blur-sm":"",i),children:e})}function rr({children:e,className:t,fullHeight:c}){return c?n.jsx("div",{className:"flex-grow flex flex-col h-full relative",children:e}):n.jsx("div",{className:F("py-6 px-6 h-full flex-grow",t),children:e})}function nU({accept:e,onFilesAdded:t,onFilesRejected:c,maxSize:i,disabled:a,maxFiles:l,title:s,uploadDescription:d="Drag and drop a file here or click",children:f,preventDropOnDocument:A=!0,size:_}){const{getRootProps:h,getInputProps:g,isDragActive:y,isDragAccept:I,isDragReject:b}=ar.useDropzone({accept:e,noDragEventsBubbling:!0,maxSize:i,onDrop:t,onDropRejected:c,disabled:a,maxFiles:l,preventDropOnDocument:A});return n.jsxs("div",{...h(),className:F(Ze,Ye,Ie,"flex gap-2","p-4 box-border relative items-center border-2 border-solid border-transparent outline-none rounded-md duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary-solid",{"h-44":_==="medium","h-28":_==="small","cursor-pointer":!a,"hover:bg-field-hover dark:hover:bg-field-hover-dark":!y,"transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-red-500":b,"transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-green-500":I}),children:[n.jsx(q,{variant:"caption",color:"secondary",className:"absolute top-2 left-3.5 cursor-inherit",children:s}),n.jsx("input",{...g()}),f,n.jsx("div",{className:"flex-grow h-28 box-border flex flex-col items-center justify-center text-center",children:n.jsx(q,{align:"center",variant:"label",children:d})})]})}function Pa({children:e,loading:t,disabled:c,onClick:i,startIcon:a,...l}){return n.jsxs(ie,{disabled:t||c,onClick:i,component:l.component,...l,children:[t&&n.jsx(jn,{size:"small"}),!t&&a,e]})}function oU({children:e,style:t,className:c}){return n.jsx("div",{className:F($e,c),style:t,children:e})}function Xe({inputRef:e,open:t,name:c,id:i,onOpenChange:a,value:l,onChange:s,onValueChange:d,onMultiValueChange:f,className:A,inputClassName:_,placeholder:h,renderValue:g,renderValues:y,label:I,size:b="medium",includeFocusOutline:p=!0,error:w,disabled:k,padding:m=!0,position:C="item-aligned",endAdornment:v,multiple:B,invisible:K,children:P,...E}){const[T,S]=u.useState(!1);u.useEffect(()=>{S(t??!1)},[t]);const D=u.useCallback(N=>{B?Array.isArray(l)&&l.includes(N)?f?.(l.filter(z=>z!==N)):f?.([...l??[],N]):d?.(N),!B&&s&&s({target:{name:c,value:N}})},[B,s,l,f,d]);return n.jsxs(qe.Root,{name:c,value:Array.isArray(l)?void 0:l,defaultOpen:t,open:T,disabled:k,onValueChange:D,onOpenChange:N=>{a?.(N),S(N)},...E,children:[typeof I=="string"?n.jsx(_i,{error:w,children:I}):I,n.jsxs("div",{className:F(b==="small"?"min-h-[42px]":"min-h-[64px]","select-none rounded-md text-sm",K?Ur:Ze,k?on:Ye,"relative flex items-center",A),children:[n.jsxs(qe.Trigger,{ref:e,id:i,className:F("w-full h-full",b==="small"?"h-[42px]":"h-[64px]",m?"px-4 ":"","outlin e-none focus:outline-none","select-none rounded-md text-sm",w?"text-red-500 dark:text-red-600":"focus:text-text-primary dark:focus:text-text-primary-dark",w?"border border-red-500 dark:border-red-600":"",k?"text-gray-600 dark:text-gray-400":"text-gray-800 dark:text-gray-200","relative flex items-center",p?Ie:"",_),children:[n.jsx(qe.Value,{asChild:!0,children:n.jsxs("div",{className:F("flex-grow w-full max-w-full flex flex-row gap-2 items-center","overflow-visible",b==="small"?"h-[42px]":"h-[64px]"),children:[g&&(l&&Array.isArray(l)?l.map((N,z)=>n.jsx("div",{className:"flex items-center gap-1 max-w-full",children:g?g(N,z):N},N)):typeof l=="string"?g?g(l,0):l:h),y&&(!l||Array.isArray(l))?y(l??[]):null,!g&&!y&&l]})}),n.jsx(qe.Icon,{className:F("px-2 h-full flex items-center"),children:n.jsx(To,{size:"small",className:F("transition",t?"rotate-180":"")})})]}),v&&n.jsx("div",{className:F("absolute h-full flex items-center",b==="small"?"right-10":"right-14"),onClick:N=>N.stopPropagation(),children:v})]}),n.jsx(qe.Portal,{children:n.jsx(qe.Content,{position:C,className:"z-50 overflow-hidden relative border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-800 p-2 rounded-lg shadow-lg",children:n.jsx(qe.Viewport,{children:P})})})]})}function xe({value:e,children:t,disabled:c,className:i}){return n.jsxs(qe.Item,{value:e,disabled:c,onClick:a=>{a.preventDefault(),a.stopPropagation()},className:F("w-full","relative relative flex items-center p-2 rounded-md text-sm text-gray-700 dark:text-gray-300",Ie,"focus:z-10","data-[state=checked]:bg-gray-100 data-[state=checked]:dark:bg-gray-900 focus:bg-gray-100 dark:focus:bg-gray-950","data-[state=checked]:focus:bg-gray-200 data-[state=checked]:dark:focus:bg-gray-950",c?"opacity-50 cursor-not-allowed":"cursor-pointer","[&>*]:w-full","overflow-visible",i),children:[n.jsx(qe.ItemText,{children:t}),n.jsx("div",{className:"absolute left-1 data-[state=checked]:block hidden",children:n.jsx(Ac,{size:16})})]},e)}function rU({label:e,children:t,className:c}){return n.jsxs(n.Fragment,{children:[n.jsx(qe.Group,{className:F("text-xs text-gray-900 dark:text-gray-100 uppercase tracking-wider font-bold mt-6 first:mt-2","px-2 py-2",c),children:e}),t]})}function Ut({onTextSearch:e,placeholder:t="Search",expandable:c=!1,large:i=!1,className:a,autoFocus:l}){const[s,d]=u.useState(""),[f,A]=u.useState(!1),_=u.useDeferredValue(s);u.useEffect(()=>{e(_||void 0)},[_]);const h=u.useCallback(()=>{d(""),e(void 0)},[]);return n.jsxs("div",{className:F("relative",i?"h-14":"h-[42px]","bg-gray-50 dark:bg-gray-800 transition duration-150 ease-in-out border",fe,"rounded"),children:[n.jsx("div",{className:"absolute p-0 px-4 h-full absolute pointer-events-none flex items-center justify-center top-0",children:n.jsx(br,{className:"text-gray-500"})}),n.jsx("input",{placeholder:t,value:s,onChange:g=>{d(g.target.value)},autoFocus:l,onFocus:()=>A(!0),onBlur:()=>A(!1),className:F("relative flex items-center rounded transition-all bg-transparent outline-none appearance-none border-none","pl-12 h-full text-current ",c?f?"w-[220px]":"w-[180px]":"",Ie,a)}),s?n.jsx(Z,{className:`${i?"mr-2 top-1":"mr-1 top-0"} absolute right-0 z-10`,onClick:h,children:n.jsx(fn,{size:"small"})}):n.jsx("div",{style:{width:26}})]})}const Yt=({children:e,side:t="right",open:c,onOpenChange:i,transparent:a,...l})=>{const[s,d]=u.useState(!1);u.useEffect(()=>{if(c)return d(!0),()=>{};{const A=setTimeout(()=>{d(!1)},250);return()=>clearTimeout(A)}},[c]);const f={top:"-translate-y-full",bottom:"translate-y-full",left:"-translate-x-full",right:"translate-x-full"};return n.jsx(je.Root,{open:s||c,onOpenChange:i,children:n.jsxs(je.Portal,{children:[n.jsx(je.Overlay,{className:F("fixed inset-0 transition-opacity z-20 ease-in-out duration-200 backdrop-blur-sm",a?"bg-white bg-opacity-80":"bg-black bg-opacity-50","dark:bg-black dark:bg-opacity-60",s&&c?"opacity-100":"opacity-0"),style:{pointerEvents:s?"auto":"none"}}),n.jsx(je.Content,{...l,className:F("will-change-transform","text-gray-900 dark:text-white","fixed transform z-20 transition-all duration-[240ms] ease-in-out","outline-none focus:outline-none",a?"":"shadow-md",t==="top"||t==="bottom"?"w-full":"h-full",t==="left"||t==="top"?"left-0 top-0":"right-0 bottom-0",s&&c?"opacity-100":"opacity-0",!s||!c?f[t]:""),children:e})]})})};function tU(){return n.jsxs("div",{role:"status",children:[n.jsxs("svg",{"aria-hidden":"true",className:"w-8 h-8 mr-2 text-gray-200 animate-spin dark:text-gray-600 fill-primary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),n.jsx("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]}),n.jsx("span",{className:"sr-only",children:"Loading..."})]})}function tn({value:e,onChange:t,label:c,type:i="text",multiline:a=!1,invisible:l,rows:s,disabled:d,error:f,endAdornment:A,autoFocus:_,placeholder:h,size:g="medium",className:y,style:I,inputClassName:b,inputStyle:p,inputRef:w,...k}){const m=w??u.useRef(null),[C,v]=u.useState(document.activeElement===m.current),B=e!=null&&e!=="",K=u.useCallback(E=>{E.target.blur(),E.stopPropagation(),setTimeout(()=>{E.target.focus()},0)},[]),P=a?n.jsx(vt,{...k,ref:m,placeholder:C||B||!c?h:void 0,autoFocus:_,rows:s,value:e??"",onChange:t,style:p,className:F(l?zr:Ie,"rounded-md resize-none w-full outline-none p-[32px] text-base bg-transparent min-h-[64px] px-3 pt-[28px]",d&&"border border-transparent outline-none opacity-50 text-gray-600 dark:text-gray-500")}):n.jsx("input",{...k,ref:m,onWheel:i==="number"?K:void 0,disabled:d,style:p,className:F("w-full outline-none bg-transparent leading-normal px-3","rounded-md",l?zr:Ie,d?on:Ye,g==="small"?"min-h-[48px]":"min-h-[64px]",c?g==="medium"?"pt-[28px] pb-2":"pt-4 pb-2":"py-2",C?"text-text-primary dark:text-text-primary-dark":"",A?"pr-10":"pr-3",d&&"border border-transparent outline-none opacity-50 dark:opacity-50 text-gray-800 dark:text-gray-200",b),placeholder:C||B||!c?h:void 0,autoFocus:_,onFocus:()=>v(!0),onBlur:()=>v(!1),type:i,value:Number.isNaN(e)?"":e??"",onChange:t});return n.jsxs("div",{className:F("rounded-md relative max-w-full",l?Ur:Ze,d?on:Ye,f?"border border-red-500 dark:border-red-600":"",{"min-h-[48px]":!l&&g==="small","min-h-[64px]":!l&&g==="medium"},y),style:I,children:[c&&n.jsx(Ft,{className:F("pointer-events-none absolute",g==="medium"?"top-1":"-top-1",f?"text-red-500 dark:text-red-600":C?"text-primary dark:text-primary":"text-text-secondary dark:text-text-secondary-dark",d?"opacity-50":""),shrink:B||C,children:c}),P,A&&n.jsx("div",{className:"flex absolute right-0 top-3 mr-3 ",children:A})]})}function Da({value:e,onValueChange:t,className:c,children:i}){return n.jsx(sr.Root,{value:e,onValueChange:t,children:n.jsx(sr.List,{className:F("flex text-sm font-medium text-center text-gray-800 dark:text-gray-200",c),children:i})})}function tr({value:e,className:t,children:c,disabled:i}){return n.jsx(sr.Trigger,{value:e,disabled:i,className:F(Ie,"border-b-2 border-transparent","data-[state=active]:border-secondary",i?"text-gray-400 dark:text-gray-500":F("text-gray-700 dark:text-gray-300","data-[state=active]:text-gray-900 data-[state=active]:dark:text-gray-100","hover:text-gray-800 dark:hover:text-gray-200"),t),children:n.jsx("div",{className:F("uppercase inline-block p-2 px-4 m-2 rounded","hover:bg-gray-100 dark:hover:bg-gray-800"),children:c})})}const cU=({children:e,className:t,style:c})=>n.jsx("table",{className:F("w-full text-left text-gray-800 dark:text-gray-200 rounded-md overflow-x-auto",t),style:c,children:e}),iU=({children:e,className:t})=>n.jsx("tbody",{className:F("bg-white text-sm dark:bg-gray-800 divide-y divide-gray-200 dark:divide-gray-700",t),children:e}),aU=({children:e,className:t})=>n.jsx("thead",{children:n.jsx("tr",{className:F(fe,"text-sm font-medium text-gray-700 dark:text-gray-300","bg-gray-50 border-b dark:bg-gray-900",t),children:e})}),lU=({children:e,className:t,onClick:c,style:i})=>n.jsx("tr",{onClick:c,style:i,className:F("divide-gray-100 dark:divide-gray-800","bg-white dark:bg-gray-950",c?"hover:bg-gray-100 dark:hover:bg-gray-800 cursor-pointer":"",t),children:e}),sU=({children:e,header:t=!1,scope:c="",align:i,className:a,style:l,colspan:s})=>{const d=u.useRef(null),f=t||dU(d.current)==="TableHeader"?"th":"td";return n.jsx(f,{scope:c,colSpan:s,ref:d,style:l,className:F("px-4 py-3 text-clip ",i==="center"?"text-center":i==="right"?"text-right":"text-left",a),children:e})};function dU(e){if(e){const t=Object.keys(e).find(l=>l.startsWith("__reactFiber$")||l.startsWith("__reactInternalInstance$")),c=e[t],i=l=>{let s=l.return;for(;typeof s.type=="string";)s=s.return;return s};let a=i(c);return a=i(a),a?.elementType?.name}}function cr({trigger:e,children:t,open:c,onOpenChange:i,side:a,sideOffset:l=5,align:s,alignOffset:d,arrowPadding:f,sticky:A,hideWhenDetached:_,avoidCollisions:h,enabled:g=!0,modal:y=!1,className:I}){return Ln("Popover",uU),g?n.jsxs(Rn.Root,{open:c,onOpenChange:i,modal:y,children:[n.jsx(Rn.Trigger,{asChild:!0,children:e}),n.jsx(Rn.Portal,{children:n.jsxs(Rn.Content,{className:F($e,"PopoverContent shadow z-40",I),side:a,sideOffset:l,align:s,alignOffset:d,arrowPadding:f,sticky:A,hideWhenDetached:_,avoidCollisions:h,children:[t,n.jsx(Rn.Arrow,{className:"fill-white dark:fill-gray-950"})]})})]}):n.jsx(n.Fragment,{children:e})}const uU=`
|
|
1543
|
+
`,eU={xs:"max-w-xs min-w-xs w-xs",sm:"max-w-sm min-w-sm w-sm",md:"max-w-md min-w-md w-md",lg:"max-w-lg min-w-lg w-lg",xl:"max-w-xl min-w-xl w-xl","2xl":"max-w-2xl min-w-2xl w-2xl","3xl":"max-w-3xl min-w-3xl w-3xl","4xl":"max-w-4xl min-w-4xl w-4xl","5xl":"max-w-5xl min-w-5xl w-5xl","6xl":"max-w-6xl min-w-6xl w-6xl","7xl":"max-w-7xl min-w-7xl w-7xl",full:"max-w-full min-w-full w-full"},or=({open:e,onOpenChange:t,children:c,className:i,fullWidth:a=!0,fullHeight:l,fullScreen:s,scrollable:d=!0,maxWidth:u="lg"})=>{const[A,_]=f.useState(!1);return f.useEffect(()=>{if(e)return _(!0),()=>{};{const h=setTimeout(()=>{_(!1)},250);return()=>clearTimeout(h)}},[e]),n.jsx(qe.Root,{open:A||e,onOpenChange:t,children:n.jsx(qe.Portal,{children:n.jsxs("div",{className:"fixed inset-0 z-40",children:[n.jsx(qe.Overlay,{className:F("fixed inset-0 transition-opacity z-20 ease-in-out duration-200 bg-black bg-opacity-50 dark:bg-opacity-60 backdrop-blur-sm ",A&&e?"opacity-100":"opacity-0","z-20 fixed top-0 left-0 w-full h-full flex justify-center items-center"),style:{pointerEvents:A?"auto":"none"}}),n.jsx(qe.Content,{className:F("h-full outline-none flex justify-center items-center z-50 opacity-100 transition-all duration-200 ease-in-out"),children:n.jsx("div",{className:F(je,"z-30","relative","outline-none focus:outline-none",a&&!s?"w-11/12":void 0,l&&!s?"h-full":void 0,"text-gray-900 dark:text-white","justify-center items-center",s?"h-screen w-screen":"max-h-[90vh] shadow-xl","ease-in-out duration-200",d&&"overflow-y-auto",A&&e?"opacity-100":"opacity-0",u&&!s?eU[u]:void 0,i),children:c})})]})})})};function Bn({children:e,position:t="sticky",translucent:c=!0,className:i}){return n.jsx("div",{className:F(fe,"py-3 px-4 border-t flex flex-row items-center justify-end bottom-0 right-0 left-0 text-right z-2 gap-2",t,"bg-white bg-opacity-60 dark:bg-gray-900 dark:bg-opacity-60",c?"backdrop-blur-sm":"",i),children:e})}function rr({children:e,className:t,fullHeight:c}){return c?n.jsx("div",{className:"flex-grow flex flex-col h-full relative",children:e}):n.jsx("div",{className:F("py-6 px-6 h-full flex-grow",t),children:e})}function nU({accept:e,onFilesAdded:t,onFilesRejected:c,maxSize:i,disabled:a,maxFiles:l,title:s,uploadDescription:d="Drag and drop a file here or click",children:u,preventDropOnDocument:A=!0,size:_}){const{getRootProps:h,getInputProps:g,isDragActive:y,isDragAccept:I,isDragReject:b}=ar.useDropzone({accept:e,noDragEventsBubbling:!0,maxSize:i,onDrop:t,onDropRejected:c,disabled:a,maxFiles:l,preventDropOnDocument:A});return n.jsxs("div",{...h(),className:F(Ze,Ye,Ie,"flex gap-2","p-4 box-border relative items-center border-2 border-solid border-transparent outline-none rounded-md duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary-solid",{"h-44":_==="medium","h-28":_==="small","cursor-pointer":!a,"hover:bg-field-hover dark:hover:bg-field-hover-dark":!y,"transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-red-500":b,"transition-colors duration-200 ease-[cubic-bezier(0,0,0.2,1)] border-green-500":I}),children:[n.jsx(q,{variant:"caption",color:"secondary",className:"absolute top-2 left-3.5 cursor-inherit",children:s}),n.jsx("input",{...g()}),u,n.jsx("div",{className:"flex-grow h-28 box-border flex flex-col items-center justify-center text-center",children:n.jsx(q,{align:"center",variant:"label",children:d})})]})}const oU={info:"bg-sky-200 dark:bg-teal-900",warn:"bg-orange-200 dark:bg-yellow-950"};function rU({children:e,mode:t="info"}){return n.jsx("div",{className:F("my-3 py-2 px-4 rounded",oU[t]),children:e})}function Na({children:e,loading:t,disabled:c,onClick:i,startIcon:a,...l}){return n.jsxs(ie,{disabled:t||c,onClick:i,component:l.component,...l,children:[t&&n.jsx(Tn,{size:"small"}),!t&&a,e]})}const tU=new Zt({html:!0}),yo=f.memo(function({source:t,className:c}){const i=f.useMemo(()=>tU.render(typeof t=="string"?t:""),[t]);return n.jsx("div",{className:c,dangerouslySetInnerHTML:{__html:i}})},de);function $n({children:e,trigger:t,open:c,defaultOpen:i,onOpenChange:a}){return n.jsxs(Xn.Root,{open:c,defaultOpen:i,onOpenChange:a,children:[n.jsx(Xn.Trigger,{asChild:!0,children:t}),n.jsx(Xn.Portal,{children:n.jsx(Xn.Content,{className:F(je,"shadow py-2 z-30"),children:e})})]})}function Ee({children:e,dense:t,onClick:c}){return n.jsx(Xn.Item,{className:F(Ie,c&&"cursor-pointer","rounded-md px-4 py-2 text-sm font-medium text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-900 flex items-center gap-4"),onClick:c,children:e})}function cU({children:e,style:t,className:c}){return n.jsx("div",{className:F(je,c),style:t,children:e})}function Xe({inputRef:e,open:t,name:c,id:i,onOpenChange:a,value:l,onChange:s,onValueChange:d,onMultiValueChange:u,className:A,inputClassName:_,placeholder:h,renderValue:g,renderValues:y,label:I,size:b="medium",includeFocusOutline:p=!0,error:w,disabled:k,padding:m=!0,position:C="item-aligned",endAdornment:v,multiple:B,invisible:K,children:P,...E}){const[T,S]=f.useState(!1);f.useEffect(()=>{S(t??!1)},[t]);const D=f.useCallback(N=>{B?Array.isArray(l)&&l.includes(N)?u?.(l.filter(H=>H!==N)):u?.([...l??[],N]):d?.(N),!B&&s&&s({target:{name:c,value:N}})},[B,s,l,u,d]);return n.jsxs(Je.Root,{name:c,value:Array.isArray(l)?void 0:l,defaultOpen:t,open:T,disabled:k,onValueChange:D,onOpenChange:N=>{a?.(N),S(N)},...E,children:[typeof I=="string"?n.jsx(ta,{error:w,children:I}):I,n.jsxs("div",{className:F(b==="small"?"min-h-[42px]":"min-h-[64px]","select-none rounded-md text-sm",K?fr:Ze,k?nn:Ye,"relative flex items-center",A),children:[n.jsxs(Je.Trigger,{ref:e,id:i,className:F("w-full h-full",b==="small"?"h-[42px]":"h-[64px]",m?"px-4 ":"","outlin e-none focus:outline-none","select-none rounded-md text-sm",w?"text-red-500 dark:text-red-600":"focus:text-text-primary dark:focus:text-text-primary-dark",w?"border border-red-500 dark:border-red-600":"",k?"text-gray-600 dark:text-gray-400":"text-gray-800 dark:text-gray-200","relative flex items-center",p?Ie:"",_),children:[n.jsx(Je.Value,{asChild:!0,children:n.jsxs("div",{className:F("flex-grow w-full max-w-full flex flex-row gap-2 items-center","overflow-visible",b==="small"?"h-[42px]":"h-[64px]"),children:[g&&(l&&Array.isArray(l)?l.map((N,H)=>n.jsx("div",{className:"flex items-center gap-1 max-w-full",children:g?g(N,H):N},N)):typeof l=="string"?g?g(l,0):l:h),y&&(!l||Array.isArray(l))?y(l??[]):null,!g&&!y&&l]})}),n.jsx(Je.Icon,{className:F("px-2 h-full flex items-center"),children:n.jsx(Ko,{size:"small",className:F("transition",t?"rotate-180":"")})})]}),v&&n.jsx("div",{className:F("absolute h-full flex items-center",b==="small"?"right-10":"right-14"),onClick:N=>N.stopPropagation(),children:v})]}),n.jsx(Je.Portal,{children:n.jsx(Je.Content,{position:C,className:"z-50 overflow-hidden relative border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-800 p-2 rounded-lg shadow-lg",children:n.jsx(Je.Viewport,{children:P})})})]})}function xe({value:e,children:t,disabled:c,className:i}){return n.jsxs(Je.Item,{value:e,disabled:c,onClick:a=>{a.preventDefault(),a.stopPropagation()},className:F("w-full","relative relative flex items-center p-2 rounded-md text-sm text-gray-700 dark:text-gray-300",Ie,"focus:z-10","data-[state=checked]:bg-gray-100 data-[state=checked]:dark:bg-gray-900 focus:bg-gray-100 dark:focus:bg-gray-950","data-[state=checked]:focus:bg-gray-200 data-[state=checked]:dark:focus:bg-gray-950",c?"opacity-50 cursor-not-allowed":"cursor-pointer","[&>*]:w-full","overflow-visible",i),children:[n.jsx(Je.ItemText,{children:t}),n.jsx("div",{className:"absolute left-1 data-[state=checked]:block hidden",children:n.jsx(lc,{size:16})})]},e)}function iU({label:e,children:t,className:c}){return n.jsxs(n.Fragment,{children:[n.jsx(Je.Group,{className:F("text-xs text-gray-900 dark:text-gray-100 uppercase tracking-wider font-bold mt-6 first:mt-2","px-2 py-2",c),children:e}),t]})}function Ut({onTextSearch:e,placeholder:t="Search",expandable:c=!1,large:i=!1,className:a,autoFocus:l}){const[s,d]=f.useState(""),[u,A]=f.useState(!1),_=f.useDeferredValue(s);f.useEffect(()=>{e(_||void 0)},[_]);const h=f.useCallback(()=>{d(""),e(void 0)},[]);return n.jsxs("div",{className:F("relative",i?"h-14":"h-[42px]","bg-gray-50 dark:bg-gray-800 transition duration-150 ease-in-out border",fe,"rounded"),children:[n.jsx("div",{className:"absolute p-0 px-4 h-full absolute pointer-events-none flex items-center justify-center top-0",children:n.jsx(Ir,{className:"text-gray-500"})}),n.jsx("input",{placeholder:t,value:s,onChange:g=>{d(g.target.value)},autoFocus:l,onFocus:()=>A(!0),onBlur:()=>A(!1),className:F("relative flex items-center rounded transition-all bg-transparent outline-none appearance-none border-none","pl-12 h-full text-current ",c?u?"w-[220px]":"w-[180px]":"",Ie,a)}),s?n.jsx(Z,{className:`${i?"mr-2 top-1":"mr-1 top-0"} absolute right-0 z-10`,onClick:h,children:n.jsx(dn,{size:"small"})}):n.jsx("div",{style:{width:26}})]})}const Yt=({children:e,side:t="right",open:c,onOpenChange:i,transparent:a,...l})=>{const[s,d]=f.useState(!1);f.useEffect(()=>{if(c)return d(!0),()=>{};{const A=setTimeout(()=>{d(!1)},250);return()=>clearTimeout(A)}},[c]);const u={top:"-translate-y-full",bottom:"translate-y-full",left:"-translate-x-full",right:"translate-x-full"};return n.jsx(qe.Root,{open:s||c,onOpenChange:i,children:n.jsxs(qe.Portal,{children:[n.jsx(qe.Overlay,{className:F("fixed inset-0 transition-opacity z-20 ease-in-out duration-200 backdrop-blur-sm",a?"bg-white bg-opacity-80":"bg-black bg-opacity-50","dark:bg-black dark:bg-opacity-60",s&&c?"opacity-100":"opacity-0"),style:{pointerEvents:s?"auto":"none"}}),n.jsx(qe.Content,{...l,className:F("will-change-transform","text-gray-900 dark:text-white","fixed transform z-20 transition-all duration-[240ms] ease-in-out","outline-none focus:outline-none",a?"":"shadow-md",t==="top"||t==="bottom"?"w-full":"h-full",t==="left"||t==="top"?"left-0 top-0":"right-0 bottom-0",s&&c?"opacity-100":"opacity-0",!s||!c?u[t]:""),children:e})]})})};function aU(){return n.jsxs("div",{role:"status",children:[n.jsxs("svg",{"aria-hidden":"true",className:"w-8 h-8 mr-2 text-gray-200 animate-spin dark:text-gray-600 fill-primary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),n.jsx("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]}),n.jsx("span",{className:"sr-only",children:"Loading..."})]})}function tn({value:e,onChange:t,label:c,type:i="text",multiline:a=!1,invisible:l,rows:s,disabled:d,error:u,endAdornment:A,autoFocus:_,placeholder:h,size:g="medium",className:y,style:I,inputClassName:b,inputStyle:p,inputRef:w,...k}){const m=w??f.useRef(null),[C,v]=f.useState(document.activeElement===m.current),B=e!=null&&e!=="",K=f.useCallback(E=>{E.target.blur(),E.stopPropagation(),setTimeout(()=>{E.target.focus()},0)},[]),P=a?n.jsx(nt,{...k,ref:m,placeholder:C||B||!c?h:void 0,autoFocus:_,rows:s,value:e??"",onChange:t,style:p,className:F(l?dr:Ie,"rounded-md resize-none w-full outline-none p-[32px] text-base bg-transparent min-h-[64px] px-3 pt-[28px]",d&&"border border-transparent outline-none opacity-50 text-gray-600 dark:text-gray-500")}):n.jsx("input",{...k,ref:m,onWheel:i==="number"?K:void 0,disabled:d,style:p,className:F("w-full outline-none bg-transparent leading-normal px-3","rounded-md",l?dr:Ie,d?nn:Ye,g==="small"?"min-h-[48px]":"min-h-[64px]",c?g==="medium"?"pt-[28px] pb-2":"pt-4 pb-2":"py-2",C?"text-text-primary dark:text-text-primary-dark":"",A?"pr-10":"pr-3",d&&"border border-transparent outline-none opacity-50 dark:opacity-50 text-gray-800 dark:text-gray-200",b),placeholder:C||B||!c?h:void 0,autoFocus:_,onFocus:()=>v(!0),onBlur:()=>v(!1),type:i,value:Number.isNaN(e)?"":e??"",onChange:t});return n.jsxs("div",{className:F("rounded-md relative max-w-full",l?fr:Ze,d?nn:Ye,u?"border border-red-500 dark:border-red-600":"",{"min-h-[48px]":!l&&g==="small","min-h-[64px]":!l&&g==="medium"},y),style:I,children:[c&&n.jsx(Ht,{className:F("pointer-events-none absolute",g==="medium"?"top-1":"-top-1",u?"text-red-500 dark:text-red-600":C?"text-primary dark:text-primary":"text-text-secondary dark:text-text-secondary-dark",d?"opacity-50":""),shrink:B||C,children:c}),P,A&&n.jsx("div",{className:"flex absolute right-0 top-3 mr-3 ",children:A})]})}function Ta({value:e,onValueChange:t,className:c,children:i}){return n.jsx(sr.Root,{value:e,onValueChange:t,children:n.jsx(sr.List,{className:F("flex text-sm font-medium text-center text-gray-800 dark:text-gray-200",c),children:i})})}function tr({value:e,className:t,children:c,disabled:i}){return n.jsx(sr.Trigger,{value:e,disabled:i,className:F(Ie,"border-b-2 border-transparent","data-[state=active]:border-secondary",i?"text-gray-400 dark:text-gray-500":F("text-gray-700 dark:text-gray-300","data-[state=active]:text-gray-900 data-[state=active]:dark:text-gray-100","hover:text-gray-800 dark:hover:text-gray-200"),t),children:n.jsx("div",{className:F("uppercase inline-block p-2 px-4 m-2 rounded","hover:bg-gray-100 dark:hover:bg-gray-800"),children:c})})}const lU=({children:e,className:t,style:c})=>n.jsx("table",{className:F("w-full text-left text-gray-800 dark:text-gray-200 rounded-md overflow-x-auto",t),style:c,children:e}),sU=({children:e,className:t})=>n.jsx("tbody",{className:F("bg-white text-sm dark:bg-gray-800 divide-y divide-gray-200 dark:divide-gray-700",t),children:e}),dU=({children:e,className:t})=>n.jsx("thead",{children:n.jsx("tr",{className:F(fe,"text-sm font-medium text-gray-700 dark:text-gray-300","bg-gray-50 border-b dark:bg-gray-900",t),children:e})}),uU=({children:e,className:t,onClick:c,style:i})=>n.jsx("tr",{onClick:c,style:i,className:F("divide-gray-100 dark:divide-gray-800","bg-white dark:bg-gray-950",c?"hover:bg-gray-100 dark:hover:bg-gray-800 cursor-pointer":"",t),children:e}),fU=({children:e,header:t=!1,scope:c="",align:i,className:a,style:l,colspan:s})=>{const d=f.useRef(null),u=t||AU(d.current)==="TableHeader"?"th":"td";return n.jsx(u,{scope:c,colSpan:s,ref:d,style:l,className:F("px-4 py-3 text-clip ",i==="center"?"text-center":i==="right"?"text-right":"text-left",a),children:e})};function AU(e){if(e){const t=Object.keys(e).find(l=>l.startsWith("__reactFiber$")||l.startsWith("__reactInternalInstance$")),c=e[t],i=l=>{let s=l.return;for(;typeof s.type=="string";)s=s.return;return s};let a=i(c);return a=i(a),a?.elementType?.name}}function cr({trigger:e,children:t,open:c,onOpenChange:i,side:a,sideOffset:l=5,align:s,alignOffset:d,arrowPadding:u,sticky:A,hideWhenDetached:_,avoidCollisions:h,enabled:g=!0,modal:y=!1,className:I}){return kn("Popover",yU),g?n.jsxs(xn.Root,{open:c,onOpenChange:i,modal:y,children:[n.jsx(xn.Trigger,{asChild:!0,children:e}),n.jsx(xn.Portal,{children:n.jsxs(xn.Content,{className:F(je,"PopoverContent shadow z-40",I),side:a,sideOffset:l,align:s,alignOffset:d,arrowPadding:u,sticky:A,hideWhenDetached:_,avoidCollisions:h,children:[t,n.jsx(xn.Arrow,{className:"fill-white dark:fill-gray-950"})]})})]}):n.jsx(n.Fragment,{children:e})}const yU=`
|
|
1544
1544
|
|
|
1545
1545
|
.PopoverContent {
|
|
1546
1546
|
animation-duration: 400ms;
|
|
@@ -1604,8 +1604,8 @@
|
|
|
1604
1604
|
transform: translateX(0);
|
|
1605
1605
|
}
|
|
1606
1606
|
}
|
|
1607
|
-
`,
|
|
1608
|
-
${
|
|
1607
|
+
`,_U=e=>{switch(e){case"primary":return"bg-primary";case"secondary":return"bg-secondary";case"error":return"bg-red-500";default:return"bg-gray-300 dark:bg-gray-700"}},jt=({color:e="primary",invisible:t=!1,children:c})=>n.jsxs("div",{className:"relative inline-block",children:[c,n.jsx("span",{className:`absolute top-0 right-0 transform translate-x-1/2 -translate-y-1/2 rounded-full
|
|
1608
|
+
${_U(e)}
|
|
1609
1609
|
transition-all duration-200 ease-out
|
|
1610
|
-
${t?"w-0 h-0":"w-2 h-2"}`})]});o.AbcIcon=Is,o.AcUnitIcon=bs,o.AccessAlarmIcon=ps,o.AccessAlarmsIcon=ws,o.AccessTimeFilledIcon=ms,o.AccessTimeIcon=ks,o.AccessibilityIcon=vs,o.AccessibilityNewIcon=Ks,o.AccessibleForwardIcon=Ss,o.AccessibleIcon=Cs,o.AccountBalanceIcon=Bs,o.AccountBalanceWalletIcon=Es,o.AccountBoxIcon=Fs,o.AccountCircleIcon=Ps,o.AccountTreeIcon=Ds,o.AdUnitsIcon=Ns,o.AdbIcon=Ts,o.AddAPhotoIcon=Ms,o.AddAlarmIcon=Os,o.AddAlertIcon=Ls,o.AddBoxIcon=Qs,o.AddBusinessIcon=Vs,o.AddCardIcon=Ws,o.AddChartIcon=Gs,o.AddCircleIcon=zs,o.AddCircleOutlineIcon=Hs,o.AddCommentIcon=Us,o.AddHomeIcon=Ys,o.AddHomeWorkIcon=$s,o.AddIcCallIcon=js,o.AddIcon=mn,o.AddLinkIcon=sc,o.AddLocationAltIcon=Js,o.AddLocationIcon=qs,o.AddModeratorIcon=Zs,o.AddPhotoAlternateIcon=Xs,o.AddReactionIcon=xs,o.AddRoadIcon=Rs,o.AddShoppingCartIcon=ed,o.AddTaskIcon=nd,o.AddToDriveIcon=od,o.AddToHomeScreenIcon=rd,o.AddToPhotosIcon=td,o.AddToQueueIcon=cd,o.AdfScannerIcon=id,o.AdjustIcon=ad,o.AdminPanelSettingsIcon=ld,o.AdsClickIcon=sd,o.AgricultureIcon=dd,o.AirIcon=ud,o.AirlineSeatFlatAngledIcon=Ad,o.AirlineSeatFlatIcon=fd,o.AirlineSeatIndividualSuiteIcon=yd,o.AirlineSeatLegroomExtraIcon=_d,o.AirlineSeatLegroomNormalIcon=hd,o.AirlineSeatLegroomReducedIcon=gd,o.AirlineSeatReclineExtraIcon=Id,o.AirlineSeatReclineNormalIcon=bd,o.AirlineStopsIcon=pd,o.AirlinesIcon=wd,o.AirplaneTicketIcon=kd,o.AirplanemodeActiveIcon=md,o.AirplanemodeInactiveIcon=vd,o.AirplayIcon=Kd,o.AirportShuttleIcon=Cd,o.AlarmAddIcon=Bd,o.AlarmIcon=Sd,o.AlarmOffIcon=Ed,o.AlarmOnIcon=Fd,o.AlbumIcon=Pd,o.Alert=Z3,o.AlignHorizontalCenterIcon=Dd,o.AlignHorizontalLeftIcon=Nd,o.AlignHorizontalRightIcon=Td,o.AlignVerticalBottomIcon=Md,o.AlignVerticalCenterIcon=Od,o.AlignVerticalTopIcon=Ld,o.AllInboxIcon=Qd,o.AllInclusiveIcon=Vd,o.AllOutIcon=Wd,o.AltRouteIcon=Gd,o.AlternateEmailIcon=zd,o.AnalyticsIcon=Hd,o.AnchorIcon=Ud,o.AndroidIcon=Yd,o.AnimationIcon=$d,o.AnnouncementIcon=jd,o.AodIcon=qd,o.ApartmentIcon=Jd,o.ApiIcon=Zd,o.AppBlockingIcon=Xd,o.AppRegistrationIcon=xd,o.AppSettingsAltIcon=Rd,o.AppShortcutIcon=eu,o.ApprovalIcon=nu,o.AppsIcon=ou,o.AppsOutageIcon=ru,o.ArchitectureIcon=tu,o.ArchiveIcon=cu,o.AreaChartIcon=iu,o.ArrayContainer=Qt,o.ArrayContainerItem=Vt,o.ArrayCustomShapedFieldBinding=Ni,o.ArrayEnumPreview=$r,o.ArrayItemOptions=ma,o.ArrayOfMapsPreview=oi,o.ArrayOfReferencesFieldBinding=gi,o.ArrayOfReferencesPreview=ii,o.ArrayOfStorageComponentsPreview=ai,o.ArrayOfStringsPreview=li,o.ArrayOneOfPreview=si,o.ArrayPropertyEnumPreview=jr,o.ArrayPropertyPreview=Yr,o.ArrowBackIcon=au,o.ArrowBackIosIcon=lu,o.ArrowBackIosNewIcon=su,o.ArrowCircleDownIcon=du,o.ArrowCircleLeftIcon=uu,o.ArrowCircleRightIcon=fu,o.ArrowCircleUpIcon=Au,o.ArrowDownwardIcon=yu,o.ArrowDropDownCircleIcon=_u,o.ArrowDropDownIcon=pr,o.ArrowDropUpIcon=hu,o.ArrowForwardIcon=dc,o.ArrowForwardIosIcon=gu,o.ArrowLeftIcon=Iu,o.ArrowOutwardIcon=bu,o.ArrowRightAltIcon=wu,o.ArrowRightIcon=pu,o.ArrowUpwardIcon=Do,o.ArtTrackIcon=ku,o.ArticleIcon=mu,o.AspectRatioIcon=vu,o.AssessmentIcon=Ku,o.AssignmentIcon=uc,o.AssignmentIndIcon=Cu,o.AssignmentLateIcon=Su,o.AssignmentReturnIcon=Bu,o.AssignmentReturnedIcon=Eu,o.AssignmentTurnedInIcon=Fu,o.AssistWalkerIcon=Pu,o.AssistantDirectionIcon=Nu,o.AssistantIcon=Du,o.AssistantPhotoIcon=Tu,o.AssuredWorkloadIcon=Mu,o.AsyncPreviewComponent=iz,o.AtmIcon=Ou,o.AttachEmailIcon=Lu,o.AttachFileIcon=Qu,o.AttachMoneyIcon=Vu,o.AttachmentIcon=Wu,o.AttractionsIcon=Gu,o.AttributionIcon=zu,o.AudioFileIcon=Hu,o.AudiotrackIcon=Uu,o.AuthControllerContext=Pr,o.AutoAwesomeIcon=Yu,o.AutoAwesomeMosaicIcon=$u,o.AutoAwesomeMotionIcon=ju,o.AutoDeleteIcon=qu,o.AutoFixHighIcon=Ju,o.AutoFixNormalIcon=Zu,o.AutoFixOffIcon=Xu,o.AutoGraphIcon=xu,o.AutoModeIcon=Ru,o.AutoStoriesIcon=ef,o.Autocomplete=j3,o.AutocompleteItem=q3,o.AutofpsSelectIcon=nf,o.AutorenewIcon=of,o.AvTimerIcon=rf,o.Avatar=Gt,o.BabyChangingStationIcon=tf,o.BackHandIcon=cf,o.BackpackIcon=af,o.BackspaceIcon=lf,o.BackupIcon=sf,o.BackupTableIcon=df,o.Badge=$t,o.BadgeIcon=uf,o.BakeryDiningIcon=ff,o.BalanceIcon=Af,o.BalconyIcon=yf,o.BallotIcon=wr,o.BarChartIcon=_f,o.BatchPredictionIcon=hf,o.BathroomIcon=gf,o.BathtubIcon=If,o.Battery0BarIcon=bf,o.Battery1BarIcon=pf,o.Battery2BarIcon=wf,o.Battery3BarIcon=kf,o.Battery4BarIcon=mf,o.Battery5BarIcon=vf,o.Battery6BarIcon=Kf,o.BatteryAlertIcon=Cf,o.BatteryChargingFullIcon=Sf,o.BatteryFullIcon=Bf,o.BatterySaverIcon=Ef,o.BatteryStdIcon=Ff,o.BatteryUnknownIcon=Pf,o.BeachAccessIcon=Df,o.BedIcon=Nf,o.BedroomBabyIcon=Tf,o.BedroomChildIcon=Mf,o.BedroomParentIcon=Of,o.BedtimeIcon=Lf,o.BedtimeOffIcon=Qf,o.BeenhereIcon=Vf,o.BentoIcon=Wf,o.BikeScooterIcon=Gf,o.BiotechIcon=zf,o.BlenderIcon=Hf,o.BlindIcon=Uf,o.BlindsClosedIcon=$f,o.BlindsIcon=Yf,o.BlockFieldBinding=Pi,o.BlockIcon=jf,o.BloodtypeIcon=qf,o.BluetoothAudioIcon=Zf,o.BluetoothConnectedIcon=Xf,o.BluetoothDisabledIcon=xf,o.BluetoothDriveIcon=Rf,o.BluetoothIcon=Jf,o.BluetoothSearchingIcon=eA,o.BlurCircularIcon=nA,o.BlurLinearIcon=oA,o.BlurOffIcon=rA,o.BlurOnIcon=tA,o.BoltIcon=cA,o.BookIcon=iA,o.BookOnlineIcon=aA,o.BookmarkAddIcon=sA,o.BookmarkAddedIcon=dA,o.BookmarkBorderIcon=uA,o.BookmarkIcon=lA,o.BookmarkRemoveIcon=fA,o.BookmarksIcon=AA,o.BooleanPreview=Ai,o.BooleanSwitch=tt,o.BooleanSwitchWithLabel=Gn,o.BorderAllIcon=yA,o.BorderBottomIcon=_A,o.BorderClearIcon=hA,o.BorderColorIcon=gA,o.BorderHorizontalIcon=IA,o.BorderInnerIcon=bA,o.BorderLeftIcon=pA,o.BorderOuterIcon=wA,o.BorderRightIcon=kA,o.BorderStyleIcon=mA,o.BorderTopIcon=vA,o.BorderVerticalIcon=KA,o.BoyIcon=CA,o.BrandingWatermarkIcon=SA,o.BreadcrumbUpdater=h3,o.BreakfastDiningIcon=BA,o.Brightness1Icon=EA,o.Brightness2Icon=FA,o.Brightness3Icon=PA,o.Brightness4Icon=DA,o.Brightness5Icon=NA,o.Brightness6Icon=TA,o.Brightness7Icon=MA,o.BrightnessAutoIcon=OA,o.BrightnessHighIcon=LA,o.BrightnessLowIcon=QA,o.BrightnessMediumIcon=VA,o.BroadcastOnHomeIcon=WA,o.BroadcastOnPersonalIcon=GA,o.BrokenImageIcon=zA,o.BrowseGalleryIcon=HA,o.BrowserNotSupportedIcon=UA,o.BrowserUpdatedIcon=YA,o.BrunchDiningIcon=$A,o.BrushIcon=jA,o.BubbleChartIcon=qA,o.BugReportIcon=JA,o.BuildCircleIcon=XA,o.BuildIcon=ZA,o.BungalowIcon=xA,o.BurstModeIcon=RA,o.BusAlertIcon=ey,o.BusinessCenterIcon=oy,o.BusinessIcon=ny,o.Button=ie,o.COLLECTION_PATH_SEPARATOR=Li,o.CabinIcon=ry,o.CableIcon=ty,o.CachedIcon=cy,o.CakeIcon=iy,o.CalculateIcon=ay,o.CalendarMonthIcon=fc,o.CalendarTodayIcon=ly,o.CalendarViewDayIcon=sy,o.CalendarViewMonthIcon=dy,o.CalendarViewWeekIcon=uy,o.CallEndIcon=Ay,o.CallIcon=fy,o.CallMadeIcon=yy,o.CallMergeIcon=_y,o.CallMissedIcon=hy,o.CallMissedOutgoingIcon=gy,o.CallReceivedIcon=Iy,o.CallSplitIcon=by,o.CallToActionIcon=py,o.CameraAltIcon=ky,o.CameraEnhanceIcon=my,o.CameraFrontIcon=vy,o.CameraIcon=wy,o.CameraIndoorIcon=Ky,o.CameraOutdoorIcon=Cy,o.CameraRearIcon=Sy,o.CameraRollIcon=By,o.CameraswitchIcon=Ey,o.CampaignIcon=Fy,o.CancelIcon=Py,o.CancelPresentationIcon=Dy,o.CancelScheduleSendIcon=Ny,o.CandlestickChartIcon=Ty,o.CarCrashIcon=My,o.CarRentalIcon=Oy,o.CarRepairIcon=Ly,o.Card=Fa,o.CardGiftcardIcon=Qy,o.CardMembershipIcon=Vy,o.CardTravelIcon=Wy,o.CarpenterIcon=Gy,o.CasesIcon=zy,o.CasinoIcon=Hy,o.CastConnectedIcon=Yy,o.CastForEducationIcon=$y,o.CastIcon=Uy,o.CastleIcon=jy,o.CatchingPokemonIcon=qy,o.CategoryIcon=Jy,o.CelebrationIcon=Zy,o.CellTowerIcon=Xy,o.CellWifiIcon=xy,o.CenterFocusStrongIcon=Ry,o.CenterFocusWeakIcon=e_,o.CenteredView=Ht,o.ChairAltIcon=o_,o.ChairIcon=n_,o.ChaletIcon=r_,o.ChangeCircleIcon=t_,o.ChangeHistoryIcon=c_,o.ChargingStationIcon=i_,o.ChatBubbleIcon=l_,o.ChatBubbleOutlineIcon=s_,o.ChatIcon=a_,o.CheckBoxIcon=d_,o.CheckBoxOutlineBlankIcon=u_,o.CheckCircleIcon=f_,o.CheckCircleOutlineIcon=A_,o.CheckIcon=Ac,o.Checkbox=Jr,o.ChecklistIcon=y_,o.ChecklistRtlIcon=__,o.CheckroomIcon=h_,o.ChevronLeftIcon=yc,o.ChevronRightIcon=g_,o.ChildCareIcon=I_,o.ChildFriendlyIcon=b_,o.Chip=Lo,o.ChromeReaderModeIcon=p_,o.ChurchIcon=w_,o.CircleIcon=kr,o.CircleNotificationsIcon=k_,o.CircularProgress=jn,o.CircularProgressCenter=yo,o.ClassIcon=m_,o.CleanHandsIcon=v_,o.CleaningServicesIcon=K_,o.ClearAllIcon=C_,o.ClearIcon=fn,o.CloseFullscreenIcon=S_,o.CloseIcon=mr,o.ClosedCaptionDisabledIcon=E_,o.ClosedCaptionIcon=B_,o.ClosedCaptionOffIcon=F_,o.CloudCircleIcon=D_,o.CloudDoneIcon=N_,o.CloudDownloadIcon=T_,o.CloudIcon=P_,o.CloudOffIcon=M_,o.CloudQueueIcon=O_,o.CloudSyncIcon=L_,o.CloudUploadIcon=Q_,o.Co2Icon=V_,o.CoPresentIcon=W_,o.CodeIcon=G_,o.CodeOffIcon=z_,o.CoffeeIcon=H_,o.CoffeeMakerIcon=U_,o.Collapse=nr,o.CollectionsBookmarkIcon=$_,o.CollectionsIcon=Y_,o.ColorLensIcon=j_,o.ColorizeIcon=q_,o.CommentBankIcon=Z_,o.CommentIcon=J_,o.CommentsDisabledIcon=X_,o.CommitIcon=x_,o.CommuteIcon=R_,o.CompareArrowsIcon=nh,o.CompareIcon=eh,o.CompassCalibrationIcon=oh,o.CompostIcon=rh,o.CompressIcon=th,o.ComputerIcon=ch,o.ConfirmationNumberIcon=ih,o.ConnectWithoutContactIcon=ah,o.ConnectedTvIcon=lh,o.ConnectingAirportsIcon=sh,o.ConstructionIcon=dh,o.ContactEmergencyIcon=uh,o.ContactMailIcon=fh,o.ContactPageIcon=Ah,o.ContactPhoneIcon=yh,o.ContactSupportIcon=_h,o.ContactlessIcon=hh,o.ContactsIcon=gh,o.Container=zt,o.ContentCopyIcon=ro,o.ContentCutIcon=Ih,o.ContentPasteGoIcon=ph,o.ContentPasteIcon=bh,o.ContentPasteOffIcon=wh,o.ContentPasteSearchIcon=kh,o.ContrastIcon=mh,o.ControlCameraIcon=vh,o.ControlPointDuplicateIcon=Ch,o.ControlPointIcon=Kh,o.CookieIcon=Sh,o.CopyAllIcon=Bh,o.CopyrightIcon=Eh,o.CoronavirusIcon=Fh,o.CorporateFareIcon=Ph,o.CottageIcon=Dh,o.CountertopsIcon=Nh,o.CreateIcon=Th,o.CreateNewFolderIcon=Mh,o.CreditCardIcon=Oh,o.CreditCardOffIcon=Lh,o.CreditScoreIcon=Qh,o.CribIcon=Vh,o.CrisisAlertIcon=Wh,o.Crop169Icon=zh,o.Crop32Icon=Hh,o.Crop54Icon=Uh,o.Crop75Icon=Yh,o.CropDinIcon=$h,o.CropFreeIcon=jh,o.CropIcon=Gh,o.CropLandscapeIcon=qh,o.CropOriginalIcon=Jh,o.CropPortraitIcon=Zh,o.CropRotateIcon=Xh,o.CropSquareIcon=xh,o.CrueltyFreeIcon=Rh,o.CssIcon=eg,o.CurrencyBitcoinIcon=ng,o.CurrencyExchangeIcon=og,o.CurrencyFrancIcon=rg,o.CurrencyLiraIcon=tg,o.CurrencyPoundIcon=cg,o.CurrencyRubleIcon=ig,o.CurrencyRupeeIcon=ag,o.CurrencyYenIcon=lg,o.CurrencyYuanIcon=sg,o.CurtainsClosedIcon=ug,o.CurtainsIcon=dg,o.CycloneIcon=fg,o.DEFAULT_FIELD_CONFIGS=ht,o.DangerousIcon=Ag,o.DarkModeIcon=_c,o.DashboardCustomizeIcon=_g,o.DashboardIcon=yg,o.DataArrayIcon=hg,o.DataExplorationIcon=gg,o.DataObjectIcon=Ig,o.DataSaverOffIcon=bg,o.DataSaverOnIcon=pg,o.DataThresholdingIcon=wg,o.DataUsageIcon=kg,o.DatasetIcon=mg,o.DatasetLinkedIcon=vg,o.DatePreview=fi,o.DateRangeIcon=Kg,o.DateTimeField=Un,o.DateTimeFieldBinding=Ci,o.DeblurIcon=Cg,o.DebouncedTextField=ul,o.DeckIcon=Sg,o.DefaultHomePage=ba,o.DehazeIcon=Bg,o.DeleteConfirmationDialog=g3,o.DeleteForeverIcon=Eg,o.DeleteIcon=No,o.DeleteOutlineIcon=Fg,o.DeleteSweepIcon=Pg,o.DeliveryDiningIcon=Dg,o.DensityLargeIcon=Ng,o.DensityMediumIcon=Tg,o.DensitySmallIcon=Mg,o.DepartureBoardIcon=Og,o.DescriptionIcon=hc,o.DeselectIcon=Lg,o.DesignServicesIcon=Qg,o.DeskIcon=Vg,o.DesktopAccessDisabledIcon=Wg,o.DesktopMacIcon=Gg,o.DesktopWindowsIcon=zg,o.DetailsIcon=Hg,o.DeveloperBoardIcon=Ug,o.DeveloperBoardOffIcon=Yg,o.DeveloperModeIcon=$g,o.DeviceHubIcon=jg,o.DeviceThermostatIcon=qg,o.DeviceUnknownIcon=Jg,o.DevicesFoldIcon=Xg,o.DevicesIcon=Zg,o.DevicesOtherIcon=xg,o.DialerSipIcon=Rg,o.Dialog=or,o.DialogActions=Sn,o.DialogContent=rr,o.DialpadIcon=eI,o.DiamondIcon=nI,o.DifferenceIcon=oI,o.DiningIcon=rI,o.DinnerDiningIcon=tI,o.DirectionsBikeIcon=iI,o.DirectionsBoatFilledIcon=lI,o.DirectionsBoatIcon=aI,o.DirectionsBusFilledIcon=dI,o.DirectionsBusIcon=sI,o.DirectionsCarFilledIcon=fI,o.DirectionsCarIcon=uI,o.DirectionsIcon=cI,o.DirectionsOffIcon=AI,o.DirectionsRailwayFilledIcon=_I,o.DirectionsRailwayIcon=yI,o.DirectionsRunIcon=hI,o.DirectionsSubwayFilledIcon=II,o.DirectionsSubwayIcon=gI,o.DirectionsTransitFilledIcon=pI,o.DirectionsTransitIcon=bI,o.DirectionsWalkIcon=wI,o.DirtyLensIcon=kI,o.DisabledByDefaultIcon=mI,o.DisabledVisibleIcon=vI,o.DiscFullIcon=KI,o.DiscountIcon=CI,o.DisplaySettingsIcon=SI,o.Diversity1Icon=BI,o.Diversity2Icon=EI,o.Diversity3Icon=FI,o.DnsIcon=PI,o.DoDisturbAltIcon=NI,o.DoDisturbIcon=DI,o.DoDisturbOffIcon=TI,o.DoDisturbOnIcon=MI,o.DoNotDisturbAltIcon=LI,o.DoNotDisturbIcon=OI,o.DoNotDisturbOffIcon=QI,o.DoNotDisturbOnIcon=VI,o.DoNotDisturbOnTotalSilenceIcon=WI,o.DoNotStepIcon=GI,o.DoNotTouchIcon=zI,o.DockIcon=HI,o.DocumentScannerIcon=UI,o.DomainAddIcon=$I,o.DomainDisabledIcon=jI,o.DomainIcon=YI,o.DomainVerificationIcon=qI,o.DoneAllIcon=ZI,o.DoneIcon=JI,o.DoneOutlineIcon=XI,o.DonutLargeIcon=xI,o.DonutSmallIcon=RI,o.DoorBackIcon=eb,o.DoorFrontIcon=nb,o.DoorSlidingIcon=ob,o.DoorbellIcon=rb,o.DoubleArrowIcon=tb,o.DownhillSkiingIcon=cb,o.DownloadDoneIcon=ab,o.DownloadForOfflineIcon=lb,o.DownloadIcon=ib,o.DownloadingIcon=sb,o.DraftsIcon=db,o.DragHandleIcon=ub,o.DragIndicatorIcon=fb,o.DrawIcon=Ab,o.Drawer=Ba,o.DrawerNavigationItem=Wt,o.DriveEtaIcon=yb,o.DriveFileMoveIcon=_b,o.DriveFileMoveRtlIcon=hb,o.DriveFileRenameOutlineIcon=gb,o.DriveFolderUploadIcon=gc,o.DryCleaningIcon=bb,o.DryIcon=Ib,o.DuoIcon=pb,o.DvrIcon=wb,o.DynamicFeedIcon=kb,o.DynamicFormIcon=mb,o.EMobiledataIcon=vb,o.EarbudsBatteryIcon=Cb,o.EarbudsIcon=Kb,o.EastIcon=Sb,o.EdgesensorHighIcon=Bb,o.EdgesensorLowIcon=Eb,o.EditAttributesIcon=Fb,o.EditCalendarIcon=Pb,o.EditIcon=Ic,o.EditLocationAltIcon=Nb,o.EditLocationIcon=Db,o.EditNoteIcon=Tb,o.EditNotificationsIcon=Mb,o.EditOffIcon=Ob,o.EditRoadIcon=Lb,o.EggAltIcon=Vb,o.EggIcon=Qb,o.EjectIcon=Wb,o.ElderlyIcon=Gb,o.ElderlyWomanIcon=zb,o.ElectricBikeIcon=Hb,o.ElectricBoltIcon=Ub,o.ElectricCarIcon=Yb,o.ElectricMeterIcon=$b,o.ElectricMopedIcon=jb,o.ElectricRickshawIcon=qb,o.ElectricScooterIcon=Jb,o.ElectricalServicesIcon=Zb,o.ElevatorIcon=Xb,o.EmailIcon=bc,o.EmergencyIcon=xb,o.EmergencyRecordingIcon=Rb,o.EmergencyShareIcon=ep,o.EmojiEmotionsIcon=np,o.EmojiEventsIcon=op,o.EmojiFoodBeverageIcon=rp,o.EmojiNatureIcon=tp,o.EmojiObjectsIcon=cp,o.EmojiPeopleIcon=ip,o.EmojiSymbolsIcon=ap,o.EmojiTransportationIcon=lp,o.EmptyValue=Mn,o.EnergySavingsLeafIcon=sp,o.EngineeringIcon=dp,o.EnhancedEncryptionIcon=up,o.EntityCollectionTable=Dt,o.EntityCollectionView=Tt,o.EntityForm=Xi,o.EntityPreview=_t,o.EntityReference=Ue,o.EnumValuesChip=Fe,o.EqualizerIcon=fp,o.ErrorBoundary=se,o.ErrorIcon=vr,o.ErrorOutlineIcon=pc,o.ErrorView=me,o.EscalatorIcon=Ap,o.EscalatorWarningIcon=yp,o.EuroIcon=_p,o.EuroSymbolIcon=hp,o.EvStationIcon=gp,o.EventAvailableIcon=bp,o.EventBusyIcon=pp,o.EventIcon=Ip,o.EventNoteIcon=wp,o.EventRepeatIcon=kp,o.EventSeatIcon=mp,o.ExitToAppIcon=vp,o.ExpandCircleDownIcon=Cp,o.ExpandIcon=Kp,o.ExpandLessIcon=Sp,o.ExpandMoreIcon=To,o.ExpandablePanel=In,o.ExplicitIcon=Bp,o.ExploreIcon=Ep,o.ExploreOffIcon=Fp,o.ExposureIcon=Pp,o.ExposureNeg1Icon=Dp,o.ExposureNeg2Icon=Np,o.ExposurePlus1Icon=Tp,o.ExposurePlus2Icon=Mp,o.ExposureZeroIcon=Op,o.ExtensionIcon=Lp,o.ExtensionOffIcon=Qp,o.Face2Icon=Wp,o.Face3Icon=Gp,o.Face4Icon=zp,o.Face5Icon=Hp,o.Face6Icon=Up,o.FaceIcon=Vp,o.FaceRetouchingNaturalIcon=Yp,o.FaceRetouchingOffIcon=$p,o.FactCheckIcon=jp,o.FactoryIcon=qp,o.FamilyRestroomIcon=Jp,o.FastForwardIcon=Zp,o.FastRewindIcon=Xp,o.FastfoodIcon=xp,o.FavoriteBorderIcon=ew,o.FavoriteIcon=Rp,o.FaxIcon=nw,o.FeaturedPlayListIcon=ow,o.FeaturedVideoIcon=rw,o.FeedIcon=tw,o.FeedbackIcon=cw,o.FemaleIcon=iw,o.FenceIcon=aw,o.FestivalIcon=lw,o.FiberDvrIcon=sw,o.FiberManualRecordIcon=dw,o.FiberNewIcon=uw,o.FiberPinIcon=fw,o.FiberSmartRecordIcon=Aw,o.FieldConfigBadge=_3,o.FieldHelperText=Se,o.FileCopyIcon=wc,o.FileDownloadDoneIcon=_w,o.FileDownloadIcon=yw,o.FileDownloadOffIcon=hw,o.FileOpenIcon=gw,o.FilePresentIcon=Iw,o.FileUpload=nU,o.FileUploadIcon=bw,o.Filter1Icon=ww,o.Filter2Icon=kw,o.Filter3Icon=mw,o.Filter4Icon=vw,o.Filter5Icon=Kw,o.Filter6Icon=Cw,o.Filter7Icon=Sw,o.Filter8Icon=Bw,o.Filter9Icon=Ew,o.Filter9PlusIcon=Fw,o.FilterAltIcon=Pw,o.FilterAltOffIcon=Dw,o.FilterBAndWIcon=Nw,o.FilterCenterFocusIcon=Tw,o.FilterDramaIcon=Mw,o.FilterFramesIcon=Ow,o.FilterHdrIcon=Lw,o.FilterIcon=pw,o.FilterListIcon=kc,o.FilterListOffIcon=mc,o.FilterNoneIcon=Qw,o.FilterTiltShiftIcon=Vw,o.FilterVintageIcon=Ww,o.FindInPageIcon=Gw,o.FindReplaceIcon=zw,o.FingerprintIcon=Hw,o.FireCMS=O3,o.FireCMSAppBar=ka,o.FireCMSContextInstance=Dr,o.FireCMSLogo=wa,o.FireExtinguisherIcon=Uw,o.FireHydrantAltIcon=Yw,o.FireTruckIcon=$w,o.FireplaceIcon=jw,o.FirstPageIcon=qw,o.FitScreenIcon=Jw,o.FitbitIcon=Zw,o.FitnessCenterIcon=Xw,o.FlagCircleIcon=xw,o.FlagIcon=vc,o.FlakyIcon=Rw,o.FlareIcon=ek,o.FlashAutoIcon=nk,o.FlashOffIcon=ok,o.FlashOnIcon=rk,o.FlashlightOffIcon=tk,o.FlashlightOnIcon=ck,o.FlatwareIcon=ik,o.FlightClassIcon=lk,o.FlightIcon=ak,o.FlightLandIcon=sk,o.FlightTakeoffIcon=dk,o.FlipCameraAndroidIcon=fk,o.FlipCameraIosIcon=Ak,o.FlipIcon=uk,o.FlipToBackIcon=yk,o.FlipToFrontIcon=_k,o.FloodIcon=hk,o.FluorescentIcon=gk,o.FlutterDashIcon=Ik,o.FmdBadIcon=bk,o.FmdGoodIcon=pk,o.FolderCopyIcon=kk,o.FolderDeleteIcon=mk,o.FolderIcon=wk,o.FolderOffIcon=vk,o.FolderOpenIcon=Kk,o.FolderSharedIcon=Ck,o.FolderSpecialIcon=Sk,o.FolderZipIcon=Bk,o.FollowTheSignsIcon=Ek,o.FontDownloadIcon=Fk,o.FontDownloadOffIcon=Pk,o.FoodBankIcon=Dk,o.ForestIcon=Nk,o.ForkLeftIcon=Tk,o.ForkRightIcon=Mk,o.FormatAlignCenterIcon=Ok,o.FormatAlignJustifyIcon=Lk,o.FormatAlignLeftIcon=Qk,o.FormatAlignRightIcon=Vk,o.FormatBoldIcon=Wk,o.FormatClearIcon=Gk,o.FormatColorFillIcon=zk,o.FormatColorResetIcon=Hk,o.FormatColorTextIcon=Uk,o.FormatIndentDecreaseIcon=Yk,o.FormatIndentIncreaseIcon=$k,o.FormatItalicIcon=jk,o.FormatLineSpacingIcon=qk,o.FormatListBulletedIcon=Jk,o.FormatListNumberedIcon=Kr,o.FormatListNumberedRtlIcon=Zk,o.FormatOverlineIcon=Xk,o.FormatPaintIcon=xk,o.FormatQuoteIcon=Kc,o.FormatShapesIcon=Rk,o.FormatSizeIcon=em,o.FormatStrikethroughIcon=nm,o.FormatTextdirectionLToRIcon=om,o.FormatTextdirectionRToLIcon=rm,o.FormatUnderlinedIcon=tm,o.FormikArrayContainer=Po,o.FortIcon=cm,o.ForumIcon=im,o.Forward10Icon=lm,o.Forward30Icon=sm,o.Forward5Icon=dm,o.ForwardIcon=am,o.ForwardToInboxIcon=um,o.FoundationIcon=fm,o.FreeBreakfastIcon=Am,o.FreeCancellationIcon=ym,o.FrontHandIcon=_m,o.FullscreenExitIcon=gm,o.FullscreenIcon=hm,o.FunctionsIcon=Cc,o.GMobiledataIcon=Im,o.GTranslateIcon=bm,o.GamepadIcon=pm,o.GamesIcon=wm,o.GarageIcon=km,o.GasMeterIcon=mm,o.GavelIcon=vm,o.GeneratingTokensIcon=Km,o.GeoPoint=vo,o.GestureIcon=Cm,o.GetAppIcon=Sm,o.GifBoxIcon=Em,o.GifIcon=Bm,o.GirlIcon=Fm,o.GitHubIcon=yl,o.GiteIcon=Pm,o.GolfCourseIcon=Dm,o.GppBadIcon=Nm,o.GppGoodIcon=Tm,o.GppMaybeIcon=Mm,o.GpsFixedIcon=Om,o.GpsNotFixedIcon=Lm,o.GpsOffIcon=Qm,o.GradeIcon=Vm,o.GradientIcon=Wm,o.GradingIcon=Gm,o.GrainIcon=zm,o.GraphicEqIcon=Hm,o.GrassIcon=Um,o.Grid3x3Icon=Ym,o.Grid4x4Icon=$m,o.GridGoldenratioIcon=jm,o.GridOffIcon=qm,o.GridOnIcon=Jm,o.GridViewIcon=Zm,o.GroupAddIcon=xm,o.GroupIcon=Xm,o.GroupOffIcon=Rm,o.GroupRemoveIcon=ev,o.GroupWorkIcon=nv,o.Groups2Icon=rv,o.Groups3Icon=tv,o.GroupsIcon=ov,o.HMobiledataIcon=cv,o.HPlusMobiledataIcon=iv,o.HailIcon=av,o.HandshakeIcon=lv,o.HandymanIcon=sv,o.HardwareIcon=dv,o.HdIcon=uv,o.HdrAutoIcon=fv,o.HdrAutoSelectIcon=Av,o.HdrEnhancedSelectIcon=yv,o.HdrOffIcon=_v,o.HdrOffSelectIcon=hv,o.HdrOnIcon=gv,o.HdrOnSelectIcon=Iv,o.HdrPlusIcon=bv,o.HdrStrongIcon=pv,o.HdrWeakIcon=wv,o.HeadphonesBatteryIcon=mv,o.HeadphonesIcon=kv,o.HeadsetIcon=vv,o.HeadsetMicIcon=Kv,o.HeadsetOffIcon=Cv,o.HealingIcon=Sv,o.HealthAndSafetyIcon=Bv,o.HearingDisabledIcon=Fv,o.HearingIcon=Ev,o.HeartBrokenIcon=Pv,o.HeatPumpIcon=Dv,o.HeightIcon=Nv,o.HelpCenterIcon=Mv,o.HelpIcon=Tv,o.HelpOutlineIcon=Ov,o.HevcIcon=Lv,o.HexagonIcon=Qv,o.HideImageIcon=Vv,o.HideSourceIcon=Wv,o.HighQualityIcon=Gv,o.HighlightAltIcon=Hv,o.HighlightIcon=zv,o.HighlightOffIcon=Uv,o.HikingIcon=Yv,o.HistoryEduIcon=jv,o.HistoryIcon=$v,o.HistoryToggleOffIcon=qv,o.HiveIcon=Jv,o.HlsIcon=Zv,o.HlsOffIcon=Xv,o.HolidayVillageIcon=xv,o.HomeIcon=Rv,o.HomeMaxIcon=e0,o.HomeMiniIcon=n0,o.HomeRepairServiceIcon=o0,o.HomeWorkIcon=r0,o.HorizontalDistributeIcon=t0,o.HorizontalRuleIcon=c0,o.HorizontalSplitIcon=i0,o.HotTubIcon=a0,o.HotelClassIcon=s0,o.HotelIcon=l0,o.HourglassBottomIcon=d0,o.HourglassDisabledIcon=u0,o.HourglassEmptyIcon=f0,o.HourglassFullIcon=A0,o.HourglassTopIcon=y0,o.HouseIcon=_0,o.HouseSidingIcon=h0,o.HouseboatIcon=g0,o.HowToRegIcon=I0,o.HowToVoteIcon=b0,o.HtmlIcon=p0,o.HttpIcon=Sc,o.HttpsIcon=w0,o.HubIcon=k0,o.HvacIcon=m0,o.IceSkatingIcon=v0,o.IcecreamIcon=K0,o.Icon=r,o.IconButton=Z,o.ImageAspectRatioIcon=S0,o.ImageIcon=C0,o.ImageNotSupportedIcon=B0,o.ImagePreview=xc,o.ImageSearchIcon=E0,o.ImagesearchRollerIcon=F0,o.ImportContactsIcon=P0,o.ImportExportIcon=D0,o.ImportantDevicesIcon=N0,o.InboxIcon=T0,o.IncompleteCircleIcon=M0,o.IndeterminateCheckBoxIcon=O0,o.InfoIcon=Bc,o.InfoLabel=b3,o.InputIcon=L0,o.InputLabel=Ft,o.InsertChartIcon=Q0,o.InsertChartOutlinedIcon=V0,o.InsertCommentIcon=W0,o.InsertDriveFileIcon=G0,o.InsertEmoticonIcon=z0,o.InsertInvitationIcon=H0,o.InsertLinkIcon=U0,o.InsertPageBreakIcon=Y0,o.InsertPhotoIcon=$0,o.InsightsIcon=j0,o.InstallDesktopIcon=q0,o.InstallMobileIcon=J0,o.IntegrationInstructionsIcon=Z0,o.InterestsIcon=X0,o.InterpreterModeIcon=x0,o.Inventory2Icon=eK,o.InventoryIcon=R0,o.InvertColorsIcon=nK,o.InvertColorsOffIcon=oK,o.IosShareIcon=rK,o.IronIcon=tK,o.IsoIcon=cK,o.JavascriptIcon=iK,o.JoinFullIcon=aK,o.JoinInnerIcon=lK,o.JoinLeftIcon=sK,o.JoinRightIcon=dK,o.KayakingIcon=uK,o.KebabDiningIcon=fK,o.KeyIcon=AK,o.KeyOffIcon=yK,o.KeyValueFieldBinding=Ei,o.KeyValuePreview=qr,o.KeyboardAltIcon=hK,o.KeyboardArrowDownIcon=gK,o.KeyboardArrowLeftIcon=IK,o.KeyboardArrowRightIcon=bK,o.KeyboardArrowUpIcon=pK,o.KeyboardBackspaceIcon=wK,o.KeyboardCapslockIcon=kK,o.KeyboardCommandKeyIcon=mK,o.KeyboardControlKeyIcon=vK,o.KeyboardDoubleArrowDownIcon=KK,o.KeyboardDoubleArrowLeftIcon=CK,o.KeyboardDoubleArrowRightIcon=SK,o.KeyboardDoubleArrowUpIcon=BK,o.KeyboardHideIcon=EK,o.KeyboardIcon=_K,o.KeyboardOptionKeyIcon=FK,o.KeyboardReturnIcon=PK,o.KeyboardTabIcon=Mo,o.KeyboardVoiceIcon=DK,o.KingBedIcon=NK,o.KitchenIcon=TK,o.KitesurfingIcon=MK,o.LabelIcon=OK,o.LabelImportantIcon=LK,o.LabelOffIcon=QK,o.LabelWithIcon=Ce,o.LanIcon=VK,o.LandscapeIcon=WK,o.LandslideIcon=GK,o.LanguageIcon=zK,o.LaptopChromebookIcon=UK,o.LaptopIcon=HK,o.LaptopMacIcon=YK,o.LaptopWindowsIcon=$K,o.LastPageIcon=jK,o.LaunchIcon=qK,o.LayersClearIcon=ZK,o.LayersIcon=JK,o.LeaderboardIcon=XK,o.LeakAddIcon=xK,o.LeakRemoveIcon=RK,o.LegendToggleIcon=eC,o.LensBlurIcon=oC,o.LensIcon=nC,o.LibraryAddCheckIcon=tC,o.LibraryAddIcon=rC,o.LibraryBooksIcon=cC,o.LibraryMusicIcon=iC,o.LightIcon=aC,o.LightModeIcon=Ec,o.LightbulbCircleIcon=sC,o.LightbulbIcon=lC,o.LineAxisIcon=dC,o.LineStyleIcon=uC,o.LineWeightIcon=fC,o.LinearScaleIcon=AC,o.LinkIcon=Fc,o.LinkOffIcon=yC,o.LinkedCameraIcon=_C,o.LiquorIcon=hC,o.ListAltIcon=Dc,o.ListIcon=Pc,o.LiveHelpIcon=gC,o.LiveTvIcon=IC,o.LivingIcon=bC,o.LoadingButton=Pa,o.LocalActivityIcon=pC,o.LocalAirportIcon=wC,o.LocalAtmIcon=kC,o.LocalBarIcon=mC,o.LocalCafeIcon=vC,o.LocalCarWashIcon=KC,o.LocalConvenienceStoreIcon=CC,o.LocalDiningIcon=SC,o.LocalDrinkIcon=BC,o.LocalFireDepartmentIcon=EC,o.LocalFloristIcon=FC,o.LocalGasStationIcon=PC,o.LocalGroceryStoreIcon=DC,o.LocalHospitalIcon=NC,o.LocalHotelIcon=TC,o.LocalLaundryServiceIcon=MC,o.LocalLibraryIcon=OC,o.LocalMallIcon=LC,o.LocalMoviesIcon=QC,o.LocalOfferIcon=VC,o.LocalParkingIcon=WC,o.LocalPharmacyIcon=GC,o.LocalPhoneIcon=zC,o.LocalPizzaIcon=HC,o.LocalPlayIcon=UC,o.LocalPoliceIcon=YC,o.LocalPostOfficeIcon=$C,o.LocalPrintshopIcon=jC,o.LocalSeeIcon=qC,o.LocalShippingIcon=JC,o.LocalTaxiIcon=ZC,o.LocationCityIcon=XC,o.LocationDisabledIcon=xC,o.LocationOffIcon=RC,o.LocationOnIcon=eS,o.LocationSearchingIcon=nS,o.LockClockIcon=rS,o.LockIcon=oS,o.LockOpenIcon=tS,o.LockPersonIcon=cS,o.LockResetIcon=iS,o.LoginIcon=aS,o.LogoDevIcon=lS,o.LogoutIcon=Nc,o.Looks3Icon=dS,o.Looks4Icon=uS,o.Looks5Icon=fS,o.Looks6Icon=AS,o.LooksIcon=sS,o.LooksOneIcon=yS,o.LooksTwoIcon=_S,o.LoopIcon=hS,o.LoupeIcon=gS,o.LowPriorityIcon=IS,o.LoyaltyIcon=bS,o.LteMobiledataIcon=pS,o.LtePlusMobiledataIcon=wS,o.LuggageIcon=kS,o.LunchDiningIcon=mS,o.LyricsIcon=vS,o.MacroOffIcon=KS,o.MailIcon=CS,o.MailLockIcon=SS,o.MailOutlineIcon=BS,o.MaleIcon=ES,o.Man2Icon=PS,o.Man3Icon=DS,o.Man4Icon=NS,o.ManIcon=FS,o.ManageAccountsIcon=TS,o.ManageHistoryIcon=MS,o.ManageSearchIcon=OS,o.MapFieldBinding=Bi,o.MapIcon=LS,o.MapPropertyPreview=di,o.MapsHomeWorkIcon=QS,o.MapsUgcIcon=VS,o.MarginIcon=WS,o.MarkAsUnreadIcon=GS,o.MarkChatReadIcon=zS,o.MarkChatUnreadIcon=HS,o.MarkEmailReadIcon=US,o.MarkEmailUnreadIcon=YS,o.MarkUnreadChatAltIcon=$S,o.Markdown=so,o.MarkdownFieldBinding=Di,o.MarkunreadIcon=jS,o.MarkunreadMailboxIcon=qS,o.MasksIcon=JS,o.MaximizeIcon=ZS,o.MediaBluetoothOffIcon=XS,o.MediaBluetoothOnIcon=xS,o.MediationIcon=RS,o.MedicalInformationIcon=eB,o.MedicalServicesIcon=nB,o.MedicationIcon=oB,o.MedicationLiquidIcon=rB,o.MeetingRoomIcon=tB,o.MemoryIcon=cB,o.Menu=$n,o.MenuBookIcon=iB,o.MenuIcon=Cr,o.MenuItem=Ee,o.MenuOpenIcon=aB,o.MergeIcon=lB,o.MergeTypeIcon=sB,o.MessageIcon=dB,o.MicExternalOffIcon=fB,o.MicExternalOnIcon=AB,o.MicIcon=uB,o.MicNoneIcon=yB,o.MicOffIcon=_B,o.MicrowaveIcon=hB,o.MilitaryTechIcon=gB,o.MinimizeIcon=IB,o.MinorCrashIcon=bB,o.MiscellaneousServicesIcon=pB,o.MissedVideoCallIcon=wB,o.MmsIcon=kB,o.MobileFriendlyIcon=mB,o.MobileOffIcon=vB,o.MobileScreenShareIcon=KB,o.MobiledataOffIcon=CB,o.ModeCommentIcon=BB,o.ModeControllerProvider=rl,o.ModeEditIcon=EB,o.ModeEditOutlineIcon=FB,o.ModeFanOffIcon=PB,o.ModeIcon=SB,o.ModeNightIcon=DB,o.ModeOfTravelIcon=NB,o.ModeStandbyIcon=TB,o.ModelTrainingIcon=MB,o.MonetizationOnIcon=OB,o.MoneyIcon=LB,o.MoneyOffCsredIcon=VB,o.MoneyOffIcon=QB,o.MonitorHeartIcon=GB,o.MonitorIcon=WB,o.MonitorWeightIcon=zB,o.MonochromePhotosIcon=HB,o.MoodBadIcon=YB,o.MoodIcon=UB,o.MopedIcon=$B,o.MoreHorizIcon=qB,o.MoreIcon=jB,o.MoreTimeIcon=JB,o.MoreVertIcon=Sr,o.MosqueIcon=ZB,o.MotionPhotosAutoIcon=XB,o.MotionPhotosOffIcon=xB,o.MotionPhotosOnIcon=RB,o.MotionPhotosPauseIcon=eE,o.MotionPhotosPausedIcon=nE,o.MouseIcon=oE,o.MoveDownIcon=rE,o.MoveToInboxIcon=tE,o.MoveUpIcon=cE,o.MovieCreationIcon=aE,o.MovieFilterIcon=lE,o.MovieIcon=iE,o.MovingIcon=sE,o.MpIcon=dE,o.MultiSelect=xr,o.MultiSelectBinding=et,o.MultiSelectContext=Xr,o.MultiSelectItem=Rr,o.MultilineChartIcon=uE,o.MultipleStopIcon=fE,o.MuseumIcon=AE,o.MusicNoteIcon=yE,o.MusicOffIcon=_E,o.MusicVideoIcon=hE,o.MyLocationIcon=gE,o.NatIcon=IE,o.NatureIcon=bE,o.NaturePeopleIcon=pE,o.NavigateBeforeIcon=wE,o.NavigateNextIcon=kE,o.NavigationCollectionCard=Ia,o.NavigationGroup=Ot,o.NavigationIcon=mE,o.NavigationRoutes=z3,o.NearMeDisabledIcon=KE,o.NearMeIcon=vE,o.NearbyErrorIcon=CE,o.NearbyOffIcon=SE,o.NestCamWiredStandIcon=BE,o.NetworkCellIcon=EE,o.NetworkCheckIcon=FE,o.NetworkLockedIcon=PE,o.NetworkPingIcon=DE,o.NetworkWifi1BarIcon=TE,o.NetworkWifi2BarIcon=ME,o.NetworkWifi3BarIcon=OE,o.NetworkWifiIcon=NE,o.NewLabelIcon=LE,o.NewReleasesIcon=QE,o.NewspaperIcon=VE,o.NextPlanIcon=WE,o.NextWeekIcon=GE,o.NfcIcon=zE,o.NightShelterIcon=HE,o.NightlifeIcon=UE,o.NightlightIcon=YE,o.NightlightRoundIcon=$E,o.NightsStayIcon=jE,o.NoAccountsIcon=qE,o.NoAdultContentIcon=JE,o.NoBackpackIcon=ZE,o.NoCellIcon=XE,o.NoCrashIcon=xE,o.NoDrinksIcon=RE,o.NoEncryptionGmailerrorredIcon=nF,o.NoEncryptionIcon=eF,o.NoFlashIcon=oF,o.NoFoodIcon=rF,o.NoLuggageIcon=tF,o.NoMealsIcon=cF,o.NoMeetingRoomIcon=iF,o.NoPhotographyIcon=aF,o.NoSimIcon=lF,o.NoStrollerIcon=sF,o.NoTransferIcon=dF,o.NoiseAwareIcon=uF,o.NoiseControlOffIcon=fF,o.NordicWalkingIcon=AF,o.NorthEastIcon=_F,o.NorthIcon=yF,o.NorthWestIcon=hF,o.NotAccessibleIcon=gF,o.NotFoundPage=pa,o.NotInterestedIcon=IF,o.NotListedLocationIcon=bF,o.NotStartedIcon=pF,o.NoteAddIcon=kF,o.NoteAltIcon=mF,o.NoteIcon=wF,o.NotesIcon=vF,o.NotificationAddIcon=KF,o.NotificationImportantIcon=CF,o.NotificationsActiveIcon=BF,o.NotificationsIcon=SF,o.NotificationsNoneIcon=EF,o.NotificationsOffIcon=FF,o.NotificationsPausedIcon=PF,o.NumberPropertyPreview=yi,o.NumbersIcon=Tc,o.OfflineBoltIcon=DF,o.OfflinePinIcon=NF,o.OfflineShareIcon=TF,o.OilBarrelIcon=MF,o.OnDeviceTrainingIcon=OF,o.OndemandVideoIcon=LF,o.OnlinePredictionIcon=QF,o.OpacityIcon=VF,o.OpenInBrowserIcon=WF,o.OpenInFullIcon=GF,o.OpenInNewIcon=to,o.OpenInNewOffIcon=zF,o.OpenWithIcon=HF,o.OtherHousesIcon=UF,o.OutboundIcon=YF,o.OutboxIcon=$F,o.OutdoorGrillIcon=jF,o.OutletIcon=qF,o.OutlinedFlagIcon=JF,o.OutputIcon=ZF,o.PaddingIcon=XF,o.PagesIcon=xF,o.PageviewIcon=RF,o.PaidIcon=eP,o.PaletteIcon=nP,o.PanToolAltIcon=rP,o.PanToolIcon=oP,o.PanoramaFishEyeIcon=cP,o.PanoramaHorizontalIcon=iP,o.PanoramaHorizontalSelectIcon=aP,o.PanoramaIcon=tP,o.PanoramaPhotosphereIcon=lP,o.PanoramaPhotosphereSelectIcon=sP,o.PanoramaVerticalIcon=dP,o.PanoramaVerticalSelectIcon=uP,o.PanoramaWideAngleIcon=fP,o.PanoramaWideAngleSelectIcon=AP,o.Paper=oU,o.ParaglidingIcon=yP,o.ParkIcon=_P,o.PartyModeIcon=hP,o.PasswordIcon=gP,o.PatternIcon=IP,o.PauseCircleFilledIcon=wP,o.PauseCircleIcon=pP,o.PauseCircleOutlineIcon=kP,o.PauseIcon=bP,o.PausePresentationIcon=mP,o.PaymentIcon=vP,o.PaymentsIcon=KP,o.PedalBikeIcon=CP,o.PendingActionsIcon=BP,o.PendingIcon=SP,o.PentagonIcon=EP,o.PeopleAltIcon=PP,o.PeopleIcon=FP,o.PeopleOutlineIcon=DP,o.PercentIcon=NP,o.PermCameraMicIcon=TP,o.PermContactCalendarIcon=MP,o.PermDataSettingIcon=OP,o.PermDeviceInformationIcon=LP,o.PermIdentityIcon=QP,o.PermMediaIcon=VP,o.PermPhoneMsgIcon=WP,o.PermScanWifiIcon=GP,o.Person2Icon=HP,o.Person3Icon=UP,o.Person4Icon=YP,o.PersonAddAlt1Icon=qP,o.PersonAddAltIcon=jP,o.PersonAddDisabledIcon=JP,o.PersonAddIcon=$P,o.PersonIcon=zP,o.PersonOffIcon=ZP,o.PersonOutlineIcon=XP,o.PersonPinCircleIcon=RP,o.PersonPinIcon=xP,o.PersonRemoveAlt1Icon=n1,o.PersonRemoveIcon=e1,o.PersonSearchIcon=o1,o.PersonalInjuryIcon=r1,o.PersonalVideoIcon=t1,o.PestControlIcon=c1,o.PestControlRodentIcon=i1,o.PetsIcon=a1,o.PhishingIcon=l1,o.PhoneAndroidIcon=d1,o.PhoneBluetoothSpeakerIcon=u1,o.PhoneCallbackIcon=f1,o.PhoneDisabledIcon=A1,o.PhoneEnabledIcon=y1,o.PhoneForwardedIcon=_1,o.PhoneIcon=s1,o.PhoneIphoneIcon=h1,o.PhoneLockedIcon=g1,o.PhoneMissedIcon=I1,o.PhonePausedIcon=b1,o.PhonelinkEraseIcon=w1,o.PhonelinkIcon=p1,o.PhonelinkLockIcon=k1,o.PhonelinkOffIcon=m1,o.PhonelinkRingIcon=v1,o.PhonelinkSetupIcon=K1,o.PhotoAlbumIcon=S1,o.PhotoCameraBackIcon=E1,o.PhotoCameraFrontIcon=F1,o.PhotoCameraIcon=B1,o.PhotoFilterIcon=P1,o.PhotoIcon=C1,o.PhotoLibraryIcon=D1,o.PhotoSizeSelectActualIcon=N1,o.PhotoSizeSelectLargeIcon=T1,o.PhotoSizeSelectSmallIcon=M1,o.PhpIcon=O1,o.PianoIcon=L1,o.PianoOffIcon=Q1,o.PictureAsPdfIcon=V1,o.PictureInPictureAltIcon=G1,o.PictureInPictureIcon=W1,o.PieChartIcon=z1,o.PieChartOutlineIcon=H1,o.PinDropIcon=Y1,o.PinEndIcon=$1,o.PinIcon=U1,o.PinInvokeIcon=j1,o.PinchIcon=q1,o.PivotTableChartIcon=J1,o.PixIcon=Z1,o.PlaceIcon=X1,o.PlagiarismIcon=x1,o.PlayArrowIcon=R1,o.PlayCircleFilledIcon=nD,o.PlayCircleIcon=eD,o.PlayCircleOutlineIcon=oD,o.PlayDisabledIcon=rD,o.PlayForWorkIcon=tD,o.PlayLessonIcon=cD,o.PlaylistAddCheckCircleIcon=lD,o.PlaylistAddCheckIcon=aD,o.PlaylistAddCircleIcon=sD,o.PlaylistAddIcon=iD,o.PlaylistPlayIcon=dD,o.PlaylistRemoveIcon=uD,o.PlumbingIcon=fD,o.PlusOneIcon=AD,o.PodcastsIcon=yD,o.PointOfSaleIcon=_D,o.PolicyIcon=hD,o.PollIcon=gD,o.PolylineIcon=ID,o.PolymerIcon=bD,o.PoolIcon=pD,o.Popover=cr,o.PortableWifiOffIcon=wD,o.PortraitIcon=kD,o.PostAddIcon=mD,o.PowerIcon=vD,o.PowerInputIcon=KD,o.PowerOffIcon=CD,o.PowerSettingsNewIcon=SD,o.PrecisionManufacturingIcon=BD,o.PregnantWomanIcon=ED,o.PresentToAllIcon=FD,o.PreviewIcon=PD,o.PriceChangeIcon=DD,o.PriceCheckIcon=ND,o.PrintDisabledIcon=MD,o.PrintIcon=TD,o.PriorityHighIcon=OD,o.PrivacyTipIcon=LD,o.PrivateConnectivityIcon=QD,o.ProductionQuantityLimitsIcon=VD,o.PropaneIcon=WD,o.PropaneTankIcon=GD,o.PropertyFieldBinding=Kn,o.PropertyPreview=Be,o.PsychologyAltIcon=HD,o.PsychologyIcon=zD,o.PublicIcon=UD,o.PublicOffIcon=YD,o.PublishIcon=$D,o.PublishedWithChangesIcon=jD,o.PunchClockIcon=qD,o.PushPinIcon=JD,o.QrCode2Icon=XD,o.QrCodeIcon=ZD,o.QrCodeScannerIcon=xD,o.QueryBuilderIcon=RD,o.QueryStatsIcon=eN,o.QuestionAnswerIcon=nN,o.QuestionMarkIcon=oN,o.QueueIcon=rN,o.QueueMusicIcon=tN,o.QueuePlayNextIcon=cN,o.QuickreplyIcon=iN,o.QuizIcon=aN,o.RMobiledataIcon=lN,o.RadarIcon=sN,o.RadioButtonCheckedIcon=uN,o.RadioButtonUncheckedIcon=fN,o.RadioIcon=dN,o.RailwayAlertIcon=AN,o.RamenDiningIcon=yN,o.RampLeftIcon=_N,o.RampRightIcon=hN,o.RateReviewIcon=gN,o.RawOffIcon=IN,o.RawOnIcon=bN,o.ReadMoreIcon=pN,o.ReadOnlyFieldBinding=ct,o.RealEstateAgentIcon=wN,o.ReceiptIcon=kN,o.ReceiptLongIcon=mN,o.RecentActorsIcon=vN,o.RecommendIcon=KN,o.RecordVoiceOverIcon=CN,o.RectangleIcon=SN,o.RecyclingIcon=BN,o.RedeemIcon=EN,o.RedoIcon=FN,o.ReduceCapacityIcon=PN,o.ReferenceFieldBinding=Si,o.ReferencePreview=rn,o.ReferencePreviewContainer=Qo,o.ReferenceSelectionInner=ga,o.RefreshIcon=DN,o.RememberMeIcon=NN,o.RemoveCircleIcon=Mc,o.RemoveCircleOutlineIcon=TN,o.RemoveDoneIcon=MN,o.RemoveFromQueueIcon=ON,o.RemoveIcon=co,o.RemoveModeratorIcon=LN,o.RemoveRedEyeIcon=QN,o.RemoveRoadIcon=VN,o.RemoveShoppingCartIcon=WN,o.ReorderIcon=GN,o.RepartitionIcon=zN,o.RepeatFieldBinding=Fi,o.RepeatIcon=Br,o.RepeatOnIcon=HN,o.RepeatOneIcon=UN,o.RepeatOneOnIcon=YN,o.Replay10Icon=jN,o.Replay30Icon=qN,o.Replay5Icon=JN,o.ReplayCircleFilledIcon=ZN,o.ReplayIcon=$N,o.ReplyAllIcon=xN,o.ReplyIcon=XN,o.ReportGmailerrorredIcon=eT,o.ReportIcon=RN,o.ReportOffIcon=nT,o.ReportProblemIcon=oT,o.RequestPageIcon=rT,o.RequestQuoteIcon=tT,o.ResetTvIcon=cT,o.RestartAltIcon=iT,o.RestaurantIcon=aT,o.RestaurantMenuIcon=lT,o.RestoreFromTrashIcon=dT,o.RestoreIcon=sT,o.RestorePageIcon=uT,o.ReviewsIcon=fT,o.RiceBowlIcon=AT,o.RingVolumeIcon=yT,o.RocketIcon=_T,o.RocketLaunchIcon=hT,o.RollerShadesClosedIcon=IT,o.RollerShadesIcon=gT,o.RollerSkatingIcon=bT,o.RoofingIcon=pT,o.RoomIcon=wT,o.RoomPreferencesIcon=kT,o.RoomServiceIcon=mT,o.Rotate90DegreesCcwIcon=vT,o.Rotate90DegreesCwIcon=KT,o.RotateLeftIcon=CT,o.RotateRightIcon=ST,o.RoundaboutLeftIcon=BT,o.RoundaboutRightIcon=ET,o.RoundedCornerIcon=FT,o.RouteIcon=PT,o.RouteWrapper=er,o.RouterIcon=DT,o.RowingIcon=NT,o.RssFeedIcon=TT,o.RsvpIcon=MT,o.RttIcon=OT,o.RuleFolderIcon=QT,o.RuleIcon=LT,o.RunCircleIcon=VT,o.RunningWithErrorsIcon=WT,o.RvHookupIcon=GT,o.SafetyCheckIcon=zT,o.SafetyDividerIcon=HT,o.SailingIcon=UT,o.SanitizerIcon=YT,o.SatelliteAltIcon=jT,o.SatelliteIcon=$T,o.SaveAltIcon=JT,o.SaveAsIcon=ZT,o.SaveIcon=qT,o.SavedSearchIcon=XT,o.SavingsIcon=xT,o.Scaffold=V3,o.ScaleIcon=RT,o.ScannerIcon=eM,o.ScatterPlotIcon=nM,o.ScheduleIcon=Oc,o.ScheduleSendIcon=oM,o.SchemaIcon=rM,o.SchoolIcon=tM,o.ScienceIcon=cM,o.ScoreIcon=iM,o.ScoreboardIcon=aM,o.ScreenLockLandscapeIcon=lM,o.ScreenLockPortraitIcon=sM,o.ScreenLockRotationIcon=dM,o.ScreenRotationAltIcon=fM,o.ScreenRotationIcon=uM,o.ScreenSearchDesktopIcon=AM,o.ScreenShareIcon=yM,o.ScreenshotIcon=_M,o.ScreenshotMonitorIcon=hM,o.ScubaDivingIcon=gM,o.SdCardAlertIcon=pM,o.SdCardIcon=bM,o.SdIcon=IM,o.SdStorageIcon=wM,o.SearchBar=Ut,o.SearchIcon=br,o.SearchOffIcon=kM,o.SecurityIcon=mM,o.SecurityUpdateGoodIcon=KM,o.SecurityUpdateIcon=vM,o.SecurityUpdateWarningIcon=CM,o.SegmentIcon=SM,o.Select=Xe,o.SelectAllIcon=BM,o.SelectFieldBinding=Zr,o.SelectGroup=rU,o.SelectItem=xe,o.SelfImprovementIcon=EM,o.SellIcon=FM,o.SendAndArchiveIcon=DM,o.SendIcon=PM,o.SendTimeExtensionIcon=NM,o.SendToMobileIcon=TM,o.SensorDoorIcon=MM,o.SensorOccupiedIcon=OM,o.SensorWindowIcon=LM,o.SensorsIcon=QM,o.SensorsOffIcon=VM,o.SentimentDissatisfiedIcon=WM,o.SentimentNeutralIcon=GM,o.SentimentSatisfiedAltIcon=HM,o.SentimentSatisfiedIcon=zM,o.SentimentVeryDissatisfiedIcon=UM,o.SentimentVerySatisfiedIcon=YM,o.SetMealIcon=$M,o.SettingsAccessibilityIcon=qM,o.SettingsApplicationsIcon=JM,o.SettingsBackupRestoreIcon=ZM,o.SettingsBluetoothIcon=XM,o.SettingsBrightnessIcon=xM,o.SettingsCellIcon=RM,o.SettingsEthernetIcon=e2,o.SettingsIcon=jM,o.SettingsInputAntennaIcon=n2,o.SettingsInputComponentIcon=o2,o.SettingsInputCompositeIcon=r2,o.SettingsInputHdmiIcon=t2,o.SettingsInputSvideoIcon=c2,o.SettingsOverscanIcon=i2,o.SettingsPhoneIcon=a2,o.SettingsPowerIcon=l2,o.SettingsRemoteIcon=s2,o.SettingsSuggestIcon=d2,o.SettingsSystemDaydreamIcon=u2,o.SettingsVoiceIcon=f2,o.SevereColdIcon=A2,o.ShapeLineIcon=y2,o.ShareIcon=_2,o.ShareLocationIcon=h2,o.Sheet=Yt,o.ShieldIcon=g2,o.ShieldMoonIcon=I2,o.Shop2Icon=p2,o.ShopIcon=b2,o.ShopTwoIcon=w2,o.ShoppingBagIcon=k2,o.ShoppingBasketIcon=m2,o.ShoppingCartCheckoutIcon=K2,o.ShoppingCartIcon=v2,o.ShortTextIcon=Lc,o.ShortcutIcon=C2,o.ShowChartIcon=S2,o.ShowerIcon=B2,o.ShuffleIcon=E2,o.ShuffleOnIcon=F2,o.ShutterSpeedIcon=P2,o.SickIcon=D2,o.SideDialogs=e3,o.SignLanguageIcon=N2,o.SignalCellular0BarIcon=T2,o.SignalCellular4BarIcon=M2,o.SignalCellularAlt1BarIcon=L2,o.SignalCellularAlt2BarIcon=Q2,o.SignalCellularAltIcon=O2,o.SignalCellularConnectedNoInternet0BarIcon=V2,o.SignalCellularConnectedNoInternet4BarIcon=W2,o.SignalCellularNoSimIcon=G2,o.SignalCellularNodataIcon=z2,o.SignalCellularNullIcon=H2,o.SignalCellularOffIcon=U2,o.SignalWifi0BarIcon=Y2,o.SignalWifi4BarIcon=$2,o.SignalWifi4BarLockIcon=j2,o.SignalWifiBadIcon=q2,o.SignalWifiConnectedNoInternet4Icon=J2,o.SignalWifiOffIcon=Z2,o.SignalWifiStatusbar4BarIcon=X2,o.SignalWifiStatusbarConnectedNoInternet4Icon=x2,o.SignalWifiStatusbarNullIcon=R2,o.SignpostIcon=eO,o.SimCardAlertIcon=oO,o.SimCardDownloadIcon=rO,o.SimCardIcon=nO,o.SingleBedIcon=tO,o.SipIcon=cO,o.SkateboardingIcon=iO,o.SkeletonPropertyComponent=Qn,o.SkipNextIcon=aO,o.SkipPreviousIcon=lO,o.SleddingIcon=sO,o.SlideshowIcon=dO,o.SlowMotionVideoIcon=uO,o.SmartButtonIcon=fO,o.SmartDisplayIcon=AO,o.SmartScreenIcon=yO,o.SmartToyIcon=_O,o.SmartphoneIcon=hO,o.SmokeFreeIcon=gO,o.SmokingRoomsIcon=IO,o.SmsFailedIcon=pO,o.SmsIcon=bO,o.SnackbarProvider=Y3,o.SnippetFolderIcon=wO,o.SnoozeIcon=kO,o.SnowboardingIcon=mO,o.SnowmobileIcon=vO,o.SnowshoeingIcon=KO,o.SoapIcon=CO,o.SocialDistanceIcon=SO,o.SolarPowerIcon=BO,o.SortByAlphaIcon=FO,o.SortIcon=EO,o.SosIcon=PO,o.SoupKitchenIcon=DO,o.SourceIcon=NO,o.SouthAmericaIcon=MO,o.SouthEastIcon=OO,o.SouthIcon=TO,o.SouthWestIcon=LO,o.SpaIcon=QO,o.SpaceBarIcon=VO,o.SpaceDashboardIcon=WO,o.SpatialAudioIcon=GO,o.SpatialAudioOffIcon=zO,o.SpatialTrackingIcon=HO,o.SpeakerGroupIcon=YO,o.SpeakerIcon=UO,o.SpeakerNotesIcon=$O,o.SpeakerNotesOffIcon=jO,o.SpeakerPhoneIcon=qO,o.SpeedIcon=JO,o.SpellcheckIcon=ZO,o.Spinner=tU,o.SplitscreenIcon=XO,o.SpokeIcon=xO,o.SportsBarIcon=eL,o.SportsBaseballIcon=nL,o.SportsBasketballIcon=oL,o.SportsCricketIcon=rL,o.SportsEsportsIcon=tL,o.SportsFootballIcon=cL,o.SportsGolfIcon=iL,o.SportsGymnasticsIcon=aL,o.SportsHandballIcon=lL,o.SportsHockeyIcon=sL,o.SportsIcon=RO,o.SportsKabaddiIcon=dL,o.SportsMartialArtsIcon=uL,o.SportsMmaIcon=fL,o.SportsMotorsportsIcon=AL,o.SportsRugbyIcon=yL,o.SportsScoreIcon=_L,o.SportsSoccerIcon=hL,o.SportsTennisIcon=gL,o.SportsVolleyballIcon=IL,o.SquareFootIcon=pL,o.SquareIcon=bL,o.SsidChartIcon=wL,o.StackedBarChartIcon=kL,o.StackedLineChartIcon=mL,o.StadiumIcon=vL,o.StairsIcon=KL,o.StarBorderIcon=Fr,o.StarBorderPurple500Icon=CL,o.StarHalfIcon=SL,o.StarIcon=Er,o.StarOutlineIcon=BL,o.StarPurple500Icon=EL,o.StarRateIcon=FL,o.StarsIcon=PL,o.StartIcon=DL,o.StayCurrentLandscapeIcon=NL,o.StayCurrentPortraitIcon=TL,o.StayPrimaryLandscapeIcon=ML,o.StayPrimaryPortraitIcon=OL,o.StickyNote2Icon=LL,o.StopCircleIcon=VL,o.StopIcon=QL,o.StopScreenShareIcon=WL,o.StorageIcon=GL,o.StorageThumbnail=Rc,o.StorageThumbnailInternal=ni,o.StorageUploadFieldBinding=rt,o.StoreIcon=zL,o.StoreMallDirectoryIcon=HL,o.StorefrontIcon=UL,o.StormIcon=YL,o.StraightIcon=$L,o.StraightenIcon=jL,o.StreamIcon=qL,o.StreetviewIcon=JL,o.StrikethroughSIcon=ZL,o.StringPropertyPreview=Gr,o.StrollerIcon=XL,o.StyleIcon=xL,o.SubdirectoryArrowLeftIcon=RL,o.SubdirectoryArrowRightIcon=e4,o.SubjectIcon=Qc,o.SubscriptIcon=n4,o.SubscriptionsIcon=o4,o.SubtitlesIcon=r4,o.SubtitlesOffIcon=t4,o.SubwayIcon=c4,o.SummarizeIcon=i4,o.SuperscriptIcon=a4,o.SupervisedUserCircleIcon=l4,o.SupervisorAccountIcon=s4,o.SupportAgentIcon=u4,o.SupportIcon=d4,o.SurfingIcon=f4,o.SurroundSoundIcon=A4,o.SwapCallsIcon=y4,o.SwapHorizIcon=_4,o.SwapHorizontalCircleIcon=h4,o.SwapVertIcon=g4,o.SwapVerticalCircleIcon=I4,o.SwipeDownAltIcon=w4,o.SwipeDownIcon=p4,o.SwipeIcon=b4,o.SwipeLeftAltIcon=m4,o.SwipeLeftIcon=k4,o.SwipeRightAltIcon=K4,o.SwipeRightIcon=v4,o.SwipeUpAltIcon=S4,o.SwipeUpIcon=C4,o.SwipeVerticalIcon=B4,o.SwitchAccessShortcutAddIcon=F4,o.SwitchAccessShortcutIcon=E4,o.SwitchAccountIcon=P4,o.SwitchCameraIcon=D4,o.SwitchControl=fl,o.SwitchFieldBinding=Ki,o.SwitchLeftIcon=N4,o.SwitchRightIcon=T4,o.SwitchVideoIcon=M4,o.SynagogueIcon=O4,o.SyncAltIcon=Q4,o.SyncDisabledIcon=V4,o.SyncIcon=L4,o.SyncLockIcon=W4,o.SyncProblemIcon=G4,o.SystemSecurityUpdateGoodIcon=H4,o.SystemSecurityUpdateIcon=z4,o.SystemSecurityUpdateWarningIcon=U4,o.SystemUpdateAltIcon=$4,o.SystemUpdateIcon=Y4,o.Tab=tr,o.TabIcon=j4,o.TabUnselectedIcon=q4,o.Table=cU,o.TableBarIcon=J4,o.TableBody=iU,o.TableCell=sU,o.TableChartIcon=Z4,o.TableHeader=aU,o.TableRestaurantIcon=X4,o.TableRow=lU,o.TableRowsIcon=x4,o.TableViewIcon=R4,o.TabletAndroidIcon=nQ,o.TabletIcon=eQ,o.TabletMacIcon=oQ,o.Tabs=Da,o.TagFacesIcon=tQ,o.TagIcon=rQ,o.TakeoutDiningIcon=cQ,o.TapAndPlayIcon=iQ,o.TapasIcon=aQ,o.TaskAltIcon=sQ,o.TaskIcon=lQ,o.TaxiAlertIcon=dQ,o.TempleBuddhistIcon=uQ,o.TempleHinduIcon=fQ,o.TerminalIcon=AQ,o.TerrainIcon=yQ,o.TextDecreaseIcon=_Q,o.TextField=tn,o.TextFieldBinding=Wn,o.TextFieldsIcon=hQ,o.TextFormatIcon=gQ,o.TextIncreaseIcon=IQ,o.TextRotateUpIcon=bQ,o.TextRotateVerticalIcon=pQ,o.TextRotationAngledownIcon=wQ,o.TextRotationAngleupIcon=kQ,o.TextRotationDownIcon=mQ,o.TextRotationNoneIcon=vQ,o.TextSnippetIcon=KQ,o.TextareaAutosize=vt,o.TextsmsIcon=CQ,o.TextureIcon=SQ,o.TheaterComedyIcon=BQ,o.TheatersIcon=EQ,o.ThermostatAutoIcon=PQ,o.ThermostatIcon=FQ,o.ThumbDownAltIcon=NQ,o.ThumbDownIcon=DQ,o.ThumbDownOffAltIcon=TQ,o.ThumbUpAltIcon=OQ,o.ThumbUpIcon=MQ,o.ThumbUpOffAltIcon=LQ,o.ThumbsUpDownIcon=QQ,o.ThunderstormIcon=VQ,o.TimeToLeaveIcon=WQ,o.TimelapseIcon=GQ,o.TimelineIcon=zQ,o.Timer10Icon=UQ,o.Timer10SelectIcon=YQ,o.Timer3Icon=$Q,o.Timer3SelectIcon=jQ,o.TimerIcon=HQ,o.TimerOffIcon=qQ,o.TipsAndUpdatesIcon=JQ,o.TireRepairIcon=ZQ,o.TitleIcon=XQ,o.TocIcon=xQ,o.TodayIcon=RQ,o.ToggleOffIcon=eV,o.ToggleOnIcon=nV,o.TokenIcon=oV,o.TollIcon=rV,o.TonalityIcon=tV,o.Tooltip=ye,o.TopicIcon=cV,o.TornadoIcon=iV,o.TouchAppIcon=aV,o.TourIcon=lV,o.ToysIcon=sV,o.TrackChangesIcon=dV,o.TrafficIcon=uV,o.TrainIcon=fV,o.TramIcon=AV,o.TranscribeIcon=yV,o.TransferWithinAStationIcon=_V,o.TransformIcon=hV,o.TransgenderIcon=gV,o.TransitEnterexitIcon=IV,o.TranslateIcon=bV,o.TravelExploreIcon=pV,o.TrendingDownIcon=wV,o.TrendingFlatIcon=kV,o.TrendingUpIcon=mV,o.TripOriginIcon=vV,o.TroubleshootIcon=KV,o.TryIcon=CV,o.TsunamiIcon=SV,o.TtyIcon=BV,o.TuneIcon=EV,o.TungstenIcon=FV,o.TurnLeftIcon=PV,o.TurnRightIcon=DV,o.TurnSharpLeftIcon=NV,o.TurnSharpRightIcon=TV,o.TurnSlightLeftIcon=MV,o.TurnSlightRightIcon=OV,o.TurnedInIcon=LV,o.TurnedInNotIcon=QV,o.TvIcon=VV,o.TvOffIcon=WV,o.TwoWheelerIcon=GV,o.TypeSpecimenIcon=zV,o.Typography=q,o.UTurnLeftIcon=HV,o.UTurnRightIcon=UV,o.UmbrellaIcon=YV,o.UnarchiveIcon=$V,o.UndoIcon=jV,o.UnfoldLessDoubleIcon=JV,o.UnfoldLessIcon=qV,o.UnfoldMoreDoubleIcon=XV,o.UnfoldMoreIcon=ZV,o.UnpublishedIcon=xV,o.UnsubscribeIcon=RV,o.UpcomingIcon=eW,o.UpdateDisabledIcon=oW,o.UpdateIcon=nW,o.UpgradeIcon=rW,o.UploadFileIcon=Vc,o.UploadIcon=tW,o.UrlComponentPreview=lo,o.UsbIcon=cW,o.UsbOffIcon=iW,o.VaccinesIcon=aW,o.VapeFreeIcon=lW,o.VapingRoomsIcon=sW,o.VerifiedIcon=dW,o.VerifiedUserIcon=uW,o.VerticalAlignBottomIcon=fW,o.VerticalAlignCenterIcon=AW,o.VerticalAlignTopIcon=yW,o.VerticalDistributeIcon=_W,o.VerticalShadesClosedIcon=gW,o.VerticalShadesIcon=hW,o.VerticalSplitIcon=IW,o.VibrationIcon=bW,o.VideoCallIcon=pW,o.VideoCameraBackIcon=wW,o.VideoCameraFrontIcon=kW,o.VideoChatIcon=mW,o.VideoFileIcon=vW,o.VideoLabelIcon=KW,o.VideoLibraryIcon=CW,o.VideoSettingsIcon=SW,o.VideoStableIcon=BW,o.VideocamIcon=EW,o.VideocamOffIcon=FW,o.VideogameAssetIcon=PW,o.VideogameAssetOffIcon=DW,o.ViewAgendaIcon=NW,o.ViewArrayIcon=TW,o.ViewCarouselIcon=MW,o.ViewColumnIcon=OW,o.ViewComfyAltIcon=QW,o.ViewComfyIcon=LW,o.ViewCompactAltIcon=WW,o.ViewCompactIcon=VW,o.ViewCozyIcon=GW,o.ViewDayIcon=zW,o.ViewHeadlineIcon=HW,o.ViewInArIcon=UW,o.ViewKanbanIcon=YW,o.ViewListIcon=$W,o.ViewModuleIcon=jW,o.ViewQuiltIcon=qW,o.ViewSidebarIcon=JW,o.ViewStreamIcon=Wc,o.ViewTimelineIcon=ZW,o.ViewWeekIcon=XW,o.VignetteIcon=xW,o.VillaIcon=RW,o.VirtualTable=ca,o.VisibilityIcon=e5,o.VisibilityOffIcon=n5,o.VoiceChatIcon=o5,o.VoiceOverOffIcon=r5,o.VoicemailIcon=t5,o.VolcanoIcon=c5,o.VolumeDownIcon=i5,o.VolumeMuteIcon=a5,o.VolumeOffIcon=l5,o.VolumeUpIcon=s5,o.VolunteerActivismIcon=d5,o.VpnKeyIcon=u5,o.VpnKeyOffIcon=f5,o.VpnLockIcon=A5,o.VrpanoIcon=y5,o.WalletIcon=_5,o.WallpaperIcon=h5,o.WarehouseIcon=g5,o.WarningAmberIcon=b5,o.WarningIcon=I5,o.WashIcon=p5,o.WatchIcon=w5,o.WatchLaterIcon=k5,o.WatchOffIcon=m5,o.WaterDamageIcon=K5,o.WaterDropIcon=C5,o.WaterIcon=v5,o.WaterfallChartIcon=S5,o.WavesIcon=B5,o.WavingHandIcon=E5,o.WbAutoIcon=F5,o.WbCloudyIcon=P5,o.WbIncandescentIcon=D5,o.WbIridescentIcon=N5,o.WbShadeIcon=T5,o.WbSunnyIcon=M5,o.WbTwilightIcon=O5,o.WcIcon=L5,o.WebAssetIcon=V5,o.WebAssetOffIcon=W5,o.WebIcon=Q5,o.WebStoriesIcon=G5,o.WebhookIcon=z5,o.WeekendIcon=H5,o.WestIcon=U5,o.WhatshotIcon=Y5,o.WheelchairPickupIcon=$5,o.WhereToVoteIcon=j5,o.WidgetsIcon=q5,o.WidthFullIcon=J5,o.WidthNormalIcon=Z5,o.WidthWideIcon=X5,o.Wifi1BarIcon=R5,o.Wifi2BarIcon=eG,o.WifiCalling3Icon=oG,o.WifiCallingIcon=nG,o.WifiChannelIcon=rG,o.WifiFindIcon=tG,o.WifiIcon=x5,o.WifiLockIcon=cG,o.WifiOffIcon=iG,o.WifiPasswordIcon=aG,o.WifiProtectedSetupIcon=lG,o.WifiTetheringErrorIcon=dG,o.WifiTetheringIcon=sG,o.WifiTetheringOffIcon=uG,o.WindPowerIcon=fG,o.WindowIcon=AG,o.WineBarIcon=yG,o.Woman2Icon=hG,o.WomanIcon=_G,o.WorkHistoryIcon=IG,o.WorkIcon=gG,o.WorkOffIcon=bG,o.WorkOutlineIcon=pG,o.WorkspacePremiumIcon=wG,o.WorkspacesIcon=kG,o.WrapTextIcon=mG,o.WrongLocationIcon=vG,o.WysiwygIcon=KG,o.YardIcon=CG,o.YoutubeSearchedForIcon=SG,o.ZoomInIcon=BG,o.ZoomInMapIcon=EG,o.ZoomOutIcon=FG,o.ZoomOutMapIcon=PG,o._10kIcon=gl,o._10mpIcon=Il,o._11mpIcon=bl,o._123Icon=_l,o._12mpIcon=pl,o._13mpIcon=wl,o._14mpIcon=kl,o._15mpIcon=ml,o._16mpIcon=vl,o._17mpIcon=Kl,o._18UpRatingIcon=Cl,o._18mpIcon=Sl,o._19mpIcon=Bl,o._1kIcon=El,o._1kPlusIcon=Fl,o._1xMobiledataIcon=Pl,o._20mpIcon=Dl,o._21mpIcon=Nl,o._22mpIcon=Tl,o._23mpIcon=Ml,o._24mpIcon=Ol,o._2kIcon=Ll,o._2kPlusIcon=Ql,o._2mpIcon=Vl,o._30fpsIcon=Wl,o._30fpsSelectIcon=Gl,o._360Icon=hl,o._3dRotationIcon=zl,o._3gMobiledataIcon=Hl,o._3kIcon=Ul,o._3kPlusIcon=Yl,o._3mpIcon=$l,o._3pIcon=jl,o._4gMobiledataIcon=ql,o._4gPlusMobiledataIcon=Jl,o._4kIcon=Zl,o._4kPlusIcon=Xl,o._4mpIcon=xl,o._5gIcon=Rl,o._5kIcon=es,o._5kPlusIcon=ns,o._5mpIcon=os,o._60fpsIcon=rs,o._60fpsSelectIcon=ts,o._6FtApartIcon=cs,o._6kIcon=is,o._6kPlusIcon=as,o._6mpIcon=ls,o._7kIcon=ss,o._7kPlusIcon=ds,o._7mpIcon=us,o._8kIcon=fs,o._8kPlusIcon=As,o._8mpIcon=ys,o._9kIcon=_s,o._9kPlusIcon=hs,o._9mpIcon=gs,o.addInitialSlash=cl,o.buildEnumLabel=ac,o.canCreateEntity=zn,o.canDeleteEntity=Uo,o.canEditEntity=At,o.cardClickableMixin=ti,o.cardMixin=ri,o.cardSelectedMixin=ez,o.cmsToDelegateModel=Oo,o.cn=F,o.coolIconKeys=Ir,o.debounce=Ui,o.defaultBorderMixin=fe,o.defaultDateFormat=ui,o.deleteEntityWithCallbacks=Jc,o.enumToObjectEntries=un,o.fieldBackgroundDisabledMixin=on,o.fieldBackgroundHoverMixin=Ye,o.fieldBackgroundInvisibleMixin=Ur,o.fieldBackgroundMixin=Ze,o.flattenObject=yt,o.focusedClasses=Hr,o.focusedInvisibleMixin=zr,o.focusedMixin=Ie,o.fullPathToCollectionSegments=Ve,o.getArrayValuesCount=Yi,o.getBracketNotation=Zz,o.getCollectionByPathOrAlias=ko,o.getCollectionPathsCombinations=mo,o.getColorForProperty=Jz,o.getColorScheme=ic,o.getDefaultFieldId=gt,o.getDefaultPropertiesOrder=Xz,o.getDefaultValueFor=So,o.getDefaultValueForDataType=hr,o.getDefaultValuesFor=oo,o.getFieldConfig=jo,o.getFieldId=It,o.getHashValue=Ar,o.getIcon=zi,o.getIconForProperty=ve,o.getIconForView=Yo,o.getIconForWidget=ut,o.getIdIcon=qz,o.getLabelOrConfigFrom=Fo,o.getLastSegment=il,o.getPropertiesWithPropertiesOrder=Gi,o.getPropertyInPath=Cn,o.getRandomId=_o,o.getReferenceFrom=kn,o.getReferencePreviewKeys=Hi,o.getResolvedPropertyInPath=ft,o.getValueInPath=dn,o.hydrateRegExp=Vi,o.iconKeys=lc,o.isDefaultFieldConfigId=xi,o.isEmptyObject=_r,o.isEnumValueDisabled=dl,o.isHidden=no,o.isObject=Ko,o.isPropertyBuilder=Te,o.isReadOnly=Dn,o.isReferenceProperty=Wi,o.isValidRegExp=$z,o.makePropertiesEditable=$i,o.makePropertiesNonEditable=ji,o.mergeDeep=Je,o.paperMixin=$e,o.pick=oc,o.plural=xz,o.randomColor=fz,o.randomString=Vn,o.removeFunctions=fr,o.removeInPath=al,o.removeInitialAndTrailingSlashes=pe,o.removeInitialSlash=ec,o.removeTrailingSlash=nc,o.removeUndefined=yr,o.renderSkeletonCaptionText=ZG,o.renderSkeletonIcon=Wr,o.renderSkeletonImageThumbnail=Vr,o.renderSkeletonText=nn,o.resolveArrayProperty=gn,o.resolveCollection=Me,o.resolveCollectionPathAliases=ur,o.resolveDefaultSelectedView=st,o.resolveEntityView=wt,o.resolveEnumValues=rH,o.resolveNavigationFrom=Zc,o.resolvePermissions=fo,o.resolveProperties=bt,o.resolveProperty=Oe,o.resolvePropertyEnum=pt,o.sanitizeData=ll,o.saveEntityWithCallbacks=Mr,o.segmentsToStrippedPath=Qi,o.serializeRegExp=Yz,o.singular=Rz,o.slugify=Wo,o.sortProperties=Oi,o.stripCollectionPath=dt,o.toKebabCase=sz,o.toSnakeCase=uz,o.traverseValueProperty=Bo,o.traverseValuesProperties=gr,o.unslugify=tl,o.updateDateAutoValues=rc,o.useAuthController=An,o.useAutoComplete=$3,o.useBreadcrumbsContext=Lr,o.useBrowserTitleAndIcon=LG,o.useBuildDataSource=QG,o.useBuildLocalConfigurationPersistence=U3,o.useBuildModeController=H3,o.useClearRestoreValue=Qe,o.useClipboard=Xc,o.useCollectionFetch=qc,o.useDataSource=We,o.useDebounce=zo,o.useDebounceValue=jz,o.useEntityCollectionTableController=Nt,o.useEntityFetch=Tr,o.useFireCMSContext=x,o.useLargeLayout=Ge,o.useModeController=Or,o.useNavigationContext=Ae,o.useOutsideAlerter=Vo,o.useReferenceDialog=ao,o.useResolvedNavigationFrom=TG,o.useSelectionController=Mt,o.useSideDialogContext=Jo,o.useSideDialogsController=io,o.useSideEntityController=yn,o.useSnackbarController=_n,o.useStorageSource=Nn,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
|
|
1610
|
+
${t?"w-0 h-0":"w-2 h-2"}`})]}),hU=({children:e})=>n.jsx(qt.SnackbarProvider,{maxSnack:3,autoHideDuration:3500,children:e});o.AbcIcon=gs,o.AcUnitIcon=Is,o.AccessAlarmIcon=bs,o.AccessAlarmsIcon=ps,o.AccessTimeFilledIcon=ks,o.AccessTimeIcon=ws,o.AccessibilityIcon=ms,o.AccessibilityNewIcon=vs,o.AccessibleForwardIcon=Cs,o.AccessibleIcon=Ks,o.AccountBalanceIcon=Ss,o.AccountBalanceWalletIcon=Bs,o.AccountBoxIcon=Es,o.AccountCircleIcon=Fs,o.AccountTreeIcon=Ps,o.AdUnitsIcon=Ds,o.AdbIcon=Ns,o.AddAPhotoIcon=Ts,o.AddAlarmIcon=Ms,o.AddAlertIcon=Os,o.AddBoxIcon=Ls,o.AddBusinessIcon=Qs,o.AddCardIcon=Vs,o.AddChartIcon=Ws,o.AddCircleIcon=Gs,o.AddCircleOutlineIcon=zs,o.AddCommentIcon=Hs,o.AddHomeIcon=Us,o.AddHomeWorkIcon=Ys,o.AddIcCallIcon=js,o.AddIcon=mn,o.AddLinkIcon=tc,o.AddLocationAltIcon=qs,o.AddLocationIcon=$s,o.AddModeratorIcon=Js,o.AddPhotoAlternateIcon=Zs,o.AddReactionIcon=Xs,o.AddRoadIcon=xs,o.AddShoppingCartIcon=Rs,o.AddTaskIcon=ed,o.AddToDriveIcon=nd,o.AddToHomeScreenIcon=od,o.AddToPhotosIcon=rd,o.AddToQueueIcon=td,o.AdfScannerIcon=cd,o.AdjustIcon=id,o.AdminPanelSettingsIcon=ad,o.AdsClickIcon=ld,o.AgricultureIcon=sd,o.AirIcon=dd,o.AirlineSeatFlatAngledIcon=fd,o.AirlineSeatFlatIcon=ud,o.AirlineSeatIndividualSuiteIcon=Ad,o.AirlineSeatLegroomExtraIcon=yd,o.AirlineSeatLegroomNormalIcon=_d,o.AirlineSeatLegroomReducedIcon=hd,o.AirlineSeatReclineExtraIcon=gd,o.AirlineSeatReclineNormalIcon=Id,o.AirlineStopsIcon=bd,o.AirlinesIcon=pd,o.AirplaneTicketIcon=wd,o.AirplanemodeActiveIcon=kd,o.AirplanemodeInactiveIcon=md,o.AirplayIcon=vd,o.AirportShuttleIcon=Kd,o.AlarmAddIcon=Sd,o.AlarmIcon=Cd,o.AlarmOffIcon=Bd,o.AlarmOnIcon=Ed,o.AlbumIcon=Fd,o.Alert=ll,o.AlignHorizontalCenterIcon=Pd,o.AlignHorizontalLeftIcon=Dd,o.AlignHorizontalRightIcon=Nd,o.AlignVerticalBottomIcon=Td,o.AlignVerticalCenterIcon=Md,o.AlignVerticalTopIcon=Od,o.AllInboxIcon=Ld,o.AllInclusiveIcon=Qd,o.AllOutIcon=Vd,o.AltRouteIcon=Wd,o.AlternateEmailIcon=Gd,o.AnalyticsIcon=zd,o.AnchorIcon=Hd,o.AndroidIcon=Ud,o.AnimationIcon=Yd,o.AnnouncementIcon=jd,o.AodIcon=$d,o.ApartmentIcon=qd,o.ApiIcon=Jd,o.AppBlockingIcon=Zd,o.AppRegistrationIcon=Xd,o.AppSettingsAltIcon=xd,o.AppShortcutIcon=Rd,o.ApprovalIcon=eu,o.AppsIcon=nu,o.AppsOutageIcon=ou,o.ArchitectureIcon=ru,o.ArchiveIcon=tu,o.AreaChartIcon=cu,o.ArrayContainer=It,o.ArrayContainerItem=bt,o.ArrayCustomShapedFieldBinding=_a,o.ArrayEnumPreview=Zr,o.ArrayItemOptions=ra,o.ArrayOfMapsPreview=kz,o.ArrayOfReferencesFieldBinding=ca,o.ArrayOfReferencesPreview=si,o.ArrayOfStorageComponentsPreview=di,o.ArrayOfStringsPreview=ui,o.ArrayOneOfPreview=fi,o.ArrayPropertyEnumPreview=Xr,o.ArrayPropertyPreview=Jr,o.ArrowBackIcon=iu,o.ArrowBackIosIcon=au,o.ArrowBackIosNewIcon=lu,o.ArrowCircleDownIcon=su,o.ArrowCircleLeftIcon=du,o.ArrowCircleRightIcon=uu,o.ArrowCircleUpIcon=fu,o.ArrowDownwardIcon=Au,o.ArrowDropDownCircleIcon=yu,o.ArrowDropDownIcon=br,o.ArrowDropUpIcon=_u,o.ArrowForwardIcon=cc,o.ArrowForwardIosIcon=hu,o.ArrowLeftIcon=gu,o.ArrowOutwardIcon=Iu,o.ArrowRightAltIcon=pu,o.ArrowRightIcon=bu,o.ArrowUpwardIcon=mo,o.ArtTrackIcon=wu,o.ArticleIcon=ku,o.AspectRatioIcon=mu,o.AssessmentIcon=vu,o.AssignmentIcon=ic,o.AssignmentIndIcon=Ku,o.AssignmentLateIcon=Cu,o.AssignmentReturnIcon=Su,o.AssignmentReturnedIcon=Bu,o.AssignmentTurnedInIcon=Eu,o.AssistWalkerIcon=Fu,o.AssistantDirectionIcon=Du,o.AssistantIcon=Pu,o.AssistantPhotoIcon=Nu,o.AssuredWorkloadIcon=Tu,o.AsyncPreviewComponent=mz,o.AtmIcon=Mu,o.AttachEmailIcon=Ou,o.AttachFileIcon=Lu,o.AttachMoneyIcon=Qu,o.AttachmentIcon=Vu,o.AttractionsIcon=Wu,o.AttributionIcon=Gu,o.AudioFileIcon=zu,o.AudiotrackIcon=Hu,o.AuthControllerContext=Pr,o.AutoAwesomeIcon=Uu,o.AutoAwesomeMosaicIcon=Yu,o.AutoAwesomeMotionIcon=ju,o.AutoDeleteIcon=$u,o.AutoFixHighIcon=qu,o.AutoFixNormalIcon=Ju,o.AutoFixOffIcon=Zu,o.AutoGraphIcon=Xu,o.AutoModeIcon=xu,o.AutoStoriesIcon=Ru,o.Autocomplete=cl,o.AutocompleteItem=il,o.AutofpsSelectIcon=ef,o.AutorenewIcon=nf,o.AvTimerIcon=of,o.Avatar=Ar,o.BabyChangingStationIcon=rf,o.BackHandIcon=tf,o.BackpackIcon=cf,o.BackspaceIcon=af,o.BackupIcon=lf,o.BackupTableIcon=sf,o.Badge=jt,o.BadgeIcon=df,o.BakeryDiningIcon=uf,o.BalanceIcon=ff,o.BalconyIcon=Af,o.BallotIcon=pr,o.BarChartIcon=yf,o.BatchPredictionIcon=_f,o.BathroomIcon=hf,o.BathtubIcon=gf,o.Battery0BarIcon=If,o.Battery1BarIcon=bf,o.Battery2BarIcon=pf,o.Battery3BarIcon=wf,o.Battery4BarIcon=kf,o.Battery5BarIcon=mf,o.Battery6BarIcon=vf,o.BatteryAlertIcon=Kf,o.BatteryChargingFullIcon=Cf,o.BatteryFullIcon=Sf,o.BatterySaverIcon=Bf,o.BatteryStdIcon=Ef,o.BatteryUnknownIcon=Ff,o.BeachAccessIcon=Pf,o.BedIcon=Df,o.BedroomBabyIcon=Nf,o.BedroomChildIcon=Tf,o.BedroomParentIcon=Mf,o.BedtimeIcon=Of,o.BedtimeOffIcon=Lf,o.BeenhereIcon=Qf,o.BentoIcon=Vf,o.BikeScooterIcon=Wf,o.BiotechIcon=Gf,o.BlenderIcon=zf,o.BlindIcon=Hf,o.BlindsClosedIcon=Yf,o.BlindsIcon=Uf,o.BlockFieldBinding=Aa,o.BlockIcon=jf,o.BloodtypeIcon=$f,o.BluetoothAudioIcon=Jf,o.BluetoothConnectedIcon=Zf,o.BluetoothDisabledIcon=Xf,o.BluetoothDriveIcon=xf,o.BluetoothIcon=qf,o.BluetoothSearchingIcon=Rf,o.BlurCircularIcon=eA,o.BlurLinearIcon=nA,o.BlurOffIcon=oA,o.BlurOnIcon=rA,o.BoltIcon=tA,o.BookIcon=cA,o.BookOnlineIcon=iA,o.BookmarkAddIcon=lA,o.BookmarkAddedIcon=sA,o.BookmarkBorderIcon=dA,o.BookmarkIcon=aA,o.BookmarkRemoveIcon=uA,o.BookmarksIcon=fA,o.BooleanPreview=_i,o.BooleanSwitch=yr,o.BooleanSwitchWithLabel=Nn,o.BorderAllIcon=AA,o.BorderBottomIcon=yA,o.BorderClearIcon=_A,o.BorderColorIcon=hA,o.BorderHorizontalIcon=gA,o.BorderInnerIcon=IA,o.BorderLeftIcon=bA,o.BorderOuterIcon=pA,o.BorderRightIcon=wA,o.BorderStyleIcon=kA,o.BorderTopIcon=mA,o.BorderVerticalIcon=vA,o.BoyIcon=KA,o.BrandingWatermarkIcon=CA,o.BreadcrumbUpdater=A3,o.BreakfastDiningIcon=SA,o.Brightness1Icon=BA,o.Brightness2Icon=EA,o.Brightness3Icon=FA,o.Brightness4Icon=PA,o.Brightness5Icon=DA,o.Brightness6Icon=NA,o.Brightness7Icon=TA,o.BrightnessAutoIcon=MA,o.BrightnessHighIcon=OA,o.BrightnessLowIcon=LA,o.BrightnessMediumIcon=QA,o.BroadcastOnHomeIcon=VA,o.BroadcastOnPersonalIcon=WA,o.BrokenImageIcon=GA,o.BrowseGalleryIcon=zA,o.BrowserNotSupportedIcon=HA,o.BrowserUpdatedIcon=UA,o.BrunchDiningIcon=YA,o.BrushIcon=jA,o.BubbleChartIcon=$A,o.BugReportIcon=qA,o.BuildCircleIcon=ZA,o.BuildIcon=JA,o.BungalowIcon=XA,o.BurstModeIcon=xA,o.BusAlertIcon=RA,o.BusinessCenterIcon=ny,o.BusinessIcon=ey,o.Button=ie,o.COLLECTION_PATH_SEPARATOR=Xc,o.CabinIcon=oy,o.CableIcon=ry,o.CachedIcon=ty,o.CakeIcon=cy,o.CalculateIcon=iy,o.CalendarMonthIcon=ac,o.CalendarTodayIcon=ay,o.CalendarViewDayIcon=ly,o.CalendarViewMonthIcon=sy,o.CalendarViewWeekIcon=dy,o.CallEndIcon=fy,o.CallIcon=uy,o.CallMadeIcon=Ay,o.CallMergeIcon=yy,o.CallMissedIcon=_y,o.CallMissedOutgoingIcon=hy,o.CallReceivedIcon=gy,o.CallSplitIcon=Iy,o.CallToActionIcon=by,o.CameraAltIcon=wy,o.CameraEnhanceIcon=ky,o.CameraFrontIcon=my,o.CameraIcon=py,o.CameraIndoorIcon=vy,o.CameraOutdoorIcon=Ky,o.CameraRearIcon=Cy,o.CameraRollIcon=Sy,o.CameraswitchIcon=By,o.CampaignIcon=Ey,o.CancelIcon=Fy,o.CancelPresentationIcon=Py,o.CancelScheduleSendIcon=Dy,o.CandlestickChartIcon=Ny,o.CarCrashIcon=Ty,o.CarRentalIcon=My,o.CarRepairIcon=Oy,o.Card=oc,o.CardGiftcardIcon=Ly,o.CardMembershipIcon=Qy,o.CardTravelIcon=Vy,o.CarpenterIcon=Wy,o.CasesIcon=Gy,o.CasinoIcon=zy,o.CastConnectedIcon=Uy,o.CastForEducationIcon=Yy,o.CastIcon=Hy,o.CastleIcon=jy,o.CatchingPokemonIcon=$y,o.CategoryIcon=qy,o.CelebrationIcon=Jy,o.CellTowerIcon=Zy,o.CellWifiIcon=Xy,o.CenterFocusStrongIcon=xy,o.CenterFocusWeakIcon=Ry,o.CenteredView=hr,o.ChairAltIcon=n_,o.ChairIcon=e_,o.ChaletIcon=o_,o.ChangeCircleIcon=r_,o.ChangeHistoryIcon=t_,o.ChargingStationIcon=c_,o.ChatBubbleIcon=a_,o.ChatBubbleOutlineIcon=l_,o.ChatIcon=i_,o.CheckBoxIcon=s_,o.CheckBoxOutlineBlankIcon=d_,o.CheckCircleIcon=u_,o.CheckCircleOutlineIcon=f_,o.CheckIcon=lc,o.Checkbox=Fr,o.ChecklistIcon=A_,o.ChecklistRtlIcon=y_,o.CheckroomIcon=__,o.ChevronLeftIcon=sc,o.ChevronRightIcon=h_,o.ChildCareIcon=g_,o.ChildFriendlyIcon=I_,o.Chip=Bo,o.ChromeReaderModeIcon=b_,o.ChurchIcon=p_,o.CircleIcon=wr,o.CircleNotificationsIcon=w_,o.CircularProgress=Tn,o.CircularProgressCenter=so,o.ClassIcon=k_,o.CleanHandsIcon=m_,o.CleaningServicesIcon=v_,o.ClearAllIcon=K_,o.ClearIcon=dn,o.CloseFullscreenIcon=C_,o.CloseIcon=kr,o.ClosedCaptionDisabledIcon=B_,o.ClosedCaptionIcon=S_,o.ClosedCaptionOffIcon=E_,o.CloudCircleIcon=P_,o.CloudDoneIcon=D_,o.CloudDownloadIcon=N_,o.CloudIcon=F_,o.CloudOffIcon=T_,o.CloudQueueIcon=M_,o.CloudSyncIcon=O_,o.CloudUploadIcon=L_,o.Co2Icon=Q_,o.CoPresentIcon=V_,o.CodeIcon=W_,o.CodeOffIcon=G_,o.CoffeeIcon=z_,o.CoffeeMakerIcon=H_,o.Collapse=wo,o.CollectionsBookmarkIcon=Y_,o.CollectionsIcon=U_,o.ColorLensIcon=j_,o.ColorizeIcon=$_,o.CommentBankIcon=J_,o.CommentIcon=q_,o.CommentsDisabledIcon=Z_,o.CommitIcon=X_,o.CommuteIcon=x_,o.CompareArrowsIcon=eh,o.CompareIcon=R_,o.CompassCalibrationIcon=nh,o.CompostIcon=oh,o.CompressIcon=rh,o.ComputerIcon=th,o.ConfirmationNumberIcon=ch,o.ConnectWithoutContactIcon=ih,o.ConnectedTvIcon=ah,o.ConnectingAirportsIcon=lh,o.ConstructionIcon=sh,o.ContactEmergencyIcon=dh,o.ContactMailIcon=uh,o.ContactPageIcon=fh,o.ContactPhoneIcon=Ah,o.ContactSupportIcon=yh,o.ContactlessIcon=_h,o.ContactsIcon=hh,o.Container=_r,o.ContentCopyIcon=Rn,o.ContentCutIcon=gh,o.ContentPasteGoIcon=bh,o.ContentPasteIcon=Ih,o.ContentPasteOffIcon=ph,o.ContentPasteSearchIcon=wh,o.ContrastIcon=kh,o.ControlCameraIcon=mh,o.ControlPointDuplicateIcon=Kh,o.ControlPointIcon=vh,o.CookieIcon=Ch,o.CopyAllIcon=Sh,o.CopyrightIcon=Bh,o.CoronavirusIcon=Eh,o.CorporateFareIcon=Fh,o.CottageIcon=Ph,o.CountertopsIcon=Dh,o.CreateIcon=Nh,o.CreateNewFolderIcon=Th,o.CreditCardIcon=Mh,o.CreditCardOffIcon=Oh,o.CreditScoreIcon=Lh,o.CribIcon=Qh,o.CrisisAlertIcon=Vh,o.Crop169Icon=Gh,o.Crop32Icon=zh,o.Crop54Icon=Hh,o.Crop75Icon=Uh,o.CropDinIcon=Yh,o.CropFreeIcon=jh,o.CropIcon=Wh,o.CropLandscapeIcon=$h,o.CropOriginalIcon=qh,o.CropPortraitIcon=Jh,o.CropRotateIcon=Zh,o.CropSquareIcon=Xh,o.CrueltyFreeIcon=xh,o.CssIcon=Rh,o.CurrencyBitcoinIcon=eg,o.CurrencyExchangeIcon=ng,o.CurrencyFrancIcon=og,o.CurrencyLiraIcon=rg,o.CurrencyPoundIcon=tg,o.CurrencyRubleIcon=cg,o.CurrencyRupeeIcon=ig,o.CurrencyYenIcon=ag,o.CurrencyYuanIcon=lg,o.CurtainsClosedIcon=dg,o.CurtainsIcon=sg,o.CycloneIcon=ug,o.DEFAULT_FIELD_CONFIGS=Ft,o.DangerousIcon=fg,o.DarkModeIcon=dc,o.DashboardCustomizeIcon=yg,o.DashboardIcon=Ag,o.DataArrayIcon=_g,o.DataExplorationIcon=hg,o.DataObjectIcon=gg,o.DataSaverOffIcon=Ig,o.DataSaverOnIcon=bg,o.DataThresholdingIcon=pg,o.DataUsageIcon=wg,o.DatasetIcon=kg,o.DatasetLinkedIcon=mg,o.DatePreview=yi,o.DateRangeIcon=vg,o.DateTimeField=jn,o.DateTimeFieldBinding=la,o.DeblurIcon=Kg,o.DebouncedTextField=g3,o.DeckIcon=Cg,o.DefaultHomePage=Ri,o.DehazeIcon=Sg,o.DeleteConfirmationDialog=y3,o.DeleteForeverIcon=Bg,o.DeleteIcon=vo,o.DeleteOutlineIcon=Eg,o.DeleteSweepIcon=Fg,o.DeliveryDiningIcon=Pg,o.DensityLargeIcon=Dg,o.DensityMediumIcon=Ng,o.DensitySmallIcon=Tg,o.DepartureBoardIcon=Mg,o.DescriptionIcon=uc,o.DeselectIcon=Og,o.DesignServicesIcon=Lg,o.DeskIcon=Qg,o.DesktopAccessDisabledIcon=Vg,o.DesktopMacIcon=Wg,o.DesktopWindowsIcon=Gg,o.DetailsIcon=zg,o.DeveloperBoardIcon=Hg,o.DeveloperBoardOffIcon=Ug,o.DeveloperModeIcon=Yg,o.DeviceHubIcon=jg,o.DeviceThermostatIcon=$g,o.DeviceUnknownIcon=qg,o.DevicesFoldIcon=Zg,o.DevicesIcon=Jg,o.DevicesOtherIcon=Xg,o.DialerSipIcon=xg,o.Dialog=or,o.DialogActions=Bn,o.DialogContent=rr,o.DialpadIcon=Rg,o.DiamondIcon=eI,o.DifferenceIcon=nI,o.DiningIcon=oI,o.DinnerDiningIcon=rI,o.DirectionsBikeIcon=cI,o.DirectionsBoatFilledIcon=aI,o.DirectionsBoatIcon=iI,o.DirectionsBusFilledIcon=sI,o.DirectionsBusIcon=lI,o.DirectionsCarFilledIcon=uI,o.DirectionsCarIcon=dI,o.DirectionsIcon=tI,o.DirectionsOffIcon=fI,o.DirectionsRailwayFilledIcon=yI,o.DirectionsRailwayIcon=AI,o.DirectionsRunIcon=_I,o.DirectionsSubwayFilledIcon=gI,o.DirectionsSubwayIcon=hI,o.DirectionsTransitFilledIcon=bI,o.DirectionsTransitIcon=II,o.DirectionsWalkIcon=pI,o.DirtyLensIcon=wI,o.DisabledByDefaultIcon=kI,o.DisabledVisibleIcon=mI,o.DiscFullIcon=vI,o.DiscountIcon=KI,o.DisplaySettingsIcon=CI,o.Diversity1Icon=SI,o.Diversity2Icon=BI,o.Diversity3Icon=EI,o.DnsIcon=FI,o.DoDisturbAltIcon=DI,o.DoDisturbIcon=PI,o.DoDisturbOffIcon=NI,o.DoDisturbOnIcon=TI,o.DoNotDisturbAltIcon=OI,o.DoNotDisturbIcon=MI,o.DoNotDisturbOffIcon=LI,o.DoNotDisturbOnIcon=QI,o.DoNotDisturbOnTotalSilenceIcon=VI,o.DoNotStepIcon=WI,o.DoNotTouchIcon=GI,o.DockIcon=zI,o.DocumentScannerIcon=HI,o.DomainAddIcon=YI,o.DomainDisabledIcon=jI,o.DomainIcon=UI,o.DomainVerificationIcon=$I,o.DoneAllIcon=JI,o.DoneIcon=qI,o.DoneOutlineIcon=ZI,o.DonutLargeIcon=XI,o.DonutSmallIcon=xI,o.DoorBackIcon=RI,o.DoorFrontIcon=eb,o.DoorSlidingIcon=nb,o.DoorbellIcon=ob,o.DoubleArrowIcon=rb,o.DownhillSkiingIcon=tb,o.DownloadDoneIcon=ib,o.DownloadForOfflineIcon=ab,o.DownloadIcon=cb,o.DownloadingIcon=lb,o.DraftsIcon=sb,o.DragHandleIcon=db,o.DragIndicatorIcon=ub,o.DrawIcon=fb,o.Drawer=Ji,o.DrawerNavigationItem=_t,o.DriveEtaIcon=Ab,o.DriveFileMoveIcon=yb,o.DriveFileMoveRtlIcon=_b,o.DriveFileRenameOutlineIcon=hb,o.DriveFolderUploadIcon=fc,o.DryCleaningIcon=Ib,o.DryIcon=gb,o.DuoIcon=bb,o.DvrIcon=pb,o.DynamicFeedIcon=wb,o.DynamicFormIcon=kb,o.EMobiledataIcon=mb,o.EarbudsBatteryIcon=Kb,o.EarbudsIcon=vb,o.EastIcon=Cb,o.EdgesensorHighIcon=Sb,o.EdgesensorLowIcon=Bb,o.EditAttributesIcon=Eb,o.EditCalendarIcon=Fb,o.EditIcon=Ac,o.EditLocationAltIcon=Db,o.EditLocationIcon=Pb,o.EditNoteIcon=Nb,o.EditNotificationsIcon=Tb,o.EditOffIcon=Mb,o.EditRoadIcon=Ob,o.EggAltIcon=Qb,o.EggIcon=Lb,o.EjectIcon=Vb,o.ElderlyIcon=Wb,o.ElderlyWomanIcon=Gb,o.ElectricBikeIcon=zb,o.ElectricBoltIcon=Hb,o.ElectricCarIcon=Ub,o.ElectricMeterIcon=Yb,o.ElectricMopedIcon=jb,o.ElectricRickshawIcon=$b,o.ElectricScooterIcon=qb,o.ElectricalServicesIcon=Jb,o.ElevatorIcon=Zb,o.EmailIcon=yc,o.EmergencyIcon=Xb,o.EmergencyRecordingIcon=xb,o.EmergencyShareIcon=Rb,o.EmojiEmotionsIcon=ep,o.EmojiEventsIcon=np,o.EmojiFoodBeverageIcon=op,o.EmojiNatureIcon=rp,o.EmojiObjectsIcon=tp,o.EmojiPeopleIcon=cp,o.EmojiSymbolsIcon=ip,o.EmojiTransportationIcon=ap,o.EmptyValue=Vn,o.EnergySavingsLeafIcon=lp,o.EngineeringIcon=sp,o.EnhancedEncryptionIcon=dp,o.EntityCollectionTable=dt,o.EntityCollectionView=ft,o.EntityForm=ga,o.EntityPreview=Rr,o.EntityReference=$e,o.EnumValuesChip=Pe,o.EqualizerIcon=up,o.ErrorBoundary=se,o.ErrorIcon=mr,o.ErrorOutlineIcon=_c,o.ErrorView=me,o.EscalatorIcon=fp,o.EscalatorWarningIcon=Ap,o.EuroIcon=yp,o.EuroSymbolIcon=_p,o.EvStationIcon=hp,o.EventAvailableIcon=Ip,o.EventBusyIcon=bp,o.EventIcon=gp,o.EventNoteIcon=pp,o.EventRepeatIcon=wp,o.EventSeatIcon=kp,o.ExitToAppIcon=mp,o.ExpandCircleDownIcon=Kp,o.ExpandIcon=vp,o.ExpandLessIcon=Cp,o.ExpandMoreIcon=Ko,o.ExpandablePanel=gn,o.ExplicitIcon=Sp,o.ExploreIcon=Bp,o.ExploreOffIcon=Ep,o.ExposureIcon=Fp,o.ExposureNeg1Icon=Pp,o.ExposureNeg2Icon=Dp,o.ExposurePlus1Icon=Np,o.ExposurePlus2Icon=Tp,o.ExposureZeroIcon=Mp,o.ExtensionIcon=Op,o.ExtensionOffIcon=Lp,o.Face2Icon=Vp,o.Face3Icon=Wp,o.Face4Icon=Gp,o.Face5Icon=zp,o.Face6Icon=Hp,o.FaceIcon=Qp,o.FaceRetouchingNaturalIcon=Up,o.FaceRetouchingOffIcon=Yp,o.FactCheckIcon=jp,o.FactoryIcon=$p,o.FamilyRestroomIcon=qp,o.FastForwardIcon=Jp,o.FastRewindIcon=Zp,o.FastfoodIcon=Xp,o.FavoriteBorderIcon=Rp,o.FavoriteIcon=xp,o.FaxIcon=ew,o.FeaturedPlayListIcon=nw,o.FeaturedVideoIcon=ow,o.FeedIcon=rw,o.FeedbackIcon=tw,o.FemaleIcon=cw,o.FenceIcon=iw,o.FestivalIcon=aw,o.FiberDvrIcon=lw,o.FiberManualRecordIcon=sw,o.FiberNewIcon=dw,o.FiberPinIcon=uw,o.FiberSmartRecordIcon=fw,o.FieldConfigBadge=f3,o.FieldHelperText=Be,o.FileCopyIcon=hc,o.FileDownloadDoneIcon=yw,o.FileDownloadIcon=Aw,o.FileDownloadOffIcon=_w,o.FileOpenIcon=hw,o.FilePresentIcon=gw,o.FileUpload=nU,o.FileUploadIcon=Iw,o.Filter1Icon=pw,o.Filter2Icon=ww,o.Filter3Icon=kw,o.Filter4Icon=mw,o.Filter5Icon=vw,o.Filter6Icon=Kw,o.Filter7Icon=Cw,o.Filter8Icon=Sw,o.Filter9Icon=Bw,o.Filter9PlusIcon=Ew,o.FilterAltIcon=Fw,o.FilterAltOffIcon=Pw,o.FilterBAndWIcon=Dw,o.FilterCenterFocusIcon=Nw,o.FilterDramaIcon=Tw,o.FilterFramesIcon=Mw,o.FilterHdrIcon=Ow,o.FilterIcon=bw,o.FilterListIcon=gc,o.FilterListOffIcon=Ic,o.FilterNoneIcon=Lw,o.FilterTiltShiftIcon=Qw,o.FilterVintageIcon=Vw,o.FindInPageIcon=Ww,o.FindReplaceIcon=Gw,o.FingerprintIcon=zw,o.FireCMS=RH,o.FireCMSAppBar=oa,o.FireCMSContextInstance=Dr,o.FireCMSLogo=na,o.FireExtinguisherIcon=Hw,o.FireHydrantAltIcon=Uw,o.FireTruckIcon=Yw,o.FireplaceIcon=jw,o.FirstPageIcon=$w,o.FitScreenIcon=qw,o.FitbitIcon=Jw,o.FitnessCenterIcon=Zw,o.FlagCircleIcon=Xw,o.FlagIcon=bc,o.FlakyIcon=xw,o.FlareIcon=Rw,o.FlashAutoIcon=ek,o.FlashOffIcon=nk,o.FlashOnIcon=ok,o.FlashlightOffIcon=rk,o.FlashlightOnIcon=tk,o.FlatwareIcon=ck,o.FlightClassIcon=ak,o.FlightIcon=ik,o.FlightLandIcon=lk,o.FlightTakeoffIcon=sk,o.FlipCameraAndroidIcon=uk,o.FlipCameraIosIcon=fk,o.FlipIcon=dk,o.FlipToBackIcon=Ak,o.FlipToFrontIcon=yk,o.FloodIcon=_k,o.FluorescentIcon=hk,o.FlutterDashIcon=gk,o.FmdBadIcon=Ik,o.FmdGoodIcon=bk,o.FolderCopyIcon=wk,o.FolderDeleteIcon=kk,o.FolderIcon=pk,o.FolderOffIcon=mk,o.FolderOpenIcon=vk,o.FolderSharedIcon=Kk,o.FolderSpecialIcon=Ck,o.FolderZipIcon=Sk,o.FollowTheSignsIcon=Bk,o.FontDownloadIcon=Ek,o.FontDownloadOffIcon=Fk,o.FoodBankIcon=Pk,o.ForestIcon=Dk,o.ForkLeftIcon=Nk,o.ForkRightIcon=Tk,o.FormatAlignCenterIcon=Mk,o.FormatAlignJustifyIcon=Ok,o.FormatAlignLeftIcon=Lk,o.FormatAlignRightIcon=Qk,o.FormatBoldIcon=Vk,o.FormatClearIcon=Wk,o.FormatColorFillIcon=Gk,o.FormatColorResetIcon=zk,o.FormatColorTextIcon=Hk,o.FormatIndentDecreaseIcon=Uk,o.FormatIndentIncreaseIcon=Yk,o.FormatItalicIcon=jk,o.FormatLineSpacingIcon=$k,o.FormatListBulletedIcon=qk,o.FormatListNumberedIcon=vr,o.FormatListNumberedRtlIcon=Jk,o.FormatOverlineIcon=Zk,o.FormatPaintIcon=Xk,o.FormatQuoteIcon=pc,o.FormatShapesIcon=xk,o.FormatSizeIcon=Rk,o.FormatStrikethroughIcon=em,o.FormatTextdirectionLToRIcon=nm,o.FormatTextdirectionRToLIcon=om,o.FormatUnderlinedIcon=rm,o.FormikArrayContainer=qo,o.FortIcon=tm,o.ForumIcon=cm,o.Forward10Icon=am,o.Forward30Icon=lm,o.Forward5Icon=sm,o.ForwardIcon=im,o.ForwardToInboxIcon=dm,o.FoundationIcon=um,o.FreeBreakfastIcon=fm,o.FreeCancellationIcon=Am,o.FrontHandIcon=ym,o.FullscreenExitIcon=hm,o.FullscreenIcon=_m,o.FunctionsIcon=wc,o.GMobiledataIcon=gm,o.GTranslateIcon=Im,o.GamepadIcon=bm,o.GamesIcon=pm,o.GarageIcon=wm,o.GasMeterIcon=km,o.GavelIcon=mm,o.GeneratingTokensIcon=vm,o.GeoPoint=Eo,o.GestureIcon=Km,o.GetAppIcon=Cm,o.GifBoxIcon=Bm,o.GifIcon=Sm,o.GirlIcon=Em,o.GitHubIcon=Al,o.GiteIcon=Fm,o.GolfCourseIcon=Pm,o.GppBadIcon=Dm,o.GppGoodIcon=Nm,o.GppMaybeIcon=Tm,o.GpsFixedIcon=Mm,o.GpsNotFixedIcon=Om,o.GpsOffIcon=Lm,o.GradeIcon=Qm,o.GradientIcon=Vm,o.GradingIcon=Wm,o.GrainIcon=Gm,o.GraphicEqIcon=zm,o.GrassIcon=Hm,o.Grid3x3Icon=Um,o.Grid4x4Icon=Ym,o.GridGoldenratioIcon=jm,o.GridOffIcon=$m,o.GridOnIcon=qm,o.GridViewIcon=Jm,o.GroupAddIcon=Xm,o.GroupIcon=Zm,o.GroupOffIcon=xm,o.GroupRemoveIcon=Rm,o.GroupWorkIcon=ev,o.Groups2Icon=ov,o.Groups3Icon=rv,o.GroupsIcon=nv,o.HMobiledataIcon=tv,o.HPlusMobiledataIcon=cv,o.HailIcon=iv,o.HandshakeIcon=av,o.HandymanIcon=lv,o.HardwareIcon=sv,o.HdIcon=dv,o.HdrAutoIcon=uv,o.HdrAutoSelectIcon=fv,o.HdrEnhancedSelectIcon=Av,o.HdrOffIcon=yv,o.HdrOffSelectIcon=_v,o.HdrOnIcon=hv,o.HdrOnSelectIcon=gv,o.HdrPlusIcon=Iv,o.HdrStrongIcon=bv,o.HdrWeakIcon=pv,o.HeadphonesBatteryIcon=kv,o.HeadphonesIcon=wv,o.HeadsetIcon=mv,o.HeadsetMicIcon=vv,o.HeadsetOffIcon=Kv,o.HealingIcon=Cv,o.HealthAndSafetyIcon=Sv,o.HearingDisabledIcon=Ev,o.HearingIcon=Bv,o.HeartBrokenIcon=Fv,o.HeatPumpIcon=Pv,o.HeightIcon=Dv,o.HelpCenterIcon=Tv,o.HelpIcon=Nv,o.HelpOutlineIcon=Mv,o.HevcIcon=Ov,o.HexagonIcon=Lv,o.HideImageIcon=Qv,o.HideSourceIcon=Vv,o.HighQualityIcon=Wv,o.HighlightAltIcon=zv,o.HighlightIcon=Gv,o.HighlightOffIcon=Hv,o.HikingIcon=Uv,o.HistoryEduIcon=jv,o.HistoryIcon=Yv,o.HistoryToggleOffIcon=$v,o.HiveIcon=qv,o.HlsIcon=Jv,o.HlsOffIcon=Zv,o.HolidayVillageIcon=Xv,o.HomeIcon=xv,o.HomeMaxIcon=Rv,o.HomeMiniIcon=e0,o.HomeRepairServiceIcon=n0,o.HomeWorkIcon=o0,o.HorizontalDistributeIcon=r0,o.HorizontalRuleIcon=t0,o.HorizontalSplitIcon=c0,o.HotTubIcon=i0,o.HotelClassIcon=l0,o.HotelIcon=a0,o.HourglassBottomIcon=s0,o.HourglassDisabledIcon=d0,o.HourglassEmptyIcon=u0,o.HourglassFullIcon=f0,o.HourglassTopIcon=A0,o.HouseIcon=y0,o.HouseSidingIcon=_0,o.HouseboatIcon=h0,o.HowToRegIcon=g0,o.HowToVoteIcon=I0,o.HtmlIcon=b0,o.HttpIcon=kc,o.HttpsIcon=p0,o.HubIcon=w0,o.HvacIcon=k0,o.IceSkatingIcon=m0,o.IcecreamIcon=v0,o.Icon=r,o.IconButton=Z,o.ImageAspectRatioIcon=C0,o.ImageIcon=K0,o.ImageNotSupportedIcon=S0,o.ImagePreview=ti,o.ImageSearchIcon=B0,o.ImagesearchRollerIcon=E0,o.ImportContactsIcon=F0,o.ImportExportIcon=P0,o.ImportantDevicesIcon=D0,o.InboxIcon=N0,o.IncompleteCircleIcon=T0,o.IndeterminateCheckBoxIcon=M0,o.InfoIcon=mc,o.InfoLabel=rU,o.InputIcon=O0,o.InputLabel=Ht,o.InsertChartIcon=L0,o.InsertChartOutlinedIcon=Q0,o.InsertCommentIcon=V0,o.InsertDriveFileIcon=W0,o.InsertEmoticonIcon=G0,o.InsertInvitationIcon=z0,o.InsertLinkIcon=H0,o.InsertPageBreakIcon=U0,o.InsertPhotoIcon=Y0,o.InsightsIcon=j0,o.InstallDesktopIcon=$0,o.InstallMobileIcon=q0,o.IntegrationInstructionsIcon=J0,o.InterestsIcon=Z0,o.InterpreterModeIcon=X0,o.Inventory2Icon=R0,o.InventoryIcon=x0,o.InvertColorsIcon=eK,o.InvertColorsOffIcon=nK,o.IosShareIcon=oK,o.IronIcon=rK,o.IsoIcon=tK,o.JavascriptIcon=cK,o.JoinFullIcon=iK,o.JoinInnerIcon=aK,o.JoinLeftIcon=lK,o.JoinRightIcon=sK,o.KayakingIcon=dK,o.KebabDiningIcon=uK,o.KeyIcon=fK,o.KeyOffIcon=AK,o.KeyValueFieldBinding=ua,o.KeyValuePreview=xr,o.KeyboardAltIcon=_K,o.KeyboardArrowDownIcon=hK,o.KeyboardArrowLeftIcon=gK,o.KeyboardArrowRightIcon=IK,o.KeyboardArrowUpIcon=bK,o.KeyboardBackspaceIcon=pK,o.KeyboardCapslockIcon=wK,o.KeyboardCommandKeyIcon=kK,o.KeyboardControlKeyIcon=mK,o.KeyboardDoubleArrowDownIcon=vK,o.KeyboardDoubleArrowLeftIcon=KK,o.KeyboardDoubleArrowRightIcon=CK,o.KeyboardDoubleArrowUpIcon=SK,o.KeyboardHideIcon=BK,o.KeyboardIcon=yK,o.KeyboardOptionKeyIcon=EK,o.KeyboardReturnIcon=FK,o.KeyboardTabIcon=Co,o.KeyboardVoiceIcon=PK,o.KingBedIcon=DK,o.KitchenIcon=NK,o.KitesurfingIcon=TK,o.LabelIcon=MK,o.LabelImportantIcon=OK,o.LabelOffIcon=LK,o.LabelWithIcon=Se,o.LanIcon=QK,o.LandscapeIcon=VK,o.LandslideIcon=WK,o.LanguageIcon=GK,o.LaptopChromebookIcon=HK,o.LaptopIcon=zK,o.LaptopMacIcon=UK,o.LaptopWindowsIcon=YK,o.LastPageIcon=jK,o.LaunchIcon=$K,o.LayersClearIcon=JK,o.LayersIcon=qK,o.LeaderboardIcon=ZK,o.LeakAddIcon=XK,o.LeakRemoveIcon=xK,o.LegendToggleIcon=RK,o.LensBlurIcon=nC,o.LensIcon=eC,o.LibraryAddCheckIcon=rC,o.LibraryAddIcon=oC,o.LibraryBooksIcon=tC,o.LibraryMusicIcon=cC,o.LightIcon=iC,o.LightModeIcon=vc,o.LightbulbCircleIcon=lC,o.LightbulbIcon=aC,o.LineAxisIcon=sC,o.LineStyleIcon=dC,o.LineWeightIcon=uC,o.LinearScaleIcon=fC,o.LinkIcon=Kc,o.LinkOffIcon=AC,o.LinkedCameraIcon=yC,o.LiquorIcon=_C,o.ListAltIcon=Sc,o.ListIcon=Cc,o.LiveHelpIcon=hC,o.LiveTvIcon=gC,o.LivingIcon=IC,o.LoadingButton=Na,o.LocalActivityIcon=bC,o.LocalAirportIcon=pC,o.LocalAtmIcon=wC,o.LocalBarIcon=kC,o.LocalCafeIcon=mC,o.LocalCarWashIcon=vC,o.LocalConvenienceStoreIcon=KC,o.LocalDiningIcon=CC,o.LocalDrinkIcon=SC,o.LocalFireDepartmentIcon=BC,o.LocalFloristIcon=EC,o.LocalGasStationIcon=FC,o.LocalGroceryStoreIcon=PC,o.LocalHospitalIcon=DC,o.LocalHotelIcon=NC,o.LocalLaundryServiceIcon=TC,o.LocalLibraryIcon=MC,o.LocalMallIcon=OC,o.LocalMoviesIcon=LC,o.LocalOfferIcon=QC,o.LocalParkingIcon=VC,o.LocalPharmacyIcon=WC,o.LocalPhoneIcon=GC,o.LocalPizzaIcon=zC,o.LocalPlayIcon=HC,o.LocalPoliceIcon=UC,o.LocalPostOfficeIcon=YC,o.LocalPrintshopIcon=jC,o.LocalSeeIcon=$C,o.LocalShippingIcon=qC,o.LocalTaxiIcon=JC,o.LocationCityIcon=ZC,o.LocationDisabledIcon=XC,o.LocationOffIcon=xC,o.LocationOnIcon=RC,o.LocationSearchingIcon=eS,o.LockClockIcon=oS,o.LockIcon=nS,o.LockOpenIcon=rS,o.LockPersonIcon=tS,o.LockResetIcon=cS,o.LoginIcon=iS,o.LogoDevIcon=aS,o.LogoutIcon=Bc,o.Looks3Icon=sS,o.Looks4Icon=dS,o.Looks5Icon=uS,o.Looks6Icon=fS,o.LooksIcon=lS,o.LooksOneIcon=AS,o.LooksTwoIcon=yS,o.LoopIcon=_S,o.LoupeIcon=hS,o.LowPriorityIcon=gS,o.LoyaltyIcon=IS,o.LteMobiledataIcon=bS,o.LtePlusMobiledataIcon=pS,o.LuggageIcon=wS,o.LunchDiningIcon=kS,o.LyricsIcon=mS,o.MacroOffIcon=vS,o.MailIcon=KS,o.MailLockIcon=CS,o.MailOutlineIcon=SS,o.MaleIcon=BS,o.Man2Icon=FS,o.Man3Icon=PS,o.Man4Icon=DS,o.ManIcon=ES,o.ManageAccountsIcon=NS,o.ManageHistoryIcon=TS,o.ManageSearchIcon=MS,o.MapFieldBinding=da,o.MapIcon=OS,o.MapPropertyPreview=Ai,o.MapsHomeWorkIcon=LS,o.MapsUgcIcon=QS,o.MarginIcon=VS,o.MarkAsUnreadIcon=WS,o.MarkChatReadIcon=GS,o.MarkChatUnreadIcon=zS,o.MarkEmailReadIcon=HS,o.MarkEmailUnreadIcon=US,o.MarkUnreadChatAltIcon=YS,o.Markdown=yo,o.MarkdownFieldBinding=ya,o.MarkunreadIcon=jS,o.MarkunreadMailboxIcon=$S,o.MasksIcon=qS,o.MaximizeIcon=JS,o.MediaBluetoothOffIcon=ZS,o.MediaBluetoothOnIcon=XS,o.MediationIcon=xS,o.MedicalInformationIcon=RS,o.MedicalServicesIcon=eB,o.MedicationIcon=nB,o.MedicationLiquidIcon=oB,o.MeetingRoomIcon=rB,o.MemoryIcon=tB,o.Menu=$n,o.MenuBookIcon=cB,o.MenuIcon=Kr,o.MenuItem=Ee,o.MenuOpenIcon=iB,o.MergeIcon=aB,o.MergeTypeIcon=lB,o.MessageIcon=sB,o.MicExternalOffIcon=uB,o.MicExternalOnIcon=fB,o.MicIcon=dB,o.MicNoneIcon=AB,o.MicOffIcon=yB,o.MicrowaveIcon=_B,o.MilitaryTechIcon=hB,o.MinimizeIcon=gB,o.MinorCrashIcon=IB,o.MiscellaneousServicesIcon=bB,o.MissedVideoCallIcon=pB,o.MmsIcon=wB,o.MobileFriendlyIcon=kB,o.MobileOffIcon=mB,o.MobileScreenShareIcon=vB,o.MobiledataOffIcon=KB,o.ModeCommentIcon=SB,o.ModeControllerContext=zo,o.ModeControllerProvider=TH,o.ModeEditIcon=BB,o.ModeEditOutlineIcon=EB,o.ModeFanOffIcon=FB,o.ModeIcon=CB,o.ModeNightIcon=PB,o.ModeOfTravelIcon=DB,o.ModeStandbyIcon=NB,o.ModelTrainingIcon=TB,o.MonetizationOnIcon=MB,o.MoneyIcon=OB,o.MoneyOffCsredIcon=QB,o.MoneyOffIcon=LB,o.MonitorHeartIcon=WB,o.MonitorIcon=VB,o.MonitorWeightIcon=GB,o.MonochromePhotosIcon=zB,o.MoodBadIcon=UB,o.MoodIcon=HB,o.MopedIcon=YB,o.MoreHorizIcon=$B,o.MoreIcon=jB,o.MoreTimeIcon=qB,o.MoreVertIcon=Cr,o.MosqueIcon=JB,o.MotionPhotosAutoIcon=ZB,o.MotionPhotosOffIcon=XB,o.MotionPhotosOnIcon=xB,o.MotionPhotosPauseIcon=RB,o.MotionPhotosPausedIcon=eE,o.MouseIcon=nE,o.MoveDownIcon=oE,o.MoveToInboxIcon=rE,o.MoveUpIcon=tE,o.MovieCreationIcon=iE,o.MovieFilterIcon=aE,o.MovieIcon=cE,o.MovingIcon=lE,o.MpIcon=sE,o.MultiSelect=kt,o.MultiSelectBinding=vt,o.MultiSelectContext=wt,o.MultiSelectItem=mt,o.MultilineChartIcon=dE,o.MultipleStopIcon=uE,o.MuseumIcon=fE,o.MusicNoteIcon=AE,o.MusicOffIcon=yE,o.MusicVideoIcon=_E,o.MyLocationIcon=hE,o.NatIcon=gE,o.NatureIcon=IE,o.NaturePeopleIcon=bE,o.NavigateBeforeIcon=pE,o.NavigateNextIcon=wE,o.NavigationCollectionCard=xi,o.NavigationGroup=ht,o.NavigationIcon=kE,o.NavigationRoutes=c3,o.NearMeDisabledIcon=vE,o.NearMeIcon=mE,o.NearbyErrorIcon=KE,o.NearbyOffIcon=CE,o.NestCamWiredStandIcon=SE,o.NetworkCellIcon=BE,o.NetworkCheckIcon=EE,o.NetworkLockedIcon=FE,o.NetworkPingIcon=PE,o.NetworkWifi1BarIcon=NE,o.NetworkWifi2BarIcon=TE,o.NetworkWifi3BarIcon=ME,o.NetworkWifiIcon=DE,o.NewLabelIcon=OE,o.NewReleasesIcon=LE,o.NewspaperIcon=QE,o.NextPlanIcon=VE,o.NextWeekIcon=WE,o.NfcIcon=GE,o.NightShelterIcon=zE,o.NightlifeIcon=HE,o.NightlightIcon=UE,o.NightlightRoundIcon=YE,o.NightsStayIcon=jE,o.NoAccountsIcon=$E,o.NoAdultContentIcon=qE,o.NoBackpackIcon=JE,o.NoCellIcon=ZE,o.NoCrashIcon=XE,o.NoDrinksIcon=xE,o.NoEncryptionGmailerrorredIcon=eF,o.NoEncryptionIcon=RE,o.NoFlashIcon=nF,o.NoFoodIcon=oF,o.NoLuggageIcon=rF,o.NoMealsIcon=tF,o.NoMeetingRoomIcon=cF,o.NoPhotographyIcon=iF,o.NoSimIcon=aF,o.NoStrollerIcon=lF,o.NoTransferIcon=sF,o.NoiseAwareIcon=dF,o.NoiseControlOffIcon=uF,o.NordicWalkingIcon=fF,o.NorthEastIcon=yF,o.NorthIcon=AF,o.NorthWestIcon=_F,o.NotAccessibleIcon=hF,o.NotFoundPage=ea,o.NotInterestedIcon=gF,o.NotListedLocationIcon=IF,o.NotStartedIcon=bF,o.NoteAddIcon=wF,o.NoteAltIcon=kF,o.NoteIcon=pF,o.NotesIcon=mF,o.NotificationAddIcon=vF,o.NotificationImportantIcon=KF,o.NotificationsActiveIcon=SF,o.NotificationsIcon=CF,o.NotificationsNoneIcon=BF,o.NotificationsOffIcon=EF,o.NotificationsPausedIcon=FF,o.NumberPropertyPreview=hi,o.NumbersIcon=Ec,o.OfflineBoltIcon=PF,o.OfflinePinIcon=DF,o.OfflineShareIcon=NF,o.OilBarrelIcon=TF,o.OnDeviceTrainingIcon=MF,o.OndemandVideoIcon=OF,o.OnlinePredictionIcon=LF,o.OpacityIcon=QF,o.OpenInBrowserIcon=VF,o.OpenInFullIcon=WF,o.OpenInNewIcon=eo,o.OpenInNewOffIcon=GF,o.OpenWithIcon=zF,o.OtherHousesIcon=HF,o.OutboundIcon=UF,o.OutboxIcon=YF,o.OutdoorGrillIcon=jF,o.OutletIcon=$F,o.OutlinedFlagIcon=qF,o.OutputIcon=JF,o.PaddingIcon=ZF,o.PagesIcon=XF,o.PageviewIcon=xF,o.PaidIcon=RF,o.PaletteIcon=eP,o.PanToolAltIcon=oP,o.PanToolIcon=nP,o.PanoramaFishEyeIcon=tP,o.PanoramaHorizontalIcon=cP,o.PanoramaHorizontalSelectIcon=iP,o.PanoramaIcon=rP,o.PanoramaPhotosphereIcon=aP,o.PanoramaPhotosphereSelectIcon=lP,o.PanoramaVerticalIcon=sP,o.PanoramaVerticalSelectIcon=dP,o.PanoramaWideAngleIcon=uP,o.PanoramaWideAngleSelectIcon=fP,o.Paper=cU,o.ParaglidingIcon=AP,o.ParkIcon=yP,o.PartyModeIcon=_P,o.PasswordIcon=hP,o.PatternIcon=gP,o.PauseCircleFilledIcon=pP,o.PauseCircleIcon=bP,o.PauseCircleOutlineIcon=wP,o.PauseIcon=IP,o.PausePresentationIcon=kP,o.PaymentIcon=mP,o.PaymentsIcon=vP,o.PedalBikeIcon=KP,o.PendingActionsIcon=SP,o.PendingIcon=CP,o.PentagonIcon=BP,o.PeopleAltIcon=FP,o.PeopleIcon=EP,o.PeopleOutlineIcon=PP,o.PercentIcon=DP,o.PermCameraMicIcon=NP,o.PermContactCalendarIcon=TP,o.PermDataSettingIcon=MP,o.PermDeviceInformationIcon=OP,o.PermIdentityIcon=LP,o.PermMediaIcon=QP,o.PermPhoneMsgIcon=VP,o.PermScanWifiIcon=WP,o.Person2Icon=zP,o.Person3Icon=HP,o.Person4Icon=UP,o.PersonAddAlt1Icon=$P,o.PersonAddAltIcon=jP,o.PersonAddDisabledIcon=qP,o.PersonAddIcon=YP,o.PersonIcon=GP,o.PersonOffIcon=JP,o.PersonOutlineIcon=ZP,o.PersonPinCircleIcon=xP,o.PersonPinIcon=XP,o.PersonRemoveAlt1Icon=e1,o.PersonRemoveIcon=RP,o.PersonSearchIcon=n1,o.PersonalInjuryIcon=o1,o.PersonalVideoIcon=r1,o.PestControlIcon=t1,o.PestControlRodentIcon=c1,o.PetsIcon=i1,o.PhishingIcon=a1,o.PhoneAndroidIcon=s1,o.PhoneBluetoothSpeakerIcon=d1,o.PhoneCallbackIcon=u1,o.PhoneDisabledIcon=f1,o.PhoneEnabledIcon=A1,o.PhoneForwardedIcon=y1,o.PhoneIcon=l1,o.PhoneIphoneIcon=_1,o.PhoneLockedIcon=h1,o.PhoneMissedIcon=g1,o.PhonePausedIcon=I1,o.PhonelinkEraseIcon=p1,o.PhonelinkIcon=b1,o.PhonelinkLockIcon=w1,o.PhonelinkOffIcon=k1,o.PhonelinkRingIcon=m1,o.PhonelinkSetupIcon=v1,o.PhotoAlbumIcon=C1,o.PhotoCameraBackIcon=B1,o.PhotoCameraFrontIcon=E1,o.PhotoCameraIcon=S1,o.PhotoFilterIcon=F1,o.PhotoIcon=K1,o.PhotoLibraryIcon=P1,o.PhotoSizeSelectActualIcon=D1,o.PhotoSizeSelectLargeIcon=N1,o.PhotoSizeSelectSmallIcon=T1,o.PhpIcon=M1,o.PianoIcon=O1,o.PianoOffIcon=L1,o.PictureAsPdfIcon=Q1,o.PictureInPictureAltIcon=W1,o.PictureInPictureIcon=V1,o.PieChartIcon=G1,o.PieChartOutlineIcon=z1,o.PinDropIcon=U1,o.PinEndIcon=Y1,o.PinIcon=H1,o.PinInvokeIcon=j1,o.PinchIcon=$1,o.PivotTableChartIcon=q1,o.PixIcon=J1,o.PlaceIcon=Z1,o.PlagiarismIcon=X1,o.PlayArrowIcon=x1,o.PlayCircleFilledIcon=eD,o.PlayCircleIcon=R1,o.PlayCircleOutlineIcon=nD,o.PlayDisabledIcon=oD,o.PlayForWorkIcon=rD,o.PlayLessonIcon=tD,o.PlaylistAddCheckCircleIcon=aD,o.PlaylistAddCheckIcon=iD,o.PlaylistAddCircleIcon=lD,o.PlaylistAddIcon=cD,o.PlaylistPlayIcon=sD,o.PlaylistRemoveIcon=dD,o.PlumbingIcon=uD,o.PlusOneIcon=fD,o.PodcastsIcon=AD,o.PointOfSaleIcon=yD,o.PolicyIcon=_D,o.PollIcon=hD,o.PolylineIcon=gD,o.PolymerIcon=ID,o.PoolIcon=bD,o.Popover=cr,o.PortableWifiOffIcon=pD,o.PortraitIcon=wD,o.PostAddIcon=kD,o.PowerIcon=mD,o.PowerInputIcon=vD,o.PowerOffIcon=KD,o.PowerSettingsNewIcon=CD,o.PrecisionManufacturingIcon=SD,o.PregnantWomanIcon=BD,o.PresentToAllIcon=ED,o.PreviewIcon=FD,o.PriceChangeIcon=PD,o.PriceCheckIcon=DD,o.PrintDisabledIcon=TD,o.PrintIcon=ND,o.PriorityHighIcon=MD,o.PrivacyTipIcon=OD,o.PrivateConnectivityIcon=LD,o.ProductionQuantityLimitsIcon=QD,o.PropaneIcon=VD,o.PropaneTankIcon=WD,o.PropertyFieldBinding=Cn,o.PropertyPreview=Ce,o.PsychologyAltIcon=zD,o.PsychologyIcon=GD,o.PublicIcon=HD,o.PublicOffIcon=UD,o.PublishIcon=YD,o.PublishedWithChangesIcon=jD,o.PunchClockIcon=$D,o.PushPinIcon=qD,o.QrCode2Icon=ZD,o.QrCodeIcon=JD,o.QrCodeScannerIcon=XD,o.QueryBuilderIcon=xD,o.QueryStatsIcon=RD,o.QuestionAnswerIcon=eN,o.QuestionMarkIcon=nN,o.QueueIcon=oN,o.QueueMusicIcon=rN,o.QueuePlayNextIcon=tN,o.QuickreplyIcon=cN,o.QuizIcon=iN,o.RMobiledataIcon=aN,o.RadarIcon=lN,o.RadioButtonCheckedIcon=dN,o.RadioButtonUncheckedIcon=uN,o.RadioIcon=sN,o.RailwayAlertIcon=fN,o.RamenDiningIcon=AN,o.RampLeftIcon=yN,o.RampRightIcon=_N,o.RateReviewIcon=hN,o.RawOffIcon=gN,o.RawOnIcon=IN,o.ReadMoreIcon=bN,o.ReadOnlyFieldBinding=Ct,o.RealEstateAgentIcon=pN,o.ReceiptIcon=wN,o.ReceiptLongIcon=kN,o.RecentActorsIcon=mN,o.RecommendIcon=vN,o.RecordVoiceOverIcon=KN,o.RectangleIcon=CN,o.RecyclingIcon=SN,o.RedeemIcon=BN,o.RedoIcon=EN,o.ReduceCapacityIcon=FN,o.ReferenceFieldBinding=sa,o.ReferencePreview=rn,o.ReferencePreviewContainer=Vo,o.ReferenceSelectionInner=Xi,o.RefreshIcon=PN,o.RememberMeIcon=DN,o.RemoveCircleIcon=Fc,o.RemoveCircleOutlineIcon=NN,o.RemoveDoneIcon=TN,o.RemoveFromQueueIcon=MN,o.RemoveIcon=no,o.RemoveModeratorIcon=ON,o.RemoveRedEyeIcon=LN,o.RemoveRoadIcon=QN,o.RemoveShoppingCartIcon=VN,o.ReorderIcon=WN,o.RepartitionIcon=GN,o.RepeatFieldBinding=fa,o.RepeatIcon=Sr,o.RepeatOnIcon=zN,o.RepeatOneIcon=HN,o.RepeatOneOnIcon=UN,o.Replay10Icon=jN,o.Replay30Icon=$N,o.Replay5Icon=qN,o.ReplayCircleFilledIcon=JN,o.ReplayIcon=YN,o.ReplyAllIcon=XN,o.ReplyIcon=ZN,o.ReportGmailerrorredIcon=RN,o.ReportIcon=xN,o.ReportOffIcon=eT,o.ReportProblemIcon=nT,o.RequestPageIcon=oT,o.RequestQuoteIcon=rT,o.ResetTvIcon=tT,o.RestartAltIcon=cT,o.RestaurantIcon=iT,o.RestaurantMenuIcon=aT,o.RestoreFromTrashIcon=sT,o.RestoreIcon=lT,o.RestorePageIcon=dT,o.ReviewsIcon=uT,o.RiceBowlIcon=fT,o.RingVolumeIcon=AT,o.RocketIcon=yT,o.RocketLaunchIcon=_T,o.RollerShadesClosedIcon=gT,o.RollerShadesIcon=hT,o.RollerSkatingIcon=IT,o.RoofingIcon=bT,o.RoomIcon=pT,o.RoomPreferencesIcon=wT,o.RoomServiceIcon=kT,o.Rotate90DegreesCcwIcon=mT,o.Rotate90DegreesCwIcon=vT,o.RotateLeftIcon=KT,o.RotateRightIcon=CT,o.RoundaboutLeftIcon=ST,o.RoundaboutRightIcon=BT,o.RoundedCornerIcon=ET,o.RouteIcon=FT,o.RouteWrapper=$o,o.RouterIcon=PT,o.RowingIcon=DT,o.RssFeedIcon=NT,o.RsvpIcon=TT,o.RttIcon=MT,o.RuleFolderIcon=LT,o.RuleIcon=OT,o.RunCircleIcon=QT,o.RunningWithErrorsIcon=VT,o.RvHookupIcon=WT,o.SafetyCheckIcon=GT,o.SafetyDividerIcon=zT,o.SailingIcon=HT,o.SanitizerIcon=UT,o.SatelliteAltIcon=jT,o.SatelliteIcon=YT,o.SaveAltIcon=qT,o.SaveAsIcon=JT,o.SaveIcon=$T,o.SavedSearchIcon=ZT,o.SavingsIcon=XT,o.Scaffold=o3,o.ScaleIcon=xT,o.ScannerIcon=RT,o.ScatterPlotIcon=eM,o.ScheduleIcon=Pc,o.ScheduleSendIcon=nM,o.SchemaIcon=oM,o.SchoolIcon=rM,o.ScienceIcon=tM,o.ScoreIcon=cM,o.ScoreboardIcon=iM,o.ScreenLockLandscapeIcon=aM,o.ScreenLockPortraitIcon=lM,o.ScreenLockRotationIcon=sM,o.ScreenRotationAltIcon=uM,o.ScreenRotationIcon=dM,o.ScreenSearchDesktopIcon=fM,o.ScreenShareIcon=AM,o.ScreenshotIcon=yM,o.ScreenshotMonitorIcon=_M,o.ScubaDivingIcon=hM,o.SdCardAlertIcon=bM,o.SdCardIcon=IM,o.SdIcon=gM,o.SdStorageIcon=pM,o.SearchBar=Ut,o.SearchIcon=Ir,o.SearchOffIcon=wM,o.SecurityIcon=kM,o.SecurityUpdateGoodIcon=vM,o.SecurityUpdateIcon=mM,o.SecurityUpdateWarningIcon=KM,o.SegmentIcon=CM,o.Select=Xe,o.SelectAllIcon=SM,o.SelectFieldBinding=pt,o.SelectGroup=iU,o.SelectItem=xe,o.SelfImprovementIcon=BM,o.SellIcon=EM,o.SendAndArchiveIcon=PM,o.SendIcon=FM,o.SendTimeExtensionIcon=DM,o.SendToMobileIcon=NM,o.SensorDoorIcon=TM,o.SensorOccupiedIcon=MM,o.SensorWindowIcon=OM,o.SensorsIcon=LM,o.SensorsOffIcon=QM,o.SentimentDissatisfiedIcon=VM,o.SentimentNeutralIcon=WM,o.SentimentSatisfiedAltIcon=zM,o.SentimentSatisfiedIcon=GM,o.SentimentVeryDissatisfiedIcon=HM,o.SentimentVerySatisfiedIcon=UM,o.SetMealIcon=YM,o.SettingsAccessibilityIcon=$M,o.SettingsApplicationsIcon=qM,o.SettingsBackupRestoreIcon=JM,o.SettingsBluetoothIcon=ZM,o.SettingsBrightnessIcon=XM,o.SettingsCellIcon=xM,o.SettingsEthernetIcon=RM,o.SettingsIcon=jM,o.SettingsInputAntennaIcon=e2,o.SettingsInputComponentIcon=n2,o.SettingsInputCompositeIcon=o2,o.SettingsInputHdmiIcon=r2,o.SettingsInputSvideoIcon=t2,o.SettingsOverscanIcon=c2,o.SettingsPhoneIcon=i2,o.SettingsPowerIcon=a2,o.SettingsRemoteIcon=l2,o.SettingsSuggestIcon=s2,o.SettingsSystemDaydreamIcon=d2,o.SettingsVoiceIcon=u2,o.SevereColdIcon=f2,o.ShapeLineIcon=A2,o.ShareIcon=y2,o.ShareLocationIcon=_2,o.Sheet=Yt,o.ShieldIcon=h2,o.ShieldMoonIcon=g2,o.Shop2Icon=b2,o.ShopIcon=I2,o.ShopTwoIcon=p2,o.ShoppingBagIcon=w2,o.ShoppingBasketIcon=k2,o.ShoppingCartCheckoutIcon=v2,o.ShoppingCartIcon=m2,o.ShortTextIcon=Dc,o.ShortcutIcon=K2,o.ShowChartIcon=C2,o.ShowerIcon=S2,o.ShuffleIcon=B2,o.ShuffleOnIcon=E2,o.ShutterSpeedIcon=F2,o.SickIcon=P2,o.SideDialogs=WH,o.SignLanguageIcon=D2,o.SignalCellular0BarIcon=N2,o.SignalCellular4BarIcon=T2,o.SignalCellularAlt1BarIcon=O2,o.SignalCellularAlt2BarIcon=L2,o.SignalCellularAltIcon=M2,o.SignalCellularConnectedNoInternet0BarIcon=Q2,o.SignalCellularConnectedNoInternet4BarIcon=V2,o.SignalCellularNoSimIcon=W2,o.SignalCellularNodataIcon=G2,o.SignalCellularNullIcon=z2,o.SignalCellularOffIcon=H2,o.SignalWifi0BarIcon=U2,o.SignalWifi4BarIcon=Y2,o.SignalWifi4BarLockIcon=j2,o.SignalWifiBadIcon=$2,o.SignalWifiConnectedNoInternet4Icon=q2,o.SignalWifiOffIcon=J2,o.SignalWifiStatusbar4BarIcon=Z2,o.SignalWifiStatusbarConnectedNoInternet4Icon=X2,o.SignalWifiStatusbarNullIcon=x2,o.SignpostIcon=R2,o.SimCardAlertIcon=nO,o.SimCardDownloadIcon=oO,o.SimCardIcon=eO,o.SingleBedIcon=rO,o.SipIcon=tO,o.SkateboardingIcon=cO,o.Skeleton=Ve,o.SkeletonPropertyComponent=Gn,o.SkipNextIcon=iO,o.SkipPreviousIcon=aO,o.SleddingIcon=lO,o.SlideshowIcon=sO,o.SlowMotionVideoIcon=dO,o.SmartButtonIcon=uO,o.SmartDisplayIcon=fO,o.SmartScreenIcon=AO,o.SmartToyIcon=yO,o.SmartphoneIcon=_O,o.SmokeFreeIcon=hO,o.SmokingRoomsIcon=gO,o.SmsFailedIcon=bO,o.SmsIcon=IO,o.SnackbarProvider=hU,o.SnippetFolderIcon=pO,o.SnoozeIcon=wO,o.SnowboardingIcon=kO,o.SnowmobileIcon=mO,o.SnowshoeingIcon=vO,o.SoapIcon=KO,o.SocialDistanceIcon=CO,o.SolarPowerIcon=SO,o.SortByAlphaIcon=EO,o.SortIcon=BO,o.SosIcon=FO,o.SoupKitchenIcon=PO,o.SourceIcon=DO,o.SouthAmericaIcon=TO,o.SouthEastIcon=MO,o.SouthIcon=NO,o.SouthWestIcon=OO,o.SpaIcon=LO,o.SpaceBarIcon=QO,o.SpaceDashboardIcon=VO,o.SpatialAudioIcon=WO,o.SpatialAudioOffIcon=GO,o.SpatialTrackingIcon=zO,o.SpeakerGroupIcon=UO,o.SpeakerIcon=HO,o.SpeakerNotesIcon=YO,o.SpeakerNotesOffIcon=jO,o.SpeakerPhoneIcon=$O,o.SpeedIcon=qO,o.SpellcheckIcon=JO,o.Spinner=aU,o.SplitscreenIcon=ZO,o.SpokeIcon=XO,o.SportsBarIcon=RO,o.SportsBaseballIcon=eL,o.SportsBasketballIcon=nL,o.SportsCricketIcon=oL,o.SportsEsportsIcon=rL,o.SportsFootballIcon=tL,o.SportsGolfIcon=cL,o.SportsGymnasticsIcon=iL,o.SportsHandballIcon=aL,o.SportsHockeyIcon=lL,o.SportsIcon=xO,o.SportsKabaddiIcon=sL,o.SportsMartialArtsIcon=dL,o.SportsMmaIcon=uL,o.SportsMotorsportsIcon=fL,o.SportsRugbyIcon=AL,o.SportsScoreIcon=yL,o.SportsSoccerIcon=_L,o.SportsTennisIcon=hL,o.SportsVolleyballIcon=gL,o.SquareFootIcon=bL,o.SquareIcon=IL,o.SsidChartIcon=pL,o.StackedBarChartIcon=wL,o.StackedLineChartIcon=kL,o.StadiumIcon=mL,o.StairsIcon=vL,o.StarBorderIcon=Er,o.StarBorderPurple500Icon=KL,o.StarHalfIcon=CL,o.StarIcon=Br,o.StarOutlineIcon=SL,o.StarPurple500Icon=BL,o.StarRateIcon=EL,o.StarsIcon=FL,o.StartIcon=PL,o.StayCurrentLandscapeIcon=DL,o.StayCurrentPortraitIcon=NL,o.StayPrimaryLandscapeIcon=TL,o.StayPrimaryPortraitIcon=ML,o.StickyNote2Icon=OL,o.StopCircleIcon=QL,o.StopIcon=LL,o.StopScreenShareIcon=VL,o.StorageIcon=WL,o.StorageThumbnail=ci,o.StorageThumbnailInternal=ai,o.StorageUploadFieldBinding=Kt,o.StoreIcon=GL,o.StoreMallDirectoryIcon=zL,o.StorefrontIcon=HL,o.StormIcon=UL,o.StraightIcon=YL,o.StraightenIcon=jL,o.StreamIcon=$L,o.StreetviewIcon=qL,o.StrikethroughSIcon=JL,o.StringPropertyPreview=qr,o.StrollerIcon=ZL,o.StyleIcon=XL,o.SubdirectoryArrowLeftIcon=xL,o.SubdirectoryArrowRightIcon=RL,o.SubjectIcon=Nc,o.SubscriptIcon=e4,o.SubscriptionsIcon=n4,o.SubtitlesIcon=o4,o.SubtitlesOffIcon=r4,o.SubwayIcon=t4,o.SummarizeIcon=c4,o.SuperscriptIcon=i4,o.SupervisedUserCircleIcon=a4,o.SupervisorAccountIcon=l4,o.SupportAgentIcon=d4,o.SupportIcon=s4,o.SurfingIcon=u4,o.SurroundSoundIcon=f4,o.SwapCallsIcon=A4,o.SwapHorizIcon=y4,o.SwapHorizontalCircleIcon=_4,o.SwapVertIcon=h4,o.SwapVerticalCircleIcon=g4,o.SwipeDownAltIcon=p4,o.SwipeDownIcon=b4,o.SwipeIcon=I4,o.SwipeLeftAltIcon=k4,o.SwipeLeftIcon=w4,o.SwipeRightAltIcon=v4,o.SwipeRightIcon=m4,o.SwipeUpAltIcon=C4,o.SwipeUpIcon=K4,o.SwipeVerticalIcon=S4,o.SwitchAccessShortcutAddIcon=E4,o.SwitchAccessShortcutIcon=B4,o.SwitchAccountIcon=F4,o.SwitchCameraIcon=P4,o.SwitchControl=I3,o.SwitchFieldBinding=aa,o.SwitchLeftIcon=D4,o.SwitchRightIcon=N4,o.SwitchVideoIcon=T4,o.SynagogueIcon=M4,o.SyncAltIcon=L4,o.SyncDisabledIcon=Q4,o.SyncIcon=O4,o.SyncLockIcon=V4,o.SyncProblemIcon=W4,o.SystemSecurityUpdateGoodIcon=z4,o.SystemSecurityUpdateIcon=G4,o.SystemSecurityUpdateWarningIcon=H4,o.SystemUpdateAltIcon=Y4,o.SystemUpdateIcon=U4,o.Tab=tr,o.TabIcon=j4,o.TabUnselectedIcon=$4,o.Table=lU,o.TableBarIcon=q4,o.TableBody=sU,o.TableCell=fU,o.TableChartIcon=J4,o.TableHeader=dU,o.TableRestaurantIcon=Z4,o.TableRow=uU,o.TableRowsIcon=X4,o.TableViewIcon=x4,o.TabletAndroidIcon=eQ,o.TabletIcon=R4,o.TabletMacIcon=nQ,o.Tabs=Ta,o.TagFacesIcon=rQ,o.TagIcon=oQ,o.TakeoutDiningIcon=tQ,o.TapAndPlayIcon=cQ,o.TapasIcon=iQ,o.TaskAltIcon=lQ,o.TaskIcon=aQ,o.TaxiAlertIcon=sQ,o.TempleBuddhistIcon=dQ,o.TempleHinduIcon=uQ,o.TerminalIcon=fQ,o.TerrainIcon=AQ,o.TextDecreaseIcon=yQ,o.TextField=tn,o.TextFieldBinding=Un,o.TextFieldsIcon=_Q,o.TextFormatIcon=hQ,o.TextIncreaseIcon=gQ,o.TextRotateUpIcon=IQ,o.TextRotateVerticalIcon=bQ,o.TextRotationAngledownIcon=pQ,o.TextRotationAngleupIcon=wQ,o.TextRotationDownIcon=kQ,o.TextRotationNoneIcon=mQ,o.TextSnippetIcon=vQ,o.TextareaAutosize=nt,o.TextsmsIcon=KQ,o.TextureIcon=CQ,o.TheaterComedyIcon=SQ,o.TheatersIcon=BQ,o.ThermostatAutoIcon=FQ,o.ThermostatIcon=EQ,o.ThumbDownAltIcon=DQ,o.ThumbDownIcon=PQ,o.ThumbDownOffAltIcon=NQ,o.ThumbUpAltIcon=MQ,o.ThumbUpIcon=TQ,o.ThumbUpOffAltIcon=OQ,o.ThumbsUpDownIcon=LQ,o.ThunderstormIcon=QQ,o.TimeToLeaveIcon=VQ,o.TimelapseIcon=WQ,o.TimelineIcon=GQ,o.Timer10Icon=HQ,o.Timer10SelectIcon=UQ,o.Timer3Icon=YQ,o.Timer3SelectIcon=jQ,o.TimerIcon=zQ,o.TimerOffIcon=$Q,o.TipsAndUpdatesIcon=qQ,o.TireRepairIcon=JQ,o.TitleIcon=ZQ,o.TocIcon=XQ,o.TodayIcon=xQ,o.ToggleOffIcon=RQ,o.ToggleOnIcon=eV,o.TokenIcon=nV,o.TollIcon=oV,o.TonalityIcon=rV,o.Tooltip=ye,o.TopicIcon=tV,o.TornadoIcon=cV,o.TouchAppIcon=iV,o.TourIcon=aV,o.ToysIcon=lV,o.TrackChangesIcon=sV,o.TrafficIcon=dV,o.TrainIcon=uV,o.TramIcon=fV,o.TranscribeIcon=AV,o.TransferWithinAStationIcon=yV,o.TransformIcon=_V,o.TransgenderIcon=hV,o.TransitEnterexitIcon=gV,o.TranslateIcon=IV,o.TravelExploreIcon=bV,o.TrendingDownIcon=pV,o.TrendingFlatIcon=wV,o.TrendingUpIcon=kV,o.TripOriginIcon=mV,o.TroubleshootIcon=vV,o.TryIcon=KV,o.TsunamiIcon=CV,o.TtyIcon=SV,o.TuneIcon=BV,o.TungstenIcon=EV,o.TurnLeftIcon=FV,o.TurnRightIcon=PV,o.TurnSharpLeftIcon=DV,o.TurnSharpRightIcon=NV,o.TurnSlightLeftIcon=TV,o.TurnSlightRightIcon=MV,o.TurnedInIcon=OV,o.TurnedInNotIcon=LV,o.TvIcon=QV,o.TvOffIcon=VV,o.TwoWheelerIcon=WV,o.TypeSpecimenIcon=GV,o.Typography=q,o.UTurnLeftIcon=zV,o.UTurnRightIcon=HV,o.UmbrellaIcon=UV,o.UnarchiveIcon=YV,o.UndoIcon=jV,o.UnfoldLessDoubleIcon=qV,o.UnfoldLessIcon=$V,o.UnfoldMoreDoubleIcon=ZV,o.UnfoldMoreIcon=JV,o.UnpublishedIcon=XV,o.UnsubscribeIcon=xV,o.UpcomingIcon=RV,o.UpdateDisabledIcon=nW,o.UpdateIcon=eW,o.UpgradeIcon=oW,o.UploadFileIcon=Tc,o.UploadIcon=rW,o.UrlComponentPreview=io,o.UsbIcon=tW,o.UsbOffIcon=cW,o.VaccinesIcon=iW,o.VapeFreeIcon=aW,o.VapingRoomsIcon=lW,o.VerifiedIcon=sW,o.VerifiedUserIcon=dW,o.VerticalAlignBottomIcon=uW,o.VerticalAlignCenterIcon=fW,o.VerticalAlignTopIcon=AW,o.VerticalDistributeIcon=yW,o.VerticalShadesClosedIcon=hW,o.VerticalShadesIcon=_W,o.VerticalSplitIcon=gW,o.VibrationIcon=IW,o.VideoCallIcon=bW,o.VideoCameraBackIcon=pW,o.VideoCameraFrontIcon=wW,o.VideoChatIcon=kW,o.VideoFileIcon=mW,o.VideoLabelIcon=vW,o.VideoLibraryIcon=KW,o.VideoSettingsIcon=CW,o.VideoStableIcon=SW,o.VideocamIcon=BW,o.VideocamOffIcon=EW,o.VideogameAssetIcon=FW,o.VideogameAssetOffIcon=PW,o.ViewAgendaIcon=DW,o.ViewArrayIcon=NW,o.ViewCarouselIcon=TW,o.ViewColumnIcon=MW,o.ViewComfyAltIcon=LW,o.ViewComfyIcon=OW,o.ViewCompactAltIcon=VW,o.ViewCompactIcon=QW,o.ViewCozyIcon=WW,o.ViewDayIcon=GW,o.ViewHeadlineIcon=zW,o.ViewInArIcon=HW,o.ViewKanbanIcon=UW,o.ViewListIcon=YW,o.ViewModuleIcon=jW,o.ViewQuiltIcon=$W,o.ViewSidebarIcon=qW,o.ViewStreamIcon=Mc,o.ViewTimelineIcon=JW,o.ViewWeekIcon=ZW,o.VignetteIcon=XW,o.VillaIcon=xW,o.VirtualTable=Ei,o.VisibilityIcon=RW,o.VisibilityOffIcon=e5,o.VoiceChatIcon=n5,o.VoiceOverOffIcon=o5,o.VoicemailIcon=r5,o.VolcanoIcon=t5,o.VolumeDownIcon=c5,o.VolumeMuteIcon=i5,o.VolumeOffIcon=a5,o.VolumeUpIcon=l5,o.VolunteerActivismIcon=s5,o.VpnKeyIcon=d5,o.VpnKeyOffIcon=u5,o.VpnLockIcon=f5,o.VrpanoIcon=A5,o.WalletIcon=y5,o.WallpaperIcon=_5,o.WarehouseIcon=h5,o.WarningAmberIcon=I5,o.WarningIcon=g5,o.WashIcon=b5,o.WatchIcon=p5,o.WatchLaterIcon=w5,o.WatchOffIcon=k5,o.WaterDamageIcon=v5,o.WaterDropIcon=K5,o.WaterIcon=m5,o.WaterfallChartIcon=C5,o.WavesIcon=S5,o.WavingHandIcon=B5,o.WbAutoIcon=E5,o.WbCloudyIcon=F5,o.WbIncandescentIcon=P5,o.WbIridescentIcon=D5,o.WbShadeIcon=N5,o.WbSunnyIcon=T5,o.WbTwilightIcon=M5,o.WcIcon=O5,o.WebAssetIcon=Q5,o.WebAssetOffIcon=V5,o.WebIcon=L5,o.WebStoriesIcon=W5,o.WebhookIcon=G5,o.WeekendIcon=z5,o.WestIcon=H5,o.WhatshotIcon=U5,o.WheelchairPickupIcon=Y5,o.WhereToVoteIcon=j5,o.WidgetsIcon=$5,o.WidthFullIcon=q5,o.WidthNormalIcon=J5,o.WidthWideIcon=Z5,o.Wifi1BarIcon=x5,o.Wifi2BarIcon=R5,o.WifiCalling3Icon=nG,o.WifiCallingIcon=eG,o.WifiChannelIcon=oG,o.WifiFindIcon=rG,o.WifiIcon=X5,o.WifiLockIcon=tG,o.WifiOffIcon=cG,o.WifiPasswordIcon=iG,o.WifiProtectedSetupIcon=aG,o.WifiTetheringErrorIcon=sG,o.WifiTetheringIcon=lG,o.WifiTetheringOffIcon=dG,o.WindPowerIcon=uG,o.WindowIcon=fG,o.WineBarIcon=AG,o.Woman2Icon=_G,o.WomanIcon=yG,o.WorkHistoryIcon=gG,o.WorkIcon=hG,o.WorkOffIcon=IG,o.WorkOutlineIcon=bG,o.WorkspacePremiumIcon=pG,o.WorkspacesIcon=wG,o.WrapTextIcon=kG,o.WrongLocationIcon=mG,o.WysiwygIcon=vG,o.YardIcon=KG,o.YoutubeSearchedForIcon=CG,o.ZoomInIcon=SG,o.ZoomInMapIcon=BG,o.ZoomOutIcon=EG,o.ZoomOutMapIcon=FG,o._10kIcon=hl,o._10mpIcon=gl,o._11mpIcon=Il,o._123Icon=yl,o._12mpIcon=bl,o._13mpIcon=pl,o._14mpIcon=wl,o._15mpIcon=kl,o._16mpIcon=ml,o._17mpIcon=vl,o._18UpRatingIcon=Kl,o._18mpIcon=Cl,o._19mpIcon=Sl,o._1kIcon=Bl,o._1kPlusIcon=El,o._1xMobiledataIcon=Fl,o._20mpIcon=Pl,o._21mpIcon=Dl,o._22mpIcon=Nl,o._23mpIcon=Tl,o._24mpIcon=Ml,o._2kIcon=Ol,o._2kPlusIcon=Ll,o._2mpIcon=Ql,o._30fpsIcon=Vl,o._30fpsSelectIcon=Wl,o._360Icon=_l,o._3dRotationIcon=Gl,o._3gMobiledataIcon=zl,o._3kIcon=Hl,o._3kPlusIcon=Ul,o._3mpIcon=Yl,o._3pIcon=jl,o._4gMobiledataIcon=$l,o._4gPlusMobiledataIcon=ql,o._4kIcon=Jl,o._4kPlusIcon=Zl,o._4mpIcon=Xl,o._5gIcon=xl,o._5kIcon=Rl,o._5kPlusIcon=es,o._5mpIcon=ns,o._60fpsIcon=os,o._60fpsSelectIcon=rs,o._6FtApartIcon=ts,o._6kIcon=cs,o._6kPlusIcon=is,o._6mpIcon=as,o._7kIcon=ls,o._7kPlusIcon=ss,o._7mpIcon=ds,o._8kIcon=us,o._8kPlusIcon=fs,o._8mpIcon=As,o._9kIcon=ys,o._9kPlusIcon=_s,o._9mpIcon=hs,o.addInitialSlash=ez,o.buildEnumLabel=Jc,o.canCreateEntity=Yn,o.canDeleteEntity=xo,o.canEditEntity=Qt,o.cardClickableMixin=ec,o.cardMixin=Rt,o.cardSelectedMixin=rl,o.cmsToDelegateModel=nr,o.cn=F,o.coolIconKeys=gr,o.debounce=Ii,o.defaultBorderMixin=fe,o.defaultDateFormat=$c,o.deleteEntityWithCallbacks=Fa,o.enumToObjectEntries=yn,o.fieldBackgroundDisabledMixin=nn,o.fieldBackgroundHoverMixin=Ye,o.fieldBackgroundInvisibleMixin=fr,o.fieldBackgroundMixin=Ze,o.flattenObject=Vt,o.focusedClasses=ur,o.focusedInvisibleMixin=dr,o.focusedMixin=Ie,o.fullPathToCollectionSegments=Qe,o.getArrayValuesCount=ma,o.getBracketNotation=U3,o.getCollectionByPathOrAlias=Oo,o.getCollectionPathsCombinations=Lo,o.getColorForProperty=H3,o.getColorScheme=qc,o.getDefaultFieldId=Pt,o.getDefaultPropertiesOrder=Y3,o.getDefaultValueFor=Po,o.getDefaultValueForDataType=Mr,o.getDefaultValuesFor=co,o.getFieldConfig=Zo,o.getFieldId=Dt,o.getHashValue=Wr,o.getIcon=wa,o.getIconForProperty=ve,o.getIconForView=Ro,o.getIconForWidget=Ot,o.getIdIcon=z3,o.getLabelOrConfigFrom=To,o.getLastSegment=nz,o.getPropertiesWithPropertiesOrder=pa,o.getPropertyInPath=Sn,o.getRandomId=uo,o.getReferenceFrom=vn,o.getReferencePreviewKeys=ka,o.getResolvedPropertyInPath=Lt,o.getValueInPath=_n,o.hydrateRegExp=Rc,o.iconKeys=rc,o.isDefaultFieldConfigId=Ia,o.isEmptyObject=zr,o.isEnumValueDisabled=JG,o.isHidden=to,o.isObject=Mo,o.isPropertyBuilder=Fe,o.isReadOnly=Ln,o.isReferenceProperty=ba,o.isValidRegExp=xG,o.joinCollectionLists=Ca,o.makePropertiesEditable=va,o.makePropertiesNonEditable=Ka,o.mergeCollection=Sa,o.mergeDeep=ze,o.paperMixin=je,o.pick=Zc,o.plural=j3,o.randomColor=qG,o.randomString=Qn,o.removeFunctions=Vr,o.removeInPath=ZG,o.removeInitialAndTrailingSlashes=pe,o.removeInitialSlash=ei,o.removeTrailingSlash=ni,o.removeUndefined=Gr,o.renderSkeletonCaptionText=hz,o.renderSkeletonIcon=$r,o.renderSkeletonImageThumbnail=jr,o.renderSkeletonText=on,o.resolveArrayProperty=In,o.resolveCollection=Me,o.resolveCollectionPathAliases=Ur,o.resolveDefaultSelectedView=Qr,o.resolveEntityView=Mt,o.resolveEnumValues=G3,o.resolveNavigationFrom=Pa,o.resolvePermissions=fo,o.resolveProperties=Nt,o.resolveProperty=Oe,o.resolvePropertyEnum=Tt,o.sanitizeData=HG,o.saveEntityWithCallbacks=Wt,o.segmentsToStrippedPath=xc,o.serializeRegExp=XG,o.singular=$3,o.slugify=No,o.sortProperties=Lr,o.stripCollectionPath=Hr,o.toKebabCase=YG,o.toSnakeCase=$G,o.traverseValueProperty=Do,o.traverseValuesProperties=Or,o.unslugify=RG,o.updateDateAutoValues=jc,o.useAuthController=un,o.useAutoComplete=tl,o.useBreadcrumbsContext=zt,o.useBrowserTitleAndIcon=X3,o.useBuildDataSource=x3,o.useBuildLocalConfigurationPersistence=a3,o.useBuildModeController=i3,o.useClearRestoreValue=We,o.useClipboard=Da,o.useCollectionFetch=Yc,o.useDataSource=Ge,o.useDebounce=Qo,o.useDebounceValue=oz,o.useEntityCollectionTableController=ut,o.useEntityFetch=Tr,o.useFireCMSContext=x,o.useInjectStyles=kn,o.useLargeLayout=He,o.useModeController=Gt,o.useNavigationContext=Ae,o.useOutsideAlerter=ko,o.useReferenceDialog=Ao,o.useResolvedNavigationFrom=q3,o.useSelectionController=At,o.useSideDialogContext=Uo,o.useSideDialogsController=oo,o.useSideEntityController=fn,o.useSnackbarController=An,o.useStorageSource=Mn,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
|
|
1611
1611
|
//# sourceMappingURL=index.umd.js.map
|