@tarojs/plugin-platform-swan 3.5.6-alpha.2 → 3.5.7
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/dist/components-react.js
CHANGED
|
@@ -36,6 +36,7 @@ const WebView = 'web-view';
|
|
|
36
36
|
const Block = 'block';
|
|
37
37
|
const Map = 'map';
|
|
38
38
|
const Slot = 'slot';
|
|
39
|
+
const NativeSlot = 'native-slot';
|
|
39
40
|
const CustomWrapper = 'custom-wrapper';
|
|
40
41
|
|
|
41
42
|
// For React.createElement's type
|
|
@@ -49,5 +50,5 @@ const RtcRoomItem = 'rtc-room-item';
|
|
|
49
50
|
const OpenData = 'open-data';
|
|
50
51
|
const Login = 'login';
|
|
51
52
|
|
|
52
|
-
export { Ad, AnimationVideo, AnimationView, ArCamera, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CoverImage, CoverView, CustomWrapper, Form, Icon, Image, Input, Label, LivePlayer, Login, Map, MovableArea, MovableView, Navigator, OpenData, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RtcRoom, RtcRoomItem, ScrollView, Slider, Slot, Swiper, SwiperItem, Switch, TabItem, Tabs, Text, Textarea, Video, View, WebView };
|
|
53
|
+
export { Ad, AnimationVideo, AnimationView, ArCamera, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CoverImage, CoverView, CustomWrapper, Form, Icon, Image, Input, Label, LivePlayer, Login, Map, MovableArea, MovableView, NativeSlot, Navigator, OpenData, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RtcRoom, RtcRoomItem, ScrollView, Slider, Slot, Swiper, SwiperItem, Switch, TabItem, Tabs, Text, Textarea, Video, View, WebView };
|
|
53
54
|
//# sourceMappingURL=components-react.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components-react.js","sources":["../src/components-react.ts"],"sourcesContent":["// For React.createElement's type\nexport * from '@tarojs/components/mini'\nexport const Tabs = 'tabs'\nexport const TabItem = 'tab-item'\nexport const AnimationVideo = 'animation-video'\nexport const AnimationView = 'animation-view'\nexport const ArCamera = 'ar-camera'\nexport const RtcRoom = 'rtc-room'\nexport const RtcRoomItem = 'rtc-room-item'\nexport const OpenData = 'open-data'\nexport const Login = 'login'\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"components-react.js","sources":["../src/components-react.ts"],"sourcesContent":["// For React.createElement's type\nexport * from '@tarojs/components/mini'\nexport const Tabs = 'tabs'\nexport const TabItem = 'tab-item'\nexport const AnimationVideo = 'animation-video'\nexport const AnimationView = 'animation-view'\nexport const ArCamera = 'ar-camera'\nexport const RtcRoom = 'rtc-room'\nexport const RtcRoomItem = 'rtc-room-item'\nexport const OpenData = 'open-data'\nexport const Login = 'login'\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAEO,MAAM,IAAI,GAAG,OAAM;AACnB,MAAM,OAAO,GAAG,WAAU;AAC1B,MAAM,cAAc,GAAG,kBAAiB;AACxC,MAAM,aAAa,GAAG,iBAAgB;AACtC,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,OAAO,GAAG,WAAU;AAC1B,MAAM,WAAW,GAAG,gBAAe;AACnC,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,KAAK,GAAG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-swan",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7",
|
|
4
4
|
"description": "百度小程序平台插件",
|
|
5
5
|
"author": "Chen-jj",
|
|
6
6
|
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-swan#readme",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"url": "https://github.com/NervJS/taro/issues"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tarojs/components": "3.5.
|
|
27
|
-
"@tarojs/service": "3.5.
|
|
28
|
-
"@tarojs/shared": "3.5.
|
|
26
|
+
"@tarojs/components": "3.5.7",
|
|
27
|
+
"@tarojs/service": "3.5.7",
|
|
28
|
+
"@tarojs/shared": "3.5.7"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "rollup -c",
|