@expo/ui 56.0.17 → 56.0.19
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/CHANGELOG.md +36 -0
- package/android/build.gradle +2 -2
- package/android/src/main/java/expo/modules/ui/DatePickerView.kt +33 -8
- package/android/src/main/java/expo/modules/ui/ModalBottomSheetView.kt +14 -0
- package/build/community/bottom-sheet/BottomSheet.android.d.ts.map +1 -1
- package/build/community/bottom-sheet/BottomSheet.ios.d.ts.map +1 -1
- package/build/community/bottom-sheet/scrollContextReset.d.ts +5 -0
- package/build/community/bottom-sheet/scrollContextReset.d.ts.map +1 -0
- package/build/community/datetime-picker/DateTimePicker.d.ts.map +1 -1
- package/build/community/datetime-picker/types.d.ts +2 -2
- package/build/community/datetime-picker/types.d.ts.map +1 -1
- package/build/community/menu/types.d.ts +2 -2
- package/build/community/menu/types.d.ts.map +1 -1
- package/build/community/pager-view/PagerView.android.d.ts.map +1 -1
- package/build/community/pager-view/types.d.ts +2 -2
- package/build/community/pager-view/types.d.ts.map +1 -1
- package/build/community/segmented-control/types.d.ts +2 -2
- package/build/community/segmented-control/types.d.ts.map +1 -1
- package/build/community/slider/types.d.ts +2 -2
- package/build/community/slider/types.d.ts.map +1 -1
- package/build/jetpack-compose/AlertDialog/index.d.ts +2 -2
- package/build/jetpack-compose/AlertDialog/index.d.ts.map +1 -1
- package/build/jetpack-compose/AnimatedVisibility/index.d.ts +2 -2
- package/build/jetpack-compose/AnimatedVisibility/index.d.ts.map +1 -1
- package/build/jetpack-compose/Badge/index.d.ts +2 -2
- package/build/jetpack-compose/Badge/index.d.ts.map +1 -1
- package/build/jetpack-compose/BadgedBox/index.d.ts +2 -2
- package/build/jetpack-compose/BadgedBox/index.d.ts.map +1 -1
- package/build/jetpack-compose/BasicAlertDialog/index.d.ts +2 -2
- package/build/jetpack-compose/BasicAlertDialog/index.d.ts.map +1 -1
- package/build/jetpack-compose/Box/index.d.ts +2 -2
- package/build/jetpack-compose/Box/index.d.ts.map +1 -1
- package/build/jetpack-compose/Button/index.d.ts +2 -2
- package/build/jetpack-compose/Button/index.d.ts.map +1 -1
- package/build/jetpack-compose/Card/index.d.ts +6 -6
- package/build/jetpack-compose/Card/index.d.ts.map +1 -1
- package/build/jetpack-compose/Carousel/index.d.ts +6 -6
- package/build/jetpack-compose/Carousel/index.d.ts.map +1 -1
- package/build/jetpack-compose/Checkbox/index.d.ts +4 -4
- package/build/jetpack-compose/Checkbox/index.d.ts.map +1 -1
- package/build/jetpack-compose/Chip/index.d.ts +8 -8
- package/build/jetpack-compose/Chip/index.d.ts.map +1 -1
- package/build/jetpack-compose/Column/index.d.ts +2 -2
- package/build/jetpack-compose/Column/index.d.ts.map +1 -1
- package/build/jetpack-compose/DatePicker/index.d.ts +6 -6
- package/build/jetpack-compose/DatePicker/index.d.ts.map +1 -1
- package/build/jetpack-compose/DockedSearchBar/index.d.ts +2 -2
- package/build/jetpack-compose/DockedSearchBar/index.d.ts.map +1 -1
- package/build/jetpack-compose/DropdownMenu/DropdownMenuItem.d.ts +2 -2
- package/build/jetpack-compose/DropdownMenu/DropdownMenuItem.d.ts.map +1 -1
- package/build/jetpack-compose/DropdownMenu/index.d.ts +2 -2
- package/build/jetpack-compose/DropdownMenu/index.d.ts.map +1 -1
- package/build/jetpack-compose/ExposedDropdownMenuBox/ExposedDropdownMenu.d.ts +2 -2
- package/build/jetpack-compose/ExposedDropdownMenuBox/ExposedDropdownMenu.d.ts.map +1 -1
- package/build/jetpack-compose/ExposedDropdownMenuBox/index.d.ts +2 -2
- package/build/jetpack-compose/ExposedDropdownMenuBox/index.d.ts.map +1 -1
- package/build/jetpack-compose/FloatingActionButton/index.d.ts +8 -6
- package/build/jetpack-compose/FloatingActionButton/index.d.ts.map +1 -1
- package/build/jetpack-compose/FlowRow/index.d.ts +2 -2
- package/build/jetpack-compose/FlowRow/index.d.ts.map +1 -1
- package/build/jetpack-compose/HorizontalFloatingToolbar/index.d.ts +4 -4
- package/build/jetpack-compose/HorizontalFloatingToolbar/index.d.ts.map +1 -1
- package/build/jetpack-compose/HorizontalPager/index.d.ts +2 -2
- package/build/jetpack-compose/HorizontalPager/index.d.ts.map +1 -1
- package/build/jetpack-compose/Host/index.d.ts +2 -2
- package/build/jetpack-compose/Host/index.d.ts.map +1 -1
- package/build/jetpack-compose/Icon/index.d.ts +2 -2
- package/build/jetpack-compose/Icon/index.d.ts.map +1 -1
- package/build/jetpack-compose/IconButton/index.d.ts +2 -2
- package/build/jetpack-compose/IconButton/index.d.ts.map +1 -1
- package/build/jetpack-compose/LazyColumn/index.d.ts +2 -2
- package/build/jetpack-compose/LazyColumn/index.d.ts.map +1 -1
- package/build/jetpack-compose/LazyRow/index.d.ts +2 -2
- package/build/jetpack-compose/LazyRow/index.d.ts.map +1 -1
- package/build/jetpack-compose/ListItem/index.d.ts +2 -2
- package/build/jetpack-compose/ListItem/index.d.ts.map +1 -1
- package/build/jetpack-compose/LoadingIndicator/index.d.ts +2 -2
- package/build/jetpack-compose/LoadingIndicator/index.d.ts.map +1 -1
- package/build/jetpack-compose/ModalBottomSheet/index.d.ts +8 -2
- package/build/jetpack-compose/ModalBottomSheet/index.d.ts.map +1 -1
- package/build/jetpack-compose/MultiChoiceSegmentedButtonRow/index.d.ts +2 -2
- package/build/jetpack-compose/MultiChoiceSegmentedButtonRow/index.d.ts.map +1 -1
- package/build/jetpack-compose/NavigationBar/index.d.ts +4 -4
- package/build/jetpack-compose/NavigationBar/index.d.ts.map +1 -1
- package/build/jetpack-compose/Progress/index.d.ts +9 -8
- package/build/jetpack-compose/Progress/index.d.ts.map +1 -1
- package/build/jetpack-compose/PullToRefreshBox/index.d.ts +4 -4
- package/build/jetpack-compose/PullToRefreshBox/index.d.ts.map +1 -1
- package/build/jetpack-compose/RNHostView/index.d.ts +8 -0
- package/build/jetpack-compose/RNHostView/index.d.ts.map +1 -1
- package/build/jetpack-compose/RadioButton/index.d.ts +2 -2
- package/build/jetpack-compose/RadioButton/index.d.ts.map +1 -1
- package/build/jetpack-compose/Row/index.d.ts +2 -2
- package/build/jetpack-compose/Row/index.d.ts.map +1 -1
- package/build/jetpack-compose/SearchBar/index.d.ts +2 -2
- package/build/jetpack-compose/SearchBar/index.d.ts.map +1 -1
- package/build/jetpack-compose/SegmentedButton/index.d.ts +2 -2
- package/build/jetpack-compose/SegmentedButton/index.d.ts.map +1 -1
- package/build/jetpack-compose/Shape/index.d.ts +2 -2
- package/build/jetpack-compose/Shape/index.d.ts.map +1 -1
- package/build/jetpack-compose/SingleChoiceSegmentedButtonRow/index.d.ts +2 -2
- package/build/jetpack-compose/SingleChoiceSegmentedButtonRow/index.d.ts.map +1 -1
- package/build/jetpack-compose/Slider/index.d.ts +2 -2
- package/build/jetpack-compose/Slider/index.d.ts.map +1 -1
- package/build/jetpack-compose/Snackbar/index.d.ts +4 -4
- package/build/jetpack-compose/Snackbar/index.d.ts.map +1 -1
- package/build/jetpack-compose/Spacer/index.d.ts +2 -2
- package/build/jetpack-compose/Spacer/index.d.ts.map +1 -1
- package/build/jetpack-compose/Surface/index.d.ts +2 -2
- package/build/jetpack-compose/Surface/index.d.ts.map +1 -1
- package/build/jetpack-compose/Switch/index.d.ts +2 -2
- package/build/jetpack-compose/Switch/index.d.ts.map +1 -1
- package/build/jetpack-compose/SyncSwitch/index.d.ts +2 -2
- package/build/jetpack-compose/SyncSwitch/index.d.ts.map +1 -1
- package/build/jetpack-compose/Text/index.d.ts +2 -2
- package/build/jetpack-compose/Text/index.d.ts.map +1 -1
- package/build/jetpack-compose/TextField/BasicTextField.d.ts +2 -2
- package/build/jetpack-compose/TextField/BasicTextField.d.ts.map +1 -1
- package/build/jetpack-compose/TextField/TextField.d.ts +4 -4
- package/build/jetpack-compose/TextField/TextField.d.ts.map +1 -1
- package/build/jetpack-compose/ToggleButton/index.d.ts +2 -2
- package/build/jetpack-compose/ToggleButton/index.d.ts.map +1 -1
- package/build/jetpack-compose/Tooltip/index.d.ts +6 -6
- package/build/jetpack-compose/Tooltip/index.d.ts.map +1 -1
- package/build/swift-ui/AccessoryWidgetBackground/index.d.ts +2 -1
- package/build/swift-ui/AccessoryWidgetBackground/index.d.ts.map +1 -1
- package/build/swift-ui/Alert/index.d.ts +2 -2
- package/build/swift-ui/Alert/index.d.ts.map +1 -1
- package/build/swift-ui/BottomSheet/index.d.ts +2 -2
- package/build/swift-ui/BottomSheet/index.d.ts.map +1 -1
- package/build/swift-ui/Button/index.d.ts +2 -2
- package/build/swift-ui/Button/index.d.ts.map +1 -1
- package/build/swift-ui/Chart/index.d.ts +2 -2
- package/build/swift-ui/Chart/index.d.ts.map +1 -1
- package/build/swift-ui/ColorPicker/index.d.ts +2 -2
- package/build/swift-ui/ColorPicker/index.d.ts.map +1 -1
- package/build/swift-ui/ConfirmationDialog/index.d.ts +2 -2
- package/build/swift-ui/ConfirmationDialog/index.d.ts.map +1 -1
- package/build/swift-ui/ContextMenu/types.d.ts +4 -4
- package/build/swift-ui/ContextMenu/types.d.ts.map +1 -1
- package/build/swift-ui/DatePicker/index.d.ts +2 -2
- package/build/swift-ui/DatePicker/index.d.ts.map +1 -1
- package/build/swift-ui/Divider/index.d.ts +2 -1
- package/build/swift-ui/Divider/index.d.ts.map +1 -1
- package/build/swift-ui/Gauge/index.d.ts +2 -2
- package/build/swift-ui/Gauge/index.d.ts.map +1 -1
- package/build/swift-ui/GlassEffectContainer/index.d.ts +2 -2
- package/build/swift-ui/GlassEffectContainer/index.d.ts.map +1 -1
- package/build/swift-ui/Grid/index.d.ts +2 -2
- package/build/swift-ui/Grid/index.d.ts.map +1 -1
- package/build/swift-ui/HStack/index.d.ts +2 -2
- package/build/swift-ui/HStack/index.d.ts.map +1 -1
- package/build/swift-ui/Host/index.d.ts +9 -3
- package/build/swift-ui/Host/index.d.ts.map +1 -1
- package/build/swift-ui/Label/index.d.ts +2 -2
- package/build/swift-ui/Label/index.d.ts.map +1 -1
- package/build/swift-ui/LabeledContent/index.d.ts +2 -2
- package/build/swift-ui/LabeledContent/index.d.ts.map +1 -1
- package/build/swift-ui/LazyHStack/index.d.ts +2 -2
- package/build/swift-ui/LazyHStack/index.d.ts.map +1 -1
- package/build/swift-ui/LazyVStack/index.d.ts +2 -2
- package/build/swift-ui/LazyVStack/index.d.ts.map +1 -1
- package/build/swift-ui/Link/index.d.ts +2 -2
- package/build/swift-ui/Link/index.d.ts.map +1 -1
- package/build/swift-ui/List/ListForEach.d.ts +2 -2
- package/build/swift-ui/List/ListForEach.d.ts.map +1 -1
- package/build/swift-ui/Mask/index.d.ts +2 -2
- package/build/swift-ui/Mask/index.d.ts.map +1 -1
- package/build/swift-ui/Menu/types.d.ts +2 -2
- package/build/swift-ui/Menu/types.d.ts.map +1 -1
- package/build/swift-ui/Namespace.d.ts +2 -2
- package/build/swift-ui/Namespace.d.ts.map +1 -1
- package/build/swift-ui/Overlay/index.d.ts +2 -2
- package/build/swift-ui/Overlay/index.d.ts.map +1 -1
- package/build/swift-ui/Popover/index.d.ts +2 -2
- package/build/swift-ui/Popover/index.d.ts.map +1 -1
- package/build/swift-ui/ProgressView/index.d.ts +2 -2
- package/build/swift-ui/ProgressView/index.d.ts.map +1 -1
- package/build/swift-ui/RNHostView.d.ts +2 -2
- package/build/swift-ui/RNHostView.d.ts.map +1 -1
- package/build/swift-ui/ScrollView/index.d.ts +2 -2
- package/build/swift-ui/ScrollView/index.d.ts.map +1 -1
- package/build/swift-ui/Section/index.d.ts +2 -2
- package/build/swift-ui/Section/index.d.ts.map +1 -1
- package/build/swift-ui/SecureField/index.d.ts +2 -2
- package/build/swift-ui/SecureField/index.d.ts.map +1 -1
- package/build/swift-ui/ShareLink/index.d.ts +2 -2
- package/build/swift-ui/ShareLink/index.d.ts.map +1 -1
- package/build/swift-ui/Slider/index.d.ts +2 -2
- package/build/swift-ui/Slider/index.d.ts.map +1 -1
- package/build/swift-ui/Stepper/index.d.ts +2 -2
- package/build/swift-ui/Stepper/index.d.ts.map +1 -1
- package/build/swift-ui/SwipeActions/index.d.ts +4 -4
- package/build/swift-ui/SwipeActions/index.d.ts.map +1 -1
- package/build/swift-ui/SyncToggle/index.d.ts +2 -2
- package/build/swift-ui/SyncToggle/index.d.ts.map +1 -1
- package/build/swift-ui/TabView/Tab.d.ts +2 -2
- package/build/swift-ui/TabView/Tab.d.ts.map +1 -1
- package/build/swift-ui/TabView/index.d.ts +2 -2
- package/build/swift-ui/TabView/index.d.ts.map +1 -1
- package/build/swift-ui/TextField/index.d.ts +2 -2
- package/build/swift-ui/TextField/index.d.ts.map +1 -1
- package/build/swift-ui/Toggle/index.d.ts +2 -2
- package/build/swift-ui/Toggle/index.d.ts.map +1 -1
- package/build/swift-ui/VStack/index.d.ts +2 -2
- package/build/swift-ui/VStack/index.d.ts.map +1 -1
- package/build/swift-ui/ZStack/index.d.ts +2 -2
- package/build/swift-ui/ZStack/index.d.ts.map +1 -1
- package/build/swift-ui/modifiers/index.d.ts +60 -2
- package/build/swift-ui/modifiers/index.d.ts.map +1 -1
- package/build/swift-ui/modifiers/presentationModifiers.d.ts +19 -0
- package/build/swift-ui/modifiers/presentationModifiers.d.ts.map +1 -1
- package/build/swift-ui/modifiers/widgets.d.ts +7 -0
- package/build/swift-ui/modifiers/widgets.d.ts.map +1 -1
- package/build/universal/Button/index.d.ts.map +1 -1
- package/build/universal/Button/index.ios.d.ts.map +1 -1
- package/build/universal/Checkbox/index.d.ts.map +1 -1
- package/build/universal/Collapsible/index.d.ts.map +1 -1
- package/build/universal/FieldGroup/FieldGroup.d.ts.map +1 -1
- package/build/universal/FieldGroup/FieldSection.d.ts.map +1 -1
- package/build/universal/FieldGroup/FieldSectionSlots.d.ts.map +1 -1
- package/build/universal/FieldGroup/groupChildren.d.ts.map +1 -1
- package/build/universal/Host/index.d.ts +1 -2
- package/build/universal/Host/index.d.ts.map +1 -1
- package/build/universal/Host/types.d.ts +16 -2
- package/build/universal/Host/types.d.ts.map +1 -1
- package/build/universal/ListItem/ListItem.android.d.ts.map +1 -1
- package/build/universal/ListItem/ListItem.ios.d.ts.map +1 -1
- package/build/universal/ListItem/types.d.ts +8 -0
- package/build/universal/ListItem/types.d.ts.map +1 -1
- package/build/universal/Picker/Picker.d.ts.map +1 -1
- package/build/universal/Slider/index.d.ts.map +1 -1
- package/build/universal/Switch/index.d.ts.map +1 -1
- package/build/universal/Text/index.ios.d.ts.map +1 -1
- package/build/universal/TextInput/index.d.ts.map +1 -1
- package/build/universal/hooks.d.ts +11 -0
- package/build/universal/hooks.d.ts.map +1 -1
- package/build/universal/keyboardEvent.fx.d.ts +2 -0
- package/build/universal/keyboardEvent.fx.d.ts.map +1 -0
- package/build/universal/modifierUtils.d.ts +16 -0
- package/build/universal/modifierUtils.d.ts.map +1 -0
- package/build/universal/transformStyle.android.d.ts +3 -0
- package/build/universal/transformStyle.android.d.ts.map +1 -1
- package/build/universal/transformStyle.ios.d.ts +3 -0
- package/build/universal/transformStyle.ios.d.ts.map +1 -1
- package/build/universal/types.d.ts +2 -0
- package/build/universal/types.d.ts.map +1 -1
- package/build/universal/webUtils.d.ts +66 -0
- package/build/universal/webUtils.d.ts.map +1 -0
- package/expo-module.config.json +1 -1
- package/ios/HostView.swift +15 -0
- package/ios/Modifiers/PresentationModifiers.swift +30 -0
- package/ios/Modifiers/ViewModifierRegistry.swift +119 -11
- package/ios/Modifiers/WidgetModifiers.swift +12 -0
- package/ios/RNHostView.swift +5 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/{56.0.17/expo.modules.ui-56.0.17-sources.jar → 56.0.19/expo.modules.ui-56.0.19-sources.jar} +0 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19-sources.jar.md5 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19-sources.jar.sha1 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19-sources.jar.sha256 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19-sources.jar.sha512 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.aar +0 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.aar.md5 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.aar.sha1 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.aar.sha256 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.aar.sha512 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/{56.0.17/expo.modules.ui-56.0.17.module → 56.0.19/expo.modules.ui-56.0.19.module} +22 -22
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.module.md5 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.module.sha1 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.module.sha256 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.module.sha512 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/{56.0.17/expo.modules.ui-56.0.17.pom → 56.0.19/expo.modules.ui-56.0.19.pom} +1 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.pom.md5 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.pom.sha1 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.pom.sha256 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.19/expo.modules.ui-56.0.19.pom.sha512 +1 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml +4 -4
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.md5 +1 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.sha1 +1 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.sha256 +1 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.sha512 +1 -1
- package/package.json +4 -9
- package/plugin/tsconfig.tsbuildinfo +1 -0
- package/src/State/index.fx.ts +4 -5
- package/src/community/bottom-sheet/BottomSheet.android.tsx +8 -14
- package/src/community/bottom-sheet/BottomSheet.ios.tsx +9 -5
- package/src/community/bottom-sheet/scrollContextReset.tsx +24 -0
- package/src/community/datetime-picker/DateTimePicker.tsx +9 -1
- package/src/community/datetime-picker/types.tsx +2 -2
- package/src/community/menu/types.tsx +2 -2
- package/src/community/pager-view/PagerView.android.tsx +10 -6
- package/src/community/pager-view/types.tsx +2 -2
- package/src/community/segmented-control/types.tsx +2 -2
- package/src/community/slider/types.tsx +2 -2
- package/src/jetpack-compose/AlertDialog/index.tsx +2 -2
- package/src/jetpack-compose/AnimatedVisibility/index.tsx +2 -2
- package/src/jetpack-compose/Badge/index.tsx +2 -2
- package/src/jetpack-compose/BadgedBox/index.tsx +2 -2
- package/src/jetpack-compose/BasicAlertDialog/index.tsx +2 -2
- package/src/jetpack-compose/Box/index.tsx +2 -2
- package/src/jetpack-compose/Button/index.tsx +2 -2
- package/src/jetpack-compose/Card/index.tsx +6 -6
- package/src/jetpack-compose/Carousel/index.tsx +6 -6
- package/src/jetpack-compose/Checkbox/index.tsx +4 -4
- package/src/jetpack-compose/Chip/index.tsx +8 -8
- package/src/jetpack-compose/Column/index.tsx +2 -2
- package/src/jetpack-compose/DatePicker/index.tsx +6 -6
- package/src/jetpack-compose/DockedSearchBar/index.tsx +2 -2
- package/src/jetpack-compose/DropdownMenu/DropdownMenuItem.tsx +2 -2
- package/src/jetpack-compose/DropdownMenu/index.tsx +2 -2
- package/src/jetpack-compose/ExposedDropdownMenuBox/ExposedDropdownMenu.tsx +2 -2
- package/src/jetpack-compose/ExposedDropdownMenuBox/index.tsx +2 -2
- package/src/jetpack-compose/FloatingActionButton/index.tsx +6 -6
- package/src/jetpack-compose/FlowRow/index.tsx +2 -2
- package/src/jetpack-compose/HorizontalFloatingToolbar/index.tsx +4 -4
- package/src/jetpack-compose/HorizontalPager/index.tsx +2 -2
- package/src/jetpack-compose/Host/index.tsx +2 -2
- package/src/jetpack-compose/Icon/index.tsx +2 -2
- package/src/jetpack-compose/IconButton/index.tsx +2 -2
- package/src/jetpack-compose/LazyColumn/index.tsx +2 -2
- package/src/jetpack-compose/LazyRow/index.tsx +2 -2
- package/src/jetpack-compose/ListItem/index.tsx +2 -2
- package/src/jetpack-compose/LoadingIndicator/index.tsx +2 -2
- package/src/jetpack-compose/ModalBottomSheet/index.tsx +9 -2
- package/src/jetpack-compose/MultiChoiceSegmentedButtonRow/index.tsx +2 -2
- package/src/jetpack-compose/NavigationBar/index.tsx +4 -4
- package/src/jetpack-compose/Progress/index.tsx +7 -7
- package/src/jetpack-compose/PullToRefreshBox/index.tsx +4 -4
- package/src/jetpack-compose/RNHostView/index.tsx +8 -0
- package/src/jetpack-compose/RadioButton/index.tsx +2 -2
- package/src/jetpack-compose/Row/index.tsx +2 -2
- package/src/jetpack-compose/SearchBar/index.tsx +2 -2
- package/src/jetpack-compose/SegmentedButton/index.tsx +2 -2
- package/src/jetpack-compose/Shape/index.tsx +2 -2
- package/src/jetpack-compose/SingleChoiceSegmentedButtonRow/index.tsx +2 -2
- package/src/jetpack-compose/Slider/index.tsx +2 -2
- package/src/jetpack-compose/Snackbar/index.tsx +4 -4
- package/src/jetpack-compose/Spacer/index.tsx +2 -2
- package/src/jetpack-compose/Surface/index.tsx +2 -2
- package/src/jetpack-compose/Switch/index.tsx +2 -2
- package/src/jetpack-compose/SyncSwitch/index.tsx +2 -2
- package/src/jetpack-compose/Text/index.tsx +2 -2
- package/src/jetpack-compose/TextField/BasicTextField.tsx +2 -2
- package/src/jetpack-compose/TextField/TextField.tsx +4 -4
- package/src/jetpack-compose/ToggleButton/index.tsx +2 -2
- package/src/jetpack-compose/Tooltip/index.tsx +6 -6
- package/src/swift-ui/AccessoryWidgetBackground/index.tsx +1 -1
- package/src/swift-ui/Alert/index.tsx +2 -2
- package/src/swift-ui/BottomSheet/index.tsx +2 -2
- package/src/swift-ui/Button/index.tsx +2 -2
- package/src/swift-ui/Chart/index.tsx +2 -2
- package/src/swift-ui/ColorPicker/index.tsx +2 -2
- package/src/swift-ui/ConfirmationDialog/index.tsx +2 -2
- package/src/swift-ui/ContextMenu/types.ts +4 -4
- package/src/swift-ui/DatePicker/index.tsx +2 -2
- package/src/swift-ui/Divider/index.tsx +1 -1
- package/src/swift-ui/Gauge/index.tsx +2 -2
- package/src/swift-ui/GlassEffectContainer/index.tsx +2 -2
- package/src/swift-ui/Grid/index.tsx +2 -2
- package/src/swift-ui/HStack/index.tsx +2 -2
- package/src/swift-ui/Host/index.tsx +12 -3
- package/src/swift-ui/Label/index.tsx +2 -2
- package/src/swift-ui/LabeledContent/index.tsx +2 -2
- package/src/swift-ui/LazyHStack/index.tsx +2 -2
- package/src/swift-ui/LazyVStack/index.tsx +2 -2
- package/src/swift-ui/Link/index.tsx +2 -2
- package/src/swift-ui/List/ListForEach.tsx +2 -2
- package/src/swift-ui/Mask/index.tsx +2 -2
- package/src/swift-ui/Menu/types.ts +2 -2
- package/src/swift-ui/Namespace.tsx +2 -2
- package/src/swift-ui/Overlay/index.tsx +2 -2
- package/src/swift-ui/Popover/index.tsx +2 -2
- package/src/swift-ui/ProgressView/index.tsx +2 -2
- package/src/swift-ui/RNHostView.tsx +2 -2
- package/src/swift-ui/ScrollView/index.tsx +2 -2
- package/src/swift-ui/Section/index.tsx +2 -2
- package/src/swift-ui/SecureField/index.tsx +2 -2
- package/src/swift-ui/ShareLink/index.tsx +2 -2
- package/src/swift-ui/Slider/index.tsx +2 -2
- package/src/swift-ui/Stepper/index.tsx +2 -2
- package/src/swift-ui/SwipeActions/index.tsx +4 -4
- package/src/swift-ui/SyncToggle/index.tsx +2 -2
- package/src/swift-ui/TabView/Tab.tsx +2 -2
- package/src/swift-ui/TabView/index.tsx +2 -2
- package/src/swift-ui/TextField/index.tsx +2 -2
- package/src/swift-ui/Toggle/index.tsx +2 -2
- package/src/swift-ui/VStack/index.tsx +2 -2
- package/src/swift-ui/ZStack/index.tsx +2 -2
- package/src/swift-ui/modifiers/index.ts +82 -1
- package/src/swift-ui/modifiers/presentationModifiers.ts +22 -0
- package/src/swift-ui/modifiers/widgets.ts +9 -0
- package/src/ts-declarations/react-native-web.d.ts +31 -3
- package/src/universal/Button/index.ios.tsx +6 -1
- package/src/universal/Button/index.tsx +83 -35
- package/src/universal/Checkbox/index.tsx +85 -30
- package/src/universal/Collapsible/index.tsx +5 -17
- package/src/universal/FieldGroup/FieldGroup.tsx +5 -15
- package/src/universal/FieldGroup/FieldSection.tsx +14 -31
- package/src/universal/FieldGroup/FieldSectionSlots.tsx +3 -0
- package/src/universal/FieldGroup/groupChildren.tsx +3 -0
- package/src/universal/Host/index.tsx +44 -30
- package/src/universal/Host/types.ts +17 -2
- package/src/universal/ListItem/ListItem.android.tsx +10 -2
- package/src/universal/ListItem/ListItem.ios.tsx +23 -6
- package/src/universal/ListItem/types.ts +10 -0
- package/src/universal/Picker/Picker.tsx +74 -29
- package/src/universal/Slider/index.tsx +90 -9
- package/src/universal/Switch/index.android.tsx +2 -2
- package/src/universal/Switch/index.tsx +77 -18
- package/src/universal/Text/index.ios.tsx +3 -1
- package/src/universal/TextInput/index.tsx +49 -13
- package/src/universal/hooks.ts +25 -1
- package/src/universal/keyboardEvent.fx.ts +28 -0
- package/src/universal/modifierUtils.ts +23 -0
- package/src/universal/transformStyle.android.ts +9 -1
- package/src/universal/transformStyle.ios.ts +9 -1
- package/src/universal/types.ts +2 -0
- package/src/universal/webUtils.ts +245 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17-sources.jar.md5 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17-sources.jar.sha1 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17-sources.jar.sha256 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17-sources.jar.sha512 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.aar +0 -0
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.aar.md5 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.aar.sha1 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.aar.sha256 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.aar.sha512 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.module.md5 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.module.sha1 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.module.sha256 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.module.sha512 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.pom.md5 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.pom.sha1 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.pom.sha256 +0 -1
- package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.17/expo.modules.ui-56.0.17.pom.sha512 +0 -1
|
@@ -35,7 +35,7 @@ export type CornerRadii = {
|
|
|
35
35
|
bottomEnd?: number;
|
|
36
36
|
};
|
|
37
37
|
|
|
38
|
-
export
|
|
38
|
+
export interface ShapeProps {
|
|
39
39
|
/**
|
|
40
40
|
* Corner rounding percentage. Multiplied by the shorter dimension of the view to produce pixel values.
|
|
41
41
|
* @default 0.0
|
|
@@ -71,7 +71,7 @@ export type ShapeProps = {
|
|
|
71
71
|
* Modifiers for the component.
|
|
72
72
|
*/
|
|
73
73
|
modifiers?: ExpoModifier[];
|
|
74
|
-
}
|
|
74
|
+
}
|
|
75
75
|
|
|
76
76
|
type NativeShapeProps = Omit<ShapeProps, 'modifiers'> & {
|
|
77
77
|
type: ShapeType;
|
|
@@ -3,7 +3,7 @@ import { requireNativeView } from 'expo';
|
|
|
3
3
|
import { type ModifierConfig } from '../../types';
|
|
4
4
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
5
5
|
|
|
6
|
-
export
|
|
6
|
+
export interface SingleChoiceSegmentedButtonRowProps {
|
|
7
7
|
/**
|
|
8
8
|
* SegmentedButton children.
|
|
9
9
|
*/
|
|
@@ -12,7 +12,7 @@ export type SingleChoiceSegmentedButtonRowProps = {
|
|
|
12
12
|
* Modifiers for the component.
|
|
13
13
|
*/
|
|
14
14
|
modifiers?: ModifierConfig[];
|
|
15
|
-
}
|
|
15
|
+
}
|
|
16
16
|
|
|
17
17
|
const SingleChoiceSegmentedButtonRowNativeView: React.ComponentType<SingleChoiceSegmentedButtonRowProps> =
|
|
18
18
|
requireNativeView('ExpoUI', 'SingleChoiceSegmentedButtonRowView');
|
|
@@ -26,7 +26,7 @@ export type SliderColors = {
|
|
|
26
26
|
inactiveTickColor?: ColorValue;
|
|
27
27
|
};
|
|
28
28
|
|
|
29
|
-
export
|
|
29
|
+
export interface SliderProps {
|
|
30
30
|
/**
|
|
31
31
|
* The current value of the slider.
|
|
32
32
|
* @default 0
|
|
@@ -84,7 +84,7 @@ export type SliderProps = {
|
|
|
84
84
|
* Slot children for custom thumb and track.
|
|
85
85
|
*/
|
|
86
86
|
children?: React.ReactNode;
|
|
87
|
-
}
|
|
87
|
+
}
|
|
88
88
|
|
|
89
89
|
type NativeSliderProps = Omit<SliderProps, 'onValueChange' | 'onValueChangeFinished' | 'children'> &
|
|
90
90
|
ViewEvent<'onValueChange', { value: number }> &
|
|
@@ -5,7 +5,7 @@ import { type ColorValue } from 'react-native';
|
|
|
5
5
|
import { type ModifierConfig } from '../../types';
|
|
6
6
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
7
7
|
|
|
8
|
-
export
|
|
8
|
+
export interface SnackbarProps {
|
|
9
9
|
/**
|
|
10
10
|
* The background color of the snackbar container.
|
|
11
11
|
*/
|
|
@@ -32,7 +32,7 @@ export type SnackbarProps = {
|
|
|
32
32
|
* Modifiers for the component.
|
|
33
33
|
*/
|
|
34
34
|
modifiers?: ModifierConfig[];
|
|
35
|
-
}
|
|
35
|
+
}
|
|
36
36
|
|
|
37
37
|
const SnackbarNativeView: React.ComponentType<SnackbarProps> = requireNativeView(
|
|
38
38
|
'ExpoUI',
|
|
@@ -97,7 +97,7 @@ export type SnackbarHostRef = {
|
|
|
97
97
|
showSnackbar: (options: SnackbarShowOptions) => Promise<SnackbarResult>;
|
|
98
98
|
};
|
|
99
99
|
|
|
100
|
-
export
|
|
100
|
+
export interface SnackbarHostProps {
|
|
101
101
|
/**
|
|
102
102
|
* Ref exposing the imperative `showSnackbar` method.
|
|
103
103
|
*/
|
|
@@ -111,7 +111,7 @@ export type SnackbarHostProps = {
|
|
|
111
111
|
* Compose's `SnackbarHost(hostState) { data -> Snackbar(data, ...) }` lambda.
|
|
112
112
|
*/
|
|
113
113
|
children?: React.ReactNode;
|
|
114
|
-
}
|
|
114
|
+
}
|
|
115
115
|
|
|
116
116
|
const SnackbarHostNativeView: React.ComponentType<SnackbarHostProps> = requireNativeView(
|
|
117
117
|
'ExpoUI',
|
|
@@ -3,12 +3,12 @@ import { requireNativeView } from 'expo';
|
|
|
3
3
|
import type { ExpoModifier } from '../../types';
|
|
4
4
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
5
5
|
|
|
6
|
-
export
|
|
6
|
+
export interface SpacerProps {
|
|
7
7
|
/**
|
|
8
8
|
* Modifiers for the component. Use `weight()` modifier to make the spacer flexible.
|
|
9
9
|
*/
|
|
10
10
|
modifiers?: ExpoModifier[];
|
|
11
|
-
}
|
|
11
|
+
}
|
|
12
12
|
|
|
13
13
|
type NativeSpacerProps = SpacerProps;
|
|
14
14
|
const SpacerNativeView: React.ComponentType<SpacerProps> = requireNativeView(
|
|
@@ -22,7 +22,7 @@ export type SurfaceBorder = {
|
|
|
22
22
|
color?: ColorValue;
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
-
export
|
|
25
|
+
export interface SurfaceProps {
|
|
26
26
|
/**
|
|
27
27
|
* The content to display inside the surface.
|
|
28
28
|
*/
|
|
@@ -94,7 +94,7 @@ export type SurfaceProps = {
|
|
|
94
94
|
* Modifiers for the component.
|
|
95
95
|
*/
|
|
96
96
|
modifiers?: ModifierConfig[];
|
|
97
|
-
}
|
|
97
|
+
}
|
|
98
98
|
|
|
99
99
|
type NativeSurfaceProps = Omit<SurfaceProps, 'onClick' | 'onCheckedChange' | 'shape'> &
|
|
100
100
|
ViewEvent<'onSurfaceClick', void> &
|
|
@@ -27,7 +27,7 @@ export type SwitchColors = {
|
|
|
27
27
|
disabledUncheckedIconColor?: ColorValue;
|
|
28
28
|
};
|
|
29
29
|
|
|
30
|
-
export
|
|
30
|
+
export interface SwitchProps {
|
|
31
31
|
/**
|
|
32
32
|
* Indicates whether the switch is checked.
|
|
33
33
|
*/
|
|
@@ -54,7 +54,7 @@ export type SwitchProps = {
|
|
|
54
54
|
* @platform android
|
|
55
55
|
*/
|
|
56
56
|
children?: React.ReactNode;
|
|
57
|
-
}
|
|
57
|
+
}
|
|
58
58
|
|
|
59
59
|
type NativeSwitchProps = Omit<SwitchProps, 'onCheckedChange' | 'children'> & {
|
|
60
60
|
children?: React.ReactNode;
|
|
@@ -4,7 +4,7 @@ import { getStateId, type ObservableState, useWorkletProp } from '../../State';
|
|
|
4
4
|
import { type ModifierConfig } from '../../types';
|
|
5
5
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
6
6
|
|
|
7
|
-
export
|
|
7
|
+
export interface SyncSwitchProps {
|
|
8
8
|
/**
|
|
9
9
|
* An observable state that drives the switch.
|
|
10
10
|
* Create one with `useNativeState(false)`.
|
|
@@ -24,7 +24,7 @@ export type SyncSwitchProps = {
|
|
|
24
24
|
* Modifiers for the component.
|
|
25
25
|
*/
|
|
26
26
|
modifiers?: ModifierConfig[];
|
|
27
|
-
}
|
|
27
|
+
}
|
|
28
28
|
|
|
29
29
|
type NativeSyncSwitchProps = Omit<SyncSwitchProps, 'isOn' | 'onCheckedChangeSync'> & {
|
|
30
30
|
isOn?: number | null;
|
|
@@ -194,7 +194,7 @@ type TextSpanRecord = TextSpanStyleBase & {
|
|
|
194
194
|
children?: TextSpanRecord[];
|
|
195
195
|
};
|
|
196
196
|
|
|
197
|
-
export
|
|
197
|
+
export interface TextProps {
|
|
198
198
|
/**
|
|
199
199
|
* The text content to display. Can be a string, number, or nested `Text` components
|
|
200
200
|
* for inline styled spans.
|
|
@@ -238,7 +238,7 @@ export type TextProps = {
|
|
|
238
238
|
* Modifiers for the component.
|
|
239
239
|
*/
|
|
240
240
|
modifiers?: ModifierConfig[];
|
|
241
|
-
}
|
|
241
|
+
}
|
|
242
242
|
|
|
243
243
|
type NativeTextProps = Omit<TextProps, 'children' | 'style'> &
|
|
244
244
|
TextSpanStyleBase & {
|
|
@@ -23,14 +23,14 @@ export type BasicTextFieldRef = TextFieldRef;
|
|
|
23
23
|
* `OutlinedTextField`; use `BasicTextField.DecorationBox` to add your own
|
|
24
24
|
* decoration.
|
|
25
25
|
*/
|
|
26
|
-
export
|
|
26
|
+
export interface BasicTextFieldProps extends CommonTextFieldProperties {
|
|
27
27
|
/**
|
|
28
28
|
* Color of the text cursor. Maps to Compose's `cursorBrush` via
|
|
29
29
|
* `SolidColor(color)`. Defaults to the theme's primary color
|
|
30
30
|
* (`MaterialTheme.colorScheme.primary`) so it stays visible in light and dark.
|
|
31
31
|
*/
|
|
32
32
|
cursorColor?: ColorValue;
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
34
|
|
|
35
35
|
// endregion Types
|
|
36
36
|
|
|
@@ -62,7 +62,7 @@ export type TextFieldColors = {
|
|
|
62
62
|
};
|
|
63
63
|
|
|
64
64
|
// Material props inlined per variant (not a shared named base) so docs render them directly.
|
|
65
|
-
export
|
|
65
|
+
export interface TextFieldProps extends CommonTextFieldProperties {
|
|
66
66
|
/** @default false */
|
|
67
67
|
isError?: boolean;
|
|
68
68
|
/**
|
|
@@ -72,9 +72,9 @@ export type TextFieldProps = CommonTextFieldProperties & {
|
|
|
72
72
|
*/
|
|
73
73
|
shape?: ShapeJSXElement;
|
|
74
74
|
colors?: TextFieldColors;
|
|
75
|
-
}
|
|
75
|
+
}
|
|
76
76
|
|
|
77
|
-
export
|
|
77
|
+
export interface OutlinedTextFieldProps extends CommonTextFieldProperties {
|
|
78
78
|
/** @default false */
|
|
79
79
|
isError?: boolean;
|
|
80
80
|
/**
|
|
@@ -84,7 +84,7 @@ export type OutlinedTextFieldProps = CommonTextFieldProperties & {
|
|
|
84
84
|
*/
|
|
85
85
|
shape?: ShapeJSXElement;
|
|
86
86
|
colors?: TextFieldColors;
|
|
87
|
-
}
|
|
87
|
+
}
|
|
88
88
|
|
|
89
89
|
// endregion Types
|
|
90
90
|
|
|
@@ -17,7 +17,7 @@ export type ToggleButtonColors = {
|
|
|
17
17
|
disabledContentColor?: ColorValue;
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export
|
|
20
|
+
export interface ToggleButtonProps {
|
|
21
21
|
/**
|
|
22
22
|
* Whether the toggle button is checked.
|
|
23
23
|
*/
|
|
@@ -43,7 +43,7 @@ export type ToggleButtonProps = {
|
|
|
43
43
|
* Content to display inside the toggle button.
|
|
44
44
|
*/
|
|
45
45
|
children: React.ReactNode;
|
|
46
|
-
}
|
|
46
|
+
}
|
|
47
47
|
|
|
48
48
|
type NativeToggleButtonProps = Omit<ToggleButtonProps, 'onCheckedChange' | 'children'> & {
|
|
49
49
|
children?: React.ReactNode;
|
|
@@ -16,7 +16,7 @@ export type TooltipBoxRef = {
|
|
|
16
16
|
dismiss: () => Promise<void>;
|
|
17
17
|
};
|
|
18
18
|
|
|
19
|
-
export
|
|
19
|
+
export interface TooltipBoxProps {
|
|
20
20
|
/**
|
|
21
21
|
* Ref to imperatively show/dismiss the tooltip.
|
|
22
22
|
*/
|
|
@@ -50,7 +50,7 @@ export type TooltipBoxProps = {
|
|
|
50
50
|
* The anchor content triggers the tooltip on long-press.
|
|
51
51
|
*/
|
|
52
52
|
children: React.ReactNode;
|
|
53
|
-
}
|
|
53
|
+
}
|
|
54
54
|
|
|
55
55
|
const TooltipBoxNativeView: React.ComponentType<TooltipBoxProps> = requireNativeView(
|
|
56
56
|
'ExpoUI',
|
|
@@ -76,12 +76,12 @@ function transformProps(
|
|
|
76
76
|
|
|
77
77
|
// --- PlainTooltip (compound component of TooltipBox) ---
|
|
78
78
|
|
|
79
|
-
export
|
|
79
|
+
export interface PlainTooltipProps {
|
|
80
80
|
containerColor?: ColorValue;
|
|
81
81
|
contentColor?: ColorValue;
|
|
82
82
|
modifiers?: ModifierConfig[];
|
|
83
83
|
children: React.ReactNode;
|
|
84
|
-
}
|
|
84
|
+
}
|
|
85
85
|
|
|
86
86
|
const PlainTooltipNativeView: React.ComponentType<PlainTooltipProps> = requireNativeView(
|
|
87
87
|
'ExpoUI',
|
|
@@ -108,14 +108,14 @@ function PlainTooltipComponent(props: PlainTooltipProps) {
|
|
|
108
108
|
|
|
109
109
|
// --- RichTooltip (compound component of TooltipBox) ---
|
|
110
110
|
|
|
111
|
-
export
|
|
111
|
+
export interface RichTooltipProps {
|
|
112
112
|
containerColor?: ColorValue;
|
|
113
113
|
contentColor?: ColorValue;
|
|
114
114
|
titleContentColor?: ColorValue;
|
|
115
115
|
actionContentColor?: ColorValue;
|
|
116
116
|
modifiers?: ModifierConfig[];
|
|
117
117
|
children: React.ReactNode;
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
120
|
const RichTooltipNativeView: React.ComponentType<RichTooltipProps> = requireNativeView(
|
|
121
121
|
'ExpoUI',
|
|
@@ -2,7 +2,7 @@ import { requireNativeView } from 'expo';
|
|
|
2
2
|
|
|
3
3
|
import { type CommonViewModifierProps } from '../types';
|
|
4
4
|
|
|
5
|
-
export
|
|
5
|
+
export interface AccessoryWidgetBackgroundProps extends CommonViewModifierProps {}
|
|
6
6
|
|
|
7
7
|
const AccessoryWidgetBackgroundNativeView: React.ComponentType<AccessoryWidgetBackgroundProps> =
|
|
8
8
|
requireNativeView('ExpoUI', 'AccessoryWidgetBackgroundView');
|
|
@@ -8,7 +8,7 @@ import { type CommonViewModifierProps } from '../types';
|
|
|
8
8
|
/**
|
|
9
9
|
* Props of the `Alert` component.
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export interface AlertProps extends CommonViewModifierProps {
|
|
12
12
|
/**
|
|
13
13
|
* The contents of the alert.
|
|
14
14
|
* Should include `Alert.Trigger`, `Alert.Actions`, and optionally `Alert.Message`.
|
|
@@ -26,7 +26,7 @@ export type AlertProps = {
|
|
|
26
26
|
* A callback that is called when the `isPresented` state changes.
|
|
27
27
|
*/
|
|
28
28
|
onIsPresentedChange?: (isPresented: boolean) => void;
|
|
29
|
-
}
|
|
29
|
+
}
|
|
30
30
|
|
|
31
31
|
type NativeAlertProps = Omit<AlertProps, 'onIsPresentedChange'> & {
|
|
32
32
|
onIsPresentedChange?: (event: NativeSyntheticEvent<{ isPresented: boolean }>) => void;
|
|
@@ -5,7 +5,7 @@ import { type NativeSyntheticEvent } from 'react-native';
|
|
|
5
5
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
6
6
|
import { type CommonViewModifierProps } from '../types';
|
|
7
7
|
|
|
8
|
-
export
|
|
8
|
+
export interface BottomSheetProps extends CommonViewModifierProps {
|
|
9
9
|
/**
|
|
10
10
|
* The children of the `BottomSheet` component.
|
|
11
11
|
* Use `Group` to wrap your content and apply presentation modifiers
|
|
@@ -31,7 +31,7 @@ export type BottomSheetProps = {
|
|
|
31
31
|
* @default false
|
|
32
32
|
*/
|
|
33
33
|
fitToContents?: boolean;
|
|
34
|
-
}
|
|
34
|
+
}
|
|
35
35
|
|
|
36
36
|
type NativeBottomSheetProps = Omit<BottomSheetProps, 'onIsPresentedChange' | 'onDismiss'> & {
|
|
37
37
|
onIsPresentedChange: (event: NativeSyntheticEvent<{ isPresented: boolean }>) => void;
|
|
@@ -13,7 +13,7 @@ import { type CommonViewModifierProps } from '../types';
|
|
|
13
13
|
*/
|
|
14
14
|
export type ButtonRole = 'default' | 'cancel' | 'destructive';
|
|
15
15
|
|
|
16
|
-
export
|
|
16
|
+
export interface ButtonProps extends CommonViewModifierProps {
|
|
17
17
|
/**
|
|
18
18
|
* A callback that is called when the button is pressed.
|
|
19
19
|
*/
|
|
@@ -40,7 +40,7 @@ export type ButtonProps = {
|
|
|
40
40
|
* Target identifier for the button, used for identifying which button was pressed in widgets and live activities.
|
|
41
41
|
*/
|
|
42
42
|
target?: string;
|
|
43
|
-
}
|
|
43
|
+
}
|
|
44
44
|
|
|
45
45
|
type NativeButtonProps = Omit<ButtonProps, 'onPress'> & ViewEvent<'onButtonPress', void>;
|
|
46
46
|
|
|
@@ -144,7 +144,7 @@ export type RuleChartStyle = {
|
|
|
144
144
|
dashArray?: number[];
|
|
145
145
|
};
|
|
146
146
|
|
|
147
|
-
export
|
|
147
|
+
export interface ChartProps extends CommonViewModifierProps {
|
|
148
148
|
/**
|
|
149
149
|
* Array of data points to display.
|
|
150
150
|
*/
|
|
@@ -201,7 +201,7 @@ export type ChartProps = {
|
|
|
201
201
|
* Rule mark specific styling options.
|
|
202
202
|
*/
|
|
203
203
|
ruleStyle?: RuleChartStyle;
|
|
204
|
-
}
|
|
204
|
+
}
|
|
205
205
|
|
|
206
206
|
const ChartNativeView: React.ComponentType<ChartProps> = requireNativeView('ExpoUI', 'ChartView');
|
|
207
207
|
|
|
@@ -5,7 +5,7 @@ import { type NativeSyntheticEvent, processColor } from 'react-native';
|
|
|
5
5
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
6
6
|
import { type CommonViewModifierProps } from '../types';
|
|
7
7
|
|
|
8
|
-
export
|
|
8
|
+
export interface ColorPickerProps extends CommonViewModifierProps {
|
|
9
9
|
/**
|
|
10
10
|
* The currently selected color in the format `#RRGGBB` or `#RRGGBBAA`.
|
|
11
11
|
*/
|
|
@@ -22,7 +22,7 @@ export type ColorPickerProps = {
|
|
|
22
22
|
* Whether the color picker should support opacity.
|
|
23
23
|
*/
|
|
24
24
|
supportsOpacity?: boolean;
|
|
25
|
-
}
|
|
25
|
+
}
|
|
26
26
|
|
|
27
27
|
type onSelectionChangeEvent = NativeSyntheticEvent<{ value: string }>;
|
|
28
28
|
|
|
@@ -8,7 +8,7 @@ import { type CommonViewModifierProps } from '../types';
|
|
|
8
8
|
/**
|
|
9
9
|
* Props of the `ConfirmationDialog` component.
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export interface ConfirmationDialogProps extends CommonViewModifierProps {
|
|
12
12
|
/**
|
|
13
13
|
* The contents of the confirmation dialog.
|
|
14
14
|
* Should include `ConfirmationDialog.Trigger`, `ConfirmationDialog.Actions`, and optionally `ConfirmationDialog.Message`.
|
|
@@ -31,7 +31,7 @@ export type ConfirmationDialogProps = {
|
|
|
31
31
|
* @default 'automatic'
|
|
32
32
|
*/
|
|
33
33
|
titleVisibility?: 'automatic' | 'visible' | 'hidden';
|
|
34
|
-
}
|
|
34
|
+
}
|
|
35
35
|
|
|
36
36
|
type NativeConfirmationDialogProps = Omit<ConfirmationDialogProps, 'onIsPresentedChange'> & {
|
|
37
37
|
onIsPresentedChange?: (event: NativeSyntheticEvent<{ isPresented: boolean }>) => void;
|
|
@@ -6,19 +6,19 @@ import { type CommonViewModifierProps } from '../types';
|
|
|
6
6
|
/**
|
|
7
7
|
* Props of the `ContextMenu` component.
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export interface ContextMenuProps extends CommonViewModifierProps {
|
|
10
10
|
/**
|
|
11
11
|
* The contents of the context menu.
|
|
12
12
|
* Should include `ContextMenu.Trigger`, `ContextMenu.Items`, and optionally `ContextMenu.Preview`.
|
|
13
13
|
*/
|
|
14
14
|
children: ReactNode;
|
|
15
|
-
}
|
|
15
|
+
}
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Props of the `Submenu` component.
|
|
19
19
|
* @deprecated Use `ContextMenu` component as submenu instead.
|
|
20
20
|
*/
|
|
21
|
-
export
|
|
21
|
+
export interface SubmenuProps {
|
|
22
22
|
/**
|
|
23
23
|
* The button that will be used to expand the submenu. On Android the `text` prop of the `Button` will be used as a section title.
|
|
24
24
|
*/
|
|
@@ -27,4 +27,4 @@ export type SubmenuProps = {
|
|
|
27
27
|
* Children of the submenu. Only `Button`, `Toggle`, `Picker` and `Submenu` elements should be used.
|
|
28
28
|
*/
|
|
29
29
|
children: ReactNode;
|
|
30
|
-
}
|
|
30
|
+
}
|
|
@@ -11,7 +11,7 @@ export type DateRange = {
|
|
|
11
11
|
end?: Date;
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
export
|
|
14
|
+
export interface DatePickerProps extends CommonViewModifierProps {
|
|
15
15
|
/**
|
|
16
16
|
* A title/label displayed on the picker.
|
|
17
17
|
*/
|
|
@@ -37,7 +37,7 @@ export type DatePickerProps = {
|
|
|
37
37
|
* Children to use as a custom label.
|
|
38
38
|
*/
|
|
39
39
|
children?: React.ReactNode;
|
|
40
|
-
}
|
|
40
|
+
}
|
|
41
41
|
|
|
42
42
|
type NativeDatePickerProps = Omit<DatePickerProps, 'selection' | 'range' | 'onDateChange'> & {
|
|
43
43
|
selection?: string;
|
|
@@ -2,7 +2,7 @@ import { requireNativeView } from 'expo';
|
|
|
2
2
|
|
|
3
3
|
import { type CommonViewModifierProps } from '../types';
|
|
4
4
|
|
|
5
|
-
export
|
|
5
|
+
export interface DividerProps extends CommonViewModifierProps {}
|
|
6
6
|
|
|
7
7
|
const DividerNativeView: React.ComponentType<DividerProps> = requireNativeView(
|
|
8
8
|
'ExpoUI',
|
|
@@ -4,7 +4,7 @@ import { Slot } from '../SlotView';
|
|
|
4
4
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
5
5
|
import { type CommonViewModifierProps } from '../types';
|
|
6
6
|
|
|
7
|
-
export
|
|
7
|
+
export interface GaugeProps extends CommonViewModifierProps {
|
|
8
8
|
/**
|
|
9
9
|
* The current value of the gauge.
|
|
10
10
|
*/
|
|
@@ -35,7 +35,7 @@ export type GaugeProps = {
|
|
|
35
35
|
* A label showing the maximum value. Use `Text` or `Label` to display the value.
|
|
36
36
|
*/
|
|
37
37
|
maximumValueLabel?: React.ReactNode;
|
|
38
|
-
}
|
|
38
|
+
}
|
|
39
39
|
|
|
40
40
|
type NativeGaugeProps = Omit<
|
|
41
41
|
GaugeProps,
|
|
@@ -3,7 +3,7 @@ import { requireNativeView } from 'expo';
|
|
|
3
3
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
4
4
|
import { type CommonViewModifierProps } from '../types';
|
|
5
5
|
|
|
6
|
-
export
|
|
6
|
+
export interface GlassEffectContainerProps extends CommonViewModifierProps {
|
|
7
7
|
/**
|
|
8
8
|
* The children of the `GlassEffectContainer` component.
|
|
9
9
|
* These should be views with `.glassEffect()` modifiers applied.
|
|
@@ -14,7 +14,7 @@ export type GlassEffectContainerProps = {
|
|
|
14
14
|
* This controls how close elements need to be to start blending together.
|
|
15
15
|
*/
|
|
16
16
|
spacing?: number;
|
|
17
|
-
}
|
|
17
|
+
}
|
|
18
18
|
|
|
19
19
|
type NativeGlassEffectContainerProps = GlassEffectContainerProps;
|
|
20
20
|
|
|
@@ -4,7 +4,7 @@ import React from 'react';
|
|
|
4
4
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
5
5
|
import { type CommonViewModifierProps } from '../types';
|
|
6
6
|
|
|
7
|
-
export
|
|
7
|
+
export interface GridProps extends CommonViewModifierProps {
|
|
8
8
|
/**
|
|
9
9
|
* The guide for aligning the child views within the space allocated for a given cell. The default is center.
|
|
10
10
|
*/
|
|
@@ -33,7 +33,7 @@ export type GridProps = {
|
|
|
33
33
|
*/
|
|
34
34
|
horizontalSpacing?: number;
|
|
35
35
|
children: React.ReactNode;
|
|
36
|
-
}
|
|
36
|
+
}
|
|
37
37
|
|
|
38
38
|
const GridNativeView: React.ComponentType<GridProps> = requireNativeView('ExpoUI', 'GridView');
|
|
39
39
|
|
|
@@ -3,7 +3,7 @@ import { requireNativeView } from 'expo';
|
|
|
3
3
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
4
4
|
import { type CommonViewModifierProps } from '../types';
|
|
5
5
|
|
|
6
|
-
export
|
|
6
|
+
export interface HStackProps extends CommonViewModifierProps {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
/**
|
|
9
9
|
* The spacing between children.
|
|
@@ -13,7 +13,7 @@ export type HStackProps = {
|
|
|
13
13
|
* The vertical alignment of children within the stack.
|
|
14
14
|
*/
|
|
15
15
|
alignment?: 'top' | 'center' | 'bottom' | 'firstTextBaseline' | 'lastTextBaseline';
|
|
16
|
-
}
|
|
16
|
+
}
|
|
17
17
|
|
|
18
18
|
const HStackNativeView: React.ComponentType<HStackProps> = requireNativeView(
|
|
19
19
|
'ExpoUI',
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { requireNativeView } from 'expo';
|
|
2
|
-
import { I18nManager, type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
+
import { I18nManager, type ColorValue, type StyleProp, type ViewStyle } from 'react-native';
|
|
3
3
|
|
|
4
4
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
5
5
|
import { type CommonViewModifierProps } from '../types';
|
|
6
6
|
|
|
7
|
-
export
|
|
7
|
+
export interface HostProps extends CommonViewModifierProps {
|
|
8
8
|
/**
|
|
9
9
|
* When true, the host view will update its size in the React Native view tree to match the content's layout from SwiftUI.
|
|
10
10
|
* Can be only set once on mount.
|
|
@@ -30,6 +30,13 @@ export type HostProps = {
|
|
|
30
30
|
*/
|
|
31
31
|
colorScheme?: 'light' | 'dark';
|
|
32
32
|
|
|
33
|
+
/**
|
|
34
|
+
* Seed color applied to the SwiftUI content as its tint. It propagates
|
|
35
|
+
* through the SwiftUI environment to theme interactive elements (buttons,
|
|
36
|
+
* switches, sliders, and similar controls) rendered by the children.
|
|
37
|
+
*/
|
|
38
|
+
seedColor?: ColorValue;
|
|
39
|
+
|
|
33
40
|
/**
|
|
34
41
|
* The layout direction for the SwiftUI content.
|
|
35
42
|
* Defaults to the current locale direction from I18nManager.
|
|
@@ -46,7 +53,7 @@ export type HostProps = {
|
|
|
46
53
|
children: React.ReactNode;
|
|
47
54
|
style?: StyleProp<ViewStyle>;
|
|
48
55
|
pointerEvents?: 'box-none' | 'none' | 'box-only' | 'auto';
|
|
49
|
-
}
|
|
56
|
+
}
|
|
50
57
|
|
|
51
58
|
const HostNativeView: React.ComponentType<
|
|
52
59
|
HostProps & { matchContentsVertical?: boolean; matchContentsHorizontal?: boolean }
|
|
@@ -62,6 +69,7 @@ export function Host(props: HostProps) {
|
|
|
62
69
|
ignoreSafeArea,
|
|
63
70
|
modifiers,
|
|
64
71
|
layoutDirection,
|
|
72
|
+
seedColor,
|
|
65
73
|
...restProps
|
|
66
74
|
} = props;
|
|
67
75
|
|
|
@@ -80,6 +88,7 @@ export function Host(props: HostProps) {
|
|
|
80
88
|
layoutDirection ?? (I18nManager.getConstants().isRTL ? 'rightToLeft' : 'leftToRight')
|
|
81
89
|
}
|
|
82
90
|
ignoreSafeArea={ignoreSafeArea}
|
|
91
|
+
seedColor={seedColor}
|
|
83
92
|
{...restProps}
|
|
84
93
|
/>
|
|
85
94
|
);
|
|
@@ -6,7 +6,7 @@ import { Slot } from '../SlotView';
|
|
|
6
6
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
7
7
|
import { type CommonViewModifierProps } from '../types';
|
|
8
8
|
|
|
9
|
-
export
|
|
9
|
+
export interface LabelProps extends CommonViewModifierProps {
|
|
10
10
|
/**
|
|
11
11
|
* The title text to be displayed in the label.
|
|
12
12
|
*/
|
|
@@ -34,7 +34,7 @@ export type LabelProps = {
|
|
|
34
34
|
* @deprecated Use `foregroundStyle` modifier instead.
|
|
35
35
|
*/
|
|
36
36
|
color?: ColorValue;
|
|
37
|
-
}
|
|
37
|
+
}
|
|
38
38
|
|
|
39
39
|
const LabelNativeView: React.ComponentType<LabelProps & { children?: React.ReactNode }> =
|
|
40
40
|
requireNativeView('ExpoUI', 'LabelView');
|
|
@@ -4,13 +4,13 @@ import { Slot } from '../SlotView';
|
|
|
4
4
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
5
5
|
import { type CommonViewModifierProps } from '../types';
|
|
6
6
|
|
|
7
|
-
export
|
|
7
|
+
export interface LabeledContentProps extends CommonViewModifierProps {
|
|
8
8
|
/**
|
|
9
9
|
* The label to be displayed in the labeled content.
|
|
10
10
|
*/
|
|
11
11
|
label?: string | React.ReactNode;
|
|
12
12
|
children: React.ReactNode;
|
|
13
|
-
}
|
|
13
|
+
}
|
|
14
14
|
|
|
15
15
|
const LabeledContentNativeView: React.ComponentType<LabeledContentProps> = requireNativeView(
|
|
16
16
|
'ExpoUI',
|
|
@@ -3,7 +3,7 @@ import { requireNativeView } from 'expo';
|
|
|
3
3
|
import { createViewModifierEventListener } from '../modifiers/utils';
|
|
4
4
|
import { type CommonViewModifierProps } from '../types';
|
|
5
5
|
|
|
6
|
-
export
|
|
6
|
+
export interface LazyHStackProps extends CommonViewModifierProps {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
/**
|
|
9
9
|
* The spacing between children.
|
|
@@ -13,7 +13,7 @@ export type LazyHStackProps = {
|
|
|
13
13
|
* The vertical alignment of children within the stack.
|
|
14
14
|
*/
|
|
15
15
|
alignment?: 'top' | 'center' | 'bottom' | 'firstTextBaseline' | 'lastTextBaseline';
|
|
16
|
-
}
|
|
16
|
+
}
|
|
17
17
|
|
|
18
18
|
const LazyHStackNativeView: React.ComponentType<LazyHStackProps> = requireNativeView(
|
|
19
19
|
'ExpoUI',
|