@draftbit/core 46.4.4-c96c31.2 → 46.4.4-ca1193.2
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/lib/commonjs/components/AnimatedCircularProgress.js +2 -12
- package/lib/commonjs/components/CardContainer.js +5 -15
- package/lib/commonjs/components/CardContainerRating.js +5 -15
- package/lib/commonjs/components/CardContainerShortImage.js +5 -17
- package/lib/commonjs/components/Carousel.js +2 -2
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +6 -24
- package/lib/commonjs/components/Checkbox/CheckboxRow.js +6 -24
- package/lib/commonjs/components/CircularProgress.js +7 -15
- package/lib/commonjs/components/DatePicker/DatePicker.js +8 -18
- package/lib/commonjs/components/DeprecatedCardWrapper.js +2 -17
- package/lib/commonjs/components/Elevation.js +3 -15
- package/lib/commonjs/components/Picker/PickerComponent.android.js +5 -24
- package/lib/commonjs/components/Picker/PickerComponent.web.js +5 -24
- package/lib/commonjs/components/ProgressBar.js +7 -23
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js +6 -24
- package/lib/commonjs/components/ScreenContainer.js +5 -23
- package/lib/commonjs/components/StepIndicator.js +16 -34
- package/lib/commonjs/components/Stepper.js +1 -2
- package/lib/commonjs/components/Text.js +10 -40
- package/lib/commonjs/components/TextField.js +30 -63
- package/lib/commonjs/mappings/AudioPlayer.js +32 -2
- package/lib/commonjs/mappings/DatePicker.js +0 -13
- package/lib/commonjs/mappings/DatePickerInput.js +91 -0
- package/lib/commonjs/mappings/StarRating.js +2 -6
- package/lib/commonjs/mappings/TextArea.js +14 -3
- package/lib/commonjs/mappings/TextField.js +14 -4
- package/lib/commonjs/mappings/TextInput.js +14 -3
- package/lib/module/components/Accordion/AccordionItem.js +5 -26
- package/lib/module/components/Banner.js +4 -24
- package/lib/module/components/Button.js +11 -32
- package/lib/module/components/CardBlock.js +5 -15
- package/lib/module/components/Carousel.js +12 -36
- package/lib/module/components/Checkbox/CheckboxGroupRow.js +6 -24
- package/lib/module/components/Checkbox/CheckboxRow.js +6 -24
- package/lib/module/components/Checkbox/context.js +1 -1
- package/lib/module/components/CircularProgress.js +7 -15
- package/lib/module/components/DatePicker/DatePicker.js +16 -42
- package/lib/module/components/DeprecatedFAB.js +4 -22
- package/lib/module/components/Image.js +3 -18
- package/lib/module/components/Layout.js +21 -43
- package/lib/module/components/Picker/Picker.js +6 -13
- package/lib/module/components/Portal/PortalConsumer.js +8 -8
- package/lib/module/components/Portal/PortalHost.js +15 -26
- package/lib/module/components/RadioButton/RadioButton.js +2 -15
- package/lib/module/components/RadioButton/RadioButtonGroup.js +3 -17
- package/lib/module/components/RadioButton/RadioButtonRow.js +6 -24
- package/lib/module/components/RadioButton/context.js +1 -1
- package/lib/module/components/Stepper.js +1 -2
- package/lib/module/components/Surface.js +2 -16
- package/lib/module/components/Switch.js +10 -23
- package/lib/module/components/TextField.js +30 -62
- package/lib/module/mappings/AudioPlayer.js +33 -3
- package/lib/module/mappings/DatePicker.js +1 -14
- package/lib/module/mappings/DatePickerInput.js +82 -0
- package/lib/module/mappings/FieldSearchBarFull.js +1 -4
- package/lib/module/mappings/StarRating.js +2 -7
- package/lib/module/mappings/TextArea.js +15 -4
- package/lib/module/mappings/TextField.js +14 -4
- package/lib/module/mappings/TextInput.js +15 -4
- package/lib/typescript/src/Provider.d.ts +1 -0
- package/lib/typescript/src/Provider.d.ts.map +1 -0
- package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts +1 -0
- package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/Accordion/AccordionItem.d.ts +1 -0
- package/lib/typescript/src/components/Accordion/AccordionItem.d.ts.map +1 -0
- package/lib/typescript/src/components/Accordion/index.d.ts +1 -0
- package/lib/typescript/src/components/Accordion/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts.map +1 -0
- package/lib/typescript/src/components/ActionSheet/index.d.ts +1 -0
- package/lib/typescript/src/components/ActionSheet/index.d.ts.map +1 -0
- package/lib/typescript/src/components/AnimatedCircularProgress.d.ts +1 -0
- package/lib/typescript/src/components/AnimatedCircularProgress.d.ts.map +1 -0
- package/lib/typescript/src/components/AspectRatio.d.ts +1 -0
- package/lib/typescript/src/components/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/src/components/AvatarEdit.d.ts +1 -0
- package/lib/typescript/src/components/AvatarEdit.d.ts.map +1 -0
- package/lib/typescript/src/components/Banner.d.ts +1 -0
- package/lib/typescript/src/components/Banner.d.ts.map +1 -0
- package/lib/typescript/src/components/Button.d.ts +1 -0
- package/lib/typescript/src/components/Button.d.ts.map +1 -0
- package/lib/typescript/src/components/Card.d.ts +1 -0
- package/lib/typescript/src/components/Card.d.ts.map +1 -0
- package/lib/typescript/src/components/CardBlock.d.ts +1 -0
- package/lib/typescript/src/components/CardBlock.d.ts.map +1 -0
- package/lib/typescript/src/components/CardContainer.d.ts +1 -0
- package/lib/typescript/src/components/CardContainer.d.ts.map +1 -0
- package/lib/typescript/src/components/CardContainerRating.d.ts +1 -0
- package/lib/typescript/src/components/CardContainerRating.d.ts.map +1 -0
- package/lib/typescript/src/components/CardContainerShortImage.d.ts +1 -0
- package/lib/typescript/src/components/CardContainerShortImage.d.ts.map +1 -0
- package/lib/typescript/src/components/CardInline.d.ts +1 -0
- package/lib/typescript/src/components/CardInline.d.ts.map +1 -0
- package/lib/typescript/src/components/Carousel.d.ts +1 -0
- package/lib/typescript/src/components/Carousel.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/context.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/context.d.ts.map +1 -0
- package/lib/typescript/src/components/Checkbox/index.d.ts +1 -0
- package/lib/typescript/src/components/Checkbox/index.d.ts.map +1 -0
- package/lib/typescript/src/components/CircleImage.d.ts +1 -0
- package/lib/typescript/src/components/CircleImage.d.ts.map +1 -0
- package/lib/typescript/src/components/CircularProgress.d.ts +1 -0
- package/lib/typescript/src/components/CircularProgress.d.ts.map +1 -0
- package/lib/typescript/src/components/Config.d.ts +1 -0
- package/lib/typescript/src/components/Config.d.ts.map +1 -0
- package/lib/typescript/src/components/Container.d.ts +1 -0
- package/lib/typescript/src/components/Container.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +1 -4
- package/lib/typescript/src/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts.map +1 -0
- package/lib/typescript/src/components/DeprecatedButton.d.ts +1 -0
- package/lib/typescript/src/components/DeprecatedButton.d.ts.map +1 -0
- package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts +1 -0
- package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts.map +1 -0
- package/lib/typescript/src/components/DeprecatedFAB.d.ts +1 -0
- package/lib/typescript/src/components/DeprecatedFAB.d.ts.map +1 -0
- package/lib/typescript/src/components/Divider.d.ts +1 -0
- package/lib/typescript/src/components/Divider.d.ts.map +1 -0
- package/lib/typescript/src/components/Elevation.d.ts +1 -0
- package/lib/typescript/src/components/Elevation.d.ts.map +1 -0
- package/lib/typescript/src/components/FAB.d.ts +1 -0
- package/lib/typescript/src/components/FAB.d.ts.map +1 -0
- package/lib/typescript/src/components/FieldSearchBarFull.d.ts +1 -0
- package/lib/typescript/src/components/FieldSearchBarFull.d.ts.map +1 -0
- package/lib/typescript/src/components/FormRow.d.ts +1 -0
- package/lib/typescript/src/components/FormRow.d.ts.map +1 -0
- package/lib/typescript/src/components/Header.d.ts +1 -0
- package/lib/typescript/src/components/Header.d.ts.map +1 -0
- package/lib/typescript/src/components/HeaderLarge.d.ts +1 -0
- package/lib/typescript/src/components/HeaderLarge.d.ts.map +1 -0
- package/lib/typescript/src/components/HeaderMedium.d.ts +1 -0
- package/lib/typescript/src/components/HeaderMedium.d.ts.map +1 -0
- package/lib/typescript/src/components/HeaderOverline.d.ts +1 -0
- package/lib/typescript/src/components/HeaderOverline.d.ts.map +1 -0
- package/lib/typescript/src/components/IconButton.d.ts +1 -0
- package/lib/typescript/src/components/IconButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Image.d.ts +1 -0
- package/lib/typescript/src/components/Image.d.ts.map +1 -0
- package/lib/typescript/src/components/Justification.d.ts +1 -0
- package/lib/typescript/src/components/Justification.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout.d.ts +1 -0
- package/lib/typescript/src/components/Layout.d.ts.map +1 -0
- package/lib/typescript/src/components/NumberInput.d.ts +1 -0
- package/lib/typescript/src/components/NumberInput.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/Picker.d.ts +1 -0
- package/lib/typescript/src/components/Picker/Picker.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts.map +1 -0
- package/lib/typescript/src/components/Picker/PickerTypes.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerTypes.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/Portal.d.ts +1 -0
- package/lib/typescript/src/components/Portal/Portal.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/PortalConsumer.d.ts +1 -0
- package/lib/typescript/src/components/Portal/PortalConsumer.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/PortalHost.d.ts +1 -0
- package/lib/typescript/src/components/Portal/PortalHost.d.ts.map +1 -0
- package/lib/typescript/src/components/Portal/PortalManager.d.ts +1 -0
- package/lib/typescript/src/components/Portal/PortalManager.d.ts.map +1 -0
- package/lib/typescript/src/components/ProgressBar.d.ts +1 -0
- package/lib/typescript/src/components/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/src/components/ProgressCircle.d.ts +1 -0
- package/lib/typescript/src/components/ProgressCircle.d.ts.map +1 -0
- package/lib/typescript/src/components/ProgressIndicator.d.ts +1 -0
- package/lib/typescript/src/components/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButton.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/context.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/context.d.ts.map +1 -0
- package/lib/typescript/src/components/RadioButton/index.d.ts +1 -0
- package/lib/typescript/src/components/RadioButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ResizeMode.d.ts +1 -0
- package/lib/typescript/src/components/ResizeMode.d.ts.map +1 -0
- package/lib/typescript/src/components/Row.d.ts +1 -0
- package/lib/typescript/src/components/Row.d.ts.map +1 -0
- package/lib/typescript/src/components/RowBodyIcon.d.ts +1 -0
- package/lib/typescript/src/components/RowBodyIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts +1 -0
- package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts.map +1 -0
- package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts +1 -0
- package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/SVG.d.ts +1 -0
- package/lib/typescript/src/components/SVG.d.ts.map +1 -0
- package/lib/typescript/src/components/ScreenContainer.d.ts +1 -0
- package/lib/typescript/src/components/ScreenContainer.d.ts.map +1 -0
- package/lib/typescript/src/components/Slider.d.ts +1 -0
- package/lib/typescript/src/components/Slider.d.ts.map +1 -0
- package/lib/typescript/src/components/StarRating.d.ts +1 -0
- package/lib/typescript/src/components/StarRating.d.ts.map +1 -0
- package/lib/typescript/src/components/StepIndicator.d.ts +1 -0
- package/lib/typescript/src/components/StepIndicator.d.ts.map +1 -0
- package/lib/typescript/src/components/Stepper.d.ts +1 -0
- package/lib/typescript/src/components/Stepper.d.ts.map +1 -0
- package/lib/typescript/src/components/Surface.d.ts +1 -0
- package/lib/typescript/src/components/Surface.d.ts.map +1 -0
- package/lib/typescript/src/components/Swiper/Swiper.d.ts +1 -0
- package/lib/typescript/src/components/Swiper/Swiper.d.ts.map +1 -0
- package/lib/typescript/src/components/Swiper/SwiperItem.d.ts +1 -0
- package/lib/typescript/src/components/Swiper/SwiperItem.d.ts.map +1 -0
- package/lib/typescript/src/components/Swiper/index.d.ts +1 -0
- package/lib/typescript/src/components/Swiper/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Switch.d.ts +1 -0
- package/lib/typescript/src/components/Switch.d.ts.map +1 -0
- package/lib/typescript/src/components/Text.d.ts +1 -0
- package/lib/typescript/src/components/Text.d.ts.map +1 -0
- package/lib/typescript/src/components/TextField.d.ts +1 -0
- package/lib/typescript/src/components/TextField.d.ts.map +1 -0
- package/lib/typescript/src/components/ToggleButton.d.ts +1 -0
- package/lib/typescript/src/components/ToggleButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Touchable.d.ts +1 -0
- package/lib/typescript/src/components/Touchable.d.ts.map +1 -0
- package/lib/typescript/src/components/Touchable.web.d.ts +1 -0
- package/lib/typescript/src/components/Touchable.web.d.ts.map +1 -0
- package/lib/typescript/src/components/Typography.d.ts +1 -0
- package/lib/typescript/src/components/Typography.d.ts.map +1 -0
- package/lib/typescript/src/components/useAuthState.d.ts +1 -0
- package/lib/typescript/src/components/useAuthState.d.ts.map +1 -0
- package/lib/typescript/src/constants.d.ts +1 -0
- package/lib/typescript/src/constants.d.ts.map +1 -0
- package/lib/typescript/src/hooks.d.ts +1 -0
- package/lib/typescript/src/hooks.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/interfaces/Icon.d.ts +1 -0
- package/lib/typescript/src/interfaces/Icon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Accordion.d.ts +1 -0
- package/lib/typescript/src/mappings/Accordion.d.ts.map +1 -0
- package/lib/typescript/src/mappings/AccordionItem.d.ts +1 -0
- package/lib/typescript/src/mappings/AccordionItem.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActionSheet.d.ts +1 -0
- package/lib/typescript/src/mappings/ActionSheet.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActionSheetCancel.d.ts +1 -0
- package/lib/typescript/src/mappings/ActionSheetCancel.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActionSheetItem.d.ts +1 -0
- package/lib/typescript/src/mappings/ActionSheetItem.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ActivityIndicator.d.ts +1 -0
- package/lib/typescript/src/mappings/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/src/mappings/AudioPlayer.d.ts +63 -1
- package/lib/typescript/src/mappings/AudioPlayer.d.ts.map +1 -0
- package/lib/typescript/src/mappings/AvatarEdit.d.ts +1 -0
- package/lib/typescript/src/mappings/AvatarEdit.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Banner.d.ts +1 -0
- package/lib/typescript/src/mappings/Banner.d.ts.map +1 -0
- package/lib/typescript/src/mappings/BlurView.d.ts +1 -0
- package/lib/typescript/src/mappings/BlurView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Button.d.ts +1 -0
- package/lib/typescript/src/mappings/Button.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Card.d.ts +1 -0
- package/lib/typescript/src/mappings/Card.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardBlock.d.ts +1 -0
- package/lib/typescript/src/mappings/CardBlock.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardContainer.d.ts +1 -0
- package/lib/typescript/src/mappings/CardContainer.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardContainerRating.d.ts +1 -0
- package/lib/typescript/src/mappings/CardContainerRating.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardContainerShortImage.d.ts +1 -0
- package/lib/typescript/src/mappings/CardContainerShortImage.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CardInline.d.ts +1 -0
- package/lib/typescript/src/mappings/CardInline.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Carousel.d.ts +1 -0
- package/lib/typescript/src/mappings/Carousel.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Checkbox.d.ts +1 -0
- package/lib/typescript/src/mappings/Checkbox.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CheckboxGroup.d.ts +1 -0
- package/lib/typescript/src/mappings/CheckboxGroup.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CheckboxRow.d.ts +1 -0
- package/lib/typescript/src/mappings/CheckboxRow.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CircleImage.d.ts +1 -0
- package/lib/typescript/src/mappings/CircleImage.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Container.d.ts +1 -0
- package/lib/typescript/src/mappings/Container.d.ts.map +1 -0
- package/lib/typescript/src/mappings/CustomCode.d.ts +1 -0
- package/lib/typescript/src/mappings/CustomCode.d.ts.map +1 -0
- package/lib/typescript/src/mappings/DatePicker.d.ts +1 -42
- package/lib/typescript/src/mappings/DatePicker.d.ts.map +1 -0
- package/lib/typescript/src/mappings/DatePickerInput.d.ts +87 -0
- package/lib/typescript/src/mappings/DatePickerInput.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Divider.d.ts +1 -0
- package/lib/typescript/src/mappings/Divider.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FAB.d.ts +1 -0
- package/lib/typescript/src/mappings/FAB.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Fetch.d.ts +1 -0
- package/lib/typescript/src/mappings/Fetch.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FieldSearchBarFull.d.ts +1 -0
- package/lib/typescript/src/mappings/FieldSearchBarFull.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FlashList.d.ts +1 -0
- package/lib/typescript/src/mappings/FlashList.d.ts.map +1 -0
- package/lib/typescript/src/mappings/FlatList.d.ts +1 -0
- package/lib/typescript/src/mappings/FlatList.d.ts.map +1 -0
- package/lib/typescript/src/mappings/HeaderLarge.d.ts +1 -0
- package/lib/typescript/src/mappings/HeaderLarge.d.ts.map +1 -0
- package/lib/typescript/src/mappings/HeaderMedium.d.ts +1 -0
- package/lib/typescript/src/mappings/HeaderMedium.d.ts.map +1 -0
- package/lib/typescript/src/mappings/HeaderOverline.d.ts +1 -0
- package/lib/typescript/src/mappings/HeaderOverline.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Icon.d.ts +1 -0
- package/lib/typescript/src/mappings/Icon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/IconButton.d.ts +1 -0
- package/lib/typescript/src/mappings/IconButton.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Image.d.ts +1 -0
- package/lib/typescript/src/mappings/Image.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ImageBackground.d.ts +1 -0
- package/lib/typescript/src/mappings/ImageBackground.d.ts.map +1 -0
- package/lib/typescript/src/mappings/KeyboardAvoidingView.d.ts +1 -0
- package/lib/typescript/src/mappings/KeyboardAvoidingView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/KeyboardAwareScrollView.d.ts +1 -0
- package/lib/typescript/src/mappings/KeyboardAwareScrollView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Layout.d.ts +1 -0
- package/lib/typescript/src/mappings/Layout.d.ts.map +1 -0
- package/lib/typescript/src/mappings/LinearGradient.d.ts +1 -0
- package/lib/typescript/src/mappings/LinearGradient.d.ts.map +1 -0
- package/lib/typescript/src/mappings/MapCallout.d.ts +1 -0
- package/lib/typescript/src/mappings/MapCallout.d.ts.map +1 -0
- package/lib/typescript/src/mappings/MapMarker.d.ts +1 -0
- package/lib/typescript/src/mappings/MapMarker.d.ts.map +1 -0
- package/lib/typescript/src/mappings/MapView.d.ts +1 -0
- package/lib/typescript/src/mappings/MapView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Modal.d.ts +1 -0
- package/lib/typescript/src/mappings/Modal.d.ts.map +1 -0
- package/lib/typescript/src/mappings/NumberInput.d.ts +1 -0
- package/lib/typescript/src/mappings/NumberInput.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Picker.d.ts +1 -0
- package/lib/typescript/src/mappings/Picker.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ProgressBar.d.ts +1 -0
- package/lib/typescript/src/mappings/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ProgressCircle.d.ts +1 -0
- package/lib/typescript/src/mappings/ProgressCircle.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ProgressIndicator.d.ts +1 -0
- package/lib/typescript/src/mappings/ProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RadioButton.d.ts +1 -0
- package/lib/typescript/src/mappings/RadioButton.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RadioButtonGroup.d.ts +1 -0
- package/lib/typescript/src/mappings/RadioButtonGroup.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RadioButtonRow.d.ts +1 -0
- package/lib/typescript/src/mappings/RadioButtonRow.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RowBodyIcon.d.ts +1 -0
- package/lib/typescript/src/mappings/RowBodyIcon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RowHeadlineImageCaption.d.ts +1 -0
- package/lib/typescript/src/mappings/RowHeadlineImageCaption.d.ts.map +1 -0
- package/lib/typescript/src/mappings/RowHeadlineImageIcon.d.ts +1 -0
- package/lib/typescript/src/mappings/RowHeadlineImageIcon.d.ts.map +1 -0
- package/lib/typescript/src/mappings/SVG.d.ts +1 -0
- package/lib/typescript/src/mappings/SVG.d.ts.map +1 -0
- package/lib/typescript/src/mappings/SafeAreaView.d.ts +1 -0
- package/lib/typescript/src/mappings/SafeAreaView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ScrollView.d.ts +1 -0
- package/lib/typescript/src/mappings/ScrollView.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Slider.d.ts +1 -0
- package/lib/typescript/src/mappings/Slider.d.ts.map +1 -0
- package/lib/typescript/src/mappings/StarRating.d.ts +1 -0
- package/lib/typescript/src/mappings/StarRating.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Stepper.d.ts +1 -0
- package/lib/typescript/src/mappings/Stepper.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Surface.d.ts +1 -0
- package/lib/typescript/src/mappings/Surface.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Swiper.d.ts +1 -0
- package/lib/typescript/src/mappings/Swiper.d.ts.map +1 -0
- package/lib/typescript/src/mappings/SwiperItem.d.ts +1 -0
- package/lib/typescript/src/mappings/SwiperItem.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Switch.d.ts +1 -0
- package/lib/typescript/src/mappings/Switch.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Text.d.ts +1 -0
- package/lib/typescript/src/mappings/Text.d.ts.map +1 -0
- package/lib/typescript/src/mappings/TextArea.d.ts +22 -1
- package/lib/typescript/src/mappings/TextArea.d.ts.map +1 -0
- package/lib/typescript/src/mappings/TextField.d.ts +23 -2
- package/lib/typescript/src/mappings/TextField.d.ts.map +1 -0
- package/lib/typescript/src/mappings/TextInput.d.ts +22 -1
- package/lib/typescript/src/mappings/TextInput.d.ts.map +1 -0
- package/lib/typescript/src/mappings/ToggleButton.d.ts +1 -0
- package/lib/typescript/src/mappings/ToggleButton.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Touchable.d.ts +1 -0
- package/lib/typescript/src/mappings/Touchable.d.ts.map +1 -0
- package/lib/typescript/src/mappings/Video.d.ts +1 -0
- package/lib/typescript/src/mappings/Video.d.ts.map +1 -0
- package/lib/typescript/src/mappings/View.d.ts +1 -0
- package/lib/typescript/src/mappings/View.d.ts.map +1 -0
- package/lib/typescript/src/mappings/WebView.d.ts +1 -0
- package/lib/typescript/src/mappings/WebView.d.ts.map +1 -0
- package/lib/typescript/src/styles/DarkTheme.d.ts +1 -0
- package/lib/typescript/src/styles/DarkTheme.d.ts.map +1 -0
- package/lib/typescript/src/styles/DefaultTheme.d.ts +1 -0
- package/lib/typescript/src/styles/DefaultTheme.d.ts.map +1 -0
- package/lib/typescript/src/styles/fonts.d.ts +1 -0
- package/lib/typescript/src/styles/fonts.d.ts.map +1 -0
- package/lib/typescript/src/styles/overlay.d.ts +1 -0
- package/lib/typescript/src/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/src/styles/shadow.d.ts +1 -0
- package/lib/typescript/src/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/src/theming.d.ts +1 -0
- package/lib/typescript/src/theming.d.ts.map +1 -0
- package/lib/typescript/src/utilities.d.ts +1 -0
- package/lib/typescript/src/utilities.d.ts.map +1 -0
- package/package.json +15 -5
- package/src/components/Carousel.js +2 -2
- package/src/components/Carousel.tsx +2 -2
- package/src/components/DatePicker/DatePicker.js +8 -14
- package/src/components/DatePicker/DatePicker.tsx +7 -23
- package/src/components/Stepper.js +0 -1
- package/src/components/Stepper.tsx +1 -1
- package/src/mappings/AudioPlayer.js +39 -2
- package/src/mappings/AudioPlayer.ts +41 -1
- package/src/mappings/DatePicker.js +1 -21
- package/src/mappings/DatePicker.ts +0 -23
- package/src/mappings/DatePickerInput.js +93 -0
- package/src/mappings/DatePickerInput.ts +104 -0
- package/src/mappings/TextArea.js +15 -4
- package/src/mappings/TextArea.ts +15 -3
- package/src/mappings/TextField.js +14 -4
- package/src/mappings/TextField.ts +14 -4
- package/src/mappings/TextInput.js +15 -4
- package/src/mappings/TextInput.ts +15 -3
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
+
|
|
1
3
|
import React from "react";
|
|
2
4
|
import { View } from "react-native";
|
|
3
5
|
import { Svg, Path, G } from "react-native-svg";
|
|
@@ -6,23 +8,23 @@ class CircularProgress extends React.Component {
|
|
|
6
8
|
constructor() {
|
|
7
9
|
super(...arguments);
|
|
8
10
|
|
|
9
|
-
this
|
|
11
|
+
_defineProperty(this, "polarToCartesian", (centerX, centerY, radius, angleInDegrees) => {
|
|
10
12
|
var angleInRadians = (angleInDegrees - 90) * Math.PI / 180.0;
|
|
11
13
|
return {
|
|
12
14
|
x: centerX + radius * Math.cos(angleInRadians),
|
|
13
15
|
y: centerY + radius * Math.sin(angleInRadians)
|
|
14
16
|
};
|
|
15
|
-
};
|
|
17
|
+
});
|
|
16
18
|
|
|
17
|
-
this
|
|
19
|
+
_defineProperty(this, "circlePath", (x, y, radius, startAngle, endAngle) => {
|
|
18
20
|
var start = this.polarToCartesian(x, y, radius, endAngle * 0.9999);
|
|
19
21
|
var end = this.polarToCartesian(x, y, radius, startAngle);
|
|
20
22
|
var largeArcFlag = endAngle - startAngle <= 180 ? "0" : "1";
|
|
21
23
|
var d = ["M", start.x, start.y, "A", radius, radius, 0, largeArcFlag, 0, end.x, end.y];
|
|
22
24
|
return d.join(" ");
|
|
23
|
-
};
|
|
25
|
+
});
|
|
24
26
|
|
|
25
|
-
this
|
|
27
|
+
_defineProperty(this, "clampFill", fill => Math.min(100, Math.max(0, fill)));
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
render() {
|
|
@@ -105,14 +107,4 @@ class CircularProgress extends React.Component {
|
|
|
105
107
|
|
|
106
108
|
}
|
|
107
109
|
|
|
108
|
-
export default CircularProgress;strokeLinecap: lineCap,
|
|
109
|
-
strokeDasharray: strokeDasharrayTint,
|
|
110
|
-
fill: "transparent"
|
|
111
|
-
}), cap)), children && /*#__PURE__*/React.createElement(View, {
|
|
112
|
-
style: localChildrenContainerStyle
|
|
113
|
-
}, children(fill)));
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
110
|
export default CircularProgress;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
4
|
import { View, Animated, Text, StyleSheet, I18nManager, TextInput as NativeTextInput } from "react-native";
|
|
3
5
|
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
|
@@ -6,7 +8,6 @@ import { withTheme } from "../../theming";
|
|
|
6
8
|
import Portal from "../Portal/Portal";
|
|
7
9
|
import Touchable from "../Touchable";
|
|
8
10
|
import DateTimePicker from "./DatePickerComponent";
|
|
9
|
-
import { extractStyles } from "../../utilities";
|
|
10
11
|
const AnimatedText = Animated.createAnimatedComponent(Text);
|
|
11
12
|
const FOCUS_ANIMATION_DURATION = 150;
|
|
12
13
|
const BLUR_ANIMATION_DURATION = 180;
|
|
@@ -34,11 +35,7 @@ const DatePicker = _ref => {
|
|
|
34
35
|
rightIconName,
|
|
35
36
|
leftIconMode = "inset",
|
|
36
37
|
label,
|
|
37
|
-
labelSize,
|
|
38
|
-
labelColor,
|
|
39
38
|
placeholder,
|
|
40
|
-
borderColor: inputBorderColor,
|
|
41
|
-
borderColorActive: inputBorderColorActive,
|
|
42
39
|
...props
|
|
43
40
|
} = _ref;
|
|
44
41
|
const [value, setValue] = React.useState(date || defaultValue);
|
|
@@ -55,9 +52,6 @@ const DatePicker = _ref => {
|
|
|
55
52
|
measured: false,
|
|
56
53
|
width: 0
|
|
57
54
|
});
|
|
58
|
-
const {
|
|
59
|
-
textStyles
|
|
60
|
-
} = extractStyles(style);
|
|
61
55
|
|
|
62
56
|
const getValidDate = () => {
|
|
63
57
|
if (!value) {
|
|
@@ -159,8 +153,8 @@ const DatePicker = _ref => {
|
|
|
159
153
|
|
|
160
154
|
const MINIMIZED_LABEL_Y_OFFSET = -(typography.caption.lineHeight + 4);
|
|
161
155
|
const OUTLINE_MINIMIZED_LABEL_Y_OFFSET = -(16 * 0.5 + 4);
|
|
162
|
-
const MAXIMIZED_LABEL_FONT_SIZE =
|
|
163
|
-
const MINIMIZED_LABEL_FONT_SIZE =
|
|
156
|
+
const MAXIMIZED_LABEL_FONT_SIZE = typography.subtitle1.fontSize;
|
|
157
|
+
const MINIMIZED_LABEL_FONT_SIZE = typography.caption.fontSize;
|
|
164
158
|
const hasActiveOutline = focused;
|
|
165
159
|
let inputTextColor, activeColor, underlineColor, borderColor, placeholderColor, containerStyle, backgroundColor, inputStyle;
|
|
166
160
|
inputTextColor = colors.strong;
|
|
@@ -172,9 +166,9 @@ const DatePicker = _ref => {
|
|
|
172
166
|
underlineColor = "transparent";
|
|
173
167
|
backgroundColor = colors.divider;
|
|
174
168
|
} else {
|
|
175
|
-
activeColor =
|
|
176
|
-
placeholderColor = borderColor =
|
|
177
|
-
underlineColor =
|
|
169
|
+
activeColor = colors.primary;
|
|
170
|
+
placeholderColor = borderColor = colors.light;
|
|
171
|
+
underlineColor = colors.light;
|
|
178
172
|
backgroundColor = colors.background;
|
|
179
173
|
}
|
|
180
174
|
|
|
@@ -234,7 +228,6 @@ const DatePicker = _ref => {
|
|
|
234
228
|
};
|
|
235
229
|
const labelStyle = { ...typography.subtitle1,
|
|
236
230
|
top: type === "solid" ? 16 : 0,
|
|
237
|
-
fontFamily: textStyles === null || textStyles === void 0 ? void 0 : textStyles.fontFamily,
|
|
238
231
|
left: leftIconName && leftIconMode === "inset" ? ICON_SIZE + (type === "solid" ? 16 : 12) : 0,
|
|
239
232
|
transform: [{
|
|
240
233
|
// Move label to top
|
|
@@ -258,7 +251,7 @@ const DatePicker = _ref => {
|
|
|
258
251
|
};
|
|
259
252
|
const inputStyles = [styles.input, inputStyle, type === "solid" ? {
|
|
260
253
|
marginHorizontal: 12
|
|
261
|
-
} : {}
|
|
254
|
+
} : {}]; // const render = (props) => <NativeTextInput {...props} />;
|
|
262
255
|
|
|
263
256
|
return /*#__PURE__*/React.createElement(View, {
|
|
264
257
|
style: [styles.container, style]
|
|
@@ -269,9 +262,9 @@ const DatePicker = _ref => {
|
|
|
269
262
|
pointerEvents: "none"
|
|
270
263
|
}, /*#__PURE__*/React.createElement(View, {
|
|
271
264
|
style: [styles.container, style]
|
|
272
|
-
}, leftIconName && leftIconMode === "outset" ? /*#__PURE__*/React.createElement(Icon, {
|
|
265
|
+
}, leftIconName && leftIconMode === "outset" ? /*#__PURE__*/React.createElement(Icon, _extends({}, leftIconProps, {
|
|
273
266
|
style: leftIconStyle
|
|
274
|
-
}) : null, /*#__PURE__*/React.createElement(View, {
|
|
267
|
+
})) : null, /*#__PURE__*/React.createElement(View, {
|
|
275
268
|
style: [containerStyle, style ? {
|
|
276
269
|
height: style.height
|
|
277
270
|
} : {}]
|
|
@@ -304,7 +297,7 @@ const DatePicker = _ref => {
|
|
|
304
297
|
style: [styles.placeholder, type === "solid" ? {
|
|
305
298
|
paddingHorizontal: 12
|
|
306
299
|
} : {}, labelStyle, {
|
|
307
|
-
color:
|
|
300
|
+
color: colors.light,
|
|
308
301
|
opacity: labeled.interpolate({
|
|
309
302
|
inputRange: [0, 1],
|
|
310
303
|
outputRange: [hasActiveOutline ? 1 : 0, 0]
|
|
@@ -315,15 +308,15 @@ const DatePicker = _ref => {
|
|
|
315
308
|
style: [styles.placeholder, type === "solid" ? {
|
|
316
309
|
paddingHorizontal: 12
|
|
317
310
|
} : {}, labelStyle, {
|
|
318
|
-
color:
|
|
311
|
+
color: placeholderColor,
|
|
319
312
|
opacity: hasActiveOutline ? labeled : 1
|
|
320
313
|
}],
|
|
321
314
|
numberOfLines: 1
|
|
322
|
-
}, label)) : null, leftIconName && leftIconMode === "inset" ? /*#__PURE__*/React.createElement(Icon, {
|
|
315
|
+
}, label)) : null, leftIconName && leftIconMode === "inset" ? /*#__PURE__*/React.createElement(Icon, _extends({}, leftIconProps, {
|
|
323
316
|
style: { ...leftIconStyle,
|
|
324
317
|
marginLeft: type === "solid" ? 16 : 0
|
|
325
318
|
}
|
|
326
|
-
}) : null, /*#__PURE__*/React.createElement(NativeTextInput, {
|
|
319
|
+
})) : null, /*#__PURE__*/React.createElement(NativeTextInput, _extends({
|
|
327
320
|
value: formatDate(),
|
|
328
321
|
placeholder: label ? placeholder1 : placeholder,
|
|
329
322
|
editable: !disabled,
|
|
@@ -332,9 +325,8 @@ const DatePicker = _ref => {
|
|
|
332
325
|
onFocus: _handleFocus,
|
|
333
326
|
onBlur: _handleBlur,
|
|
334
327
|
underlineColorAndroid: "transparent",
|
|
335
|
-
style: inputStyles
|
|
336
|
-
|
|
337
|
-
})), rightIconName ? /*#__PURE__*/React.createElement(Icon, {
|
|
328
|
+
style: inputStyles
|
|
329
|
+
}, props))), rightIconName ? /*#__PURE__*/React.createElement(Icon, {
|
|
338
330
|
name: rightIconName,
|
|
339
331
|
size: ICON_SIZE,
|
|
340
332
|
color: colors.light,
|
|
@@ -406,22 +398,4 @@ const styles = StyleSheet.create({
|
|
|
406
398
|
alignSelf: "flex-end"
|
|
407
399
|
}
|
|
408
400
|
});
|
|
409
|
-
export default withTheme(DatePicker);tifyContent: "center",
|
|
410
|
-
textAlignVertical: "center",
|
|
411
|
-
margin: 0,
|
|
412
|
-
textAlign: I18nManager.isRTL ? "right" : "left"
|
|
413
|
-
},
|
|
414
|
-
placeholder: {
|
|
415
|
-
position: "absolute",
|
|
416
|
-
left: 0
|
|
417
|
-
},
|
|
418
|
-
pickerContainer: {
|
|
419
|
-
flexDirection: "column",
|
|
420
|
-
width: "100%",
|
|
421
|
-
zIndex: 100
|
|
422
|
-
},
|
|
423
|
-
closeButton: {
|
|
424
|
-
alignSelf: "flex-end"
|
|
425
|
-
}
|
|
426
|
-
});
|
|
427
401
|
export default withTheme(DatePicker);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
4
|
import { ActivityIndicator, View, StyleSheet } from "react-native";
|
|
3
5
|
import color from "color";
|
|
@@ -108,7 +110,7 @@ const FAB = _ref => {
|
|
|
108
110
|
style: [{
|
|
109
111
|
elevation
|
|
110
112
|
}, style]
|
|
111
|
-
}, /*#__PURE__*/React.createElement(Touchable, {
|
|
113
|
+
}, /*#__PURE__*/React.createElement(Touchable, _extends({}, rest, {
|
|
112
114
|
onPress: onPress,
|
|
113
115
|
accessibilityState: {
|
|
114
116
|
disabled
|
|
@@ -116,7 +118,7 @@ const FAB = _ref => {
|
|
|
116
118
|
accessibilityRole: "button",
|
|
117
119
|
disabled: disabled || loading,
|
|
118
120
|
style: buttonStyles
|
|
119
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
121
|
+
}), /*#__PURE__*/React.createElement(View, {
|
|
120
122
|
style: styles.content
|
|
121
123
|
}, icon && loading !== true ? /*#__PURE__*/React.createElement(View, {
|
|
122
124
|
style: iconStyle
|
|
@@ -156,24 +158,4 @@ const styles = StyleSheet.create({
|
|
|
156
158
|
borderRadius: 0
|
|
157
159
|
}
|
|
158
160
|
});
|
|
159
|
-
export default withTheme(FAB);erStyle: "solid"
|
|
160
|
-
},
|
|
161
|
-
content: {
|
|
162
|
-
flexDirection: "row",
|
|
163
|
-
alignItems: "center",
|
|
164
|
-
justifyContent: "center"
|
|
165
|
-
},
|
|
166
|
-
icon: {
|
|
167
|
-
alignItems: "center",
|
|
168
|
-
justifyContent: "center",
|
|
169
|
-
width: Config.buttonIconSize
|
|
170
|
-
},
|
|
171
|
-
fixed: {
|
|
172
|
-
left: 0,
|
|
173
|
-
right: 0,
|
|
174
|
-
bottom: 0,
|
|
175
|
-
height: 64,
|
|
176
|
-
borderRadius: 0
|
|
177
|
-
}
|
|
178
|
-
});
|
|
179
161
|
export default withTheme(FAB);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
/* README: Internal Image component used for stuff like Card. DO NOT EXPORT! */
|
|
2
4
|
import React from "react";
|
|
3
5
|
import { Image as NativeImage, StyleSheet } from "react-native";
|
|
@@ -62,24 +64,7 @@ const Image = _ref2 => {
|
|
|
62
64
|
height,
|
|
63
65
|
aspectRatio
|
|
64
66
|
}]
|
|
65
|
-
}, /*#__PURE__*/React.createElement(NativeImage, {
|
|
66
|
-
source: imageSource,
|
|
67
|
-
resizeMode: resizeMode,
|
|
68
|
-
style: [style, {
|
|
69
|
-
height: "100%",
|
|
70
|
-
width: "100%"
|
|
71
|
-
}]
|
|
72
|
-
}));
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
return /*#__PURE__*/React.createElement(NativeImage, { ...props,
|
|
76
|
-
source: source,
|
|
77
|
-
resizeMode: resizeMode,
|
|
78
|
-
style: style
|
|
79
|
-
});
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
export default Image;ent(NativeImage, _extends({}, props, {
|
|
67
|
+
}, /*#__PURE__*/React.createElement(NativeImage, _extends({}, props, {
|
|
83
68
|
source: imageSource,
|
|
84
69
|
resizeMode: resizeMode,
|
|
85
70
|
style: [style, {
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
|
-
import { View } from "react-native";
|
|
4
|
+
import { View } from "react-native"; // @ts-ignore
|
|
5
|
+
|
|
3
6
|
export function Center(_ref) {
|
|
4
7
|
let {
|
|
5
8
|
width = 240,
|
|
@@ -9,16 +12,15 @@ export function Center(_ref) {
|
|
|
9
12
|
style,
|
|
10
13
|
...rest
|
|
11
14
|
} = _ref;
|
|
12
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
15
|
+
return /*#__PURE__*/React.createElement(View, _extends({
|
|
13
16
|
style: [{
|
|
14
17
|
justifyContent: "center",
|
|
15
18
|
alignItems: "center",
|
|
16
19
|
width,
|
|
17
20
|
height,
|
|
18
21
|
backgroundColor: bgColor
|
|
19
|
-
}, style]
|
|
20
|
-
|
|
21
|
-
}, children);
|
|
22
|
+
}, style]
|
|
23
|
+
}, rest), children);
|
|
22
24
|
}
|
|
23
25
|
export function Circle(_ref2) {
|
|
24
26
|
let {
|
|
@@ -29,7 +31,7 @@ export function Circle(_ref2) {
|
|
|
29
31
|
...rest
|
|
30
32
|
} = _ref2;
|
|
31
33
|
const borderRadius = 1000;
|
|
32
|
-
return /*#__PURE__*/React.createElement(Center, {
|
|
34
|
+
return /*#__PURE__*/React.createElement(Center, _extends({
|
|
33
35
|
width: size,
|
|
34
36
|
height: size,
|
|
35
37
|
bgColor: bgColor,
|
|
@@ -37,9 +39,8 @@ export function Circle(_ref2) {
|
|
|
37
39
|
backgroundColor: bgColor,
|
|
38
40
|
borderRadius,
|
|
39
41
|
overflow: "hidden"
|
|
40
|
-
}]
|
|
41
|
-
|
|
42
|
-
}, children);
|
|
42
|
+
}]
|
|
43
|
+
}, rest), children);
|
|
43
44
|
}
|
|
44
45
|
export function Square(_ref3) {
|
|
45
46
|
let {
|
|
@@ -49,13 +50,12 @@ export function Square(_ref3) {
|
|
|
49
50
|
style,
|
|
50
51
|
...rest
|
|
51
52
|
} = _ref3;
|
|
52
|
-
return /*#__PURE__*/React.createElement(Center, {
|
|
53
|
+
return /*#__PURE__*/React.createElement(Center, _extends({
|
|
53
54
|
style: style,
|
|
54
55
|
width: size,
|
|
55
56
|
height: size,
|
|
56
|
-
bgColor: bgColor
|
|
57
|
-
|
|
58
|
-
}, children);
|
|
57
|
+
bgColor: bgColor
|
|
58
|
+
}, rest), children);
|
|
59
59
|
}
|
|
60
60
|
export function Row(_ref4) {
|
|
61
61
|
let {
|
|
@@ -65,14 +65,14 @@ export function Row(_ref4) {
|
|
|
65
65
|
style,
|
|
66
66
|
...rest
|
|
67
67
|
} = _ref4;
|
|
68
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
69
|
-
style: [style,
|
|
68
|
+
return /*#__PURE__*/React.createElement(View, _extends({
|
|
69
|
+
style: [style, // style goes first b/c we can't override these
|
|
70
|
+
{
|
|
70
71
|
alignItems,
|
|
71
72
|
flexDirection: "row",
|
|
72
73
|
justifyContent: justifyContent
|
|
73
|
-
}]
|
|
74
|
-
|
|
75
|
-
}, children);
|
|
74
|
+
}]
|
|
75
|
+
}, rest), children);
|
|
76
76
|
}
|
|
77
77
|
export function Spacer(_ref5) {
|
|
78
78
|
let {
|
|
@@ -84,36 +84,14 @@ export function Spacer(_ref5) {
|
|
|
84
84
|
style,
|
|
85
85
|
...rest
|
|
86
86
|
} = _ref5;
|
|
87
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
87
|
+
return /*#__PURE__*/React.createElement(View, _extends({
|
|
88
88
|
style: [style, {
|
|
89
89
|
paddingRight: right,
|
|
90
90
|
paddingTop: top,
|
|
91
91
|
paddingLeft: left,
|
|
92
92
|
paddingBottom: bottom
|
|
93
|
-
}]
|
|
94
|
-
|
|
95
|
-
}, children);
|
|
96
|
-
}
|
|
97
|
-
export function Stack(_ref6) {
|
|
98
|
-
let {
|
|
99
|
-
children,
|
|
100
|
-
justifyContent = "flex-start",
|
|
101
|
-
alignItems = "flex-start",
|
|
102
|
-
style,
|
|
103
|
-
...rest
|
|
104
|
-
} = _ref6;
|
|
105
|
-
return (
|
|
106
|
-
/*#__PURE__*/
|
|
107
|
-
// style must go first since we don't want justifyContent, alignItems overridden
|
|
108
|
-
React.createElement(View, {
|
|
109
|
-
style: [style, {
|
|
110
|
-
justifyContent,
|
|
111
|
-
alignItems
|
|
112
|
-
}],
|
|
113
|
-
...rest
|
|
114
|
-
}, children)
|
|
115
|
-
);
|
|
116
|
-
}dren);
|
|
93
|
+
}]
|
|
94
|
+
}, rest), children);
|
|
117
95
|
}
|
|
118
96
|
export function Stack(_ref6) {
|
|
119
97
|
let {
|
|
@@ -43,6 +43,8 @@ const disabledColor = "rgb(240, 240, 240)";
|
|
|
43
43
|
const errorColor = "rgba(255, 69, 100, 1)";
|
|
44
44
|
|
|
45
45
|
const Picker = _ref => {
|
|
46
|
+
var _find$label, _find;
|
|
47
|
+
|
|
46
48
|
let {
|
|
47
49
|
error,
|
|
48
50
|
options = [],
|
|
@@ -64,9 +66,6 @@ const Picker = _ref => {
|
|
|
64
66
|
rightIconName,
|
|
65
67
|
type = "solid"
|
|
66
68
|
} = _ref;
|
|
67
|
-
|
|
68
|
-
var _a, _b;
|
|
69
|
-
|
|
70
69
|
const androidPickerRef = React.useRef(undefined);
|
|
71
70
|
const [internalValue, setInternalValue] = React.useState(value || defaultValue);
|
|
72
71
|
const [pickerVisible, setPickerVisible] = React.useState(false);
|
|
@@ -86,10 +85,10 @@ const Picker = _ref => {
|
|
|
86
85
|
}
|
|
87
86
|
}, [defaultValue]);
|
|
88
87
|
React.useEffect(() => {
|
|
89
|
-
var _a;
|
|
90
|
-
|
|
91
88
|
if (pickerVisible && androidPickerRef.current) {
|
|
92
|
-
|
|
89
|
+
var _androidPickerRef$cur;
|
|
90
|
+
|
|
91
|
+
androidPickerRef === null || androidPickerRef === void 0 ? void 0 : (_androidPickerRef$cur = androidPickerRef.current) === null || _androidPickerRef$cur === void 0 ? void 0 : _androidPickerRef$cur.focus();
|
|
93
92
|
}
|
|
94
93
|
}, [pickerVisible, androidPickerRef]);
|
|
95
94
|
const normalizedOptions = normalizeOptions(options);
|
|
@@ -137,7 +136,7 @@ const Picker = _ref => {
|
|
|
137
136
|
...extractedMarginStyles
|
|
138
137
|
};
|
|
139
138
|
const stylesWithoutBordersAndMargins = omit(viewStyles, [...borderStyleNames, ...marginStyleNames, ...additionalBorderStyles, ...additionalMarginStyles]);
|
|
140
|
-
const selectedLabel = internalValue && ((
|
|
139
|
+
const selectedLabel = internalValue && ((_find$label = (_find = pickerOptions.find(option => option.value === internalValue)) === null || _find === void 0 ? void 0 : _find.label) !== null && _find$label !== void 0 ? _find$label : internalValue);
|
|
141
140
|
const labelText = label ? /*#__PURE__*/React.createElement(Text, {
|
|
142
141
|
style: {
|
|
143
142
|
textAlign: textStyles.textAlign,
|
|
@@ -332,10 +331,4 @@ const styles = StyleSheet.create({
|
|
|
332
331
|
maxHeight: deviceHeight
|
|
333
332
|
}
|
|
334
333
|
});
|
|
335
|
-
export default withTheme(Picker);ottom: 0,
|
|
336
|
-
width: "100%",
|
|
337
|
-
maxWidth: deviceWidth,
|
|
338
|
-
maxHeight: deviceHeight
|
|
339
|
-
}
|
|
340
|
-
});
|
|
341
334
|
export default withTheme(Picker);
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
4
|
export default class PortalConsumer extends React.Component {
|
|
5
|
+
constructor() {
|
|
6
|
+
super(...arguments);
|
|
7
|
+
|
|
8
|
+
_defineProperty(this, "key", void 0);
|
|
9
|
+
}
|
|
10
|
+
|
|
3
11
|
async componentDidMount() {
|
|
4
12
|
this.checkManager(); // Delay updating to prevent React from going to infinite loop
|
|
5
13
|
|
|
@@ -27,12 +35,4 @@ export default class PortalConsumer extends React.Component {
|
|
|
27
35
|
return null;
|
|
28
36
|
}
|
|
29
37
|
|
|
30
|
-
}ap your root component with `Provider` component from `react-native-paper`.\n\n" + "Please read our getting-started guide and make sure you've followed all the required steps.\n\n" + "https://callstack.github.io/react-native-paper/getting-started.html");
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
render() {
|
|
35
|
-
return null;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
38
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
4
|
import { View, StyleSheet } from "react-native";
|
|
3
5
|
import PortalManager from "./PortalManager";
|
|
@@ -31,11 +33,11 @@ export default class PortalHost extends React.Component {
|
|
|
31
33
|
constructor() {
|
|
32
34
|
super(...arguments);
|
|
33
35
|
|
|
34
|
-
this
|
|
36
|
+
_defineProperty(this, "setManager", manager => {
|
|
35
37
|
this.manager = manager;
|
|
36
|
-
};
|
|
38
|
+
});
|
|
37
39
|
|
|
38
|
-
this
|
|
40
|
+
_defineProperty(this, "mount", children => {
|
|
39
41
|
const key = this.nextKey++;
|
|
40
42
|
|
|
41
43
|
if (this.manager) {
|
|
@@ -49,9 +51,9 @@ export default class PortalHost extends React.Component {
|
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
return key;
|
|
52
|
-
};
|
|
54
|
+
});
|
|
53
55
|
|
|
54
|
-
this
|
|
56
|
+
_defineProperty(this, "update", (key, children) => {
|
|
55
57
|
if (this.manager) {
|
|
56
58
|
this.manager.update(key, children);
|
|
57
59
|
} else {
|
|
@@ -69,9 +71,9 @@ export default class PortalHost extends React.Component {
|
|
|
69
71
|
this.queue.push(op);
|
|
70
72
|
}
|
|
71
73
|
}
|
|
72
|
-
};
|
|
74
|
+
});
|
|
73
75
|
|
|
74
|
-
this
|
|
76
|
+
_defineProperty(this, "unmount", key => {
|
|
75
77
|
if (this.manager) {
|
|
76
78
|
this.manager.unmount(key);
|
|
77
79
|
} else {
|
|
@@ -80,10 +82,13 @@ export default class PortalHost extends React.Component {
|
|
|
80
82
|
key
|
|
81
83
|
});
|
|
82
84
|
}
|
|
83
|
-
};
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
_defineProperty(this, "nextKey", 0);
|
|
88
|
+
|
|
89
|
+
_defineProperty(this, "queue", []);
|
|
84
90
|
|
|
85
|
-
this
|
|
86
|
-
this.queue = [];
|
|
91
|
+
_defineProperty(this, "manager", void 0);
|
|
87
92
|
}
|
|
88
93
|
|
|
89
94
|
componentDidMount() {
|
|
@@ -127,22 +132,6 @@ export default class PortalHost extends React.Component {
|
|
|
127
132
|
}));
|
|
128
133
|
}
|
|
129
134
|
|
|
130
|
-
}
|
|
131
|
-
PortalHost.displayName = "Portal.Host";
|
|
132
|
-
const styles = StyleSheet.create({
|
|
133
|
-
container: {
|
|
134
|
-
flex: 1
|
|
135
|
-
}
|
|
136
|
-
}); }
|
|
137
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
138
|
-
style: styles.container,
|
|
139
|
-
collapsable: false,
|
|
140
|
-
pointerEvents: "box-none"
|
|
141
|
-
}, this.props.children), /*#__PURE__*/React.createElement(PortalManager, {
|
|
142
|
-
ref: this.setManager
|
|
143
|
-
}));
|
|
144
|
-
}
|
|
145
|
-
|
|
146
135
|
}
|
|
147
136
|
|
|
148
137
|
_defineProperty(PortalHost, "displayName", "Portal.Host");
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
4
|
import Config from "../Config";
|
|
3
5
|
import IconButton from "../IconButton";
|
|
@@ -32,21 +34,6 @@ const RadioButton = _ref => {
|
|
|
32
34
|
onValueChange === null || onValueChange === void 0 ? void 0 : onValueChange(realValue);
|
|
33
35
|
};
|
|
34
36
|
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconButton, {
|
|
36
|
-
Icon: Icon,
|
|
37
|
-
icon: isSelected ? selectedIcon : unselectedIcon,
|
|
38
|
-
color: isSelected ? color : unselectedColor,
|
|
39
|
-
disabled: disabled,
|
|
40
|
-
onPress: handlePress,
|
|
41
|
-
size: size,
|
|
42
|
-
style: style,
|
|
43
|
-
...rest
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export default RadioButton; onValueChange(realValue);
|
|
48
|
-
};
|
|
49
|
-
|
|
50
37
|
return /*#__PURE__*/React.createElement(IconButton, _extends({
|
|
51
38
|
Icon: Icon,
|
|
52
39
|
icon: isSelected ? selectedIcon : unselectedIcon,
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
4
|
import { View } from "react-native";
|
|
3
5
|
import { getValueForRadioButton } from "../../utilities";
|
|
@@ -46,23 +48,7 @@ const RadioButtonGroup = _ref => {
|
|
|
46
48
|
});
|
|
47
49
|
}
|
|
48
50
|
|
|
49
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
50
|
-
style: [{
|
|
51
|
-
minHeight: 40
|
|
52
|
-
}, style],
|
|
53
|
-
...rest
|
|
54
|
-
}, /*#__PURE__*/React.createElement(Provider, {
|
|
55
|
-
value: {
|
|
56
|
-
value: internalValue,
|
|
57
|
-
onValueChange: handleValueChange,
|
|
58
|
-
direction
|
|
59
|
-
}
|
|
60
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
61
|
-
style: _containerStyle
|
|
62
|
-
}, children)));
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export default RadioButtonGroup;xtends({
|
|
51
|
+
return /*#__PURE__*/React.createElement(View, _extends({
|
|
66
52
|
style: [{
|
|
67
53
|
minHeight: 40
|
|
68
54
|
}, style]
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import * as React from "react";
|
|
2
4
|
import { StyleSheet, View, Platform } from "react-native";
|
|
3
5
|
import RadioButton from "./RadioButton";
|
|
@@ -6,7 +8,7 @@ import { useRadioButtonGroupContext } from "./context";
|
|
|
6
8
|
import { Direction as GroupDirection } from "./context";
|
|
7
9
|
import Touchable from "../Touchable";
|
|
8
10
|
import { extractStyles, getValueForRadioButton } from "../../utilities";
|
|
9
|
-
export
|
|
11
|
+
export let Direction;
|
|
10
12
|
|
|
11
13
|
(function (Direction) {
|
|
12
14
|
Direction["Row"] = "row";
|
|
@@ -68,14 +70,13 @@ const RadioButtonRow = _ref => {
|
|
|
68
70
|
textStyles,
|
|
69
71
|
viewStyles
|
|
70
72
|
} = extractStyles(style);
|
|
71
|
-
return /*#__PURE__*/React.createElement(Touchable, {
|
|
73
|
+
return /*#__PURE__*/React.createElement(Touchable, _extends({
|
|
72
74
|
onPress: handlePress,
|
|
73
75
|
style: [styles.mainParent, {
|
|
74
76
|
flexDirection: direction
|
|
75
77
|
}, viewStyles],
|
|
76
|
-
disabled: disabled
|
|
77
|
-
|
|
78
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
78
|
+
disabled: disabled
|
|
79
|
+
}, rest), /*#__PURE__*/React.createElement(View, {
|
|
79
80
|
style: [styles.label, {
|
|
80
81
|
alignItems: direction === Direction.Row ? "flex-start" : "flex-end"
|
|
81
82
|
}, labelContainerStyle]
|
|
@@ -113,23 +114,4 @@ const styles = StyleSheet.create({
|
|
|
113
114
|
flex: 3
|
|
114
115
|
}
|
|
115
116
|
});
|
|
116
|
-
export default RadioButtonRow;t.create({
|
|
117
|
-
mainParent: {
|
|
118
|
-
alignItems: "center",
|
|
119
|
-
justifyContent: "space-around",
|
|
120
|
-
paddingStart: 20,
|
|
121
|
-
minHeight: 50,
|
|
122
|
-
paddingEnd: 20,
|
|
123
|
-
display: "flex",
|
|
124
|
-
...Platform.select({
|
|
125
|
-
web: {
|
|
126
|
-
cursor: "pointer",
|
|
127
|
-
userSelect: "none"
|
|
128
|
-
}
|
|
129
|
-
})
|
|
130
|
-
},
|
|
131
|
-
label: {
|
|
132
|
-
flex: 3
|
|
133
|
-
}
|
|
134
|
-
});
|
|
135
117
|
export default RadioButtonRow;
|