@tarojs/plugin-platform-alipay 3.5.0-beta.4 → 3.5.0-theta.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/dist/components-react.js +4 -4
- package/dist/components-react.js.map +1 -1
- package/dist/index.js +414 -413
- package/dist/index.js.map +1 -1
- package/dist/runtime-utils.js +661 -661
- package/dist/runtime.js +671 -671
- package/index.js +1 -0
- package/package.json +5 -6
- package/types/components-react.d.ts +6 -5
- package/types/index.d.ts +78 -5
- package/types/runtime-utils.d.ts +141 -10
- package/types/runtime.d.ts +1 -1
- package/LICENSE +0 -21
- package/types/apis-list.d.ts +0 -1
- package/types/apis.d.ts +0 -9
- package/types/components.d.ts +0 -124
- package/types/program.d.ts +0 -45
- package/types/template.d.ts +0 -32
package/dist/components-react.js
CHANGED
|
@@ -38,10 +38,10 @@ const Map = 'map';
|
|
|
38
38
|
const Slot = 'slot';
|
|
39
39
|
const CustomWrapper = 'custom-wrapper';
|
|
40
40
|
|
|
41
|
-
// For React.createElement's type
|
|
42
|
-
const Lottie = 'lottie';
|
|
43
|
-
const Lifestyle = 'lifestyle';
|
|
44
|
-
const LifeFollow = 'life-follow';
|
|
41
|
+
// For React.createElement's type
|
|
42
|
+
const Lottie = 'lottie';
|
|
43
|
+
const Lifestyle = 'lifestyle';
|
|
44
|
+
const LifeFollow = 'life-follow';
|
|
45
45
|
const ContactButton = 'contact-button';
|
|
46
46
|
|
|
47
47
|
export { Ad, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, ContactButton, CoverImage, CoverView, CustomWrapper, Form, Icon, Image, Input, Label, LifeFollow, Lifestyle, LivePlayer, Lottie, Map, MovableArea, MovableView, Navigator, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, ScrollView, Slider, Slot, Swiper, SwiperItem, Switch, 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 Lottie = 'lottie'\nexport const Lifestyle = 'lifestyle'\nexport const LifeFollow = 'life-follow'\nexport const ContactButton = 'contact-button'\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAEO,MAAM,MAAM,GAAG,SAAQ;AACvB,MAAM,SAAS,GAAG,YAAW;AAC7B,MAAM,UAAU,GAAG,cAAa;AAChC,MAAM,aAAa,GAAG;;;;"}
|