@tarojs/plugin-platform-swan 3.5.0-alpha.13 → 3.5.0-alpha.16
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 +9 -9
- package/dist/components-react.js.map +1 -1
- package/dist/index.js +370 -352
- package/dist/index.js.map +1 -1
- package/dist/runtime-utils.js +236 -236
- package/dist/runtime-utils.js.map +1 -1
- package/dist/runtime.js +241 -238
- package/dist/runtime.js.map +1 -1
- package/index.js +1 -0
- package/package.json +9 -10
- package/types/components-react.d.ts +11 -10
- package/types/index.d.ts +69 -5
- package/types/runtime-utils.d.ts +165 -11
- package/types/runtime.d.ts +1 -1
- package/types/apis-list.d.ts +0 -1
- package/types/apis.d.ts +0 -5
- package/types/components.d.ts +0 -155
- package/types/program.d.ts +0 -29
- package/types/template.d.ts +0 -40
package/dist/components-react.js
CHANGED
|
@@ -38,15 +38,15 @@ const Map = 'map';
|
|
|
38
38
|
const Slot = 'slot';
|
|
39
39
|
const CustomWrapper = 'custom-wrapper';
|
|
40
40
|
|
|
41
|
-
// For React.createElement's type
|
|
42
|
-
const Tabs = 'tabs';
|
|
43
|
-
const TabItem = 'tab-item';
|
|
44
|
-
const AnimationVideo = 'animation-video';
|
|
45
|
-
const AnimationView = 'animation-view';
|
|
46
|
-
const ArCamera = 'ar-camera';
|
|
47
|
-
const RtcRoom = 'rtc-room';
|
|
48
|
-
const RtcRoomItem = 'rtc-room-item';
|
|
49
|
-
const OpenData = 'open-data';
|
|
41
|
+
// For React.createElement's type
|
|
42
|
+
const Tabs = 'tabs';
|
|
43
|
+
const TabItem = 'tab-item';
|
|
44
|
+
const AnimationVideo = 'animation-video';
|
|
45
|
+
const AnimationView = 'animation-view';
|
|
46
|
+
const ArCamera = 'ar-camera';
|
|
47
|
+
const RtcRoom = 'rtc-room';
|
|
48
|
+
const RtcRoomItem = 'rtc-room-item';
|
|
49
|
+
const OpenData = 'open-data';
|
|
50
50
|
const Login = 'login';
|
|
51
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 };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components-react.js","sources":["
|
|
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;;;;"}
|