@tarojs/plugin-platform-weapp 4.0.3 → 4.0.4-alpha.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
CHANGED
|
@@ -1,43 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const Icon = 'icon';
|
|
3
|
-
const Progress = 'progress';
|
|
4
|
-
const RichText = 'rich-text';
|
|
5
|
-
const Text = 'text';
|
|
6
|
-
const Button = 'button';
|
|
7
|
-
const Checkbox = 'checkbox';
|
|
8
|
-
const CheckboxGroup = 'checkbox-group';
|
|
9
|
-
const Form = 'form';
|
|
10
|
-
const Input = 'input';
|
|
11
|
-
const Label = 'label';
|
|
12
|
-
const Picker = 'picker';
|
|
13
|
-
const PickerView = 'picker-view';
|
|
14
|
-
const PickerViewColumn = 'picker-view-column';
|
|
15
|
-
const Radio = 'radio';
|
|
16
|
-
const RadioGroup = 'radio-group';
|
|
17
|
-
const Slider = 'slider';
|
|
18
|
-
const Switch = 'switch';
|
|
19
|
-
const CoverImage = 'cover-image';
|
|
20
|
-
const Textarea = 'textarea';
|
|
21
|
-
const CoverView = 'cover-view';
|
|
22
|
-
const MovableArea = 'movable-area';
|
|
23
|
-
const MovableView = 'movable-view';
|
|
24
|
-
const ScrollView = 'scroll-view';
|
|
25
|
-
const Swiper = 'swiper';
|
|
26
|
-
const SwiperItem = 'swiper-item';
|
|
27
|
-
const Navigator = 'navigator';
|
|
28
|
-
const Audio = 'audio';
|
|
29
|
-
const Camera = 'camera';
|
|
30
|
-
const Image = 'image';
|
|
31
|
-
const LivePlayer = 'live-player';
|
|
32
|
-
const Video = 'video';
|
|
33
|
-
const Canvas = 'canvas';
|
|
34
|
-
const Ad = 'ad';
|
|
35
|
-
const WebView = 'web-view';
|
|
36
|
-
const Block = 'block';
|
|
37
|
-
const Map = 'map';
|
|
38
|
-
const Slot = 'slot';
|
|
39
|
-
const NativeSlot = 'native-slot';
|
|
40
|
-
const CustomWrapper = 'custom-wrapper';
|
|
1
|
+
export * from '@tarojs/components/mini';
|
|
41
2
|
|
|
42
3
|
// For React.createElement's type
|
|
43
4
|
const Editor = 'editor';
|
|
@@ -69,5 +30,5 @@ const DraggableSheet = 'draggable-sheet';
|
|
|
69
30
|
const NestedScrollHeader = 'nested-scroll-header';
|
|
70
31
|
const NestedScrollBody = 'nested-scroll-body';
|
|
71
32
|
|
|
72
|
-
export {
|
|
33
|
+
export { AdCustom, ChannelLive, ChannelVideo, DraggableSheet, Editor, FunctionalPageNavigator, GridBuilder, GridView, KeyboardAccessory, ListBuilder, ListView, LivePusher, MatchMedia, NavigationBar, NestedScrollBody, NestedScrollHeader, OfficialAccount, OpenContainer, OpenData, PageContainer, PageMeta, RootPortal, ShareElement, Snapshot, Span, StickyHeader, StickySection, VoipRoom };
|
|
73
34
|
//# sourceMappingURL=components-react.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components-react.js","sources":["
|
|
1
|
+
{"version":3,"file":"components-react.js","sources":["../src/components-react.ts"],"sourcesContent":[null],"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,qBAAoB;AAC9C,MAAM,UAAU,GAAG,cAAa;AAChC,MAAM,WAAW,GAAG,eAAc;AAClC,MAAM,YAAY,GAAG,gBAAe;AACpC,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,WAAW,GAAG,eAAc;AAClC,MAAM,QAAQ,GAAG,YAAW;AAC5B,MAAM,WAAW,GAAG,eAAc;AAClC,MAAM,YAAY,GAAG,gBAAe;AACpC,MAAM,aAAa,GAAG,iBAAgB;AACtC,MAAM,QAAQ,GAAG,WAAU;AAC3B,MAAM,IAAI,GAAG,OAAM;AACnB,MAAM,aAAa,GAAG,iBAAgB;AACtC,MAAM,cAAc,GAAG,kBAAiB;AACxC,MAAM,kBAAkB,GAAG,uBAAsB;AACjD,MAAM,gBAAgB,GAAG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-weapp",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4-alpha.0",
|
|
4
4
|
"description": "微信小程序平台插件",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,13 +24,14 @@
|
|
|
24
24
|
"node": ">= 18"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@tarojs/
|
|
28
|
-
"@tarojs/
|
|
29
|
-
"@tarojs/shared": "4.0.
|
|
27
|
+
"@tarojs/service": "4.0.4-alpha.0",
|
|
28
|
+
"@tarojs/components": "4.0.4-alpha.0",
|
|
29
|
+
"@tarojs/shared": "4.0.4-alpha.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@tarojs/
|
|
33
|
-
"@tarojs/service": "4.0.
|
|
32
|
+
"@tarojs/components": "4.0.4-alpha.0",
|
|
33
|
+
"@tarojs/service": "4.0.4-alpha.0",
|
|
34
|
+
"@tarojs/shared": "4.0.4-alpha.0"
|
|
34
35
|
},
|
|
35
36
|
"scripts": {
|
|
36
37
|
"prod": "pnpm run build",
|