@tarojs/components-react 3.6.1 → 3.6.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.
@@ -0,0 +1,4 @@
1
+ import { defineCustomElement } from '@tarojs/components/dist/components/taro-channel-live-core';
2
+
3
+ defineCustomElement();
4
+ //# sourceMappingURL=loader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loader.js","sources":["../../../src/components/channel-live/loader.ts"],"sourcesContent":["import { defineCustomElement } from '@tarojs/components/dist/components/taro-channel-live-core'\n\ndefineCustomElement()\n"],"names":["defineCustomElement"],"mappings":";;AAEAA,mBAAmB,EAAA"}
@@ -0,0 +1,4 @@
1
+ import { defineCustomElement } from '@tarojs/components/dist/components/taro-channel-video-core';
2
+
3
+ defineCustomElement();
4
+ //# sourceMappingURL=loader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loader.js","sources":["../../../src/components/channel-video/loader.ts"],"sourcesContent":["import { defineCustomElement } from '@tarojs/components/dist/components/taro-channel-video-core'\n\ndefineCustomElement()\n"],"names":["defineCustomElement"],"mappings":";;AAEAA,mBAAmB,EAAA"}
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import './components/ad/loader.js';
2
- export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, Icon, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ShareElement, Slider, Slot, Switch, TabItem, Tabbar, Tabs, Textarea, Video, VideoControl, VideoDanmu, VoipRoom, WebView } from '@tarojs/components/lib/react';
2
+ export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, ChannelLive, ChannelVideo, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, Icon, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ShareElement, Slider, Slot, Switch, TabItem, Tabbar, Tabs, Textarea, Video, VideoControl, VideoDanmu, VoipRoom, WebView } from '@tarojs/components/lib/react';
3
3
  import './components/ad-custom/loader.js';
4
4
  import './components/animation-video/loader.js';
5
5
  import './components/animation-view/loader.js';
@@ -9,6 +9,8 @@ import './components/aweme-data/loader.js';
9
9
  import './components/button/loader.js';
10
10
  import './components/camera/loader.js';
11
11
  import './components/canvas/loader.js';
12
+ import './components/channel-live/loader.js';
13
+ import './components/channel-video/loader.js';
12
14
  import './components/checkbox/loader.js';
13
15
  import './components/comment/loader.js';
14
16
  import './components/contact-button/loader.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components-react",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "",
5
5
  "main:h5": "src/index.js",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "resolve-pathname": "^3.0.0",
28
28
  "swiper": "6.8.0",
29
29
  "weui": "^1.1.2",
30
- "@tarojs/components": "3.6.1"
30
+ "@tarojs/components": "3.6.2"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c",