@tarojs/components 3.6.2-canary.0 → 3.6.2-canary.2
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/cjs/taro-input-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-picker-core_2.cjs.entry.js +1 -1
- package/dist/cjs/taro-swiper-core_2.cjs.entry.js +28 -18
- package/dist/cjs/taro-textarea-core.cjs.entry.js +2 -2
- package/dist/collection/components/input/input.js +1 -1
- package/dist/collection/components/picker/picker.js +1 -1
- package/dist/collection/components/swiper/swiper-item.js +16 -9
- package/dist/collection/components/swiper/swiper.js +12 -9
- package/dist/collection/components/textarea/textarea.js +7 -3
- package/dist/components/taro-input-core.js +1 -1
- package/dist/components/taro-picker-core.js +1 -1
- package/dist/components/taro-swiper-core.js +12 -9
- package/dist/components/taro-swiper-item-core.js +16 -9
- package/dist/components/taro-textarea-core.js +2 -2
- package/dist/esm/taro-input-core.entry.js +1 -1
- package/dist/esm/taro-picker-core_2.entry.js +1 -1
- package/dist/esm/taro-swiper-core_2.entry.js +28 -18
- package/dist/esm/taro-textarea-core.entry.js +2 -2
- package/dist/esm-es5/taro-input-core.entry.js +1 -1
- package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-textarea-core.entry.js +1 -1
- package/dist/taro-components/{p-4d390d17.entry.js → p-0b8b3af5.entry.js} +1 -1
- package/dist/taro-components/p-1c446c65.system.js +1 -1
- package/dist/taro-components/p-1eac7c75.system.entry.js +1 -0
- package/dist/taro-components/{p-3e23fa46.system.entry.js → p-39685396.system.entry.js} +1 -1
- package/dist/taro-components/{p-e53feb03.system.entry.js → p-58f9a827.system.entry.js} +1 -1
- package/dist/taro-components/{p-ab84c88e.entry.js → p-7704e165.entry.js} +1 -1
- package/dist/taro-components/{p-10046f1a.system.entry.js → p-a5afdc47.system.entry.js} +1 -1
- package/dist/taro-components/p-affb28de.entry.js +1 -0
- package/dist/taro-components/{p-7db63e92.entry.js → p-c30d1b2d.entry.js} +1 -1
- package/dist/taro-components/taro-components.esm.js +1 -1
- package/dist/types/components/textarea/textarea.d.ts +1 -1
- package/lib/react/components.js +81 -160
- package/lib/react/components.js.map +1 -1
- package/lib/vue2/components.d.ts +361 -589
- package/lib/vue2/components.js +249 -328
- package/lib/vue2/components.js.map +1 -1
- package/lib/vue3/components.js +81 -160
- package/lib/vue3/components.js.map +1 -1
- package/package.json +5 -5
- package/types/Ad.d.ts +2 -31
- package/types/AdCustom.d.ts +0 -4
- package/types/AnimationVideo.d.ts +0 -9
- package/types/AnimationView.d.ts +0 -6
- package/types/ArCamera.d.ts +0 -7
- package/types/Audio.d.ts +0 -18
- package/types/AwemeData.d.ts +0 -6
- package/types/Button.d.ts +3 -106
- package/types/Camera.d.ts +0 -28
- package/types/Canvas.d.ts +2 -17
- package/types/ChannelLive.d.ts +0 -2
- package/types/ChannelVideo.d.ts +0 -6
- package/types/Checkbox.d.ts +1 -8
- package/types/CheckboxGroup.d.ts +0 -2
- package/types/CommentDetail.d.ts +4 -10
- package/types/CommentList.d.ts +4 -20
- package/types/ContactButton.d.ts +0 -7
- package/types/CoverImage.d.ts +0 -11
- package/types/CoverView.d.ts +0 -26
- package/types/Editor.d.ts +0 -10
- package/types/FollowSwan.d.ts +0 -3
- package/types/Form.d.ts +1 -9
- package/types/FunctionalPageNavigator.d.ts +0 -11
- package/types/GridView.d.ts +5 -10
- package/types/Icon.d.ts +0 -14
- package/types/Image.d.ts +0 -31
- package/types/InlinePaymentPanel.d.ts +0 -9
- package/types/Input.d.ts +0 -62
- package/types/Label.d.ts +3 -2
- package/types/Lifestyle.d.ts +0 -3
- package/types/Like.d.ts +0 -17
- package/types/LivePlayer.d.ts +1 -58
- package/types/LivePusher.d.ts +0 -77
- package/types/Login.d.ts +0 -5
- package/types/Lottie.d.ts +0 -16
- package/types/Map.d.ts +19 -136
- package/types/MatchMedia.d.ts +0 -7
- package/types/MovableArea.d.ts +0 -1
- package/types/MovableView.d.ts +0 -35
- package/types/NavigationBar.d.ts +0 -6
- package/types/Navigator.d.ts +0 -27
- package/types/OfficialAccount.d.ts +0 -12
- package/types/OpenData.d.ts +0 -20
- package/types/PageContainer.d.ts +0 -21
- package/types/PageMeta.d.ts +0 -16
- package/types/Picker.d.ts +17 -45
- package/types/PickerView.d.ts +1 -12
- package/types/Progress.d.ts +0 -13
- package/types/Radio.d.ts +1 -8
- package/types/RadioGroup.d.ts +0 -2
- package/types/RichText.d.ts +1 -22
- package/types/RootPortal.d.ts +1 -2
- package/types/RtcRoom.d.ts +0 -16
- package/types/RtcRoomItem.d.ts +0 -3
- package/types/ScrollView.d.ts +2 -57
- package/types/ShareElement.d.ts +2 -7
- package/types/Slider.d.ts +0 -19
- package/types/Swiper.d.ts +0 -44
- package/types/SwiperItem.d.ts +0 -2
- package/types/Switch.d.ts +2 -11
- package/types/TabItem.d.ts +0 -4
- package/types/Tabs.d.ts +0 -8
- package/types/Text.d.ts +0 -7
- package/types/Textarea.d.ts +0 -36
- package/types/Video.d.ts +1 -112
- package/types/View.d.ts +0 -25
- package/types/VoipRoom.d.ts +0 -6
- package/types/WebView.d.ts +0 -6
- package/dist/taro-components/p-0aaf66d2.entry.js +0 -1
- package/dist/taro-components/p-da1f3d54.system.entry.js +0 -1
package/lib/vue2/components.js
CHANGED
|
@@ -1,103 +1,24 @@
|
|
|
1
|
+
import Vue from 'vue';
|
|
1
2
|
import { createCommonRender, createCommonMethod } from './vue-component-lib/utils.js';
|
|
2
|
-
import {
|
|
3
|
-
import { defineCustomElement as defineCustomElement$1 } from '@tarojs/components/dist/components/taro-ad-custom-core.js';
|
|
4
|
-
import { defineCustomElement as defineCustomElement$2 } from '@tarojs/components/dist/components/taro-animation-video-core.js';
|
|
5
|
-
import { defineCustomElement as defineCustomElement$3 } from '@tarojs/components/dist/components/taro-animation-view-core.js';
|
|
6
|
-
import { defineCustomElement as defineCustomElement$4 } from '@tarojs/components/dist/components/taro-ar-camera-core.js';
|
|
7
|
-
import { defineCustomElement as defineCustomElement$5 } from '@tarojs/components/dist/components/taro-audio-core.js';
|
|
8
|
-
import { defineCustomElement as defineCustomElement$6 } from '@tarojs/components/dist/components/taro-aweme-data-core.js';
|
|
9
|
-
import { defineCustomElement as defineCustomElement$7 } from '@tarojs/components/dist/components/taro-block-core.js';
|
|
10
|
-
import { defineCustomElement as defineCustomElement$8 } from '@tarojs/components/dist/components/taro-button-core.js';
|
|
11
|
-
import { defineCustomElement as defineCustomElement$9 } from '@tarojs/components/dist/components/taro-camera-core.js';
|
|
12
|
-
import { defineCustomElement as defineCustomElement$a } from '@tarojs/components/dist/components/taro-canvas-core.js';
|
|
13
|
-
import { defineCustomElement as defineCustomElement$b } from '@tarojs/components/dist/components/taro-channel-live-core.js';
|
|
14
|
-
import { defineCustomElement as defineCustomElement$c } from '@tarojs/components/dist/components/taro-channel-video-core.js';
|
|
15
|
-
import { defineCustomElement as defineCustomElement$d } from '@tarojs/components/dist/components/taro-checkbox-core.js';
|
|
16
|
-
import { defineCustomElement as defineCustomElement$e } from '@tarojs/components/dist/components/taro-checkbox-group-core.js';
|
|
17
|
-
import { defineCustomElement as defineCustomElement$f } from '@tarojs/components/dist/components/taro-comment-detail-core.js';
|
|
18
|
-
import { defineCustomElement as defineCustomElement$g } from '@tarojs/components/dist/components/taro-comment-list-core.js';
|
|
19
|
-
import { defineCustomElement as defineCustomElement$h } from '@tarojs/components/dist/components/taro-contact-button-core.js';
|
|
20
|
-
import { defineCustomElement as defineCustomElement$i } from '@tarojs/components/dist/components/taro-cover-image-core.js';
|
|
21
|
-
import { defineCustomElement as defineCustomElement$j } from '@tarojs/components/dist/components/taro-cover-view-core.js';
|
|
22
|
-
import { defineCustomElement as defineCustomElement$k } from '@tarojs/components/dist/components/taro-custom-wrapper-core.js';
|
|
23
|
-
import { defineCustomElement as defineCustomElement$l } from '@tarojs/components/dist/components/taro-editor-core.js';
|
|
24
|
-
import { defineCustomElement as defineCustomElement$m } from '@tarojs/components/dist/components/taro-follow-swan-core.js';
|
|
25
|
-
import { defineCustomElement as defineCustomElement$n } from '@tarojs/components/dist/components/taro-form-core.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$o } from '@tarojs/components/dist/components/taro-functional-page-navigator-core.js';
|
|
27
|
-
import { defineCustomElement as defineCustomElement$p } from '@tarojs/components/dist/components/taro-grid-view-core.js';
|
|
28
|
-
import { defineCustomElement as defineCustomElement$q } from '@tarojs/components/dist/components/taro-icon-core.js';
|
|
29
|
-
import { defineCustomElement as defineCustomElement$r } from '@tarojs/components/dist/components/taro-image-core.js';
|
|
30
|
-
import { defineCustomElement as defineCustomElement$s } from '@tarojs/components/dist/components/taro-inline-payment-panel-core.js';
|
|
31
|
-
import { defineCustomElement as defineCustomElement$t } from '@tarojs/components/dist/components/taro-input-core.js';
|
|
32
|
-
import { defineCustomElement as defineCustomElement$u } from '@tarojs/components/dist/components/taro-keyboard-accessory-core.js';
|
|
33
|
-
import { defineCustomElement as defineCustomElement$v } from '@tarojs/components/dist/components/taro-label-core.js';
|
|
34
|
-
import { defineCustomElement as defineCustomElement$w } from '@tarojs/components/dist/components/taro-lifestyle-core.js';
|
|
35
|
-
import { defineCustomElement as defineCustomElement$x } from '@tarojs/components/dist/components/taro-like-core.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$y } from '@tarojs/components/dist/components/taro-list-view-core.js';
|
|
37
|
-
import { defineCustomElement as defineCustomElement$z } from '@tarojs/components/dist/components/taro-live-player-core.js';
|
|
38
|
-
import { defineCustomElement as defineCustomElement$A } from '@tarojs/components/dist/components/taro-live-pusher-core.js';
|
|
39
|
-
import { defineCustomElement as defineCustomElement$B } from '@tarojs/components/dist/components/taro-login-core.js';
|
|
40
|
-
import { defineCustomElement as defineCustomElement$C } from '@tarojs/components/dist/components/taro-lottie-core.js';
|
|
41
|
-
import { defineCustomElement as defineCustomElement$D } from '@tarojs/components/dist/components/taro-map-core.js';
|
|
42
|
-
import { defineCustomElement as defineCustomElement$E } from '@tarojs/components/dist/components/taro-match-media-core.js';
|
|
43
|
-
import { defineCustomElement as defineCustomElement$F } from '@tarojs/components/dist/components/taro-movable-area-core.js';
|
|
44
|
-
import { defineCustomElement as defineCustomElement$G } from '@tarojs/components/dist/components/taro-movable-view-core.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$H } from '@tarojs/components/dist/components/taro-native-slot-core.js';
|
|
46
|
-
import { defineCustomElement as defineCustomElement$I } from '@tarojs/components/dist/components/taro-navigation-bar-core.js';
|
|
47
|
-
import { defineCustomElement as defineCustomElement$J } from '@tarojs/components/dist/components/taro-navigator-core.js';
|
|
48
|
-
import { defineCustomElement as defineCustomElement$K } from '@tarojs/components/dist/components/taro-official-account-core.js';
|
|
49
|
-
import { defineCustomElement as defineCustomElement$L } from '@tarojs/components/dist/components/taro-open-data-core.js';
|
|
50
|
-
import { defineCustomElement as defineCustomElement$M } from '@tarojs/components/dist/components/taro-page-container-core.js';
|
|
51
|
-
import { defineCustomElement as defineCustomElement$N } from '@tarojs/components/dist/components/taro-page-meta-core.js';
|
|
52
|
-
import { defineCustomElement as defineCustomElement$O } from '@tarojs/components/dist/components/taro-picker-core.js';
|
|
53
|
-
import { defineCustomElement as defineCustomElement$P } from '@tarojs/components/dist/components/taro-picker-group.js';
|
|
54
|
-
import { defineCustomElement as defineCustomElement$Q } from '@tarojs/components/dist/components/taro-picker-view-column-core.js';
|
|
55
|
-
import { defineCustomElement as defineCustomElement$R } from '@tarojs/components/dist/components/taro-picker-view-core.js';
|
|
56
|
-
import { defineCustomElement as defineCustomElement$S } from '@tarojs/components/dist/components/taro-progress-core.js';
|
|
57
|
-
import { defineCustomElement as defineCustomElement$T } from '@tarojs/components/dist/components/taro-pull-to-refresh.js';
|
|
58
|
-
import { defineCustomElement as defineCustomElement$U } from '@tarojs/components/dist/components/taro-radio-core.js';
|
|
59
|
-
import { defineCustomElement as defineCustomElement$V } from '@tarojs/components/dist/components/taro-radio-group-core.js';
|
|
60
|
-
import { defineCustomElement as defineCustomElement$W } from '@tarojs/components/dist/components/taro-rich-text-core.js';
|
|
61
|
-
import { defineCustomElement as defineCustomElement$X } from '@tarojs/components/dist/components/taro-root-portal-core.js';
|
|
62
|
-
import { defineCustomElement as defineCustomElement$Y } from '@tarojs/components/dist/components/taro-rtc-room-core.js';
|
|
63
|
-
import { defineCustomElement as defineCustomElement$Z } from '@tarojs/components/dist/components/taro-rtc-room-item-core.js';
|
|
64
|
-
import { defineCustomElement as defineCustomElement$_ } from '@tarojs/components/dist/components/taro-scroll-view-core.js';
|
|
65
|
-
import { defineCustomElement as defineCustomElement$$ } from '@tarojs/components/dist/components/taro-share-element-core.js';
|
|
66
|
-
import { defineCustomElement as defineCustomElement$10 } from '@tarojs/components/dist/components/taro-slider-core.js';
|
|
67
|
-
import { defineCustomElement as defineCustomElement$11 } from '@tarojs/components/dist/components/taro-slot-core.js';
|
|
68
|
-
import { defineCustomElement as defineCustomElement$12 } from '@tarojs/components/dist/components/taro-sticky-header-core.js';
|
|
69
|
-
import { defineCustomElement as defineCustomElement$13 } from '@tarojs/components/dist/components/taro-sticky-section-core.js';
|
|
70
|
-
import { defineCustomElement as defineCustomElement$14 } from '@tarojs/components/dist/components/taro-swiper-core.js';
|
|
71
|
-
import { defineCustomElement as defineCustomElement$15 } from '@tarojs/components/dist/components/taro-swiper-item-core.js';
|
|
72
|
-
import { defineCustomElement as defineCustomElement$16 } from '@tarojs/components/dist/components/taro-switch-core.js';
|
|
73
|
-
import { defineCustomElement as defineCustomElement$17 } from '@tarojs/components/dist/components/taro-tab-item-core.js';
|
|
74
|
-
import { defineCustomElement as defineCustomElement$18 } from '@tarojs/components/dist/components/taro-tabbar.js';
|
|
75
|
-
import { defineCustomElement as defineCustomElement$19 } from '@tarojs/components/dist/components/taro-tabs-core.js';
|
|
76
|
-
import { defineCustomElement as defineCustomElement$1a } from '@tarojs/components/dist/components/taro-text-core.js';
|
|
77
|
-
import { defineCustomElement as defineCustomElement$1b } from '@tarojs/components/dist/components/taro-textarea-core.js';
|
|
78
|
-
import { defineCustomElement as defineCustomElement$1c } from '@tarojs/components/dist/components/taro-video-control.js';
|
|
79
|
-
import { defineCustomElement as defineCustomElement$1d } from '@tarojs/components/dist/components/taro-video-core.js';
|
|
80
|
-
import { defineCustomElement as defineCustomElement$1e } from '@tarojs/components/dist/components/taro-video-danmu.js';
|
|
81
|
-
import { defineCustomElement as defineCustomElement$1f } from '@tarojs/components/dist/components/taro-view-core.js';
|
|
82
|
-
import { defineCustomElement as defineCustomElement$1g } from '@tarojs/components/dist/components/taro-voip-room-core.js';
|
|
83
|
-
import { defineCustomElement as defineCustomElement$1h } from '@tarojs/components/dist/components/taro-web-view-core.js';
|
|
3
|
+
import { defineCustomElementTaroAdCore, defineCustomElementTaroAdCustomCore, defineCustomElementTaroAnimationVideoCore, defineCustomElementTaroAnimationViewCore, defineCustomElementTaroArCameraCore, defineCustomElementTaroAudioCore, defineCustomElementTaroAwemeDataCore, defineCustomElementTaroBlockCore, defineCustomElementTaroButtonCore, defineCustomElementTaroCameraCore, defineCustomElementTaroCanvasCore, defineCustomElementTaroChannelLiveCore, defineCustomElementTaroChannelVideoCore, defineCustomElementTaroCheckboxCore, defineCustomElementTaroCheckboxGroupCore, defineCustomElementTaroCommentDetailCore, defineCustomElementTaroCommentListCore, defineCustomElementTaroContactButtonCore, defineCustomElementTaroCoverImageCore, defineCustomElementTaroCoverViewCore, defineCustomElementTaroCustomWrapperCore, defineCustomElementTaroEditorCore, defineCustomElementTaroFollowSwanCore, defineCustomElementTaroFormCore, defineCustomElementTaroFunctionalPageNavigatorCore, defineCustomElementTaroGridViewCore, defineCustomElementTaroIconCore, defineCustomElementTaroImageCore, defineCustomElementTaroInlinePaymentPanelCore, defineCustomElementTaroInputCore, defineCustomElementTaroKeyboardAccessoryCore, defineCustomElementTaroLabelCore, defineCustomElementTaroLifestyleCore, defineCustomElementTaroLikeCore, defineCustomElementTaroListViewCore, defineCustomElementTaroLivePlayerCore, defineCustomElementTaroLivePusherCore, defineCustomElementTaroLoginCore, defineCustomElementTaroLottieCore, defineCustomElementTaroMapCore, defineCustomElementTaroMatchMediaCore, defineCustomElementTaroMovableAreaCore, defineCustomElementTaroMovableViewCore, defineCustomElementTaroNativeSlotCore, defineCustomElementTaroNavigationBarCore, defineCustomElementTaroNavigatorCore, defineCustomElementTaroOfficialAccountCore, defineCustomElementTaroOpenDataCore, defineCustomElementTaroPageContainerCore, defineCustomElementTaroPageMetaCore, defineCustomElementTaroPickerCore, defineCustomElementTaroPickerGroup, defineCustomElementTaroPickerViewColumnCore, defineCustomElementTaroPickerViewCore, defineCustomElementTaroProgressCore, defineCustomElementTaroPullToRefresh, defineCustomElementTaroRadioCore, defineCustomElementTaroRadioGroupCore, defineCustomElementTaroRichTextCore, defineCustomElementTaroRootPortalCore, defineCustomElementTaroRtcRoomCore, defineCustomElementTaroRtcRoomItemCore, defineCustomElementTaroScrollViewCore, defineCustomElementTaroShareElementCore, defineCustomElementTaroSliderCore, defineCustomElementTaroSlotCore, defineCustomElementTaroStickyHeaderCore, defineCustomElementTaroStickySectionCore, defineCustomElementTaroSwiperCore, defineCustomElementTaroSwiperItemCore, defineCustomElementTaroSwitchCore, defineCustomElementTaroTabItemCore, defineCustomElementTaroTabbar, defineCustomElementTaroTabsCore, defineCustomElementTaroTextCore, defineCustomElementTaroTextareaCore, defineCustomElementTaroVideoControl, defineCustomElementTaroVideoCore, defineCustomElementTaroVideoDanmu, defineCustomElementTaroViewCore, defineCustomElementTaroVoipRoomCore, defineCustomElementTaroWebViewCore } from '@tarojs/components/dist/components';
|
|
84
4
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
const Ad = /*@__PURE__*/ Vue.extend({
|
|
7
|
+
render: createCommonRender('taro-ad-core', [], defineCustomElementTaroAdCore),
|
|
8
|
+
});
|
|
9
|
+
const AdCustom = /*@__PURE__*/ Vue.extend({
|
|
10
|
+
render: createCommonRender('taro-ad-custom-core', [], defineCustomElementTaroAdCustomCore),
|
|
11
|
+
});
|
|
12
|
+
const AnimationVideo = /*@__PURE__*/ Vue.extend({
|
|
13
|
+
render: createCommonRender('taro-animation-video-core', [], defineCustomElementTaroAnimationVideoCore),
|
|
14
|
+
});
|
|
15
|
+
const AnimationView = /*@__PURE__*/ Vue.extend({
|
|
16
|
+
render: createCommonRender('taro-animation-view-core', [], defineCustomElementTaroAnimationViewCore),
|
|
17
|
+
});
|
|
18
|
+
const ArCamera = /*@__PURE__*/ Vue.extend({
|
|
19
|
+
render: createCommonRender('taro-ar-camera-core', [], defineCustomElementTaroArCameraCore),
|
|
20
|
+
});
|
|
21
|
+
const Audio = /*@__PURE__*/ Vue.extend({
|
|
101
22
|
props: {
|
|
102
23
|
src: {},
|
|
103
24
|
controls: {},
|
|
@@ -106,15 +27,15 @@ const Audio = {
|
|
|
106
27
|
muted: {},
|
|
107
28
|
nativeProps: {}
|
|
108
29
|
},
|
|
109
|
-
render:
|
|
110
|
-
};
|
|
111
|
-
const AwemeData = {
|
|
112
|
-
render:
|
|
113
|
-
};
|
|
114
|
-
const Block = {
|
|
115
|
-
render:
|
|
116
|
-
};
|
|
117
|
-
const Button = {
|
|
30
|
+
render: createCommonRender('taro-audio-core', ['error', 'play', 'pause', 'timeupdate', 'ended'], defineCustomElementTaroAudioCore),
|
|
31
|
+
});
|
|
32
|
+
const AwemeData = /*@__PURE__*/ Vue.extend({
|
|
33
|
+
render: createCommonRender('taro-aweme-data-core', [], defineCustomElementTaroAwemeDataCore),
|
|
34
|
+
});
|
|
35
|
+
const Block = /*@__PURE__*/ Vue.extend({
|
|
36
|
+
render: createCommonRender('fragment', [], defineCustomElementTaroBlockCore),
|
|
37
|
+
});
|
|
38
|
+
const Button = /*@__PURE__*/ Vue.extend({
|
|
118
39
|
props: {
|
|
119
40
|
disabled: {},
|
|
120
41
|
hoverClass: {},
|
|
@@ -126,25 +47,25 @@ const Button = {
|
|
|
126
47
|
loading: {},
|
|
127
48
|
formType: {}
|
|
128
49
|
},
|
|
129
|
-
render:
|
|
130
|
-
};
|
|
131
|
-
const Camera = {
|
|
132
|
-
render:
|
|
133
|
-
};
|
|
134
|
-
const Canvas = {
|
|
50
|
+
render: createCommonRender('taro-button-core', ['tarobuttonsubmit', 'tarobuttonreset'], defineCustomElementTaroButtonCore),
|
|
51
|
+
});
|
|
52
|
+
const Camera = /*@__PURE__*/ Vue.extend({
|
|
53
|
+
render: createCommonRender('taro-camera-core', [], defineCustomElementTaroCameraCore),
|
|
54
|
+
});
|
|
55
|
+
const Canvas = /*@__PURE__*/ Vue.extend({
|
|
135
56
|
props: {
|
|
136
57
|
canvasId: {},
|
|
137
58
|
nativeProps: {}
|
|
138
59
|
},
|
|
139
|
-
render:
|
|
140
|
-
};
|
|
141
|
-
const ChannelLive = {
|
|
142
|
-
render:
|
|
143
|
-
};
|
|
144
|
-
const ChannelVideo = {
|
|
145
|
-
render:
|
|
146
|
-
};
|
|
147
|
-
const Checkbox = {
|
|
60
|
+
render: createCommonRender('taro-canvas-core', ['longtap'], defineCustomElementTaroCanvasCore),
|
|
61
|
+
});
|
|
62
|
+
const ChannelLive = /*@__PURE__*/ Vue.extend({
|
|
63
|
+
render: createCommonRender('taro-channel-live-core', [], defineCustomElementTaroChannelLiveCore),
|
|
64
|
+
});
|
|
65
|
+
const ChannelVideo = /*@__PURE__*/ Vue.extend({
|
|
66
|
+
render: createCommonRender('taro-channel-video-core', [], defineCustomElementTaroChannelVideoCore),
|
|
67
|
+
});
|
|
68
|
+
const Checkbox = /*@__PURE__*/ Vue.extend({
|
|
148
69
|
props: {
|
|
149
70
|
name: {},
|
|
150
71
|
value: {},
|
|
@@ -154,78 +75,78 @@ const Checkbox = {
|
|
|
154
75
|
disabled: {},
|
|
155
76
|
nativeProps: {}
|
|
156
77
|
},
|
|
157
|
-
render:
|
|
158
|
-
};
|
|
159
|
-
const CheckboxGroup = {
|
|
78
|
+
render: createCommonRender('taro-checkbox-core', ['checkboxchange'], defineCustomElementTaroCheckboxCore),
|
|
79
|
+
});
|
|
80
|
+
const CheckboxGroup = /*@__PURE__*/ Vue.extend({
|
|
160
81
|
props: {
|
|
161
82
|
name: {}
|
|
162
83
|
},
|
|
163
|
-
render:
|
|
164
|
-
};
|
|
165
|
-
const CommentDetail = {
|
|
166
|
-
render:
|
|
167
|
-
};
|
|
168
|
-
const CommentList = {
|
|
169
|
-
render:
|
|
170
|
-
};
|
|
171
|
-
const ContactButton = {
|
|
172
|
-
render:
|
|
173
|
-
};
|
|
174
|
-
const CoverImage = {
|
|
84
|
+
render: createCommonRender('taro-checkbox-group-core', ['change'], defineCustomElementTaroCheckboxGroupCore),
|
|
85
|
+
});
|
|
86
|
+
const CommentDetail = /*@__PURE__*/ Vue.extend({
|
|
87
|
+
render: createCommonRender('taro-comment-detail-core', [], defineCustomElementTaroCommentDetailCore),
|
|
88
|
+
});
|
|
89
|
+
const CommentList = /*@__PURE__*/ Vue.extend({
|
|
90
|
+
render: createCommonRender('taro-comment-list-core', [], defineCustomElementTaroCommentListCore),
|
|
91
|
+
});
|
|
92
|
+
const ContactButton = /*@__PURE__*/ Vue.extend({
|
|
93
|
+
render: createCommonRender('taro-contact-button-core', [], defineCustomElementTaroContactButtonCore),
|
|
94
|
+
});
|
|
95
|
+
const CoverImage = /*@__PURE__*/ Vue.extend({
|
|
175
96
|
props: {
|
|
176
97
|
src: {},
|
|
177
98
|
nativeProps: {}
|
|
178
99
|
},
|
|
179
|
-
render:
|
|
180
|
-
};
|
|
181
|
-
const CoverView = {
|
|
100
|
+
render: createCommonRender('taro-cover-image-core', ['load', 'error'], defineCustomElementTaroCoverImageCore),
|
|
101
|
+
});
|
|
102
|
+
const CoverView = /*@__PURE__*/ Vue.extend({
|
|
182
103
|
props: {
|
|
183
104
|
animation: {},
|
|
184
105
|
hoverClass: {},
|
|
185
106
|
hoverStartTime: {},
|
|
186
107
|
hoverStayTime: {}
|
|
187
108
|
},
|
|
188
|
-
render:
|
|
189
|
-
};
|
|
190
|
-
const CustomWrapper = {
|
|
191
|
-
render:
|
|
192
|
-
};
|
|
193
|
-
const Editor = {
|
|
194
|
-
render:
|
|
195
|
-
};
|
|
196
|
-
const FollowSwan = {
|
|
197
|
-
render:
|
|
198
|
-
};
|
|
199
|
-
const Form = {
|
|
200
|
-
render:
|
|
201
|
-
};
|
|
202
|
-
const FunctionalPageNavigator = {
|
|
203
|
-
render:
|
|
204
|
-
};
|
|
205
|
-
const GridView = {
|
|
206
|
-
render:
|
|
207
|
-
};
|
|
208
|
-
const Icon = {
|
|
109
|
+
render: createCommonRender('taro-cover-view-core', ['longpress'], defineCustomElementTaroCoverViewCore),
|
|
110
|
+
});
|
|
111
|
+
const CustomWrapper = /*@__PURE__*/ Vue.extend({
|
|
112
|
+
render: createCommonRender('fragment', [], defineCustomElementTaroCustomWrapperCore),
|
|
113
|
+
});
|
|
114
|
+
const Editor = /*@__PURE__*/ Vue.extend({
|
|
115
|
+
render: createCommonRender('taro-editor-core', [], defineCustomElementTaroEditorCore),
|
|
116
|
+
});
|
|
117
|
+
const FollowSwan = /*@__PURE__*/ Vue.extend({
|
|
118
|
+
render: createCommonRender('taro-follow-swan-core', [], defineCustomElementTaroFollowSwanCore),
|
|
119
|
+
});
|
|
120
|
+
const Form = /*@__PURE__*/ Vue.extend({
|
|
121
|
+
render: createCommonRender('taro-form-core', ['submit'], defineCustomElementTaroFormCore),
|
|
122
|
+
});
|
|
123
|
+
const FunctionalPageNavigator = /*@__PURE__*/ Vue.extend({
|
|
124
|
+
render: createCommonRender('taro-functional-page-navigator-core', [], defineCustomElementTaroFunctionalPageNavigatorCore),
|
|
125
|
+
});
|
|
126
|
+
const GridView = /*@__PURE__*/ Vue.extend({
|
|
127
|
+
render: createCommonRender('taro-grid-view-core', [], defineCustomElementTaroGridViewCore),
|
|
128
|
+
});
|
|
129
|
+
const Icon = /*@__PURE__*/ Vue.extend({
|
|
209
130
|
props: {
|
|
210
131
|
type: {},
|
|
211
132
|
size: {},
|
|
212
133
|
color: {}
|
|
213
134
|
},
|
|
214
|
-
render:
|
|
215
|
-
};
|
|
216
|
-
const Image = {
|
|
135
|
+
render: createCommonRender('taro-icon-core', [], defineCustomElementTaroIconCore),
|
|
136
|
+
});
|
|
137
|
+
const Image = /*@__PURE__*/ Vue.extend({
|
|
217
138
|
props: {
|
|
218
139
|
src: {},
|
|
219
140
|
mode: {},
|
|
220
141
|
lazyLoad: {},
|
|
221
142
|
nativeProps: {}
|
|
222
143
|
},
|
|
223
|
-
render:
|
|
224
|
-
};
|
|
225
|
-
const InlinePaymentPanel = {
|
|
226
|
-
render:
|
|
227
|
-
};
|
|
228
|
-
const Input = {
|
|
144
|
+
render: createCommonRender('taro-image-core', ['load', 'error'], defineCustomElementTaroImageCore),
|
|
145
|
+
});
|
|
146
|
+
const InlinePaymentPanel = /*@__PURE__*/ Vue.extend({
|
|
147
|
+
render: createCommonRender('taro-inline-payment-panel-core', [], defineCustomElementTaroInlinePaymentPanelCore),
|
|
148
|
+
});
|
|
149
|
+
const Input = /*@__PURE__*/ Vue.extend({
|
|
229
150
|
props: {
|
|
230
151
|
value: {},
|
|
231
152
|
type: {},
|
|
@@ -242,51 +163,51 @@ const Input = {
|
|
|
242
163
|
methods: {
|
|
243
164
|
focus: createCommonMethod('focus')
|
|
244
165
|
},
|
|
245
|
-
render:
|
|
246
|
-
};
|
|
247
|
-
const KeyboardAccessory = {
|
|
248
|
-
render:
|
|
249
|
-
};
|
|
250
|
-
const Label = {
|
|
166
|
+
render: createCommonRender('taro-input-core', ['input', 'paste', 'focus', 'blur', 'confirm', 'change', 'keydown'], defineCustomElementTaroInputCore),
|
|
167
|
+
});
|
|
168
|
+
const KeyboardAccessory = /*@__PURE__*/ Vue.extend({
|
|
169
|
+
render: createCommonRender('taro-keyboard-accessory-core', [], defineCustomElementTaroKeyboardAccessoryCore),
|
|
170
|
+
});
|
|
171
|
+
const Label = /*@__PURE__*/ Vue.extend({
|
|
251
172
|
props: {
|
|
252
173
|
for: {}
|
|
253
174
|
},
|
|
254
|
-
render:
|
|
255
|
-
};
|
|
256
|
-
const Lifestyle = {
|
|
257
|
-
render:
|
|
258
|
-
};
|
|
259
|
-
const Like = {
|
|
260
|
-
render:
|
|
261
|
-
};
|
|
262
|
-
const ListView = {
|
|
263
|
-
render:
|
|
264
|
-
};
|
|
265
|
-
const LivePlayer = {
|
|
266
|
-
render:
|
|
267
|
-
};
|
|
268
|
-
const LivePusher = {
|
|
269
|
-
render:
|
|
270
|
-
};
|
|
271
|
-
const Login = {
|
|
272
|
-
render:
|
|
273
|
-
};
|
|
274
|
-
const Lottie = {
|
|
275
|
-
render:
|
|
276
|
-
};
|
|
277
|
-
const Map = {
|
|
278
|
-
render:
|
|
279
|
-
};
|
|
280
|
-
const MatchMedia = {
|
|
281
|
-
render:
|
|
282
|
-
};
|
|
283
|
-
const MovableArea = {
|
|
175
|
+
render: createCommonRender('taro-label-core', [], defineCustomElementTaroLabelCore),
|
|
176
|
+
});
|
|
177
|
+
const Lifestyle = /*@__PURE__*/ Vue.extend({
|
|
178
|
+
render: createCommonRender('taro-lifestyle-core', [], defineCustomElementTaroLifestyleCore),
|
|
179
|
+
});
|
|
180
|
+
const Like = /*@__PURE__*/ Vue.extend({
|
|
181
|
+
render: createCommonRender('taro-like-core', [], defineCustomElementTaroLikeCore),
|
|
182
|
+
});
|
|
183
|
+
const ListView = /*@__PURE__*/ Vue.extend({
|
|
184
|
+
render: createCommonRender('taro-list-view-core', [], defineCustomElementTaroListViewCore),
|
|
185
|
+
});
|
|
186
|
+
const LivePlayer = /*@__PURE__*/ Vue.extend({
|
|
187
|
+
render: createCommonRender('taro-live-player-core', [], defineCustomElementTaroLivePlayerCore),
|
|
188
|
+
});
|
|
189
|
+
const LivePusher = /*@__PURE__*/ Vue.extend({
|
|
190
|
+
render: createCommonRender('taro-live-pusher-core', [], defineCustomElementTaroLivePusherCore),
|
|
191
|
+
});
|
|
192
|
+
const Login = /*@__PURE__*/ Vue.extend({
|
|
193
|
+
render: createCommonRender('taro-login-core', [], defineCustomElementTaroLoginCore),
|
|
194
|
+
});
|
|
195
|
+
const Lottie = /*@__PURE__*/ Vue.extend({
|
|
196
|
+
render: createCommonRender('taro-lottie-core', [], defineCustomElementTaroLottieCore),
|
|
197
|
+
});
|
|
198
|
+
const Map = /*@__PURE__*/ Vue.extend({
|
|
199
|
+
render: createCommonRender('taro-map-core', [], defineCustomElementTaroMapCore),
|
|
200
|
+
});
|
|
201
|
+
const MatchMedia = /*@__PURE__*/ Vue.extend({
|
|
202
|
+
render: createCommonRender('taro-match-media-core', [], defineCustomElementTaroMatchMediaCore),
|
|
203
|
+
});
|
|
204
|
+
const MovableArea = /*@__PURE__*/ Vue.extend({
|
|
284
205
|
props: {
|
|
285
206
|
scaleArea: {}
|
|
286
207
|
},
|
|
287
|
-
render:
|
|
288
|
-
};
|
|
289
|
-
const MovableView = {
|
|
208
|
+
render: createCommonRender('taro-movable-area-core', [], defineCustomElementTaroMovableAreaCore),
|
|
209
|
+
});
|
|
210
|
+
const MovableView = /*@__PURE__*/ Vue.extend({
|
|
290
211
|
props: {
|
|
291
212
|
x: {},
|
|
292
213
|
y: {},
|
|
@@ -307,15 +228,15 @@ const MovableView = {
|
|
|
307
228
|
endScale: createCommonMethod('endScale'),
|
|
308
229
|
setScale: createCommonMethod('setScale')
|
|
309
230
|
},
|
|
310
|
-
render:
|
|
311
|
-
};
|
|
312
|
-
const NativeSlot = {
|
|
313
|
-
render:
|
|
314
|
-
};
|
|
315
|
-
const NavigationBar = {
|
|
316
|
-
render:
|
|
317
|
-
};
|
|
318
|
-
const Navigator = {
|
|
231
|
+
render: createCommonRender('taro-movable-view-core', ['change', 'scale', 'htouchmove', 'vtouchmove'], defineCustomElementTaroMovableViewCore),
|
|
232
|
+
});
|
|
233
|
+
const NativeSlot = /*@__PURE__*/ Vue.extend({
|
|
234
|
+
render: createCommonRender('taro-native-slot-core', [], defineCustomElementTaroNativeSlotCore),
|
|
235
|
+
});
|
|
236
|
+
const NavigationBar = /*@__PURE__*/ Vue.extend({
|
|
237
|
+
render: createCommonRender('taro-navigation-bar-core', [], defineCustomElementTaroNavigationBarCore),
|
|
238
|
+
});
|
|
239
|
+
const Navigator = /*@__PURE__*/ Vue.extend({
|
|
319
240
|
props: {
|
|
320
241
|
hoverClass: {},
|
|
321
242
|
url: {},
|
|
@@ -323,21 +244,21 @@ const Navigator = {
|
|
|
323
244
|
isHover: {},
|
|
324
245
|
delta: {}
|
|
325
246
|
},
|
|
326
|
-
render:
|
|
327
|
-
};
|
|
328
|
-
const OfficialAccount = {
|
|
329
|
-
render:
|
|
330
|
-
};
|
|
331
|
-
const OpenData = {
|
|
332
|
-
render:
|
|
333
|
-
};
|
|
334
|
-
const PageContainer = {
|
|
335
|
-
render:
|
|
336
|
-
};
|
|
337
|
-
const PageMeta = {
|
|
338
|
-
render:
|
|
339
|
-
};
|
|
340
|
-
const Picker = {
|
|
247
|
+
render: createCommonRender('taro-navigator-core', ['cuccess', 'fail', 'complete'], defineCustomElementTaroNavigatorCore),
|
|
248
|
+
});
|
|
249
|
+
const OfficialAccount = /*@__PURE__*/ Vue.extend({
|
|
250
|
+
render: createCommonRender('taro-official-account-core', [], defineCustomElementTaroOfficialAccountCore),
|
|
251
|
+
});
|
|
252
|
+
const OpenData = /*@__PURE__*/ Vue.extend({
|
|
253
|
+
render: createCommonRender('taro-open-data-core', [], defineCustomElementTaroOpenDataCore),
|
|
254
|
+
});
|
|
255
|
+
const PageContainer = /*@__PURE__*/ Vue.extend({
|
|
256
|
+
render: createCommonRender('taro-page-container-core', [], defineCustomElementTaroPageContainerCore),
|
|
257
|
+
});
|
|
258
|
+
const PageMeta = /*@__PURE__*/ Vue.extend({
|
|
259
|
+
render: createCommonRender('taro-page-meta-core', [], defineCustomElementTaroPageMetaCore),
|
|
260
|
+
});
|
|
261
|
+
const Picker = /*@__PURE__*/ Vue.extend({
|
|
341
262
|
props: {
|
|
342
263
|
mode: {},
|
|
343
264
|
disabled: {},
|
|
@@ -350,9 +271,9 @@ const Picker = {
|
|
|
350
271
|
name: {}
|
|
351
272
|
},
|
|
352
273
|
model: { prop: 'value', event: 'update:modelValue' },
|
|
353
|
-
render:
|
|
354
|
-
};
|
|
355
|
-
const PickerGroup = {
|
|
274
|
+
render: createCommonRender('taro-picker-core', ['change', 'columnchange', 'cancel'], defineCustomElementTaroPickerCore),
|
|
275
|
+
});
|
|
276
|
+
const PickerGroup = /*@__PURE__*/ Vue.extend({
|
|
356
277
|
props: {
|
|
357
278
|
mode: {},
|
|
358
279
|
range: {},
|
|
@@ -368,17 +289,17 @@ const PickerGroup = {
|
|
|
368
289
|
handleMoving: createCommonMethod('handleMoving'),
|
|
369
290
|
handleMoveEnd: createCommonMethod('handleMoveEnd')
|
|
370
291
|
},
|
|
371
|
-
render:
|
|
372
|
-
};
|
|
373
|
-
const PickerViewColumn = {
|
|
292
|
+
render: createCommonRender('taro-picker-group', [], defineCustomElementTaroPickerGroup),
|
|
293
|
+
});
|
|
294
|
+
const PickerViewColumn = /*@__PURE__*/ Vue.extend({
|
|
374
295
|
props: {
|
|
375
296
|
col: {},
|
|
376
297
|
initialPosition: {},
|
|
377
298
|
paddingVertical: {}
|
|
378
299
|
},
|
|
379
|
-
render:
|
|
380
|
-
};
|
|
381
|
-
const PickerView = {
|
|
300
|
+
render: createCommonRender('taro-picker-view-column-core', ['onselect', 'onselectstart', 'onselectend'], defineCustomElementTaroPickerViewColumnCore),
|
|
301
|
+
});
|
|
302
|
+
const PickerView = /*@__PURE__*/ Vue.extend({
|
|
382
303
|
props: {
|
|
383
304
|
indicatorStyle: {},
|
|
384
305
|
indicatorClass: {},
|
|
@@ -386,9 +307,9 @@ const PickerView = {
|
|
|
386
307
|
maskStyle: {},
|
|
387
308
|
maskClass: {}
|
|
388
309
|
},
|
|
389
|
-
render:
|
|
390
|
-
};
|
|
391
|
-
const Progress = {
|
|
310
|
+
render: createCommonRender('taro-picker-view-core', ['change', 'pickstart', 'pickend'], defineCustomElementTaroPickerViewCore),
|
|
311
|
+
});
|
|
312
|
+
const Progress = /*@__PURE__*/ Vue.extend({
|
|
392
313
|
props: {
|
|
393
314
|
percent: {},
|
|
394
315
|
showInfo: {},
|
|
@@ -399,18 +320,18 @@ const Progress = {
|
|
|
399
320
|
backgroundColor: {},
|
|
400
321
|
active: {}
|
|
401
322
|
},
|
|
402
|
-
render:
|
|
403
|
-
};
|
|
404
|
-
const PullToRefresh = {
|
|
323
|
+
render: createCommonRender('taro-progress-core', [], defineCustomElementTaroProgressCore),
|
|
324
|
+
});
|
|
325
|
+
const PullToRefresh = /*@__PURE__*/ Vue.extend({
|
|
405
326
|
props: {
|
|
406
327
|
prefixCls: {},
|
|
407
328
|
distanceToRefresh: {},
|
|
408
329
|
damping: {},
|
|
409
330
|
indicator: {}
|
|
410
331
|
},
|
|
411
|
-
render:
|
|
412
|
-
};
|
|
413
|
-
const Radio = {
|
|
332
|
+
render: createCommonRender('taro-pull-to-refresh', ['refresh'], defineCustomElementTaroPullToRefresh),
|
|
333
|
+
});
|
|
334
|
+
const Radio = /*@__PURE__*/ Vue.extend({
|
|
414
335
|
props: {
|
|
415
336
|
name: {},
|
|
416
337
|
value: {},
|
|
@@ -419,30 +340,30 @@ const Radio = {
|
|
|
419
340
|
disabled: {},
|
|
420
341
|
nativeProps: {}
|
|
421
342
|
},
|
|
422
|
-
render:
|
|
423
|
-
};
|
|
424
|
-
const RadioGroup = {
|
|
343
|
+
render: createCommonRender('taro-radio-core', ['radiochange'], defineCustomElementTaroRadioCore),
|
|
344
|
+
});
|
|
345
|
+
const RadioGroup = /*@__PURE__*/ Vue.extend({
|
|
425
346
|
props: {
|
|
426
347
|
name: {}
|
|
427
348
|
},
|
|
428
|
-
render:
|
|
429
|
-
};
|
|
430
|
-
const RichText = {
|
|
349
|
+
render: createCommonRender('taro-radio-group-core', ['change'], defineCustomElementTaroRadioGroupCore),
|
|
350
|
+
});
|
|
351
|
+
const RichText = /*@__PURE__*/ Vue.extend({
|
|
431
352
|
props: {
|
|
432
353
|
nodes: {}
|
|
433
354
|
},
|
|
434
|
-
render:
|
|
435
|
-
};
|
|
436
|
-
const RootPortal = {
|
|
437
|
-
render:
|
|
438
|
-
};
|
|
439
|
-
const RtcRoom = {
|
|
440
|
-
render:
|
|
441
|
-
};
|
|
442
|
-
const RtcRoomItem = {
|
|
443
|
-
render:
|
|
444
|
-
};
|
|
445
|
-
const ScrollView = {
|
|
355
|
+
render: createCommonRender('taro-rich-text-core', [], defineCustomElementTaroRichTextCore),
|
|
356
|
+
});
|
|
357
|
+
const RootPortal = /*@__PURE__*/ Vue.extend({
|
|
358
|
+
render: createCommonRender('taro-root-portal-core', [], defineCustomElementTaroRootPortalCore),
|
|
359
|
+
});
|
|
360
|
+
const RtcRoom = /*@__PURE__*/ Vue.extend({
|
|
361
|
+
render: createCommonRender('taro-rtc-room-core', [], defineCustomElementTaroRtcRoomCore),
|
|
362
|
+
});
|
|
363
|
+
const RtcRoomItem = /*@__PURE__*/ Vue.extend({
|
|
364
|
+
render: createCommonRender('taro-rtc-room-item-core', [], defineCustomElementTaroRtcRoomItemCore),
|
|
365
|
+
});
|
|
366
|
+
const ScrollView = /*@__PURE__*/ Vue.extend({
|
|
446
367
|
props: {
|
|
447
368
|
scrollX: {},
|
|
448
369
|
scrollY: {},
|
|
@@ -457,12 +378,12 @@ const ScrollView = {
|
|
|
457
378
|
mpScrollToMethod: createCommonMethod('mpScrollToMethod'),
|
|
458
379
|
mpScrollIntoViewMethod: createCommonMethod('mpScrollIntoViewMethod')
|
|
459
380
|
},
|
|
460
|
-
render:
|
|
461
|
-
};
|
|
462
|
-
const ShareElement = {
|
|
463
|
-
render:
|
|
464
|
-
};
|
|
465
|
-
const Slider = {
|
|
381
|
+
render: createCommonRender('taro-scroll-view-core', ['scroll', 'scrolltoupper', 'scrolltolower'], defineCustomElementTaroScrollViewCore),
|
|
382
|
+
});
|
|
383
|
+
const ShareElement = /*@__PURE__*/ Vue.extend({
|
|
384
|
+
render: createCommonRender('taro-share-element-core', [], defineCustomElementTaroShareElementCore),
|
|
385
|
+
});
|
|
386
|
+
const Slider = /*@__PURE__*/ Vue.extend({
|
|
466
387
|
props: {
|
|
467
388
|
min: {},
|
|
468
389
|
max: {},
|
|
@@ -477,18 +398,18 @@ const Slider = {
|
|
|
477
398
|
name: {}
|
|
478
399
|
},
|
|
479
400
|
model: { prop: 'value', event: 'update:modelValue' },
|
|
480
|
-
render:
|
|
481
|
-
};
|
|
482
|
-
const Slot = {
|
|
483
|
-
render:
|
|
484
|
-
};
|
|
485
|
-
const StickyHeader = {
|
|
486
|
-
render:
|
|
487
|
-
};
|
|
488
|
-
const StickySection = {
|
|
489
|
-
render:
|
|
490
|
-
};
|
|
491
|
-
const Swiper = {
|
|
401
|
+
render: createCommonRender('taro-slider-core', ['change', 'changing'], defineCustomElementTaroSliderCore),
|
|
402
|
+
});
|
|
403
|
+
const Slot = /*@__PURE__*/ Vue.extend({
|
|
404
|
+
render: createCommonRender('taro-slot-core', [], defineCustomElementTaroSlotCore),
|
|
405
|
+
});
|
|
406
|
+
const StickyHeader = /*@__PURE__*/ Vue.extend({
|
|
407
|
+
render: createCommonRender('taro-sticky-header-core', [], defineCustomElementTaroStickyHeaderCore),
|
|
408
|
+
});
|
|
409
|
+
const StickySection = /*@__PURE__*/ Vue.extend({
|
|
410
|
+
render: createCommonRender('taro-sticky-section-core', [], defineCustomElementTaroStickySectionCore),
|
|
411
|
+
});
|
|
412
|
+
const Swiper = /*@__PURE__*/ Vue.extend({
|
|
492
413
|
props: {
|
|
493
414
|
indicatorDots: {},
|
|
494
415
|
indicatorColor: {},
|
|
@@ -505,15 +426,15 @@ const Swiper = {
|
|
|
505
426
|
full: {},
|
|
506
427
|
zoom: {}
|
|
507
428
|
},
|
|
508
|
-
render:
|
|
509
|
-
};
|
|
510
|
-
const SwiperItem = {
|
|
429
|
+
render: createCommonRender('taro-swiper-core', ['change', 'animationfinish'], defineCustomElementTaroSwiperCore),
|
|
430
|
+
});
|
|
431
|
+
const SwiperItem = /*@__PURE__*/ Vue.extend({
|
|
511
432
|
props: {
|
|
512
433
|
itemId: {}
|
|
513
434
|
},
|
|
514
|
-
render:
|
|
515
|
-
};
|
|
516
|
-
const Switch = {
|
|
435
|
+
render: createCommonRender('taro-swiper-item-core', [], defineCustomElementTaroSwiperItemCore),
|
|
436
|
+
});
|
|
437
|
+
const Switch = /*@__PURE__*/ Vue.extend({
|
|
517
438
|
props: {
|
|
518
439
|
type: {},
|
|
519
440
|
checked: {},
|
|
@@ -523,27 +444,27 @@ const Switch = {
|
|
|
523
444
|
nativeProps: {}
|
|
524
445
|
},
|
|
525
446
|
model: { prop: 'checked', event: 'update:modelValue' },
|
|
526
|
-
render:
|
|
527
|
-
};
|
|
528
|
-
const TabItem = {
|
|
529
|
-
render:
|
|
530
|
-
};
|
|
531
|
-
const Tabbar = {
|
|
447
|
+
render: createCommonRender('taro-switch-core', ['change'], defineCustomElementTaroSwitchCore),
|
|
448
|
+
});
|
|
449
|
+
const TabItem = /*@__PURE__*/ Vue.extend({
|
|
450
|
+
render: createCommonRender('taro-tab-item-core', [], defineCustomElementTaroTabItemCore),
|
|
451
|
+
});
|
|
452
|
+
const Tabbar = /*@__PURE__*/ Vue.extend({
|
|
532
453
|
props: {
|
|
533
454
|
conf: {}
|
|
534
455
|
},
|
|
535
|
-
render:
|
|
536
|
-
};
|
|
537
|
-
const Tabs = {
|
|
538
|
-
render:
|
|
539
|
-
};
|
|
540
|
-
const Text = {
|
|
456
|
+
render: createCommonRender('taro-tabbar', ['longpress'], defineCustomElementTaroTabbar),
|
|
457
|
+
});
|
|
458
|
+
const Tabs = /*@__PURE__*/ Vue.extend({
|
|
459
|
+
render: createCommonRender('taro-tabs-core', [], defineCustomElementTaroTabsCore),
|
|
460
|
+
});
|
|
461
|
+
const Text = /*@__PURE__*/ Vue.extend({
|
|
541
462
|
props: {
|
|
542
463
|
selectable: {}
|
|
543
464
|
},
|
|
544
|
-
render:
|
|
545
|
-
};
|
|
546
|
-
const Textarea = {
|
|
465
|
+
render: createCommonRender('taro-text-core', [], defineCustomElementTaroTextCore),
|
|
466
|
+
});
|
|
467
|
+
const Textarea = /*@__PURE__*/ Vue.extend({
|
|
547
468
|
props: {
|
|
548
469
|
value: {},
|
|
549
470
|
placeholder: {},
|
|
@@ -558,9 +479,9 @@ const Textarea = {
|
|
|
558
479
|
methods: {
|
|
559
480
|
focus: createCommonMethod('focus')
|
|
560
481
|
},
|
|
561
|
-
render:
|
|
562
|
-
};
|
|
563
|
-
const VideoControl = {
|
|
482
|
+
render: createCommonRender('taro-textarea-core', ['input', 'focus', 'blur', 'change', 'linechange'], defineCustomElementTaroTextareaCore),
|
|
483
|
+
});
|
|
484
|
+
const VideoControl = /*@__PURE__*/ Vue.extend({
|
|
564
485
|
props: {
|
|
565
486
|
controls: {},
|
|
566
487
|
currentTime: {},
|
|
@@ -578,9 +499,9 @@ const VideoControl = {
|
|
|
578
499
|
getIsDraggingProgressBall: createCommonMethod('getIsDraggingProgressBall'),
|
|
579
500
|
setCurrentTime: createCommonMethod('setCurrentTime')
|
|
580
501
|
},
|
|
581
|
-
render:
|
|
582
|
-
};
|
|
583
|
-
const Video = {
|
|
502
|
+
render: createCommonRender('taro-video-control', [], defineCustomElementTaroVideoControl),
|
|
503
|
+
});
|
|
504
|
+
const Video = /*@__PURE__*/ Vue.extend({
|
|
584
505
|
props: {
|
|
585
506
|
src: {},
|
|
586
507
|
duration: {},
|
|
@@ -614,9 +535,9 @@ const Video = {
|
|
|
614
535
|
requestFullScreen: createCommonMethod('requestFullScreen'),
|
|
615
536
|
exitFullScreen: createCommonMethod('exitFullScreen')
|
|
616
537
|
},
|
|
617
|
-
render:
|
|
618
|
-
};
|
|
619
|
-
const VideoDanmu = {
|
|
538
|
+
render: createCommonRender('taro-video-core', ['play', 'pause', 'ended', 'timeupdate', 'error', 'fullscreenchange', 'progress', 'loadedmetadata'], defineCustomElementTaroVideoCore),
|
|
539
|
+
});
|
|
540
|
+
const VideoDanmu = /*@__PURE__*/ Vue.extend({
|
|
620
541
|
props: {
|
|
621
542
|
enable: {}
|
|
622
543
|
},
|
|
@@ -624,26 +545,26 @@ const VideoDanmu = {
|
|
|
624
545
|
sendDanmu: createCommonMethod('sendDanmu'),
|
|
625
546
|
tick: createCommonMethod('tick')
|
|
626
547
|
},
|
|
627
|
-
render:
|
|
628
|
-
};
|
|
629
|
-
const View = {
|
|
548
|
+
render: createCommonRender('taro-video-danmu', [], defineCustomElementTaroVideoDanmu),
|
|
549
|
+
});
|
|
550
|
+
const View = /*@__PURE__*/ Vue.extend({
|
|
630
551
|
props: {
|
|
631
552
|
animation: {},
|
|
632
553
|
hoverClass: {},
|
|
633
554
|
hoverStartTime: {},
|
|
634
555
|
hoverStayTime: {}
|
|
635
556
|
},
|
|
636
|
-
render:
|
|
637
|
-
};
|
|
638
|
-
const VoipRoom = {
|
|
639
|
-
render:
|
|
640
|
-
};
|
|
641
|
-
const WebView = {
|
|
557
|
+
render: createCommonRender('taro-view-core', ['longpress'], defineCustomElementTaroViewCore),
|
|
558
|
+
});
|
|
559
|
+
const VoipRoom = /*@__PURE__*/ Vue.extend({
|
|
560
|
+
render: createCommonRender('taro-voip-room-core', [], defineCustomElementTaroVoipRoomCore),
|
|
561
|
+
});
|
|
562
|
+
const WebView = /*@__PURE__*/ Vue.extend({
|
|
642
563
|
props: {
|
|
643
564
|
src: {}
|
|
644
565
|
},
|
|
645
|
-
render:
|
|
646
|
-
};
|
|
566
|
+
render: createCommonRender('taro-web-view-core', ['load', 'error'], defineCustomElementTaroWebViewCore),
|
|
567
|
+
});
|
|
647
568
|
|
|
648
569
|
export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, ChannelLive, ChannelVideo, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, GridView, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, ListView, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerView, PickerViewColumn, Progress, PullToRefresh, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ScrollView, ShareElement, Slider, Slot, StickyHeader, StickySection, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, Video, VideoControl, VideoDanmu, View, VoipRoom, WebView };
|
|
649
570
|
//# sourceMappingURL=components.js.map
|