-
Notifications
You must be signed in to change notification settings - Fork 4.9k
fix(taro-components): 组件与各lib解耦 #18150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ianzone
wants to merge
28
commits into
NervJS:main
Choose a base branch
from
ianzone:libs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
96b5a43
fix(taro-components): 组件与各lib解耦
ianzone f474a61
fix: lib build
ianzone 36184dc
Merge branch 'main' into libs
ianzone 7c2362c
Merge branch 'main' into libs
ianzone 16fd614
Merge branch 'main' into libs
ianzone 1dff3cf
Merge branch 'main' into libs
ianzone 7232f6b
Merge branch 'main' into libs
ianzone e40de3e
Merge branch 'main' into libs
ianzone 89521c6
Merge branch 'main' into libs
ianzone be724b4
style: eslint
ianzone 34d7548
Merge branch 'main' into libs
ianzone 761a90f
fix: import
ianzone b712146
chore: update [no ci]
ianzone 087c1dd
Merge branch 'main' into libs
ianzone 58ce792
Merge branch 'main' into libs
ianzone 85281dd
Merge branch 'main' into libs
ianzone c055103
fix: this
ianzone 6feb7fb
Merge branch 'main' into libs
ianzone 99ac004
Merge branch 'main' into libs
ianzone d0efa82
Merge branch 'main' into libs
ianzone 83dc9db
Merge branch 'main' into libs
ianzone 4a4e6e2
Merge branch 'main' into libs
ianzone 2945880
Merge branch 'main' into libs
ianzone a1889f5
Merge branch 'main' into libs
ianzone ca20627
Merge branch 'main' into libs
ianzone 00698f8
Merge branch 'main' into libs
ianzone 8c22945
Merge branch 'main' into libs
ianzone c5412ff
Merge branch 'main' into libs
ianzone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,79 +1,77 @@ | ||
| /* eslint-disable simple-import-sort/exports */ | ||
| export { Ad } from '@tarojs/components/lib/react' | ||
| export { AdCustom } from '@tarojs/components/lib/react' | ||
| export { AnimationVideo } from '@tarojs/components/lib/react' | ||
| export { AnimationView } from '@tarojs/components/lib/react' | ||
| export { ArCamera } from '@tarojs/components/lib/react' | ||
| export { Audio } from '@tarojs/components/lib/react' | ||
| export { AwemeData } from '@tarojs/components/lib/react' | ||
| export { Block } from '@tarojs/components/lib/react' | ||
| export { default as Button } from './components/button' | ||
| export { Camera } from '@tarojs/components/lib/react' | ||
| export { Canvas } from '@tarojs/components/lib/react' | ||
| export { ChannelLive } from '@tarojs/components/lib/react' | ||
| export { ChannelVideo } from '@tarojs/components/lib/react' | ||
| export { Checkbox, CheckboxGroup } from '@tarojs/components/lib/react' | ||
| export { CommentDetail, CommentList } from '@tarojs/components/lib/react' | ||
| export { ContactButton } from '@tarojs/components/lib/react' | ||
| export { CoverImage } from '@tarojs/components/lib/react' | ||
| export { CoverView } from '@tarojs/components/lib/react' | ||
| export { CustomWrapper } from '@tarojs/components/lib/react' | ||
| export { DraggableSheet } from '@tarojs/components/lib/react' | ||
| export { Editor } from '@tarojs/components/lib/react' | ||
| export { FollowSwan } from '@tarojs/components/lib/react' | ||
| export { Form } from '@tarojs/components/lib/react' | ||
| export { FunctionalPageNavigator } from '@tarojs/components/lib/react' | ||
| export { GridView } from '@tarojs/components/lib/react' | ||
| export { GridBuilder } from '@tarojs/components/lib/react' | ||
| export { default as Icon } from './components/icon' | ||
| export { default as Image } from './components/image' | ||
| export { InlinePaymentPanel } from '@tarojs/components/lib/react' | ||
| export { default as Input } from './components/input' | ||
| export { KeyboardAccessory } from '@tarojs/components/lib/react' | ||
| export { Label } from '@tarojs/components/lib/react' | ||
| export { Lifestyle } from '@tarojs/components/lib/react' | ||
| export { Like } from '@tarojs/components/lib/react' | ||
| export { LivePlayer } from '@tarojs/components/lib/react' | ||
| export { LivePusher } from '@tarojs/components/lib/react' | ||
| export { ListBuilder } from '@tarojs/components/lib/react' | ||
| export { ListView } from '@tarojs/components/lib/react' | ||
| export { Login } from '@tarojs/components/lib/react' | ||
| export { Lottie } from '@tarojs/components/lib/react' | ||
| export { Map } from '@tarojs/components/lib/react' | ||
| export { MatchMedia } from '@tarojs/components/lib/react' | ||
| export { MovableArea, MovableView } from '@tarojs/components/lib/react' | ||
| export { NavigationBar } from '@tarojs/components/lib/react' | ||
| export { Navigator } from '@tarojs/components/lib/react' | ||
| export { NestedScrollBody } from '@tarojs/components/lib/react' | ||
| export { NestedScrollHeader } from '@tarojs/components/lib/react' | ||
| export { OfficialAccount } from '@tarojs/components/lib/react' | ||
| export { OpenData } from '@tarojs/components/lib/react' | ||
| export { OpenContainer } from '@tarojs/components/lib/react' | ||
| export { PageContainer } from '@tarojs/components/lib/react' | ||
| export { PageMeta } from '@tarojs/components/lib/react' | ||
| export { default as Picker } from './components/picker' | ||
| export { PickerView, PickerViewColumn } from '@tarojs/components/lib/react' | ||
| export { Progress } from '@tarojs/components/lib/react' | ||
| export { default as PullDownRefresh } from './components/pull-down-refresh' | ||
| // export { PullToRefresh } from '@tarojs/components/lib/react' | ||
| export { default as Refresher } from './components/refresher' | ||
| export { Radio, RadioGroup } from '@tarojs/components/lib/react' | ||
| export { RichText } from '@tarojs/components/lib/react' | ||
| export { RootPortal } from '@tarojs/components/lib/react' | ||
| export { RtcRoom, RtcRoomItem } from '@tarojs/components/lib/react' | ||
| export { Script } from '@tarojs/components/lib/react' | ||
| export { default as ScrollView } from './components/scroll-view' | ||
| export { ShareElement } from '@tarojs/components/lib/react' | ||
| export { Slider } from '@tarojs/components/lib/react' | ||
| export { Snapshot } from '@tarojs/components/lib/react' | ||
| export { Span } from '@tarojs/components/lib/react' | ||
| export { NativeSlot, Slot } from '@tarojs/components/lib/react' | ||
| export { Swiper, SwiperItem } from './components/swiper' | ||
| export { Switch } from '@tarojs/components/lib/react' | ||
| export { Tabs } from '@tarojs/components/lib/react' | ||
| export { default as Text } from './components/text' | ||
| export { Textarea } from '@tarojs/components/lib/react' | ||
| export { Video } from '@tarojs/components/lib/react' | ||
| export { default as View } from './components/view' | ||
| export { VoipRoom } from '@tarojs/components/lib/react' | ||
| export { WebView } from '@tarojs/components/lib/react' | ||
| export { Ad } from '@tarojs/components-library-react' | ||
| export { AdCustom } from '@tarojs/components-library-react' | ||
| export { AnimationVideo } from '@tarojs/components-library-react' | ||
| export { AnimationView } from '@tarojs/components-library-react' | ||
| export { ArCamera } from '@tarojs/components-library-react' | ||
| export { Audio } from '@tarojs/components-library-react' | ||
| export { AwemeData } from '@tarojs/components-library-react' | ||
| export { Block } from '@tarojs/components-library-react' | ||
| export { Camera } from '@tarojs/components-library-react' | ||
| export { Canvas } from '@tarojs/components-library-react' | ||
| export { ChannelLive } from '@tarojs/components-library-react' | ||
| export { ChannelVideo } from '@tarojs/components-library-react' | ||
| export { Checkbox, CheckboxGroup } from '@tarojs/components-library-react' | ||
| export { CommentDetail, CommentList } from '@tarojs/components-library-react' | ||
| export { ContactButton } from '@tarojs/components-library-react' | ||
| export { CoverImage } from '@tarojs/components-library-react' | ||
| export { CoverView } from '@tarojs/components-library-react' | ||
| export { CustomWrapper } from '@tarojs/components-library-react' | ||
| export { DraggableSheet } from '@tarojs/components-library-react' | ||
| export { Editor } from '@tarojs/components-library-react' | ||
| export { FollowSwan } from '@tarojs/components-library-react' | ||
| export { Form } from '@tarojs/components-library-react' | ||
| export { FunctionalPageNavigator } from '@tarojs/components-library-react' | ||
| export { GridView } from '@tarojs/components-library-react' | ||
| export { GridBuilder } from '@tarojs/components-library-react' | ||
| export { InlinePaymentPanel } from '@tarojs/components-library-react' | ||
| export { KeyboardAccessory } from '@tarojs/components-library-react' | ||
| export { Label } from '@tarojs/components-library-react' | ||
| export { Lifestyle } from '@tarojs/components-library-react' | ||
| export { Like } from '@tarojs/components-library-react' | ||
| export { LivePlayer } from '@tarojs/components-library-react' | ||
| export { LivePusher } from '@tarojs/components-library-react' | ||
| export { ListBuilder } from '@tarojs/components-library-react' | ||
| export { ListView } from '@tarojs/components-library-react' | ||
| export { Login } from '@tarojs/components-library-react' | ||
| export { Lottie } from '@tarojs/components-library-react' | ||
| export { Map } from '@tarojs/components-library-react' | ||
| export { MatchMedia } from '@tarojs/components-library-react' | ||
| export { MovableArea, MovableView } from '@tarojs/components-library-react' | ||
| export { NavigationBar } from '@tarojs/components-library-react' | ||
| export { Navigator } from '@tarojs/components-library-react' | ||
| export { NestedScrollBody } from '@tarojs/components-library-react' | ||
| export { NestedScrollHeader } from '@tarojs/components-library-react' | ||
| export { OfficialAccount } from '@tarojs/components-library-react' | ||
| export { OpenData } from '@tarojs/components-library-react' | ||
| export { OpenContainer } from '@tarojs/components-library-react' | ||
| export { PageContainer } from '@tarojs/components-library-react' | ||
| export { PageMeta } from '@tarojs/components-library-react' | ||
| export { PickerView, PickerViewColumn } from '@tarojs/components-library-react' | ||
| export { Progress } from '@tarojs/components-library-react' | ||
| export { Radio, RadioGroup } from '@tarojs/components-library-react' | ||
| export { RichText } from '@tarojs/components-library-react' | ||
| export { RootPortal } from '@tarojs/components-library-react' | ||
| export { RtcRoom, RtcRoomItem } from '@tarojs/components-library-react' | ||
| export { Script } from '@tarojs/components-library-react' | ||
| export { ShareElement } from '@tarojs/components-library-react' | ||
| export { Slider } from '@tarojs/components-library-react' | ||
| export { Snapshot } from '@tarojs/components-library-react' | ||
| export { Span } from '@tarojs/components-library-react' | ||
| export { NativeSlot, Slot } from '@tarojs/components-library-react' | ||
| export { Switch } from '@tarojs/components-library-react' | ||
| export { Tabs } from '@tarojs/components-library-react' | ||
| export { Textarea } from '@tarojs/components-library-react' | ||
| export { Video } from '@tarojs/components-library-react' | ||
| export { VoipRoom } from '@tarojs/components-library-react' | ||
| export { WebView } from '@tarojs/components-library-react' |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.