@hero-design/rn 8.12.3 → 8.12.5-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +9 -9
- package/.turbo/turbo-build:types.log +2 -0
- package/.turbo/turbo-lint.log +149 -0
- package/.turbo/turbo-publish:npm.log +9 -0
- package/es/index.js +38 -11
- package/lib/index.js +38 -11
- package/package.json +5 -5
- package/src/components/Tabs/ScrollableTabs.tsx +208 -167
- package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +58 -11
- package/src/types.ts +2 -0
- package/types/components/Accordion/AccordionItem.d.ts +0 -0
- package/types/components/Accordion/StyledAccordion.d.ts +0 -0
- package/types/components/Accordion/index.d.ts +0 -0
- package/types/components/Alert/StyledAlert.d.ts +0 -0
- package/types/components/Alert/index.d.ts +0 -0
- package/types/components/Attachment/StyledAttachment.d.ts +0 -0
- package/types/components/Attachment/index.d.ts +0 -0
- package/types/components/Avatar/Avatar.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
- package/types/components/Avatar/StyledAvatar.d.ts +0 -0
- package/types/components/Avatar/index.d.ts +0 -0
- package/types/components/Badge/Status.d.ts +0 -0
- package/types/components/Badge/StyledBadge.d.ts +0 -0
- package/types/components/Badge/index.d.ts +0 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
- package/types/components/BottomNavigation/index.d.ts +0 -0
- package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
- package/types/components/BottomSheet/Footer.d.ts +0 -0
- package/types/components/BottomSheet/Header.d.ts +0 -0
- package/types/components/BottomSheet/ScrollView.d.ts +0 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
- package/types/components/BottomSheet/index.d.ts +0 -0
- package/types/components/Box/StyledBox.d.ts +0 -0
- package/types/components/Box/config.d.ts +0 -0
- package/types/components/Box/index.d.ts +0 -0
- package/types/components/Box/types.d.ts +0 -0
- package/types/components/Button/Button.d.ts +0 -0
- package/types/components/Button/IconButton.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
- package/types/components/Button/StyledButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +0 -0
- package/types/components/Button/index.d.ts +0 -0
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
- package/types/components/Calendar/StyledCalendar.d.ts +0 -0
- package/types/components/Calendar/helpers.d.ts +0 -0
- package/types/components/Calendar/index.d.ts +0 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
- package/types/components/Card/DataCard/index.d.ts +0 -0
- package/types/components/Card/StyledCard.d.ts +0 -0
- package/types/components/Card/index.d.ts +0 -0
- package/types/components/Carousel/CardCarousel.d.ts +0 -0
- package/types/components/Carousel/CarouselItem.d.ts +0 -0
- package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
- package/types/components/Carousel/StyledCarousel.d.ts +0 -0
- package/types/components/Carousel/contants.d.ts +0 -0
- package/types/components/Carousel/index.d.ts +0 -0
- package/types/components/Carousel/types.d.ts +0 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
- package/types/components/Checkbox/index.d.ts +0 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -0
- package/types/components/Collapse/index.d.ts +0 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
- package/types/components/ContentNavigator/index.d.ts +0 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
- package/types/components/DatePicker/index.d.ts +0 -0
- package/types/components/DatePicker/types.d.ts +0 -0
- package/types/components/Divider/StyledDivider.d.ts +0 -0
- package/types/components/Divider/index.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
- package/types/components/Drawer/StyledDrawer.d.ts +0 -0
- package/types/components/Drawer/index.d.ts +0 -0
- package/types/components/Empty/StyledEmpty.d.ts +0 -0
- package/types/components/Empty/index.d.ts +0 -0
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/index.d.ts +0 -0
- package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
- package/types/components/FAB/FAB.d.ts +0 -0
- package/types/components/FAB/StyledFAB.d.ts +0 -0
- package/types/components/FAB/index.d.ts +0 -0
- package/types/components/Icon/AnimatedIcon.d.ts +0 -0
- package/types/components/Icon/HeroIcon/index.d.ts +0 -0
- package/types/components/Icon/IconList.d.ts +0 -0
- package/types/components/Icon/index.d.ts +0 -0
- package/types/components/Icon/utils.d.ts +0 -0
- package/types/components/Image/index.d.ts +0 -0
- package/types/components/List/BasicListItem.d.ts +0 -0
- package/types/components/List/ListItem.d.ts +0 -0
- package/types/components/List/StyledBasicListItem.d.ts +0 -0
- package/types/components/List/StyledListItem.d.ts +0 -0
- package/types/components/List/index.d.ts +0 -0
- package/types/components/PageControl/StyledPageControl.d.ts +0 -0
- package/types/components/PageControl/index.d.ts +0 -0
- package/types/components/PinInput/PinCell.d.ts +0 -0
- package/types/components/PinInput/StyledPinInput.d.ts +0 -0
- package/types/components/PinInput/index.d.ts +0 -0
- package/types/components/Progress/ProgressBar.d.ts +0 -0
- package/types/components/Progress/ProgressCircle.d.ts +0 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
- package/types/components/Progress/constants.d.ts +0 -0
- package/types/components/Progress/index.d.ts +0 -0
- package/types/components/Progress/types.d.ts +0 -0
- package/types/components/Radio/Radio.d.ts +0 -0
- package/types/components/Radio/RadioGroup.d.ts +0 -0
- package/types/components/Radio/StyledRadio.d.ts +0 -0
- package/types/components/Radio/index.d.ts +0 -0
- package/types/components/Radio/types.d.ts +0 -0
- package/types/components/RefreshControl/index.d.ts +0 -0
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/MentionList.d.ts +0 -0
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/constants.d.ts +0 -0
- package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/index.d.ts +0 -0
- package/types/components/RichTextEditor/types.d.ts +0 -0
- package/types/components/RichTextEditor/utils/events.d.ts +0 -0
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
- package/types/components/SectionHeading/index.d.ts +0 -0
- package/types/components/Select/BaseOptionList.d.ts +0 -0
- package/types/components/Select/Footer.d.ts +0 -0
- package/types/components/Select/MultiSelect/Option.d.ts +0 -0
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
- package/types/components/Select/MultiSelect/index.d.ts +0 -0
- package/types/components/Select/SingleSelect/Option.d.ts +0 -0
- package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
- package/types/components/Select/SingleSelect/index.d.ts +0 -0
- package/types/components/Select/StyledSelect.d.ts +0 -0
- package/types/components/Select/helpers.d.ts +0 -0
- package/types/components/Select/index.d.ts +0 -0
- package/types/components/Select/types.d.ts +0 -0
- package/types/components/Slider/index.d.ts +0 -0
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
- package/types/components/Spinner/StyledSpinner.d.ts +0 -0
- package/types/components/Spinner/index.d.ts +0 -0
- package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
- package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
- package/types/components/Swipeable/index.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
- package/types/components/Switch/StyledSwitch.d.ts +0 -0
- package/types/components/Switch/index.d.ts +0 -0
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabs.d.ts +8 -1
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledTabs.d.ts +0 -0
- package/types/components/Tabs/TabWithBadge.d.ts +0 -0
- package/types/components/Tabs/index.d.ts +2 -1
- package/types/components/Tabs/utils.d.ts +0 -0
- package/types/components/Tag/StyledTag.d.ts +0 -0
- package/types/components/Tag/index.d.ts +0 -0
- package/types/components/TextInput/StyledTextInput.d.ts +0 -0
- package/types/components/TextInput/index.d.ts +0 -0
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
- package/types/components/TimePicker/index.d.ts +0 -0
- package/types/components/TimePicker/types.d.ts +0 -0
- package/types/components/Toast/StyledToast.d.ts +0 -0
- package/types/components/Toast/Toast.d.ts +0 -0
- package/types/components/Toast/ToastContainer.d.ts +0 -0
- package/types/components/Toast/ToastContext.d.ts +0 -0
- package/types/components/Toast/ToastProvider.d.ts +0 -0
- package/types/components/Toast/index.d.ts +0 -0
- package/types/components/Toast/types.d.ts +0 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
- package/types/components/Toolbar/index.d.ts +0 -0
- package/types/components/Typography/Text/StyledText.d.ts +0 -0
- package/types/components/Typography/Text/index.d.ts +0 -0
- package/types/components/Typography/index.d.ts +0 -0
- package/types/index.d.ts +0 -0
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/ThemeProvider.d.ts +0 -0
- package/types/theme/ThemeSwitcher.d.ts +0 -0
- package/types/theme/components/accordion.d.ts +0 -0
- package/types/theme/components/alert.d.ts +0 -0
- package/types/theme/components/attachment.d.ts +0 -0
- package/types/theme/components/avatar.d.ts +0 -0
- package/types/theme/components/badge.d.ts +0 -0
- package/types/theme/components/bottomNavigation.d.ts +0 -0
- package/types/theme/components/bottomSheet.d.ts +0 -0
- package/types/theme/components/button.d.ts +0 -0
- package/types/theme/components/calendar.d.ts +0 -0
- package/types/theme/components/card.d.ts +0 -0
- package/types/theme/components/cardCarousel.d.ts +0 -0
- package/types/theme/components/carousel.d.ts +0 -0
- package/types/theme/components/checkbox.d.ts +0 -0
- package/types/theme/components/contentNavigator.d.ts +0 -0
- package/types/theme/components/datePicker.d.ts +0 -0
- package/types/theme/components/divider.d.ts +0 -0
- package/types/theme/components/drawer.d.ts +0 -0
- package/types/theme/components/empty.d.ts +0 -0
- package/types/theme/components/fab.d.ts +0 -0
- package/types/theme/components/icon.d.ts +0 -0
- package/types/theme/components/image.d.ts +0 -0
- package/types/theme/components/list.d.ts +0 -0
- package/types/theme/components/pageControl.d.ts +0 -0
- package/types/theme/components/pinInput.d.ts +0 -0
- package/types/theme/components/progress.d.ts +0 -0
- package/types/theme/components/radio.d.ts +0 -0
- package/types/theme/components/refreshControl.d.ts +0 -0
- package/types/theme/components/richTextEditor.d.ts +0 -0
- package/types/theme/components/sectionHeading.d.ts +0 -0
- package/types/theme/components/select.d.ts +0 -0
- package/types/theme/components/slider.d.ts +0 -0
- package/types/theme/components/spinner.d.ts +0 -0
- package/types/theme/components/swipeable.d.ts +0 -0
- package/types/theme/components/switch.d.ts +0 -0
- package/types/theme/components/tabs.d.ts +0 -0
- package/types/theme/components/tag.d.ts +0 -0
- package/types/theme/components/textInput.d.ts +0 -0
- package/types/theme/components/timePicker.d.ts +0 -0
- package/types/theme/components/toast.d.ts +0 -0
- package/types/theme/components/toolbar.d.ts +0 -0
- package/types/theme/components/typography.d.ts +0 -0
- package/types/theme/getTheme.d.ts +0 -0
- package/types/theme/global/borders.d.ts +0 -0
- package/types/theme/global/colors/eBens.d.ts +0 -0
- package/types/theme/global/colors/global.d.ts +0 -0
- package/types/theme/global/colors/globalDark.d.ts +0 -0
- package/types/theme/global/colors/jobs.d.ts +0 -0
- package/types/theme/global/colors/swag.d.ts +0 -0
- package/types/theme/global/colors/swagDark.d.ts +0 -0
- package/types/theme/global/colors/types.d.ts +0 -0
- package/types/theme/global/colors/wallet.d.ts +0 -0
- package/types/theme/global/colors/work.d.ts +0 -0
- package/types/theme/global/index.d.ts +0 -0
- package/types/theme/global/scale.d.ts +0 -0
- package/types/theme/global/sizes.d.ts +0 -0
- package/types/theme/global/space.d.ts +0 -0
- package/types/theme/global/typography.d.ts +0 -0
- package/types/theme/index.d.ts +0 -0
- package/types/types.d.ts +2 -1
- package/types/utils/functions.d.ts +0 -0
- package/types/utils/helpers.d.ts +0 -0
- package/types/utils/hooks.d.ts +0 -0
- package/types/utils/scale.d.ts +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
1
|
+
[34m@hero-design/rn:build[0m: cache hit, replaying output [2mf482b851404033d4[0m
|
|
2
|
+
[34m@hero-design/rn:build: [0m$ yarn build:js && yarn build:types
|
|
3
|
+
[34m@hero-design/rn:build: [0m$ rollup -c
|
|
4
|
+
[34m@hero-design/rn:build: [0m[36m
|
|
5
|
+
[34m@hero-design/rn:build: [0m[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
6
|
+
[34m@hero-design/rn:build: [0m[1m[33m(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.[39m[22m
|
|
7
|
+
[34m@hero-design/rn:build: [0m[1m[33m(!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/Volumes/Data/Projects/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning[39m[22m
|
|
8
|
+
[34m@hero-design/rn:build: [0m[32mcreated [1mlib/index.js, es/index.js[22m in [1m30s[22m[39m
|
|
9
|
+
[34m@hero-design/rn:build: [0m$ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
[34m@hero-design/rn:lint[0m: cache hit, replaying output [2m6363842493954154[0m
|
|
2
|
+
[34m@hero-design/rn:lint: [0m$ eslint src --ext .js,.jsx,.ts,.tsx --ignore-path ../../.gitignore
|
|
3
|
+
[34m@hero-design/rn:lint: [0m
|
|
4
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/BottomSheet/ScrollView.tsx
|
|
5
|
+
[34m@hero-design/rn:lint: [0m 25:5 warning React Hook useCallback has missing dependencies: 'props' and 'setInternalShowDivider'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback react-hooks/exhaustive-deps
|
|
6
|
+
[34m@hero-design/rn:lint: [0m 34:5 warning React Hook useCallback has missing dependencies: 'props' and 'setInternalShowDivider'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback react-hooks/exhaustive-deps
|
|
7
|
+
[34m@hero-design/rn:lint: [0m 43:5 warning React Hook useCallback has missing dependencies: 'props' and 'setInternalShowDivider'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback react-hooks/exhaustive-deps
|
|
8
|
+
[34m@hero-design/rn:lint: [0m
|
|
9
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/BottomSheet/index.tsx
|
|
10
|
+
[34m@hero-design/rn:lint: [0m 123:32 warning The ref value 'animatedValue.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'animatedValue.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
|
|
11
|
+
[34m@hero-design/rn:lint: [0m 124:6 warning React Hook useEffect has missing dependencies: 'onDismiss' and 'visible'. Either include them or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
|
|
12
|
+
[34m@hero-design/rn:lint: [0m 137:6 warning React Hook useEffect has a missing dependency: 'onAnimationEnd'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
13
|
+
[34m@hero-design/rn:lint: [0m
|
|
14
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Button/LoadingIndicator/index.tsx
|
|
15
|
+
[34m@hero-design/rn:lint: [0m 118:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
16
|
+
[34m@hero-design/rn:lint: [0m
|
|
17
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Carousel/CardCarousel.tsx
|
|
18
|
+
[34m@hero-design/rn:lint: [0m 105:7 warning React Hook useCallback has a missing dependency: 'items.length'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
19
|
+
[34m@hero-design/rn:lint: [0m 121:8 warning React Hook useCallback has an unnecessary dependency: 'itemWidth'. Either exclude it or remove the dependency array react-hooks/exhaustive-deps
|
|
20
|
+
[34m@hero-design/rn:lint: [0m
|
|
21
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Carousel/__tests__/CardCarousel.spec.tsx
|
|
22
|
+
[34m@hero-design/rn:lint: [0m 47:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
23
|
+
[34m@hero-design/rn:lint: [0m 47:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
24
|
+
[34m@hero-design/rn:lint: [0m 93:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
25
|
+
[34m@hero-design/rn:lint: [0m 93:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
26
|
+
[34m@hero-design/rn:lint: [0m
|
|
27
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Carousel/index.tsx
|
|
28
|
+
[34m@hero-design/rn:lint: [0m 108:6 warning React Hook useEffect has missing dependencies: 'scrollX' and 'width'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
29
|
+
[34m@hero-design/rn:lint: [0m 114:6 warning React Hook useCallback has a missing dependency: 'internalOnItemIndexChange'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
30
|
+
[34m@hero-design/rn:lint: [0m
|
|
31
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Collapse/index.tsx
|
|
32
|
+
[34m@hero-design/rn:lint: [0m 48:6 warning React Hook useEffect has a missing dependency: 'collapseAnim'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
33
|
+
[34m@hero-design/rn:lint: [0m
|
|
34
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/DatePicker/DatePickerAndroid.tsx
|
|
35
|
+
[34m@hero-design/rn:lint: [0m 53:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
36
|
+
[34m@hero-design/rn:lint: [0m
|
|
37
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/DatePicker/DatePickerIOS.tsx
|
|
38
|
+
[34m@hero-design/rn:lint: [0m 75:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
39
|
+
[34m@hero-design/rn:lint: [0m
|
|
40
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Drawer/DragableDrawer/index.tsx
|
|
41
|
+
[34m@hero-design/rn:lint: [0m 78:6 warning React Hook useEffect has a missing dependency: 'pan'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
42
|
+
[34m@hero-design/rn:lint: [0m 88:6 warning React Hook useEffect has missing dependencies: 'initialHeightPercentage' and 'minimumHeightPercentage'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
43
|
+
[34m@hero-design/rn:lint: [0m 104:6 warning React Hook useEffect has missing dependencies: 'pan' and 'snapPoints'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
44
|
+
[34m@hero-design/rn:lint: [0m 127:6 warning React Hook useEffect has missing dependencies: 'height', 'minimumHeightPercentage', 'onCollapsed', 'onExpanded', and 'pan'. Either include them or remove the dependency array. If 'onExpanded' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
|
|
45
|
+
[34m@hero-design/rn:lint: [0m
|
|
46
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Drawer/index.tsx
|
|
47
|
+
[34m@hero-design/rn:lint: [0m 69:6 warning React Hook useEffect has a missing dependency: 'animatedValue'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
48
|
+
[34m@hero-design/rn:lint: [0m
|
|
49
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Icon/utils.ts
|
|
50
|
+
[34m@hero-design/rn:lint: [0m 3:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
51
|
+
[34m@hero-design/rn:lint: [0m
|
|
52
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/PageControl/index.tsx
|
|
53
|
+
[34m@hero-design/rn:lint: [0m 40:6 warning React Hook React.useEffect has a missing dependency: 'animatedValue'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
54
|
+
[34m@hero-design/rn:lint: [0m
|
|
55
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/PinInput/index.tsx
|
|
56
|
+
[34m@hero-design/rn:lint: [0m 114:6 warning React Hook useCallback has missing dependencies: 'length', 'onChangeText', and 'onFulfill'. Either include them or remove the dependency array. If 'onChangeText' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
|
|
57
|
+
[34m@hero-design/rn:lint: [0m 121:6 warning React Hook useEffect has missing dependencies: 'autoFocus' and 'focus'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
58
|
+
[34m@hero-design/rn:lint: [0m
|
|
59
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/RichTextEditor/EditorToolbar.tsx
|
|
60
|
+
[34m@hero-design/rn:lint: [0m 147:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
61
|
+
[34m@hero-design/rn:lint: [0m 208:5 warning React Hook useMemo has missing dependencies: 'normalizeEventName' and 'toggleToolbarButton'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
62
|
+
[34m@hero-design/rn:lint: [0m
|
|
63
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/RichTextEditor/MentionList.tsx
|
|
64
|
+
[34m@hero-design/rn:lint: [0m 63:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
65
|
+
[34m@hero-design/rn:lint: [0m
|
|
66
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/RichTextEditor/RichTextEditor.tsx
|
|
67
|
+
[34m@hero-design/rn:lint: [0m 50:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
68
|
+
[34m@hero-design/rn:lint: [0m 145:6 warning React Hook useMemo has an unnecessary dependency: 'isFocused'. Either exclude it or remove the dependency array react-hooks/exhaustive-deps
|
|
69
|
+
[34m@hero-design/rn:lint: [0m 171:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
70
|
+
[34m@hero-design/rn:lint: [0m 207:6 warning React Hook useMemo has missing dependencies: 'autoFocus', 'placeholder', 'theme.__hd__.richTextEditor.colors.text', 'theme.__hd__.richTextEditor.fontSizes.editor', and 'value'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
71
|
+
[34m@hero-design/rn:lint: [0m 244:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
72
|
+
[34m@hero-design/rn:lint: [0m 246:61 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
73
|
+
[34m@hero-design/rn:lint: [0m 306:5 warning React Hook useCallback has missing dependencies: 'handleEditorLayoutEvent', 'normalizeEventName', 'onChange', and 'onCursorChange'. Either include them or remove the dependency array. If 'onCursorChange' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
|
|
74
|
+
[34m@hero-design/rn:lint: [0m
|
|
75
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/RichTextEditor/__tests__/MentionList.spec.tsx
|
|
76
|
+
[34m@hero-design/rn:lint: [0m 93:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
77
|
+
[34m@hero-design/rn:lint: [0m
|
|
78
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/RichTextEditor/hero-editor.d.ts
|
|
79
|
+
[34m@hero-design/rn:lint: [0m 7:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
80
|
+
[34m@hero-design/rn:lint: [0m
|
|
81
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/RichTextEditor/utils/rnWebView.ts
|
|
82
|
+
[34m@hero-design/rn:lint: [0m 11:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
83
|
+
[34m@hero-design/rn:lint: [0m
|
|
84
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Select/MultiSelect/index.tsx
|
|
85
|
+
[34m@hero-design/rn:lint: [0m 86:6 warning React Hook useEffect has a missing dependency: 'value'. Either include it or remove the dependency array. If 'setSelectingValue' needs the current value of 'value', you can also switch to useReducer instead of useState and read 'value' in the reducer react-hooks/exhaustive-deps
|
|
86
|
+
[34m@hero-design/rn:lint: [0m
|
|
87
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Switch/index.tsx
|
|
88
|
+
[34m@hero-design/rn:lint: [0m 70:6 warning React Hook useEffect has missing dependencies: 'animatedOffset' and 'offset'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
89
|
+
[34m@hero-design/rn:lint: [0m
|
|
90
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Tabs/ScrollableTabs.tsx
|
|
91
|
+
[34m@hero-design/rn:lint: [0m 117:7 warning React Hook React.useImperativeHandle has a missing dependency: 'onTabPress'. Either include it or remove the dependency array. If 'onTabPress' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
|
|
92
|
+
[34m@hero-design/rn:lint: [0m 152:8 warning React Hook React.useEffect has missing dependencies: 'tabs' and 'tabsAnims'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
|
93
|
+
[34m@hero-design/rn:lint: [0m
|
|
94
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx
|
|
95
|
+
[34m@hero-design/rn:lint: [0m 140:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
96
|
+
[34m@hero-design/rn:lint: [0m 140:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
97
|
+
[34m@hero-design/rn:lint: [0m 141:28 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
98
|
+
[34m@hero-design/rn:lint: [0m 141:28 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
99
|
+
[34m@hero-design/rn:lint: [0m
|
|
100
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/TextInput/StyledTextInput.tsx
|
|
101
|
+
[34m@hero-design/rn:lint: [0m 33:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
102
|
+
[34m@hero-design/rn:lint: [0m
|
|
103
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/TextInput/__tests__/index.spec.tsx
|
|
104
|
+
[34m@hero-design/rn:lint: [0m 436:34 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
|
|
105
|
+
[34m@hero-design/rn:lint: [0m
|
|
106
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/TimePicker/TimePickerAndroid.tsx
|
|
107
|
+
[34m@hero-design/rn:lint: [0m 51:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
108
|
+
[34m@hero-design/rn:lint: [0m
|
|
109
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/TimePicker/TimePickerIOS.tsx
|
|
110
|
+
[34m@hero-design/rn:lint: [0m 76:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
111
|
+
[34m@hero-design/rn:lint: [0m
|
|
112
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Toast/Toast.tsx
|
|
113
|
+
[34m@hero-design/rn:lint: [0m 69:6 warning React Hook useEffect has missing dependencies: 'autoDismiss', 'duration', and 'onDismiss'. Either include them or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
|
|
114
|
+
[34m@hero-design/rn:lint: [0m 80:6 warning React Hook useEffect has a missing dependency: 'animatedValue'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
115
|
+
[34m@hero-design/rn:lint: [0m
|
|
116
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/components/Toast/__tests__/index.spec.tsx
|
|
117
|
+
[34m@hero-design/rn:lint: [0m 19:10 warning React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
118
|
+
[34m@hero-design/rn:lint: [0m 82:10 warning React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
119
|
+
[34m@hero-design/rn:lint: [0m
|
|
120
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/theme/components/progress.ts
|
|
121
|
+
[34m@hero-design/rn:lint: [0m 1:10 warning Importing "mixColor" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
|
|
122
|
+
[34m@hero-design/rn:lint: [0m
|
|
123
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/theme/global/colors/eBens.ts
|
|
124
|
+
[34m@hero-design/rn:lint: [0m 1:10 warning Importing "eBensPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
|
|
125
|
+
[34m@hero-design/rn:lint: [0m
|
|
126
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/theme/global/colors/global.ts
|
|
127
|
+
[34m@hero-design/rn:lint: [0m 1:10 warning Importing "defaultMobilePalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
|
|
128
|
+
[34m@hero-design/rn:lint: [0m
|
|
129
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/theme/global/colors/jobs.ts
|
|
130
|
+
[34m@hero-design/rn:lint: [0m 1:10 warning Importing "jobsPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
|
|
131
|
+
[34m@hero-design/rn:lint: [0m
|
|
132
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/theme/global/colors/swag.ts
|
|
133
|
+
[34m@hero-design/rn:lint: [0m 1:10 warning Importing "swagPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
|
|
134
|
+
[34m@hero-design/rn:lint: [0m
|
|
135
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/theme/global/colors/wallet.ts
|
|
136
|
+
[34m@hero-design/rn:lint: [0m 1:10 warning Importing "walletPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
|
|
137
|
+
[34m@hero-design/rn:lint: [0m
|
|
138
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/theme/global/colors/work.ts
|
|
139
|
+
[34m@hero-design/rn:lint: [0m 1:10 warning Importing "workPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
|
|
140
|
+
[34m@hero-design/rn:lint: [0m
|
|
141
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/utils/__tests__/helpers.spec.ts
|
|
142
|
+
[34m@hero-design/rn:lint: [0m 15:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
143
|
+
[34m@hero-design/rn:lint: [0m 37:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
144
|
+
[34m@hero-design/rn:lint: [0m
|
|
145
|
+
[34m@hero-design/rn:lint: [0m/Volumes/Data/Projects/hero-design/packages/rn/src/utils/hooks.ts
|
|
146
|
+
[34m@hero-design/rn:lint: [0m 26:7 warning Unexpected console statement no-console
|
|
147
|
+
[34m@hero-design/rn:lint: [0m
|
|
148
|
+
[34m@hero-design/rn:lint: [0m✖ 66 problems (0 errors, 66 warnings)
|
|
149
|
+
[34m@hero-design/rn:lint: [0m
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[36m@hero-design/rn:publish:npm[0m: cache hit, replaying output [2m507c34f3e0a508f6[0m
|
|
2
|
+
[36m@hero-design/rn:publish:npm: [0m$ yarn publish --access public
|
|
3
|
+
[36m@hero-design/rn:publish:npm: [0m[1/4] Bumping version...
|
|
4
|
+
[36m@hero-design/rn:publish:npm: [0minfo Current version: 8.12.0-rc.0
|
|
5
|
+
[36m@hero-design/rn:publish:npm: [0m[2/4] Logging in...
|
|
6
|
+
[36m@hero-design/rn:publish:npm: [0m[3/4] Publishing...
|
|
7
|
+
[36m@hero-design/rn:publish:npm: [0msuccess Published.
|
|
8
|
+
[36m@hero-design/rn:publish:npm: [0m[4/4] Revoking token...
|
|
9
|
+
[36m@hero-design/rn:publish:npm: [0minfo Not revoking login token, specified via config file.
|
package/es/index.js
CHANGED
|
@@ -14496,8 +14496,9 @@ var getTabItem$1 = function getTabItem(_ref) {
|
|
|
14496
14496
|
color: color
|
|
14497
14497
|
});
|
|
14498
14498
|
};
|
|
14499
|
-
var ScrollableTab = function
|
|
14500
|
-
var onTabPress = _ref2.onTabPress,
|
|
14499
|
+
var ScrollableTab = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
14500
|
+
var _ref2$onTabPress = _ref2.onTabPress,
|
|
14501
|
+
onTabPress = _ref2$onTabPress === void 0 ? noop : _ref2$onTabPress,
|
|
14501
14502
|
selectedTabKey = _ref2.selectedTabKey,
|
|
14502
14503
|
tabs = _ref2.tabs,
|
|
14503
14504
|
containerStyle = _ref2.containerStyle,
|
|
@@ -14519,20 +14520,46 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14519
14520
|
var tabsAnims = useAnimatedValueArray(tabs.map(function (_, i) {
|
|
14520
14521
|
return i === selectedTabIndex ? 1 : 0;
|
|
14521
14522
|
}));
|
|
14523
|
+
React.useImperativeHandle(ref, function () {
|
|
14524
|
+
return {
|
|
14525
|
+
selectTabKey: function selectTabKey(tabKey) {
|
|
14526
|
+
var index = tabs.findIndex(function (item) {
|
|
14527
|
+
return item.key === tabKey;
|
|
14528
|
+
});
|
|
14529
|
+
if (index !== -1) {
|
|
14530
|
+
var _flatListRef$current, _pagerViewRef$current;
|
|
14531
|
+
(_flatListRef$current = flatListRef.current) === null || _flatListRef$current === void 0 ? void 0 : _flatListRef$current.scrollToIndex({
|
|
14532
|
+
index: index,
|
|
14533
|
+
viewPosition: 0.5
|
|
14534
|
+
});
|
|
14535
|
+
(_pagerViewRef$current = pagerViewRef.current) === null || _pagerViewRef$current === void 0 ? void 0 : _pagerViewRef$current.setPage(index);
|
|
14536
|
+
if (onTabPress) {
|
|
14537
|
+
onTabPress(tabKey);
|
|
14538
|
+
}
|
|
14539
|
+
}
|
|
14540
|
+
},
|
|
14541
|
+
getFlatListRef: function getFlatListRef() {
|
|
14542
|
+
return flatListRef.current;
|
|
14543
|
+
},
|
|
14544
|
+
getPagerViewRef: function getPagerViewRef() {
|
|
14545
|
+
return pagerViewRef.current;
|
|
14546
|
+
}
|
|
14547
|
+
};
|
|
14548
|
+
}, [pagerViewRef, flatListRef, tabs]);
|
|
14522
14549
|
React.useEffect(function () {
|
|
14523
14550
|
var timeoutHandle = null;
|
|
14524
14551
|
if (selectedTabIndex !== -1) {
|
|
14525
|
-
var _flatListRef$
|
|
14526
|
-
(_flatListRef$
|
|
14552
|
+
var _flatListRef$current2;
|
|
14553
|
+
(_flatListRef$current2 = flatListRef.current) === null || _flatListRef$current2 === void 0 ? void 0 : _flatListRef$current2.scrollToIndex({
|
|
14527
14554
|
index: selectedTabIndex,
|
|
14528
14555
|
viewPosition: 0.5
|
|
14529
14556
|
});
|
|
14530
14557
|
// If the selected tab is changed too quickly, the setPage is crashed and not work anymore
|
|
14531
14558
|
// We apply throttle to prevent this issue https://github.com/Thinkei/hero-design/issues/1715
|
|
14532
14559
|
timeoutHandle = setTimeout(function () {
|
|
14533
|
-
var _pagerViewRef$
|
|
14560
|
+
var _pagerViewRef$current2;
|
|
14534
14561
|
// use no animation to prevent unexpected behavior if users select tab too quickly
|
|
14535
|
-
(_pagerViewRef$
|
|
14562
|
+
(_pagerViewRef$current2 = pagerViewRef.current) === null || _pagerViewRef$current2 === void 0 ? void 0 : _pagerViewRef$current2.setPageWithoutAnimation(selectedTabIndex);
|
|
14536
14563
|
}, 200);
|
|
14537
14564
|
}
|
|
14538
14565
|
var animation = Animated.parallel(_toConsumableArray(tabs.map(function (_, i) {
|
|
@@ -14549,7 +14576,7 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14549
14576
|
clearTimeout(timeoutHandle);
|
|
14550
14577
|
}
|
|
14551
14578
|
};
|
|
14552
|
-
}, [selectedTabIndex, pagerViewRef]);
|
|
14579
|
+
}, [selectedTabIndex, selectedTabKey, pagerViewRef]);
|
|
14553
14580
|
return /*#__PURE__*/React.createElement(TabContainer, {
|
|
14554
14581
|
style: containerStyle,
|
|
14555
14582
|
testID: componentTestID
|
|
@@ -14568,8 +14595,8 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14568
14595
|
onScrollToIndexFailed: function onScrollToIndexFailed(_ref3) {
|
|
14569
14596
|
var index = _ref3.index;
|
|
14570
14597
|
setTimeout(function () {
|
|
14571
|
-
var _flatListRef$
|
|
14572
|
-
return (_flatListRef$
|
|
14598
|
+
var _flatListRef$current3;
|
|
14599
|
+
return (_flatListRef$current3 = flatListRef.current) === null || _flatListRef$current3 === void 0 ? void 0 : _flatListRef$current3.scrollToIndex({
|
|
14573
14600
|
index: index,
|
|
14574
14601
|
viewPosition: 0.5
|
|
14575
14602
|
});
|
|
@@ -14625,7 +14652,7 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14625
14652
|
onPageSelected: function onPageSelected(e) {
|
|
14626
14653
|
var index = e.nativeEvent.position;
|
|
14627
14654
|
var selectedItem = tabs[index];
|
|
14628
|
-
if (selectedItem) {
|
|
14655
|
+
if (selectedItem && selectedItem.key !== selectedTabKey) {
|
|
14629
14656
|
onTabPress(selectedItem.key);
|
|
14630
14657
|
}
|
|
14631
14658
|
},
|
|
@@ -14645,7 +14672,7 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14645
14672
|
collapsable: false
|
|
14646
14673
|
}, isLazyScreen ? null : component);
|
|
14647
14674
|
})));
|
|
14648
|
-
};
|
|
14675
|
+
});
|
|
14649
14676
|
|
|
14650
14677
|
var getTabItem = function getTabItem(_ref) {
|
|
14651
14678
|
var item = _ref.item,
|
package/lib/index.js
CHANGED
|
@@ -14525,8 +14525,9 @@ var getTabItem$1 = function getTabItem(_ref) {
|
|
|
14525
14525
|
color: color
|
|
14526
14526
|
});
|
|
14527
14527
|
};
|
|
14528
|
-
var ScrollableTab = function
|
|
14529
|
-
var onTabPress = _ref2.onTabPress,
|
|
14528
|
+
var ScrollableTab = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
14529
|
+
var _ref2$onTabPress = _ref2.onTabPress,
|
|
14530
|
+
onTabPress = _ref2$onTabPress === void 0 ? noop : _ref2$onTabPress,
|
|
14530
14531
|
selectedTabKey = _ref2.selectedTabKey,
|
|
14531
14532
|
tabs = _ref2.tabs,
|
|
14532
14533
|
containerStyle = _ref2.containerStyle,
|
|
@@ -14548,20 +14549,46 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14548
14549
|
var tabsAnims = useAnimatedValueArray(tabs.map(function (_, i) {
|
|
14549
14550
|
return i === selectedTabIndex ? 1 : 0;
|
|
14550
14551
|
}));
|
|
14552
|
+
React__default["default"].useImperativeHandle(ref, function () {
|
|
14553
|
+
return {
|
|
14554
|
+
selectTabKey: function selectTabKey(tabKey) {
|
|
14555
|
+
var index = tabs.findIndex(function (item) {
|
|
14556
|
+
return item.key === tabKey;
|
|
14557
|
+
});
|
|
14558
|
+
if (index !== -1) {
|
|
14559
|
+
var _flatListRef$current, _pagerViewRef$current;
|
|
14560
|
+
(_flatListRef$current = flatListRef.current) === null || _flatListRef$current === void 0 ? void 0 : _flatListRef$current.scrollToIndex({
|
|
14561
|
+
index: index,
|
|
14562
|
+
viewPosition: 0.5
|
|
14563
|
+
});
|
|
14564
|
+
(_pagerViewRef$current = pagerViewRef.current) === null || _pagerViewRef$current === void 0 ? void 0 : _pagerViewRef$current.setPage(index);
|
|
14565
|
+
if (onTabPress) {
|
|
14566
|
+
onTabPress(tabKey);
|
|
14567
|
+
}
|
|
14568
|
+
}
|
|
14569
|
+
},
|
|
14570
|
+
getFlatListRef: function getFlatListRef() {
|
|
14571
|
+
return flatListRef.current;
|
|
14572
|
+
},
|
|
14573
|
+
getPagerViewRef: function getPagerViewRef() {
|
|
14574
|
+
return pagerViewRef.current;
|
|
14575
|
+
}
|
|
14576
|
+
};
|
|
14577
|
+
}, [pagerViewRef, flatListRef, tabs]);
|
|
14551
14578
|
React__default["default"].useEffect(function () {
|
|
14552
14579
|
var timeoutHandle = null;
|
|
14553
14580
|
if (selectedTabIndex !== -1) {
|
|
14554
|
-
var _flatListRef$
|
|
14555
|
-
(_flatListRef$
|
|
14581
|
+
var _flatListRef$current2;
|
|
14582
|
+
(_flatListRef$current2 = flatListRef.current) === null || _flatListRef$current2 === void 0 ? void 0 : _flatListRef$current2.scrollToIndex({
|
|
14556
14583
|
index: selectedTabIndex,
|
|
14557
14584
|
viewPosition: 0.5
|
|
14558
14585
|
});
|
|
14559
14586
|
// If the selected tab is changed too quickly, the setPage is crashed and not work anymore
|
|
14560
14587
|
// We apply throttle to prevent this issue https://github.com/Thinkei/hero-design/issues/1715
|
|
14561
14588
|
timeoutHandle = setTimeout(function () {
|
|
14562
|
-
var _pagerViewRef$
|
|
14589
|
+
var _pagerViewRef$current2;
|
|
14563
14590
|
// use no animation to prevent unexpected behavior if users select tab too quickly
|
|
14564
|
-
(_pagerViewRef$
|
|
14591
|
+
(_pagerViewRef$current2 = pagerViewRef.current) === null || _pagerViewRef$current2 === void 0 ? void 0 : _pagerViewRef$current2.setPageWithoutAnimation(selectedTabIndex);
|
|
14565
14592
|
}, 200);
|
|
14566
14593
|
}
|
|
14567
14594
|
var animation = reactNative.Animated.parallel(_toConsumableArray(tabs.map(function (_, i) {
|
|
@@ -14578,7 +14605,7 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14578
14605
|
clearTimeout(timeoutHandle);
|
|
14579
14606
|
}
|
|
14580
14607
|
};
|
|
14581
|
-
}, [selectedTabIndex, pagerViewRef]);
|
|
14608
|
+
}, [selectedTabIndex, selectedTabKey, pagerViewRef]);
|
|
14582
14609
|
return /*#__PURE__*/React__default["default"].createElement(TabContainer, {
|
|
14583
14610
|
style: containerStyle,
|
|
14584
14611
|
testID: componentTestID
|
|
@@ -14597,8 +14624,8 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14597
14624
|
onScrollToIndexFailed: function onScrollToIndexFailed(_ref3) {
|
|
14598
14625
|
var index = _ref3.index;
|
|
14599
14626
|
setTimeout(function () {
|
|
14600
|
-
var _flatListRef$
|
|
14601
|
-
return (_flatListRef$
|
|
14627
|
+
var _flatListRef$current3;
|
|
14628
|
+
return (_flatListRef$current3 = flatListRef.current) === null || _flatListRef$current3 === void 0 ? void 0 : _flatListRef$current3.scrollToIndex({
|
|
14602
14629
|
index: index,
|
|
14603
14630
|
viewPosition: 0.5
|
|
14604
14631
|
});
|
|
@@ -14654,7 +14681,7 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14654
14681
|
onPageSelected: function onPageSelected(e) {
|
|
14655
14682
|
var index = e.nativeEvent.position;
|
|
14656
14683
|
var selectedItem = tabs[index];
|
|
14657
|
-
if (selectedItem) {
|
|
14684
|
+
if (selectedItem && selectedItem.key !== selectedTabKey) {
|
|
14658
14685
|
onTabPress(selectedItem.key);
|
|
14659
14686
|
}
|
|
14660
14687
|
},
|
|
@@ -14674,7 +14701,7 @@ var ScrollableTab = function ScrollableTab(_ref2) {
|
|
|
14674
14701
|
collapsable: false
|
|
14675
14702
|
}, isLazyScreen ? null : component);
|
|
14676
14703
|
})));
|
|
14677
|
-
};
|
|
14704
|
+
});
|
|
14678
14705
|
|
|
14679
14706
|
var getTabItem = function getTabItem(_ref) {
|
|
14680
14707
|
var item = _ref.item,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "8.12.
|
|
3
|
+
"version": " 8.12.5-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@emotion/native": "^11.9.3",
|
|
23
23
|
"@emotion/react": "^11.9.3",
|
|
24
|
-
"@hero-design/colors": "8.12.
|
|
24
|
+
"@hero-design/colors": "8.12.2",
|
|
25
25
|
"date-fns": "^2.16.1",
|
|
26
26
|
"events": "^3.2.0",
|
|
27
27
|
"hero-editor": "^1.9.21"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@babel/preset-typescript": "^7.17.12",
|
|
45
45
|
"@babel/runtime": "^7.18.9",
|
|
46
46
|
"@emotion/jest": "^11.9.3",
|
|
47
|
-
"@hero-design/eslint-plugin": "8.12.
|
|
47
|
+
"@hero-design/eslint-plugin": "8.12.2",
|
|
48
48
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
49
49
|
"@react-native-community/slider": "4.1.12",
|
|
50
50
|
"@rollup/plugin-babel": "^5.3.1",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@types/react-native": "^0.67.7",
|
|
61
61
|
"@types/react-native-vector-icons": "^6.4.10",
|
|
62
62
|
"babel-plugin-inline-import": "^3.0.0",
|
|
63
|
-
"eslint-config-hd": "8.12.
|
|
63
|
+
"eslint-config-hd": "8.12.2",
|
|
64
64
|
"jest": "^27.3.1",
|
|
65
|
-
"prettier-config-hd": "8.12.
|
|
65
|
+
"prettier-config-hd": "8.12.2",
|
|
66
66
|
"react": "18.0.0",
|
|
67
67
|
"react-native": "0.69.7",
|
|
68
68
|
"react-native-gesture-handler": "~2.1.0",
|