@tarojs/plugin-platform-weapp 3.5.0-beta.3 → 3.5.0-beta.6
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 +13 -13
- package/dist/components-react.js.map +1 -1
- package/dist/index.js +484 -483
- package/dist/index.js.map +1 -1
- package/dist/runtime-utils.js +382 -381
- package/dist/runtime-utils.js.map +1 -1
- package/dist/runtime.js +383 -382
- package/dist/runtime.js.map +1 -1
- package/index.js +1 -0
- package/package.json +9 -10
- package/types/components-react.d.ts +15 -14
- package/types/index.d.ts +59 -8
- package/types/runtime-utils.d.ts +335 -8
- package/types/runtime.d.ts +1 -1
- package/types/apis-list.d.ts +0 -1
- package/types/apis.d.ts +0 -1
- package/types/components.d.ts +0 -328
- package/types/program.d.ts +0 -35
- package/types/template.d.ts +0 -22
package/dist/components-react.js
CHANGED
|
@@ -38,19 +38,19 @@ const Map = 'map';
|
|
|
38
38
|
const Slot = 'slot';
|
|
39
39
|
const CustomWrapper = 'custom-wrapper';
|
|
40
40
|
|
|
41
|
-
// For React.createElement's type
|
|
42
|
-
const Editor = 'editor';
|
|
43
|
-
const MatchMedia = 'match-media';
|
|
44
|
-
const FunctionalPageNavigator = 'functional-page-navigator';
|
|
45
|
-
const LivePusher = 'live-pusher';
|
|
46
|
-
const OfficialAccount = 'official-account';
|
|
47
|
-
const OpenData = 'open-data';
|
|
48
|
-
const NavigationBar = 'navigation-bar';
|
|
49
|
-
const PageMeta = 'page-meta';
|
|
50
|
-
const VoipRoom = 'voip-room';
|
|
51
|
-
const AdCustom = 'ad-custom';
|
|
52
|
-
const PageContainer = 'page-container';
|
|
53
|
-
const ShareElement = 'share-element';
|
|
41
|
+
// For React.createElement's type
|
|
42
|
+
const Editor = 'editor';
|
|
43
|
+
const MatchMedia = 'match-media';
|
|
44
|
+
const FunctionalPageNavigator = 'functional-page-navigator';
|
|
45
|
+
const LivePusher = 'live-pusher';
|
|
46
|
+
const OfficialAccount = 'official-account';
|
|
47
|
+
const OpenData = 'open-data';
|
|
48
|
+
const NavigationBar = 'navigation-bar';
|
|
49
|
+
const PageMeta = 'page-meta';
|
|
50
|
+
const VoipRoom = 'voip-room';
|
|
51
|
+
const AdCustom = 'ad-custom';
|
|
52
|
+
const PageContainer = 'page-container';
|
|
53
|
+
const ShareElement = 'share-element';
|
|
54
54
|
const KeyboardAccessory = 'keyboard-accessory';
|
|
55
55
|
|
|
56
56
|
export { Ad, AdCustom, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CoverImage, CoverView, CustomWrapper, Editor, Form, FunctionalPageNavigator, Icon, Image, Input, KeyboardAccessory, Label, LivePlayer, LivePusher, Map, MatchMedia, MovableArea, MovableView, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, ScrollView, ShareElement, Slider, Slot, Swiper, SwiperItem, Switch, Text, Textarea, Video, View, VoipRoom, 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 Editor = 'editor'\nexport const MatchMedia = 'match-media'\nexport const FunctionalPageNavigator = 'functional-page-navigator'\nexport const LivePusher = 'live-pusher'\nexport const OfficialAccount = 'official-account'\nexport const OpenData = 'open-data'\nexport const NavigationBar = 'navigation-bar'\nexport const PageMeta = 'page-meta'\nexport const VoipRoom = 'voip-room'\nexport const AdCustom = 'ad-custom'\nexport const PageContainer = 'page-container'\nexport const ShareElement = 'share-element'\nexport const KeyboardAccessory = 'keyboard-accessory'\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAEO,MAAM,MAAM,GAAG,SAAQ;AACvB,MAAM,UAAU,GAAG,cAAa;AAChC,MAAM,uBAAuB,GAAG,4BAA2B;AAC3D,MAAM,UAAU,GAAG,cAAa;AAChC,MAAM,eAAe,GAAG,mBAAkB;AAC1C,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,aAAa,GAAG,iBAAgB;AACtC,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,aAAa,GAAG,iBAAgB;AACtC,MAAM,YAAY,GAAG,gBAAe;AACpC,MAAM,iBAAiB,GAAG;;;;"}
|