@tarojs/components 3.6.0-canary.10 → 3.6.0-canary.12
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-swiper-core_2.cjs.entry.js +3 -5
- package/dist/cjs/taro-swiper-core_2.cjs.entry.js.map +1 -1
- package/dist/collection/components/swiper/swiper.js +3 -5
- package/dist/collection/components/swiper/swiper.js.map +1 -1
- package/dist/components/helper.js +15 -0
- package/dist/components/helper.js.map +1 -0
- package/dist/components/hls.js +27622 -0
- package/dist/components/hls.js.map +1 -0
- package/dist/components/index.d.ts +97 -0
- package/dist/components/index.js +79 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/index2.js +78 -0
- package/dist/components/index2.js.map +1 -0
- package/dist/components/index3.js +33 -0
- package/dist/components/index3.js.map +1 -0
- package/dist/components/intersection-observer.js +728 -0
- package/dist/components/intersection-observer.js.map +1 -0
- package/dist/components/picker-group.js +220 -0
- package/dist/components/picker-group.js.map +1 -0
- package/dist/components/taro-ad-core.d.ts +11 -0
- package/dist/components/taro-ad-core.js +35 -0
- package/dist/components/taro-ad-core.js.map +1 -0
- package/dist/components/taro-ad-custom-core.d.ts +11 -0
- package/dist/components/taro-ad-custom-core.js +35 -0
- package/dist/components/taro-ad-custom-core.js.map +1 -0
- package/dist/components/taro-animation-video-core.d.ts +11 -0
- package/dist/components/taro-animation-video-core.js +35 -0
- package/dist/components/taro-animation-video-core.js.map +1 -0
- package/dist/components/taro-animation-view-core.d.ts +11 -0
- package/dist/components/taro-animation-view-core.js +35 -0
- package/dist/components/taro-animation-view-core.js.map +1 -0
- package/dist/components/taro-ar-camera-core.d.ts +11 -0
- package/dist/components/taro-ar-camera-core.js +35 -0
- package/dist/components/taro-ar-camera-core.js.map +1 -0
- package/dist/components/taro-audio-core.d.ts +11 -0
- package/dist/components/taro-audio-core.js +80 -0
- package/dist/components/taro-audio-core.js.map +1 -0
- package/dist/components/taro-aweme-data-core.d.ts +11 -0
- package/dist/components/taro-aweme-data-core.js +35 -0
- package/dist/components/taro-aweme-data-core.js.map +1 -0
- package/dist/components/taro-block-core.d.ts +11 -0
- package/dist/components/taro-block-core.js +31 -0
- package/dist/components/taro-block-core.js.map +1 -0
- package/dist/components/taro-button-core.d.ts +11 -0
- package/dist/components/taro-button-core.js +102 -0
- package/dist/components/taro-button-core.js.map +1 -0
- package/dist/components/taro-camera-core.d.ts +11 -0
- package/dist/components/taro-camera-core.js +35 -0
- package/dist/components/taro-camera-core.js.map +1 -0
- package/dist/components/taro-canvas-core.d.ts +11 -0
- package/dist/components/taro-canvas-core.js +57 -0
- package/dist/components/taro-canvas-core.js.map +1 -0
- package/dist/components/taro-checkbox-core.d.ts +11 -0
- package/dist/components/taro-checkbox-core.js +81 -0
- package/dist/components/taro-checkbox-core.js.map +1 -0
- package/dist/components/taro-checkbox-group-core.d.ts +11 -0
- package/dist/components/taro-checkbox-group-core.js +71 -0
- package/dist/components/taro-checkbox-group-core.js.map +1 -0
- package/dist/components/taro-comment-detail-core.d.ts +11 -0
- package/dist/components/taro-comment-detail-core.js +35 -0
- package/dist/components/taro-comment-detail-core.js.map +1 -0
- package/dist/components/taro-comment-list-core.d.ts +11 -0
- package/dist/components/taro-comment-list-core.js +35 -0
- package/dist/components/taro-comment-list-core.js.map +1 -0
- package/dist/components/taro-contact-button-core.d.ts +11 -0
- package/dist/components/taro-contact-button-core.js +35 -0
- package/dist/components/taro-contact-button-core.js.map +1 -0
- package/dist/components/taro-cover-image-core.d.ts +11 -0
- package/dist/components/taro-cover-image-core.js +52 -0
- package/dist/components/taro-cover-image-core.js.map +1 -0
- package/dist/components/taro-cover-view-core.d.ts +11 -0
- package/dist/components/taro-cover-view-core.js +89 -0
- package/dist/components/taro-cover-view-core.js.map +1 -0
- package/dist/components/taro-custom-wrapper-core.d.ts +11 -0
- package/dist/components/taro-custom-wrapper-core.js +31 -0
- package/dist/components/taro-custom-wrapper-core.js.map +1 -0
- package/dist/components/taro-editor-core.d.ts +11 -0
- package/dist/components/taro-editor-core.js +35 -0
- package/dist/components/taro-editor-core.js.map +1 -0
- package/dist/components/taro-follow-swan-core.d.ts +11 -0
- package/dist/components/taro-follow-swan-core.js +35 -0
- package/dist/components/taro-follow-swan-core.js.map +1 -0
- package/dist/components/taro-form-core.d.ts +11 -0
- package/dist/components/taro-form-core.js +140 -0
- package/dist/components/taro-form-core.js.map +1 -0
- package/dist/components/taro-functional-page-navigator-core.d.ts +11 -0
- package/dist/components/taro-functional-page-navigator-core.js +35 -0
- package/dist/components/taro-functional-page-navigator-core.js.map +1 -0
- package/dist/components/taro-icon-core.d.ts +11 -0
- package/dist/components/taro-icon-core.js +48 -0
- package/dist/components/taro-icon-core.js.map +1 -0
- package/dist/components/taro-image-core.d.ts +11 -0
- package/dist/components/taro-image-core.js +81 -0
- package/dist/components/taro-image-core.js.map +1 -0
- package/dist/components/taro-inline-payment-panel-core.d.ts +11 -0
- package/dist/components/taro-inline-payment-panel-core.js +35 -0
- package/dist/components/taro-inline-payment-panel-core.js.map +1 -0
- package/dist/components/taro-input-core.d.ts +11 -0
- package/dist/components/taro-input-core.js +246 -0
- package/dist/components/taro-input-core.js.map +1 -0
- package/dist/components/taro-keyboard-accessory-core.d.ts +11 -0
- package/dist/components/taro-keyboard-accessory-core.js +35 -0
- package/dist/components/taro-keyboard-accessory-core.js.map +1 -0
- package/dist/components/taro-label-core.d.ts +11 -0
- package/dist/components/taro-label-core.js +34 -0
- package/dist/components/taro-label-core.js.map +1 -0
- package/dist/components/taro-lifestyle-core.d.ts +11 -0
- package/dist/components/taro-lifestyle-core.js +35 -0
- package/dist/components/taro-lifestyle-core.js.map +1 -0
- package/dist/components/taro-like-core.d.ts +11 -0
- package/dist/components/taro-like-core.js +35 -0
- package/dist/components/taro-like-core.js.map +1 -0
- package/dist/components/taro-live-player-core.d.ts +11 -0
- package/dist/components/taro-live-player-core.js +35 -0
- package/dist/components/taro-live-player-core.js.map +1 -0
- package/dist/components/taro-live-pusher-core.d.ts +11 -0
- package/dist/components/taro-live-pusher-core.js +35 -0
- package/dist/components/taro-live-pusher-core.js.map +1 -0
- package/dist/components/taro-login-core.d.ts +11 -0
- package/dist/components/taro-login-core.js +35 -0
- package/dist/components/taro-login-core.js.map +1 -0
- package/dist/components/taro-lottie-core.d.ts +11 -0
- package/dist/components/taro-lottie-core.js +35 -0
- package/dist/components/taro-lottie-core.js.map +1 -0
- package/dist/components/taro-map-core.d.ts +11 -0
- package/dist/components/taro-map-core.js +35 -0
- package/dist/components/taro-map-core.js.map +1 -0
- package/dist/components/taro-match-media-core.d.ts +11 -0
- package/dist/components/taro-match-media-core.js +35 -0
- package/dist/components/taro-match-media-core.js.map +1 -0
- package/dist/components/taro-movable-area-core.d.ts +11 -0
- package/dist/components/taro-movable-area-core.js +175 -0
- package/dist/components/taro-movable-area-core.js.map +1 -0
- package/dist/components/taro-movable-view-core.d.ts +11 -0
- package/dist/components/taro-movable-view-core.js +361 -0
- package/dist/components/taro-movable-view-core.js.map +1 -0
- package/dist/components/taro-native-slot-core.d.ts +11 -0
- package/dist/components/taro-native-slot-core.js +35 -0
- package/dist/components/taro-native-slot-core.js.map +1 -0
- package/dist/components/taro-navigation-bar-core.d.ts +11 -0
- package/dist/components/taro-navigation-bar-core.js +35 -0
- package/dist/components/taro-navigation-bar-core.js.map +1 -0
- package/dist/components/taro-navigator-core.d.ts +11 -0
- package/dist/components/taro-navigator-core.js +96 -0
- package/dist/components/taro-navigator-core.js.map +1 -0
- package/dist/components/taro-official-account-core.d.ts +11 -0
- package/dist/components/taro-official-account-core.js +35 -0
- package/dist/components/taro-official-account-core.js.map +1 -0
- package/dist/components/taro-open-data-core.d.ts +11 -0
- package/dist/components/taro-open-data-core.js +35 -0
- package/dist/components/taro-open-data-core.js.map +1 -0
- package/dist/components/taro-page-container-core.d.ts +11 -0
- package/dist/components/taro-page-container-core.js +35 -0
- package/dist/components/taro-page-container-core.js.map +1 -0
- package/dist/components/taro-page-meta-core.d.ts +11 -0
- package/dist/components/taro-page-meta-core.js +35 -0
- package/dist/components/taro-page-meta-core.js.map +1 -0
- package/dist/components/taro-picker-core.d.ts +11 -0
- package/dist/components/taro-picker-core.js +538 -0
- package/dist/components/taro-picker-core.js.map +1 -0
- package/dist/components/taro-picker-group.d.ts +11 -0
- package/dist/components/taro-picker-group.js +8 -0
- package/dist/components/taro-picker-group.js.map +1 -0
- package/dist/components/taro-picker-view-column-core.d.ts +11 -0
- package/dist/components/taro-picker-view-column-core.js +115 -0
- package/dist/components/taro-picker-view-column-core.js.map +1 -0
- package/dist/components/taro-picker-view-core.d.ts +11 -0
- package/dist/components/taro-picker-view-core.js +114 -0
- package/dist/components/taro-picker-view-core.js.map +1 -0
- package/dist/components/taro-progress-core.d.ts +11 -0
- package/dist/components/taro-progress-core.js +62 -0
- package/dist/components/taro-progress-core.js.map +1 -0
- package/dist/components/taro-pull-to-refresh.d.ts +11 -0
- package/dist/components/taro-pull-to-refresh.js +284 -0
- package/dist/components/taro-pull-to-refresh.js.map +1 -0
- package/dist/components/taro-radio-core.d.ts +11 -0
- package/dist/components/taro-radio-core.js +83 -0
- package/dist/components/taro-radio-core.js.map +1 -0
- package/dist/components/taro-radio-group-core.d.ts +11 -0
- package/dist/components/taro-radio-group-core.js +82 -0
- package/dist/components/taro-radio-group-core.js.map +1 -0
- package/dist/components/taro-rich-text-core.d.ts +11 -0
- package/dist/components/taro-rich-text-core.js +86 -0
- package/dist/components/taro-rich-text-core.js.map +1 -0
- package/dist/components/taro-root-portal-core.d.ts +11 -0
- package/dist/components/taro-root-portal-core.js +35 -0
- package/dist/components/taro-root-portal-core.js.map +1 -0
- package/dist/components/taro-rtc-room-core.d.ts +11 -0
- package/dist/components/taro-rtc-room-core.js +35 -0
- package/dist/components/taro-rtc-room-core.js.map +1 -0
- package/dist/components/taro-rtc-room-item-core.d.ts +11 -0
- package/dist/components/taro-rtc-room-item-core.js +35 -0
- package/dist/components/taro-rtc-room-item-core.js.map +1 -0
- package/dist/components/taro-scroll-view-core.d.ts +11 -0
- package/dist/components/taro-scroll-view-core.js +184 -0
- package/dist/components/taro-scroll-view-core.js.map +1 -0
- package/dist/components/taro-share-element-core.d.ts +11 -0
- package/dist/components/taro-share-element-core.js +35 -0
- package/dist/components/taro-share-element-core.js.map +1 -0
- package/dist/components/taro-slider-core.d.ts +11 -0
- package/dist/components/taro-slider-core.js +196 -0
- package/dist/components/taro-slider-core.js.map +1 -0
- package/dist/components/taro-slot-core.d.ts +11 -0
- package/dist/components/taro-slot-core.js +35 -0
- package/dist/components/taro-slot-core.js.map +1 -0
- package/dist/components/taro-swiper-core.d.ts +11 -0
- package/dist/components/taro-swiper-core.js +10165 -0
- package/dist/components/taro-swiper-core.js.map +1 -0
- package/dist/components/taro-swiper-item-core.d.ts +11 -0
- package/dist/components/taro-swiper-item-core.js +34 -0
- package/dist/components/taro-swiper-item-core.js.map +1 -0
- package/dist/components/taro-switch-core.d.ts +11 -0
- package/dist/components/taro-switch-core.js +87 -0
- package/dist/components/taro-switch-core.js.map +1 -0
- package/dist/components/taro-tab-item-core.d.ts +11 -0
- package/dist/components/taro-tab-item-core.js +35 -0
- package/dist/components/taro-tab-item-core.js.map +1 -0
- package/dist/components/taro-tabbar.d.ts +11 -0
- package/dist/components/taro-tabbar.js +457 -0
- package/dist/components/taro-tabbar.js.map +1 -0
- package/dist/components/taro-tabs-core.d.ts +11 -0
- package/dist/components/taro-tabs-core.js +35 -0
- package/dist/components/taro-tabs-core.js.map +1 -0
- package/dist/components/taro-text-core.d.ts +11 -0
- package/dist/components/taro-text-core.js +41 -0
- package/dist/components/taro-text-core.js.map +1 -0
- package/dist/components/taro-textarea-core.d.ts +11 -0
- package/dist/components/taro-textarea-core.js +164 -0
- package/dist/components/taro-textarea-core.js.map +1 -0
- package/dist/components/taro-video-control.d.ts +11 -0
- package/dist/components/taro-video-control.js +8 -0
- package/dist/components/taro-video-control.js.map +1 -0
- package/dist/components/taro-video-core.d.ts +11 -0
- package/dist/components/taro-video-core.js +485 -0
- package/dist/components/taro-video-core.js.map +1 -0
- package/dist/components/taro-video-danmu.d.ts +11 -0
- package/dist/components/taro-video-danmu.js +8 -0
- package/dist/components/taro-video-danmu.js.map +1 -0
- package/dist/components/taro-view-core.d.ts +11 -0
- package/dist/components/taro-view-core.js +101 -0
- package/dist/components/taro-view-core.js.map +1 -0
- package/dist/components/taro-voip-room-core.d.ts +11 -0
- package/dist/components/taro-voip-room-core.js +35 -0
- package/dist/components/taro-voip-room-core.js.map +1 -0
- package/dist/components/taro-web-view-core.d.ts +11 -0
- package/dist/components/taro-web-view-core.js +46 -0
- package/dist/components/taro-web-view-core.js.map +1 -0
- package/dist/components/video-control.js +233 -0
- package/dist/components/video-control.js.map +1 -0
- package/dist/components/video-danmu.js +110 -0
- package/dist/components/video-danmu.js.map +1 -0
- package/dist/esm/taro-swiper-core_2.entry.js +3 -5
- package/dist/esm/taro-swiper-core_2.entry.js.map +1 -1
- package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-swiper-core_2.entry.js.map +1 -1
- package/dist/taro-components/{p-d388c097.entry.js → p-22315b9d.entry.js} +2 -2
- package/dist/taro-components/p-22315b9d.entry.js.map +1 -0
- package/dist/taro-components/{p-6831f7b1.system.entry.js → p-c3c37cbb.system.entry.js} +2 -2
- package/dist/taro-components/p-c3c37cbb.system.entry.js.map +1 -0
- package/dist/taro-components/p-cb17d8bd.system.js +1 -1
- package/dist/taro-components/taro-components.esm.js +1 -1
- package/lib/react/components.d.ts +82 -0
- package/lib/react/components.js +85 -0
- package/lib/react/components.js.map +1 -0
- package/lib/react/helper.d.ts +10 -0
- package/lib/react/helper.js +7 -0
- package/lib/react/helper.js.map +1 -0
- package/lib/react/index.d.ts +1 -0
- package/lib/react/index.js +2 -0
- package/lib/react/index.js.map +1 -0
- package/lib/react/interfaces-4f837811.d.ts +30 -0
- package/lib/react/react-component-lib/createComponent.d.ts +10 -0
- package/lib/react/react-component-lib/createComponent.js +70 -0
- package/lib/react/react-component-lib/createComponent.js.map +1 -0
- package/lib/react/react-component-lib/createOverlayComponent.d.ts +21 -0
- package/lib/react/react-component-lib/createOverlayComponent.js +91 -0
- package/lib/react/react-component-lib/createOverlayComponent.js.map +1 -0
- package/lib/react/react-component-lib/index.d.ts +2 -0
- package/lib/react/react-component-lib/index.js +3 -0
- package/lib/react/react-component-lib/index.js.map +1 -0
- package/lib/react/react-component-lib/utils/attachProps.d.ts +13 -0
- package/lib/react/react-component-lib/utils/attachProps.js +101 -0
- package/lib/react/react-component-lib/utils/attachProps.js.map +1 -0
- package/lib/react/react-component-lib/utils/case.d.ts +3 -0
- package/lib/react/react-component-lib/utils/case.js +9 -0
- package/lib/react/react-component-lib/utils/case.js.map +1 -0
- package/lib/react/react-component-lib/utils/index.d.ts +11 -0
- package/lib/react/react-component-lib/utils/index.js +37 -0
- package/lib/react/react-component-lib/utils/index.js.map +1 -0
- package/lib/vue2/components.d.ts +352 -0
- package/lib/vue2/components.js +620 -0
- package/lib/vue2/components.js.map +1 -0
- package/lib/vue2/index.d.ts +3 -0
- package/lib/vue2/index.js +21 -0
- package/lib/vue2/index.js.map +1 -0
- package/lib/vue2/vue-component-lib/utils.d.ts +6 -0
- package/lib/vue2/vue-component-lib/utils.js +32 -0
- package/lib/vue2/vue-component-lib/utils.js.map +1 -0
- package/lib/vue3/components.d.ts +82 -0
- package/lib/vue3/components.js +386 -0
- package/lib/vue3/components.js.map +1 -0
- package/lib/vue3/index.d.ts +3 -0
- package/lib/vue3/index.js +15 -0
- package/lib/vue3/index.js.map +1 -0
- package/lib/vue3/vue-component-lib/utils.d.ts +21 -0
- package/lib/vue3/vue-component-lib/utils.js +163 -0
- package/lib/vue3/vue-component-lib/utils.js.map +1 -0
- package/package.json +9 -7
- package/types/index.vue3.d.ts +4 -4
- package/dist/react/component-lib/index.js +0 -74
- package/dist/react/component-lib/input.js +0 -17
- package/dist/react/component-lib/reactify-wc.js +0 -206
- package/dist/react/components.js +0 -82
- package/dist/react/helper.js +0 -8
- package/dist/react/index.js +0 -1
- package/dist/react/react-component-lib/createComponent.js +0 -99
- package/dist/react/react-component-lib/createOverlayComponent.js +0 -178
- package/dist/react/react-component-lib/index.js +0 -2
- package/dist/react/react-component-lib/interfaces.js +0 -0
- package/dist/react/react-component-lib/utils/attachProps.js +0 -98
- package/dist/react/react-component-lib/utils/case.js +0 -10
- package/dist/react/react-component-lib/utils/dev.js +0 -12
- package/dist/react/react-component-lib/utils/index.js +0 -37
- package/dist/taro-components/p-6831f7b1.system.entry.js.map +0 -1
- package/dist/taro-components/p-d388c097.entry.js.map +0 -1
- package/dist/vue2/component-lib/components.js +0 -71
- package/dist/vue2/component-lib/createComponent.js +0 -21
- package/dist/vue2/component-lib/createFormsComponent.js +0 -53
- package/dist/vue2/component-lib/icon.js +0 -19
- package/dist/vue2/component-lib/image.js +0 -20
- package/dist/vue2/component-lib/index.js +0 -28
- package/dist/vue2/component-lib/mixins/listeners.js +0 -14
- package/dist/vue2/component-lib/mixins/refs.js +0 -44
- package/dist/vue2/component-lib/picker.js +0 -40
- package/dist/vue2/component-lib/scroll-view.js +0 -32
- package/dist/vue2/component-lib/text.js +0 -20
- package/dist/vue2/components.js +0 -542
- package/dist/vue2/index.js +0 -22
- package/dist/vue2/vue-component-lib/utils.js +0 -40
- package/dist/vue3/component-lib/createComponent.js +0 -23
- package/dist/vue3/component-lib/createFormsComponent.js +0 -43
- package/dist/vue3/component-lib/forwardRef.js +0 -9
- package/dist/vue3/component-lib/icon.js +0 -21
- package/dist/vue3/component-lib/image.js +0 -22
- package/dist/vue3/component-lib/index.js +0 -76
- package/dist/vue3/component-lib/scroll-view.js +0 -28
- package/dist/vue3/component-lib/text.js +0 -22
- package/dist/vue3/components.js +0 -80
- package/dist/vue3/index.js +0 -17
- package/dist/vue3/vue-component-lib/utils.js +0 -175
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./p-8a8f286f.system.js"],(function(e,o){"use strict";var t,r;return{setters:[function(e){t=e.p;r=e.b}],execute:function(){var e=function(){var e=o.meta.url;var r={};if(e!==""){r.resourcesUrl=new URL(".",e).href}return t(r)};e().then((function(e){return r(JSON.parse('[["p-a1ace8c7.system",[[4,"taro-checkbox-core",{"name":[1],"value":[1],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-15dced71.system",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-99bbe34a.system",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32],"isMove":[32]},[[1,"scroll","onScroll"],[1,"mouseup","onMouseEnd"],[1,"mouseout","onMouseEnd"],[1,"mouseleave","onMouseEnd"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-72f626ab.system",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-6831f7b1.system",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-701b0286.system",[[0,"taro-ad-core"]]],["p-c0e3c822.system",[[0,"taro-ad-custom-core"]]],["p-e5607803.system",[[0,"taro-animation-video-core"]]],["p-ad25cc91.system",[[0,"taro-animation-view-core"]]],["p-31e10d77.system",[[0,"taro-ar-camera-core"]]],["p-a29509fa.system",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-98901e99.system",[[0,"taro-aweme-data-core"]]],["p-8c8fe164.system",[[0,"taro-block-core"]]],["p-dcfb7d97.system",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-c4cf58af.system",[[0,"taro-camera-core"]]],["p-1bd3d09b.system",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["p-1a47133c.system",[[0,"taro-comment-detail-core"]]],["p-fb843ff2.system",[[0,"taro-comment-list-core"]]],["p-9f780103.system",[[0,"taro-contact-button-core"]]],["p-b88a55b4.system",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-d619f198.system",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-439a3349.system",[[0,"taro-custom-wrapper-core"]]],["p-a6f2dc54.system",[[0,"taro-editor-core"]]],["p-36c64ed0.system",[[0,"taro-follow-swan-core"]]],["p-0382d7d0.system",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-21b77a13.system",[[0,"taro-functional-page-navigator-core"]]],["p-e7239faa.system",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-447386b2.system",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["p-898aba38.system",[[0,"taro-inline-payment-panel-core"]]],["p-dcb48fd9.system",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[516,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-4fbb8b4c.system",[[0,"taro-keyboard-accessory-core"]]],["p-001ef419.system",[[4,"taro-label-core",{"for":[1]}]]],["p-632f9a72.system",[[0,"taro-lifestyle-core"]]],["p-f00ee372.system",[[0,"taro-like-core"]]],["p-45b6ea0c.system",[[0,"taro-live-player-core"]]],["p-f0d0160d.system",[[0,"taro-live-pusher-core"]]],["p-6c622fa2.system",[[0,"taro-login-core"]]],["p-b4cccb3e.system",[[0,"taro-lottie-core"]]],["p-8bec95d4.system",[[0,"taro-map-core"]]],["p-9f1ca602.system",[[0,"taro-match-media-core"]]],["p-fae28cc1.system",[[0,"taro-native-slot-core"]]],["p-b04a56bd.system",[[0,"taro-navigation-bar-core"]]],["p-0b38e6c7.system",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-580a72d1.system",[[0,"taro-official-account-core"]]],["p-59418be7.system",[[0,"taro-open-data-core"]]],["p-8a3620a6.system",[[0,"taro-page-container-core"]]],["p-b500c116.system",[[0,"taro-page-meta-core"]]],["p-d4b6f19e.system",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-e98c07c3.system",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-4b27df71.system",[[0,"taro-rich-text-core",{"nodes":[1]}]]],["p-c5c331bf.system",[[0,"taro-root-portal-core"]]],["p-0be383a9.system",[[0,"taro-rtc-room-core"]]],["p-b6733e23.system",[[0,"taro-rtc-room-item-core"]]],["p-e7965c55.system",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"scrollWithAnimation":[4,"scroll-with-animation"]},[[3,"scroll","handleScroll"]]]]],["p-301a8b85.system",[[0,"taro-share-element-core"]]],["p-ef029c30.system",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-1b1420c9.system",[[0,"taro-slot-core"]]],["p-1b2556e2.system",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["p-fc0fbcce.system",[[0,"taro-tab-item-core"]]],["p-49a6cae4.system",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-1ad0aa95.system",[[0,"taro-tabs-core"]]],["p-cbe2436d.system",[[4,"taro-text-core",{"selectable":[4]}]]],["p-eddd00e9.system",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-c43fe342.system",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-f2c75971.system",[[0,"taro-voip-room-core"]]],["p-59e02aca.system",[[0,"taro-web-view-core",{"src":[1]}]]],["p-d7ab3e23.system",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"onColumnChange":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[1,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-755be847.system",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)}))}}}));
|
|
1
|
+
System.register(["./p-8a8f286f.system.js"],(function(e,o){"use strict";var t,r;return{setters:[function(e){t=e.p;r=e.b}],execute:function(){var e=function(){var e=o.meta.url;var r={};if(e!==""){r.resourcesUrl=new URL(".",e).href}return t(r)};e().then((function(e){return r(JSON.parse('[["p-a1ace8c7.system",[[4,"taro-checkbox-core",{"name":[1],"value":[1],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-15dced71.system",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-99bbe34a.system",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32],"isMove":[32]},[[1,"scroll","onScroll"],[1,"mouseup","onMouseEnd"],[1,"mouseout","onMouseEnd"],[1,"mouseleave","onMouseEnd"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-72f626ab.system",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-c3c37cbb.system",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-701b0286.system",[[0,"taro-ad-core"]]],["p-c0e3c822.system",[[0,"taro-ad-custom-core"]]],["p-e5607803.system",[[0,"taro-animation-video-core"]]],["p-ad25cc91.system",[[0,"taro-animation-view-core"]]],["p-31e10d77.system",[[0,"taro-ar-camera-core"]]],["p-a29509fa.system",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-98901e99.system",[[0,"taro-aweme-data-core"]]],["p-8c8fe164.system",[[0,"taro-block-core"]]],["p-dcfb7d97.system",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-c4cf58af.system",[[0,"taro-camera-core"]]],["p-1bd3d09b.system",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["p-1a47133c.system",[[0,"taro-comment-detail-core"]]],["p-fb843ff2.system",[[0,"taro-comment-list-core"]]],["p-9f780103.system",[[0,"taro-contact-button-core"]]],["p-b88a55b4.system",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-d619f198.system",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-439a3349.system",[[0,"taro-custom-wrapper-core"]]],["p-a6f2dc54.system",[[0,"taro-editor-core"]]],["p-36c64ed0.system",[[0,"taro-follow-swan-core"]]],["p-0382d7d0.system",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-21b77a13.system",[[0,"taro-functional-page-navigator-core"]]],["p-e7239faa.system",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-447386b2.system",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["p-898aba38.system",[[0,"taro-inline-payment-panel-core"]]],["p-dcb48fd9.system",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[516,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-4fbb8b4c.system",[[0,"taro-keyboard-accessory-core"]]],["p-001ef419.system",[[4,"taro-label-core",{"for":[1]}]]],["p-632f9a72.system",[[0,"taro-lifestyle-core"]]],["p-f00ee372.system",[[0,"taro-like-core"]]],["p-45b6ea0c.system",[[0,"taro-live-player-core"]]],["p-f0d0160d.system",[[0,"taro-live-pusher-core"]]],["p-6c622fa2.system",[[0,"taro-login-core"]]],["p-b4cccb3e.system",[[0,"taro-lottie-core"]]],["p-8bec95d4.system",[[0,"taro-map-core"]]],["p-9f1ca602.system",[[0,"taro-match-media-core"]]],["p-fae28cc1.system",[[0,"taro-native-slot-core"]]],["p-b04a56bd.system",[[0,"taro-navigation-bar-core"]]],["p-0b38e6c7.system",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-580a72d1.system",[[0,"taro-official-account-core"]]],["p-59418be7.system",[[0,"taro-open-data-core"]]],["p-8a3620a6.system",[[0,"taro-page-container-core"]]],["p-b500c116.system",[[0,"taro-page-meta-core"]]],["p-d4b6f19e.system",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-e98c07c3.system",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-4b27df71.system",[[0,"taro-rich-text-core",{"nodes":[1]}]]],["p-c5c331bf.system",[[0,"taro-root-portal-core"]]],["p-0be383a9.system",[[0,"taro-rtc-room-core"]]],["p-b6733e23.system",[[0,"taro-rtc-room-item-core"]]],["p-e7965c55.system",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"scrollWithAnimation":[4,"scroll-with-animation"]},[[3,"scroll","handleScroll"]]]]],["p-301a8b85.system",[[0,"taro-share-element-core"]]],["p-ef029c30.system",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-1b1420c9.system",[[0,"taro-slot-core"]]],["p-1b2556e2.system",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["p-fc0fbcce.system",[[0,"taro-tab-item-core"]]],["p-49a6cae4.system",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-1ad0aa95.system",[[0,"taro-tabs-core"]]],["p-cbe2436d.system",[[4,"taro-text-core",{"selectable":[4]}]]],["p-eddd00e9.system",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-c43fe342.system",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-f2c75971.system",[[0,"taro-voip-room-core"]]],["p-59e02aca.system",[[0,"taro-web-view-core",{"src":[1]}]]],["p-d7ab3e23.system",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"onColumnChange":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[1,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-755be847.system",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)}))}}}));
|
|
2
2
|
//# sourceMappingURL=p-cb17d8bd.system.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as o}from"./p-5bfefd19.js";const r=()=>{const o=import.meta.url;const r={};if(o!==""){r.resourcesUrl=new URL(".",o).href}return e(r)};r().then((e=>o(JSON.parse('[["p-c3bb8fa6",[[4,"taro-checkbox-core",{"name":[1],"value":[1],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-8231e748",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-b10cb428",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32],"isMove":[32]},[[1,"scroll","onScroll"],[1,"mouseup","onMouseEnd"],[1,"mouseout","onMouseEnd"],[1,"mouseleave","onMouseEnd"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-df862d0c",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-d388c097",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-4b05e003",[[0,"taro-ad-core"]]],["p-3e6b29c6",[[0,"taro-ad-custom-core"]]],["p-6cd941bc",[[0,"taro-animation-video-core"]]],["p-386b9de8",[[0,"taro-animation-view-core"]]],["p-d6441fd8",[[0,"taro-ar-camera-core"]]],["p-beea63a7",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-37d71e63",[[0,"taro-aweme-data-core"]]],["p-93cc7adc",[[0,"taro-block-core"]]],["p-f120c272",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-6af8be19",[[0,"taro-camera-core"]]],["p-17657dca",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["p-7bafbe22",[[0,"taro-comment-detail-core"]]],["p-5bd1c1a1",[[0,"taro-comment-list-core"]]],["p-70defa84",[[0,"taro-contact-button-core"]]],["p-01dc54a5",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-de762042",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-be3f5ac0",[[0,"taro-custom-wrapper-core"]]],["p-96a784f1",[[0,"taro-editor-core"]]],["p-876edf66",[[0,"taro-follow-swan-core"]]],["p-e4f1cc50",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-ba743573",[[0,"taro-functional-page-navigator-core"]]],["p-55519002",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-5b552407",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["p-65971d99",[[0,"taro-inline-payment-panel-core"]]],["p-9e20c25c",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[516,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-1cb76199",[[0,"taro-keyboard-accessory-core"]]],["p-b832f4e8",[[4,"taro-label-core",{"for":[1]}]]],["p-62d750a7",[[0,"taro-lifestyle-core"]]],["p-73106bc9",[[0,"taro-like-core"]]],["p-20ec6387",[[0,"taro-live-player-core"]]],["p-0d36ef6b",[[0,"taro-live-pusher-core"]]],["p-7e7a1e62",[[0,"taro-login-core"]]],["p-7afc274a",[[0,"taro-lottie-core"]]],["p-ab105c26",[[0,"taro-map-core"]]],["p-12e4b019",[[0,"taro-match-media-core"]]],["p-51040638",[[0,"taro-native-slot-core"]]],["p-cd6a7eea",[[0,"taro-navigation-bar-core"]]],["p-3c256e0e",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-d85b216d",[[0,"taro-official-account-core"]]],["p-0a896bc7",[[0,"taro-open-data-core"]]],["p-0ee6a068",[[0,"taro-page-container-core"]]],["p-b90926cc",[[0,"taro-page-meta-core"]]],["p-29f04296",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-570222e2",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-6ea2995b",[[0,"taro-rich-text-core",{"nodes":[1]}]]],["p-3b9a1125",[[0,"taro-root-portal-core"]]],["p-a4961ddd",[[0,"taro-rtc-room-core"]]],["p-f81d14ad",[[0,"taro-rtc-room-item-core"]]],["p-427a2872",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"scrollWithAnimation":[4,"scroll-with-animation"]},[[3,"scroll","handleScroll"]]]]],["p-e59f999e",[[0,"taro-share-element-core"]]],["p-b4ec48c3",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-186ad7ff",[[0,"taro-slot-core"]]],["p-2243a376",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["p-28dade4f",[[0,"taro-tab-item-core"]]],["p-e0d6b00b",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-281a2bcf",[[0,"taro-tabs-core"]]],["p-2096bc5f",[[4,"taro-text-core",{"selectable":[4]}]]],["p-ffc44634",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-19afe402",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-6f8af69f",[[0,"taro-voip-room-core"]]],["p-1b64d2a2",[[0,"taro-web-view-core",{"src":[1]}]]],["p-d7f4b10f",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"onColumnChange":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[1,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-4b71c926",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as o}from"./p-5bfefd19.js";const r=()=>{const o=import.meta.url;const r={};if(o!==""){r.resourcesUrl=new URL(".",o).href}return e(r)};r().then((e=>o(JSON.parse('[["p-c3bb8fa6",[[4,"taro-checkbox-core",{"name":[1],"value":[1],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-8231e748",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-b10cb428",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32],"isMove":[32]},[[1,"scroll","onScroll"],[1,"mouseup","onMouseEnd"],[1,"mouseout","onMouseEnd"],[1,"mouseleave","onMouseEnd"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-df862d0c",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-22315b9d",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-4b05e003",[[0,"taro-ad-core"]]],["p-3e6b29c6",[[0,"taro-ad-custom-core"]]],["p-6cd941bc",[[0,"taro-animation-video-core"]]],["p-386b9de8",[[0,"taro-animation-view-core"]]],["p-d6441fd8",[[0,"taro-ar-camera-core"]]],["p-beea63a7",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-37d71e63",[[0,"taro-aweme-data-core"]]],["p-93cc7adc",[[0,"taro-block-core"]]],["p-f120c272",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-6af8be19",[[0,"taro-camera-core"]]],["p-17657dca",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["p-7bafbe22",[[0,"taro-comment-detail-core"]]],["p-5bd1c1a1",[[0,"taro-comment-list-core"]]],["p-70defa84",[[0,"taro-contact-button-core"]]],["p-01dc54a5",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-de762042",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-be3f5ac0",[[0,"taro-custom-wrapper-core"]]],["p-96a784f1",[[0,"taro-editor-core"]]],["p-876edf66",[[0,"taro-follow-swan-core"]]],["p-e4f1cc50",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-ba743573",[[0,"taro-functional-page-navigator-core"]]],["p-55519002",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-5b552407",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["p-65971d99",[[0,"taro-inline-payment-panel-core"]]],["p-9e20c25c",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[516,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-1cb76199",[[0,"taro-keyboard-accessory-core"]]],["p-b832f4e8",[[4,"taro-label-core",{"for":[1]}]]],["p-62d750a7",[[0,"taro-lifestyle-core"]]],["p-73106bc9",[[0,"taro-like-core"]]],["p-20ec6387",[[0,"taro-live-player-core"]]],["p-0d36ef6b",[[0,"taro-live-pusher-core"]]],["p-7e7a1e62",[[0,"taro-login-core"]]],["p-7afc274a",[[0,"taro-lottie-core"]]],["p-ab105c26",[[0,"taro-map-core"]]],["p-12e4b019",[[0,"taro-match-media-core"]]],["p-51040638",[[0,"taro-native-slot-core"]]],["p-cd6a7eea",[[0,"taro-navigation-bar-core"]]],["p-3c256e0e",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-d85b216d",[[0,"taro-official-account-core"]]],["p-0a896bc7",[[0,"taro-open-data-core"]]],["p-0ee6a068",[[0,"taro-page-container-core"]]],["p-b90926cc",[[0,"taro-page-meta-core"]]],["p-29f04296",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-570222e2",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-6ea2995b",[[0,"taro-rich-text-core",{"nodes":[1]}]]],["p-3b9a1125",[[0,"taro-root-portal-core"]]],["p-a4961ddd",[[0,"taro-rtc-room-core"]]],["p-f81d14ad",[[0,"taro-rtc-room-item-core"]]],["p-427a2872",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"scrollWithAnimation":[4,"scroll-with-animation"]},[[3,"scroll","handleScroll"]]]]],["p-e59f999e",[[0,"taro-share-element-core"]]],["p-b4ec48c3",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-186ad7ff",[[0,"taro-slot-core"]]],["p-2243a376",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["p-28dade4f",[[0,"taro-tab-item-core"]]],["p-e0d6b00b",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-281a2bcf",[[0,"taro-tabs-core"]]],["p-2096bc5f",[[4,"taro-text-core",{"selectable":[4]}]]],["p-ffc44634",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-19afe402",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-6f8af69f",[[0,"taro-voip-room-core"]]],["p-1b64d2a2",[[0,"taro-web-view-core",{"src":[1]}]]],["p-d7f4b10f",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"onColumnChange":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[1,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-4b71c926",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)));
|
|
2
2
|
//# sourceMappingURL=taro-components.esm.js.map
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { JSX } from '@tarojs/components/dist/types/components';
|
|
2
|
+
declare const Ad: import("react").ForwardRefExoticComponent<JSX.TaroAdCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCoreElement>>;
|
|
3
|
+
declare const AdCustom: import("react").ForwardRefExoticComponent<JSX.TaroAdCustomCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCustomCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCustomCoreElement>>;
|
|
4
|
+
declare const AnimationVideo: import("react").ForwardRefExoticComponent<JSX.TaroAnimationVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationVideoCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationVideoCoreElement>>;
|
|
5
|
+
declare const AnimationView: import("react").ForwardRefExoticComponent<JSX.TaroAnimationViewCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationViewCoreElement>>;
|
|
6
|
+
declare const ArCamera: import("react").ForwardRefExoticComponent<JSX.TaroArCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroArCameraCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroArCameraCoreElement>>;
|
|
7
|
+
declare const Audio: import("react").ForwardRefExoticComponent<JSX.TaroAudioCore & Omit<import("react").HTMLAttributes<HTMLTaroAudioCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAudioCoreElement>>;
|
|
8
|
+
declare const AwemeData: import("react").ForwardRefExoticComponent<JSX.TaroAwemeDataCore & Omit<import("react").HTMLAttributes<HTMLTaroAwemeDataCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAwemeDataCoreElement>>;
|
|
9
|
+
declare const Block: import("react").ExoticComponent<{
|
|
10
|
+
children?: import("react").ReactNode;
|
|
11
|
+
}>;
|
|
12
|
+
declare const Button: import("react").ForwardRefExoticComponent<JSX.TaroButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroButtonCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroButtonCoreElement>>;
|
|
13
|
+
declare const Camera: import("react").ForwardRefExoticComponent<JSX.TaroCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroCameraCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCameraCoreElement>>;
|
|
14
|
+
declare const Canvas: import("react").ForwardRefExoticComponent<JSX.TaroCanvasCore & Omit<import("react").HTMLAttributes<HTMLTaroCanvasCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCanvasCoreElement>>;
|
|
15
|
+
declare const Checkbox: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxCoreElement>>;
|
|
16
|
+
declare const CheckboxGroup: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxGroupCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxGroupCoreElement>>;
|
|
17
|
+
declare const CommentDetail: import("react").ForwardRefExoticComponent<JSX.TaroCommentDetailCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentDetailCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentDetailCoreElement>>;
|
|
18
|
+
declare const CommentList: import("react").ForwardRefExoticComponent<JSX.TaroCommentListCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentListCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentListCoreElement>>;
|
|
19
|
+
declare const ContactButton: import("react").ForwardRefExoticComponent<JSX.TaroContactButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroContactButtonCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroContactButtonCoreElement>>;
|
|
20
|
+
declare const CoverImage: import("react").ForwardRefExoticComponent<JSX.TaroCoverImageCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverImageCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverImageCoreElement>>;
|
|
21
|
+
declare const CoverView: import("react").ForwardRefExoticComponent<JSX.TaroCoverViewCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverViewCoreElement>>;
|
|
22
|
+
declare const CustomWrapper: import("react").ExoticComponent<{
|
|
23
|
+
children?: import("react").ReactNode;
|
|
24
|
+
}>;
|
|
25
|
+
declare const Editor: import("react").ForwardRefExoticComponent<JSX.TaroEditorCore & Omit<import("react").HTMLAttributes<HTMLTaroEditorCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroEditorCoreElement>>;
|
|
26
|
+
declare const FollowSwan: import("react").ForwardRefExoticComponent<JSX.TaroFollowSwanCore & Omit<import("react").HTMLAttributes<HTMLTaroFollowSwanCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroFollowSwanCoreElement>>;
|
|
27
|
+
declare const Form: import("react").ForwardRefExoticComponent<JSX.TaroFormCore & Omit<import("react").HTMLAttributes<HTMLTaroFormCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroFormCoreElement>>;
|
|
28
|
+
declare const FunctionalPageNavigator: import("react").ForwardRefExoticComponent<JSX.TaroFunctionalPageNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>>;
|
|
29
|
+
declare const Icon: import("react").ForwardRefExoticComponent<JSX.TaroIconCore & Omit<import("react").HTMLAttributes<HTMLTaroIconCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroIconCoreElement>>;
|
|
30
|
+
declare const Image: import("react").ForwardRefExoticComponent<JSX.TaroImageCore & Omit<import("react").HTMLAttributes<HTMLTaroImageCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroImageCoreElement>>;
|
|
31
|
+
declare const InlinePaymentPanel: import("react").ForwardRefExoticComponent<JSX.TaroInlinePaymentPanelCore & Omit<import("react").HTMLAttributes<HTMLTaroInlinePaymentPanelCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroInlinePaymentPanelCoreElement>>;
|
|
32
|
+
declare const Input: import("react").ForwardRefExoticComponent<JSX.TaroInputCore & Omit<import("react").HTMLAttributes<any>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<any>>;
|
|
33
|
+
declare const KeyboardAccessory: import("react").ForwardRefExoticComponent<JSX.TaroKeyboardAccessoryCore & Omit<import("react").HTMLAttributes<HTMLTaroKeyboardAccessoryCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroKeyboardAccessoryCoreElement>>;
|
|
34
|
+
declare const Label: import("react").ForwardRefExoticComponent<JSX.TaroLabelCore & Omit<import("react").HTMLAttributes<HTMLTaroLabelCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLabelCoreElement>>;
|
|
35
|
+
declare const Lifestyle: import("react").ForwardRefExoticComponent<JSX.TaroLifestyleCore & Omit<import("react").HTMLAttributes<HTMLTaroLifestyleCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLifestyleCoreElement>>;
|
|
36
|
+
declare const Like: import("react").ForwardRefExoticComponent<JSX.TaroLikeCore & Omit<import("react").HTMLAttributes<HTMLTaroLikeCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLikeCoreElement>>;
|
|
37
|
+
declare const LivePlayer: import("react").ForwardRefExoticComponent<JSX.TaroLivePlayerCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePlayerCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePlayerCoreElement>>;
|
|
38
|
+
declare const LivePusher: import("react").ForwardRefExoticComponent<JSX.TaroLivePusherCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePusherCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePusherCoreElement>>;
|
|
39
|
+
declare const Login: import("react").ForwardRefExoticComponent<JSX.TaroLoginCore & Omit<import("react").HTMLAttributes<HTMLTaroLoginCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLoginCoreElement>>;
|
|
40
|
+
declare const Lottie: import("react").ForwardRefExoticComponent<JSX.TaroLottieCore & Omit<import("react").HTMLAttributes<HTMLTaroLottieCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLottieCoreElement>>;
|
|
41
|
+
declare const Map: import("react").ForwardRefExoticComponent<JSX.TaroMapCore & Omit<import("react").HTMLAttributes<HTMLTaroMapCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMapCoreElement>>;
|
|
42
|
+
declare const MatchMedia: import("react").ForwardRefExoticComponent<JSX.TaroMatchMediaCore & Omit<import("react").HTMLAttributes<HTMLTaroMatchMediaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMatchMediaCoreElement>>;
|
|
43
|
+
declare const MovableArea: import("react").ForwardRefExoticComponent<JSX.TaroMovableAreaCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableAreaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableAreaCoreElement>>;
|
|
44
|
+
declare const MovableView: import("react").ForwardRefExoticComponent<JSX.TaroMovableViewCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableViewCoreElement>>;
|
|
45
|
+
declare const NativeSlot: import("react").ForwardRefExoticComponent<JSX.TaroNativeSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroNativeSlotCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroNativeSlotCoreElement>>;
|
|
46
|
+
declare const NavigationBar: import("react").ForwardRefExoticComponent<JSX.TaroNavigationBarCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigationBarCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigationBarCoreElement>>;
|
|
47
|
+
declare const Navigator: import("react").ForwardRefExoticComponent<JSX.TaroNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigatorCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigatorCoreElement>>;
|
|
48
|
+
declare const OfficialAccount: import("react").ForwardRefExoticComponent<JSX.TaroOfficialAccountCore & Omit<import("react").HTMLAttributes<HTMLTaroOfficialAccountCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroOfficialAccountCoreElement>>;
|
|
49
|
+
declare const OpenData: import("react").ForwardRefExoticComponent<JSX.TaroOpenDataCore & Omit<import("react").HTMLAttributes<HTMLTaroOpenDataCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroOpenDataCoreElement>>;
|
|
50
|
+
declare const PageContainer: import("react").ForwardRefExoticComponent<JSX.TaroPageContainerCore & Omit<import("react").HTMLAttributes<HTMLTaroPageContainerCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPageContainerCoreElement>>;
|
|
51
|
+
declare const PageMeta: import("react").ForwardRefExoticComponent<JSX.TaroPageMetaCore & Omit<import("react").HTMLAttributes<HTMLTaroPageMetaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPageMetaCoreElement>>;
|
|
52
|
+
declare const Picker: import("react").ForwardRefExoticComponent<JSX.TaroPickerCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerCoreElement>>;
|
|
53
|
+
declare const PickerGroup: import("react").ForwardRefExoticComponent<JSX.TaroPickerGroup & Omit<import("react").HTMLAttributes<HTMLTaroPickerGroupElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerGroupElement>>;
|
|
54
|
+
declare const PickerViewColumn: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewColumnCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewColumnCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewColumnCoreElement>>;
|
|
55
|
+
declare const PickerView: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewCoreElement>>;
|
|
56
|
+
declare const Progress: import("react").ForwardRefExoticComponent<JSX.TaroProgressCore & Omit<import("react").HTMLAttributes<HTMLTaroProgressCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroProgressCoreElement>>;
|
|
57
|
+
declare const PullToRefresh: import("react").ForwardRefExoticComponent<JSX.TaroPullToRefresh & Omit<import("react").HTMLAttributes<HTMLTaroPullToRefreshElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPullToRefreshElement>>;
|
|
58
|
+
declare const Radio: import("react").ForwardRefExoticComponent<JSX.TaroRadioCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioCoreElement>>;
|
|
59
|
+
declare const RadioGroup: import("react").ForwardRefExoticComponent<JSX.TaroRadioGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioGroupCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioGroupCoreElement>>;
|
|
60
|
+
declare const RichText: import("react").ForwardRefExoticComponent<JSX.TaroRichTextCore & Omit<import("react").HTMLAttributes<HTMLTaroRichTextCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRichTextCoreElement>>;
|
|
61
|
+
declare const RootPortal: import("react").ForwardRefExoticComponent<JSX.TaroRootPortalCore & Omit<import("react").HTMLAttributes<HTMLTaroRootPortalCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRootPortalCoreElement>>;
|
|
62
|
+
declare const RtcRoom: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomCoreElement>>;
|
|
63
|
+
declare const RtcRoomItem: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomItemCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomItemCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomItemCoreElement>>;
|
|
64
|
+
declare const ScrollView: import("react").ForwardRefExoticComponent<JSX.TaroScrollViewCore & Omit<import("react").HTMLAttributes<any>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<any>>;
|
|
65
|
+
declare const ShareElement: import("react").ForwardRefExoticComponent<JSX.TaroShareElementCore & Omit<import("react").HTMLAttributes<HTMLTaroShareElementCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroShareElementCoreElement>>;
|
|
66
|
+
declare const Slider: import("react").ForwardRefExoticComponent<JSX.TaroSliderCore & Omit<import("react").HTMLAttributes<HTMLTaroSliderCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSliderCoreElement>>;
|
|
67
|
+
declare const Slot: import("react").ForwardRefExoticComponent<JSX.TaroSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroSlotCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSlotCoreElement>>;
|
|
68
|
+
declare const Swiper: import("react").ForwardRefExoticComponent<JSX.TaroSwiperCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperCoreElement>>;
|
|
69
|
+
declare const SwiperItem: import("react").ForwardRefExoticComponent<JSX.TaroSwiperItemCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperItemCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperItemCoreElement>>;
|
|
70
|
+
declare const Switch: import("react").ForwardRefExoticComponent<JSX.TaroSwitchCore & Omit<import("react").HTMLAttributes<HTMLTaroSwitchCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSwitchCoreElement>>;
|
|
71
|
+
declare const TabItem: import("react").ForwardRefExoticComponent<JSX.TaroTabItemCore & Omit<import("react").HTMLAttributes<HTMLTaroTabItemCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTabItemCoreElement>>;
|
|
72
|
+
declare const Tabbar: import("react").ForwardRefExoticComponent<JSX.TaroTabbar & Omit<import("react").HTMLAttributes<HTMLTaroTabbarElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTabbarElement>>;
|
|
73
|
+
declare const Tabs: import("react").ForwardRefExoticComponent<JSX.TaroTabsCore & Omit<import("react").HTMLAttributes<HTMLTaroTabsCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTabsCoreElement>>;
|
|
74
|
+
declare const Text: import("react").ForwardRefExoticComponent<JSX.TaroTextCore & Omit<import("react").HTMLAttributes<HTMLTaroTextCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTextCoreElement>>;
|
|
75
|
+
declare const Textarea: import("react").ForwardRefExoticComponent<JSX.TaroTextareaCore & Omit<import("react").HTMLAttributes<HTMLTaroTextareaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTextareaCoreElement>>;
|
|
76
|
+
declare const VideoControl: import("react").ForwardRefExoticComponent<JSX.TaroVideoControl & Omit<import("react").HTMLAttributes<HTMLTaroVideoControlElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoControlElement>>;
|
|
77
|
+
declare const Video: import("react").ForwardRefExoticComponent<JSX.TaroVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroVideoCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoCoreElement>>;
|
|
78
|
+
declare const VideoDanmu: import("react").ForwardRefExoticComponent<JSX.TaroVideoDanmu & Omit<import("react").HTMLAttributes<HTMLTaroVideoDanmuElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoDanmuElement>>;
|
|
79
|
+
declare const View: import("react").ForwardRefExoticComponent<JSX.TaroViewCore & Omit<import("react").HTMLAttributes<HTMLTaroViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroViewCoreElement>>;
|
|
80
|
+
declare const VoipRoom: import("react").ForwardRefExoticComponent<JSX.TaroVoipRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroVoipRoomCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVoipRoomCoreElement>>;
|
|
81
|
+
declare const WebView: import("react").ForwardRefExoticComponent<JSX.TaroWebViewCore & Omit<import("react").HTMLAttributes<HTMLTaroWebViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroWebViewCoreElement>>;
|
|
82
|
+
export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerViewColumn, PickerView, Progress, PullToRefresh, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ScrollView, ShareElement, Slider, Slot, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, VideoControl, Video, VideoDanmu, View, VoipRoom, WebView };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { Fragment } from 'react';
|
|
2
|
+
import { manipulatePropsFunction } from './helper.js';
|
|
3
|
+
import './react-component-lib/index.js';
|
|
4
|
+
import { createReactComponent } from './react-component-lib/createComponent.js';
|
|
5
|
+
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
const Ad = /*@__PURE__*/ createReactComponent('taro-ad-core', undefined, manipulatePropsFunction);
|
|
8
|
+
const AdCustom = /*@__PURE__*/ createReactComponent('taro-ad-custom-core', undefined, manipulatePropsFunction);
|
|
9
|
+
const AnimationVideo = /*@__PURE__*/ createReactComponent('taro-animation-video-core', undefined, manipulatePropsFunction);
|
|
10
|
+
const AnimationView = /*@__PURE__*/ createReactComponent('taro-animation-view-core', undefined, manipulatePropsFunction);
|
|
11
|
+
const ArCamera = /*@__PURE__*/ createReactComponent('taro-ar-camera-core', undefined, manipulatePropsFunction);
|
|
12
|
+
const Audio = /*@__PURE__*/ createReactComponent('taro-audio-core', undefined, manipulatePropsFunction);
|
|
13
|
+
const AwemeData = /*@__PURE__*/ createReactComponent('taro-aweme-data-core', undefined, manipulatePropsFunction);
|
|
14
|
+
const Block = Fragment;
|
|
15
|
+
const Button = /*@__PURE__*/ createReactComponent('taro-button-core', undefined, manipulatePropsFunction);
|
|
16
|
+
const Camera = /*@__PURE__*/ createReactComponent('taro-camera-core', undefined, manipulatePropsFunction);
|
|
17
|
+
const Canvas = /*@__PURE__*/ createReactComponent('taro-canvas-core', undefined, manipulatePropsFunction);
|
|
18
|
+
const Checkbox = /*@__PURE__*/ createReactComponent('taro-checkbox-core', undefined, manipulatePropsFunction);
|
|
19
|
+
const CheckboxGroup = /*@__PURE__*/ createReactComponent('taro-checkbox-group-core', undefined, manipulatePropsFunction);
|
|
20
|
+
const CommentDetail = /*@__PURE__*/ createReactComponent('taro-comment-detail-core', undefined, manipulatePropsFunction);
|
|
21
|
+
const CommentList = /*@__PURE__*/ createReactComponent('taro-comment-list-core', undefined, manipulatePropsFunction);
|
|
22
|
+
const ContactButton = /*@__PURE__*/ createReactComponent('taro-contact-button-core', undefined, manipulatePropsFunction);
|
|
23
|
+
const CoverImage = /*@__PURE__*/ createReactComponent('taro-cover-image-core', undefined, manipulatePropsFunction);
|
|
24
|
+
const CoverView = /*@__PURE__*/ createReactComponent('taro-cover-view-core', undefined, manipulatePropsFunction);
|
|
25
|
+
const CustomWrapper = Fragment;
|
|
26
|
+
const Editor = /*@__PURE__*/ createReactComponent('taro-editor-core', undefined, manipulatePropsFunction);
|
|
27
|
+
const FollowSwan = /*@__PURE__*/ createReactComponent('taro-follow-swan-core', undefined, manipulatePropsFunction);
|
|
28
|
+
const Form = /*@__PURE__*/ createReactComponent('taro-form-core', undefined, manipulatePropsFunction);
|
|
29
|
+
const FunctionalPageNavigator = /*@__PURE__*/ createReactComponent('taro-functional-page-navigator-core', undefined, manipulatePropsFunction);
|
|
30
|
+
const Icon = /*@__PURE__*/ createReactComponent('taro-icon-core', undefined, manipulatePropsFunction);
|
|
31
|
+
const Image = /*@__PURE__*/ createReactComponent('taro-image-core', undefined, manipulatePropsFunction);
|
|
32
|
+
const InlinePaymentPanel = /*@__PURE__*/ createReactComponent('taro-inline-payment-panel-core', undefined, manipulatePropsFunction);
|
|
33
|
+
const Input = /*@__PURE__*/ createReactComponent('taro-input-core', undefined, manipulatePropsFunction);
|
|
34
|
+
const KeyboardAccessory = /*@__PURE__*/ createReactComponent('taro-keyboard-accessory-core', undefined, manipulatePropsFunction);
|
|
35
|
+
const Label = /*@__PURE__*/ createReactComponent('taro-label-core', undefined, manipulatePropsFunction);
|
|
36
|
+
const Lifestyle = /*@__PURE__*/ createReactComponent('taro-lifestyle-core', undefined, manipulatePropsFunction);
|
|
37
|
+
const Like = /*@__PURE__*/ createReactComponent('taro-like-core', undefined, manipulatePropsFunction);
|
|
38
|
+
const LivePlayer = /*@__PURE__*/ createReactComponent('taro-live-player-core', undefined, manipulatePropsFunction);
|
|
39
|
+
const LivePusher = /*@__PURE__*/ createReactComponent('taro-live-pusher-core', undefined, manipulatePropsFunction);
|
|
40
|
+
const Login = /*@__PURE__*/ createReactComponent('taro-login-core', undefined, manipulatePropsFunction);
|
|
41
|
+
const Lottie = /*@__PURE__*/ createReactComponent('taro-lottie-core', undefined, manipulatePropsFunction);
|
|
42
|
+
const Map = /*@__PURE__*/ createReactComponent('taro-map-core', undefined, manipulatePropsFunction);
|
|
43
|
+
const MatchMedia = /*@__PURE__*/ createReactComponent('taro-match-media-core', undefined, manipulatePropsFunction);
|
|
44
|
+
const MovableArea = /*@__PURE__*/ createReactComponent('taro-movable-area-core', undefined, manipulatePropsFunction);
|
|
45
|
+
const MovableView = /*@__PURE__*/ createReactComponent('taro-movable-view-core', undefined, manipulatePropsFunction);
|
|
46
|
+
const NativeSlot = /*@__PURE__*/ createReactComponent('taro-native-slot-core', undefined, manipulatePropsFunction);
|
|
47
|
+
const NavigationBar = /*@__PURE__*/ createReactComponent('taro-navigation-bar-core', undefined, manipulatePropsFunction);
|
|
48
|
+
const Navigator = /*@__PURE__*/ createReactComponent('taro-navigator-core', undefined, manipulatePropsFunction);
|
|
49
|
+
const OfficialAccount = /*@__PURE__*/ createReactComponent('taro-official-account-core', undefined, manipulatePropsFunction);
|
|
50
|
+
const OpenData = /*@__PURE__*/ createReactComponent('taro-open-data-core', undefined, manipulatePropsFunction);
|
|
51
|
+
const PageContainer = /*@__PURE__*/ createReactComponent('taro-page-container-core', undefined, manipulatePropsFunction);
|
|
52
|
+
const PageMeta = /*@__PURE__*/ createReactComponent('taro-page-meta-core', undefined, manipulatePropsFunction);
|
|
53
|
+
const Picker = /*@__PURE__*/ createReactComponent('taro-picker-core', undefined, manipulatePropsFunction);
|
|
54
|
+
const PickerGroup = /*@__PURE__*/ createReactComponent('taro-picker-group', undefined, manipulatePropsFunction);
|
|
55
|
+
const PickerViewColumn = /*@__PURE__*/ createReactComponent('taro-picker-view-column-core', undefined, manipulatePropsFunction);
|
|
56
|
+
const PickerView = /*@__PURE__*/ createReactComponent('taro-picker-view-core', undefined, manipulatePropsFunction);
|
|
57
|
+
const Progress = /*@__PURE__*/ createReactComponent('taro-progress-core', undefined, manipulatePropsFunction);
|
|
58
|
+
const PullToRefresh = /*@__PURE__*/ createReactComponent('taro-pull-to-refresh', undefined, manipulatePropsFunction);
|
|
59
|
+
const Radio = /*@__PURE__*/ createReactComponent('taro-radio-core', undefined, manipulatePropsFunction);
|
|
60
|
+
const RadioGroup = /*@__PURE__*/ createReactComponent('taro-radio-group-core', undefined, manipulatePropsFunction);
|
|
61
|
+
const RichText = /*@__PURE__*/ createReactComponent('taro-rich-text-core', undefined, manipulatePropsFunction);
|
|
62
|
+
const RootPortal = /*@__PURE__*/ createReactComponent('taro-root-portal-core', undefined, manipulatePropsFunction);
|
|
63
|
+
const RtcRoom = /*@__PURE__*/ createReactComponent('taro-rtc-room-core', undefined, manipulatePropsFunction);
|
|
64
|
+
const RtcRoomItem = /*@__PURE__*/ createReactComponent('taro-rtc-room-item-core', undefined, manipulatePropsFunction);
|
|
65
|
+
const ScrollView = /*@__PURE__*/ createReactComponent('taro-scroll-view-core', undefined, manipulatePropsFunction);
|
|
66
|
+
const ShareElement = /*@__PURE__*/ createReactComponent('taro-share-element-core', undefined, manipulatePropsFunction);
|
|
67
|
+
const Slider = /*@__PURE__*/ createReactComponent('taro-slider-core', undefined, manipulatePropsFunction);
|
|
68
|
+
const Slot = /*@__PURE__*/ createReactComponent('taro-slot-core', undefined, manipulatePropsFunction);
|
|
69
|
+
const Swiper = /*@__PURE__*/ createReactComponent('taro-swiper-core', undefined, manipulatePropsFunction);
|
|
70
|
+
const SwiperItem = /*@__PURE__*/ createReactComponent('taro-swiper-item-core', undefined, manipulatePropsFunction);
|
|
71
|
+
const Switch = /*@__PURE__*/ createReactComponent('taro-switch-core', undefined, manipulatePropsFunction);
|
|
72
|
+
const TabItem = /*@__PURE__*/ createReactComponent('taro-tab-item-core', undefined, manipulatePropsFunction);
|
|
73
|
+
const Tabbar = /*@__PURE__*/ createReactComponent('taro-tabbar', undefined, manipulatePropsFunction);
|
|
74
|
+
const Tabs = /*@__PURE__*/ createReactComponent('taro-tabs-core', undefined, manipulatePropsFunction);
|
|
75
|
+
const Text = /*@__PURE__*/ createReactComponent('taro-text-core', undefined, manipulatePropsFunction);
|
|
76
|
+
const Textarea = /*@__PURE__*/ createReactComponent('taro-textarea-core', undefined, manipulatePropsFunction);
|
|
77
|
+
const VideoControl = /*@__PURE__*/ createReactComponent('taro-video-control', undefined, manipulatePropsFunction);
|
|
78
|
+
const Video = /*@__PURE__*/ createReactComponent('taro-video-core', undefined, manipulatePropsFunction);
|
|
79
|
+
const VideoDanmu = /*@__PURE__*/ createReactComponent('taro-video-danmu', undefined, manipulatePropsFunction);
|
|
80
|
+
const View = /*@__PURE__*/ createReactComponent('taro-view-core', undefined, manipulatePropsFunction);
|
|
81
|
+
const VoipRoom = /*@__PURE__*/ createReactComponent('taro-voip-room-core', undefined, manipulatePropsFunction);
|
|
82
|
+
const WebView = /*@__PURE__*/ createReactComponent('taro-web-view-core', undefined, manipulatePropsFunction);
|
|
83
|
+
|
|
84
|
+
export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, 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, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, Video, VideoControl, VideoDanmu, View, VoipRoom, WebView };
|
|
85
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.js","sources":["../../../taro-components-library-react/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated react proxies */\nimport { Fragment } from 'react'\nimport { manipulatePropsFunction } from './helper'\nimport { createReactComponent } from './react-component-lib';\n\nimport type { JSX } from '@tarojs/components/dist/types/components';\n\n\n\nexport const Ad = /*@__PURE__*/createReactComponent<JSX.TaroAdCore, HTMLTaroAdCoreElement>('taro-ad-core', undefined, manipulatePropsFunction);\nexport const AdCustom = /*@__PURE__*/createReactComponent<JSX.TaroAdCustomCore, HTMLTaroAdCustomCoreElement>('taro-ad-custom-core', undefined, manipulatePropsFunction);\nexport const AnimationVideo = /*@__PURE__*/createReactComponent<JSX.TaroAnimationVideoCore, HTMLTaroAnimationVideoCoreElement>('taro-animation-video-core', undefined, manipulatePropsFunction);\nexport const AnimationView = /*@__PURE__*/createReactComponent<JSX.TaroAnimationViewCore, HTMLTaroAnimationViewCoreElement>('taro-animation-view-core', undefined, manipulatePropsFunction);\nexport const ArCamera = /*@__PURE__*/createReactComponent<JSX.TaroArCameraCore, HTMLTaroArCameraCoreElement>('taro-ar-camera-core', undefined, manipulatePropsFunction);\nexport const Audio = /*@__PURE__*/createReactComponent<JSX.TaroAudioCore, HTMLTaroAudioCoreElement>('taro-audio-core', undefined, manipulatePropsFunction);\nexport const AwemeData = /*@__PURE__*/createReactComponent<JSX.TaroAwemeDataCore, HTMLTaroAwemeDataCoreElement>('taro-aweme-data-core', undefined, manipulatePropsFunction);\nexport const Block = Fragment;\nexport const Button = /*@__PURE__*/createReactComponent<JSX.TaroButtonCore, HTMLTaroButtonCoreElement>('taro-button-core', undefined, manipulatePropsFunction);\nexport const Camera = /*@__PURE__*/createReactComponent<JSX.TaroCameraCore, HTMLTaroCameraCoreElement>('taro-camera-core', undefined, manipulatePropsFunction);\nexport const Canvas = /*@__PURE__*/createReactComponent<JSX.TaroCanvasCore, HTMLTaroCanvasCoreElement>('taro-canvas-core', undefined, manipulatePropsFunction);\nexport const Checkbox = /*@__PURE__*/createReactComponent<JSX.TaroCheckboxCore, HTMLTaroCheckboxCoreElement>('taro-checkbox-core', undefined, manipulatePropsFunction);\nexport const CheckboxGroup = /*@__PURE__*/createReactComponent<JSX.TaroCheckboxGroupCore, HTMLTaroCheckboxGroupCoreElement>('taro-checkbox-group-core', undefined, manipulatePropsFunction);\nexport const CommentDetail = /*@__PURE__*/createReactComponent<JSX.TaroCommentDetailCore, HTMLTaroCommentDetailCoreElement>('taro-comment-detail-core', undefined, manipulatePropsFunction);\nexport const CommentList = /*@__PURE__*/createReactComponent<JSX.TaroCommentListCore, HTMLTaroCommentListCoreElement>('taro-comment-list-core', undefined, manipulatePropsFunction);\nexport const ContactButton = /*@__PURE__*/createReactComponent<JSX.TaroContactButtonCore, HTMLTaroContactButtonCoreElement>('taro-contact-button-core', undefined, manipulatePropsFunction);\nexport const CoverImage = /*@__PURE__*/createReactComponent<JSX.TaroCoverImageCore, HTMLTaroCoverImageCoreElement>('taro-cover-image-core', undefined, manipulatePropsFunction);\nexport const CoverView = /*@__PURE__*/createReactComponent<JSX.TaroCoverViewCore, HTMLTaroCoverViewCoreElement>('taro-cover-view-core', undefined, manipulatePropsFunction);\nexport const CustomWrapper = Fragment;\nexport const Editor = /*@__PURE__*/createReactComponent<JSX.TaroEditorCore, HTMLTaroEditorCoreElement>('taro-editor-core', undefined, manipulatePropsFunction);\nexport const FollowSwan = /*@__PURE__*/createReactComponent<JSX.TaroFollowSwanCore, HTMLTaroFollowSwanCoreElement>('taro-follow-swan-core', undefined, manipulatePropsFunction);\nexport const Form = /*@__PURE__*/createReactComponent<JSX.TaroFormCore, HTMLTaroFormCoreElement>('taro-form-core', undefined, manipulatePropsFunction);\nexport const FunctionalPageNavigator = /*@__PURE__*/createReactComponent<JSX.TaroFunctionalPageNavigatorCore, HTMLTaroFunctionalPageNavigatorCoreElement>('taro-functional-page-navigator-core', undefined, manipulatePropsFunction);\nexport const Icon = /*@__PURE__*/createReactComponent<JSX.TaroIconCore, HTMLTaroIconCoreElement>('taro-icon-core', undefined, manipulatePropsFunction);\nexport const Image = /*@__PURE__*/createReactComponent<JSX.TaroImageCore, HTMLTaroImageCoreElement>('taro-image-core', undefined, manipulatePropsFunction);\nexport const InlinePaymentPanel = /*@__PURE__*/createReactComponent<JSX.TaroInlinePaymentPanelCore, HTMLTaroInlinePaymentPanelCoreElement>('taro-inline-payment-panel-core', undefined, manipulatePropsFunction);\nexport const Input = /*@__PURE__*/createReactComponent<JSX.TaroInputCore, any>('taro-input-core', undefined, manipulatePropsFunction);\nexport const KeyboardAccessory = /*@__PURE__*/createReactComponent<JSX.TaroKeyboardAccessoryCore, HTMLTaroKeyboardAccessoryCoreElement>('taro-keyboard-accessory-core', undefined, manipulatePropsFunction);\nexport const Label = /*@__PURE__*/createReactComponent<JSX.TaroLabelCore, HTMLTaroLabelCoreElement>('taro-label-core', undefined, manipulatePropsFunction);\nexport const Lifestyle = /*@__PURE__*/createReactComponent<JSX.TaroLifestyleCore, HTMLTaroLifestyleCoreElement>('taro-lifestyle-core', undefined, manipulatePropsFunction);\nexport const Like = /*@__PURE__*/createReactComponent<JSX.TaroLikeCore, HTMLTaroLikeCoreElement>('taro-like-core', undefined, manipulatePropsFunction);\nexport const LivePlayer = /*@__PURE__*/createReactComponent<JSX.TaroLivePlayerCore, HTMLTaroLivePlayerCoreElement>('taro-live-player-core', undefined, manipulatePropsFunction);\nexport const LivePusher = /*@__PURE__*/createReactComponent<JSX.TaroLivePusherCore, HTMLTaroLivePusherCoreElement>('taro-live-pusher-core', undefined, manipulatePropsFunction);\nexport const Login = /*@__PURE__*/createReactComponent<JSX.TaroLoginCore, HTMLTaroLoginCoreElement>('taro-login-core', undefined, manipulatePropsFunction);\nexport const Lottie = /*@__PURE__*/createReactComponent<JSX.TaroLottieCore, HTMLTaroLottieCoreElement>('taro-lottie-core', undefined, manipulatePropsFunction);\nexport const Map = /*@__PURE__*/createReactComponent<JSX.TaroMapCore, HTMLTaroMapCoreElement>('taro-map-core', undefined, manipulatePropsFunction);\nexport const MatchMedia = /*@__PURE__*/createReactComponent<JSX.TaroMatchMediaCore, HTMLTaroMatchMediaCoreElement>('taro-match-media-core', undefined, manipulatePropsFunction);\nexport const MovableArea = /*@__PURE__*/createReactComponent<JSX.TaroMovableAreaCore, HTMLTaroMovableAreaCoreElement>('taro-movable-area-core', undefined, manipulatePropsFunction);\nexport const MovableView = /*@__PURE__*/createReactComponent<JSX.TaroMovableViewCore, HTMLTaroMovableViewCoreElement>('taro-movable-view-core', undefined, manipulatePropsFunction);\nexport const NativeSlot = /*@__PURE__*/createReactComponent<JSX.TaroNativeSlotCore, HTMLTaroNativeSlotCoreElement>('taro-native-slot-core', undefined, manipulatePropsFunction);\nexport const NavigationBar = /*@__PURE__*/createReactComponent<JSX.TaroNavigationBarCore, HTMLTaroNavigationBarCoreElement>('taro-navigation-bar-core', undefined, manipulatePropsFunction);\nexport const Navigator = /*@__PURE__*/createReactComponent<JSX.TaroNavigatorCore, HTMLTaroNavigatorCoreElement>('taro-navigator-core', undefined, manipulatePropsFunction);\nexport const OfficialAccount = /*@__PURE__*/createReactComponent<JSX.TaroOfficialAccountCore, HTMLTaroOfficialAccountCoreElement>('taro-official-account-core', undefined, manipulatePropsFunction);\nexport const OpenData = /*@__PURE__*/createReactComponent<JSX.TaroOpenDataCore, HTMLTaroOpenDataCoreElement>('taro-open-data-core', undefined, manipulatePropsFunction);\nexport const PageContainer = /*@__PURE__*/createReactComponent<JSX.TaroPageContainerCore, HTMLTaroPageContainerCoreElement>('taro-page-container-core', undefined, manipulatePropsFunction);\nexport const PageMeta = /*@__PURE__*/createReactComponent<JSX.TaroPageMetaCore, HTMLTaroPageMetaCoreElement>('taro-page-meta-core', undefined, manipulatePropsFunction);\nexport const Picker = /*@__PURE__*/createReactComponent<JSX.TaroPickerCore, HTMLTaroPickerCoreElement>('taro-picker-core', undefined, manipulatePropsFunction);\nexport const PickerGroup = /*@__PURE__*/createReactComponent<JSX.TaroPickerGroup, HTMLTaroPickerGroupElement>('taro-picker-group', undefined, manipulatePropsFunction);\nexport const PickerViewColumn = /*@__PURE__*/createReactComponent<JSX.TaroPickerViewColumnCore, HTMLTaroPickerViewColumnCoreElement>('taro-picker-view-column-core', undefined, manipulatePropsFunction);\nexport const PickerView = /*@__PURE__*/createReactComponent<JSX.TaroPickerViewCore, HTMLTaroPickerViewCoreElement>('taro-picker-view-core', undefined, manipulatePropsFunction);\nexport const Progress = /*@__PURE__*/createReactComponent<JSX.TaroProgressCore, HTMLTaroProgressCoreElement>('taro-progress-core', undefined, manipulatePropsFunction);\nexport const PullToRefresh = /*@__PURE__*/createReactComponent<JSX.TaroPullToRefresh, HTMLTaroPullToRefreshElement>('taro-pull-to-refresh', undefined, manipulatePropsFunction);\nexport const Radio = /*@__PURE__*/createReactComponent<JSX.TaroRadioCore, HTMLTaroRadioCoreElement>('taro-radio-core', undefined, manipulatePropsFunction);\nexport const RadioGroup = /*@__PURE__*/createReactComponent<JSX.TaroRadioGroupCore, HTMLTaroRadioGroupCoreElement>('taro-radio-group-core', undefined, manipulatePropsFunction);\nexport const RichText = /*@__PURE__*/createReactComponent<JSX.TaroRichTextCore, HTMLTaroRichTextCoreElement>('taro-rich-text-core', undefined, manipulatePropsFunction);\nexport const RootPortal = /*@__PURE__*/createReactComponent<JSX.TaroRootPortalCore, HTMLTaroRootPortalCoreElement>('taro-root-portal-core', undefined, manipulatePropsFunction);\nexport const RtcRoom = /*@__PURE__*/createReactComponent<JSX.TaroRtcRoomCore, HTMLTaroRtcRoomCoreElement>('taro-rtc-room-core', undefined, manipulatePropsFunction);\nexport const RtcRoomItem = /*@__PURE__*/createReactComponent<JSX.TaroRtcRoomItemCore, HTMLTaroRtcRoomItemCoreElement>('taro-rtc-room-item-core', undefined, manipulatePropsFunction);\nexport const ScrollView = /*@__PURE__*/createReactComponent<JSX.TaroScrollViewCore, any>('taro-scroll-view-core', undefined, manipulatePropsFunction);\nexport const ShareElement = /*@__PURE__*/createReactComponent<JSX.TaroShareElementCore, HTMLTaroShareElementCoreElement>('taro-share-element-core', undefined, manipulatePropsFunction);\nexport const Slider = /*@__PURE__*/createReactComponent<JSX.TaroSliderCore, HTMLTaroSliderCoreElement>('taro-slider-core', undefined, manipulatePropsFunction);\nexport const Slot = /*@__PURE__*/createReactComponent<JSX.TaroSlotCore, HTMLTaroSlotCoreElement>('taro-slot-core', undefined, manipulatePropsFunction);\nexport const Swiper = /*@__PURE__*/createReactComponent<JSX.TaroSwiperCore, HTMLTaroSwiperCoreElement>('taro-swiper-core', undefined, manipulatePropsFunction);\nexport const SwiperItem = /*@__PURE__*/createReactComponent<JSX.TaroSwiperItemCore, HTMLTaroSwiperItemCoreElement>('taro-swiper-item-core', undefined, manipulatePropsFunction);\nexport const Switch = /*@__PURE__*/createReactComponent<JSX.TaroSwitchCore, HTMLTaroSwitchCoreElement>('taro-switch-core', undefined, manipulatePropsFunction);\nexport const TabItem = /*@__PURE__*/createReactComponent<JSX.TaroTabItemCore, HTMLTaroTabItemCoreElement>('taro-tab-item-core', undefined, manipulatePropsFunction);\nexport const Tabbar = /*@__PURE__*/createReactComponent<JSX.TaroTabbar, HTMLTaroTabbarElement>('taro-tabbar', undefined, manipulatePropsFunction);\nexport const Tabs = /*@__PURE__*/createReactComponent<JSX.TaroTabsCore, HTMLTaroTabsCoreElement>('taro-tabs-core', undefined, manipulatePropsFunction);\nexport const Text = /*@__PURE__*/createReactComponent<JSX.TaroTextCore, HTMLTaroTextCoreElement>('taro-text-core', undefined, manipulatePropsFunction);\nexport const Textarea = /*@__PURE__*/createReactComponent<JSX.TaroTextareaCore, HTMLTaroTextareaCoreElement>('taro-textarea-core', undefined, manipulatePropsFunction);\nexport const VideoControl = /*@__PURE__*/createReactComponent<JSX.TaroVideoControl, HTMLTaroVideoControlElement>('taro-video-control', undefined, manipulatePropsFunction);\nexport const Video = /*@__PURE__*/createReactComponent<JSX.TaroVideoCore, HTMLTaroVideoCoreElement>('taro-video-core', undefined, manipulatePropsFunction);\nexport const VideoDanmu = /*@__PURE__*/createReactComponent<JSX.TaroVideoDanmu, HTMLTaroVideoDanmuElement>('taro-video-danmu', undefined, manipulatePropsFunction);\nexport const View = /*@__PURE__*/createReactComponent<JSX.TaroViewCore, HTMLTaroViewCoreElement>('taro-view-core', undefined, manipulatePropsFunction);\nexport const VoipRoom = /*@__PURE__*/createReactComponent<JSX.TaroVoipRoomCore, HTMLTaroVoipRoomCoreElement>('taro-voip-room-core', undefined, manipulatePropsFunction);\nexport const WebView = /*@__PURE__*/createReactComponent<JSX.TaroWebViewCore, HTMLTaroWebViewCoreElement>('taro-web-view-core', undefined, manipulatePropsFunction);\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {
|
|
2
|
+
forwardedRef: React.RefObject<ElementType>;
|
|
3
|
+
ref?: React.Ref<any>;
|
|
4
|
+
}
|
|
5
|
+
declare const manipulatePropsFunction: <ElementType>(originalProps: StencilReactInternalProps<ElementType>, propsToPass?: Record<string, unknown>) => {
|
|
6
|
+
dangerouslySetInnerHTML: {
|
|
7
|
+
__html: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export { manipulatePropsFunction };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const manipulatePropsFunction = (originalProps, propsToPass = {}) => {
|
|
2
|
+
const { dangerouslySetInnerHTML } = originalProps;
|
|
3
|
+
return Object.assign(Object.assign({}, propsToPass), { dangerouslySetInnerHTML });
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
export { manipulatePropsFunction };
|
|
7
|
+
//# sourceMappingURL=helper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helper.js","sources":["../../../taro-components-library-react/src/helper.ts"],"sourcesContent":["interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {\n forwardedRef: React.RefObject<ElementType>\n ref?: React.Ref<any>\n}\n\nexport const manipulatePropsFunction = <ElementType>(\n originalProps: StencilReactInternalProps<ElementType>,\n propsToPass: Record<string, unknown> = {}\n) => {\n const { dangerouslySetInnerHTML } = originalProps\n return {\n ...propsToPass,\n dangerouslySetInnerHTML\n }\n}\n"],"names":[],"mappings":"AAKa,MAAA,uBAAuB,GAAG,CACrC,aAAqD,EACrD,WAAA,GAAuC,EAAE,KACvC;AACF,IAAA,MAAM,EAAE,uBAAuB,EAAE,GAAG,aAAa,CAAA;IACjD,OACK,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,WAAW,CACd,EAAA,EAAA,uBAAuB,EACxB,CAAA,CAAA;AACH;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./components";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, 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, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, Video, VideoControl, VideoDanmu, View, VoipRoom, WebView } from './components.js';
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
interface EventEmitter<T = any> {
|
|
2
|
+
emit: (data?: T) => CustomEvent<T>;
|
|
3
|
+
}
|
|
4
|
+
interface StyleReactProps {
|
|
5
|
+
class?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
style?: {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
interface OverlayEventDetail<T = any> {
|
|
12
|
+
data?: T;
|
|
13
|
+
role?: string;
|
|
14
|
+
}
|
|
15
|
+
interface OverlayInterface {
|
|
16
|
+
el: HTMLElement;
|
|
17
|
+
animated: boolean;
|
|
18
|
+
keyboardClose: boolean;
|
|
19
|
+
overlayIndex: number;
|
|
20
|
+
presented: boolean;
|
|
21
|
+
enterAnimation?: any;
|
|
22
|
+
leaveAnimation?: any;
|
|
23
|
+
didPresent: EventEmitter<void>;
|
|
24
|
+
willPresent: EventEmitter<void>;
|
|
25
|
+
willDismiss: EventEmitter<OverlayEventDetail>;
|
|
26
|
+
didDismiss: EventEmitter<OverlayEventDetail>;
|
|
27
|
+
present(): Promise<void>;
|
|
28
|
+
dismiss(data?: any, role?: string): Promise<boolean>;
|
|
29
|
+
}
|
|
30
|
+
export { EventEmitter, StyleReactProps, OverlayEventDetail, OverlayInterface };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface HTMLStencilElement extends HTMLElement {
|
|
3
|
+
componentOnReady(): Promise<this>;
|
|
4
|
+
}
|
|
5
|
+
interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {
|
|
6
|
+
forwardedRef: React.RefObject<ElementType>;
|
|
7
|
+
ref?: React.Ref<any>;
|
|
8
|
+
}
|
|
9
|
+
declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType>, manipulatePropsFunction?: (originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes, defineCustomElement?: () => void) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils/index").StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
10
|
+
export { HTMLStencilElement, createReactComponent };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React, { createElement } from 'react';
|
|
3
|
+
import { mergeRefs, createForwardRef } from './utils/index.js';
|
|
4
|
+
import { dashToPascalCase, camelToDashCase } from './utils/case.js';
|
|
5
|
+
import { attachProps, isCoveredByReact } from './utils/attachProps.js';
|
|
6
|
+
|
|
7
|
+
const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFunction, defineCustomElement) => {
|
|
8
|
+
if (defineCustomElement !== undefined) {
|
|
9
|
+
defineCustomElement();
|
|
10
|
+
}
|
|
11
|
+
const displayName = dashToPascalCase(tagName);
|
|
12
|
+
const ReactComponent = class extends React.Component {
|
|
13
|
+
constructor(props) {
|
|
14
|
+
super(props);
|
|
15
|
+
this.setComponentElRef = (element) => {
|
|
16
|
+
this.componentEl = element;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
componentDidMount() {
|
|
20
|
+
this.componentDidUpdate(this.props);
|
|
21
|
+
}
|
|
22
|
+
componentDidUpdate(prevProps) {
|
|
23
|
+
attachProps(this.componentEl, this.props, prevProps);
|
|
24
|
+
}
|
|
25
|
+
render() {
|
|
26
|
+
const _a = this.props, { children, forwardedRef, style, className, ref } = _a, cProps = __rest(_a, ["children", "forwardedRef", "style", "className", "ref"]);
|
|
27
|
+
let propsToPass = Object.keys(cProps).reduce((acc, name) => {
|
|
28
|
+
const value = cProps[name];
|
|
29
|
+
if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {
|
|
30
|
+
const eventName = name.substring(2).toLowerCase();
|
|
31
|
+
if (typeof document !== 'undefined' && isCoveredByReact(eventName)) {
|
|
32
|
+
acc[name] = value;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
// we should only render strings, booleans, and numbers as attrs in html.
|
|
37
|
+
// objects, functions, arrays etc get synced via properties on mount.
|
|
38
|
+
const type = typeof value;
|
|
39
|
+
if (type === 'string' || type === 'boolean' || type === 'number') {
|
|
40
|
+
acc[camelToDashCase(name)] = value;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
return acc;
|
|
44
|
+
}, {});
|
|
45
|
+
if (manipulatePropsFunction) {
|
|
46
|
+
propsToPass = manipulatePropsFunction(this.props, propsToPass);
|
|
47
|
+
}
|
|
48
|
+
const newProps = Object.assign(Object.assign({}, propsToPass), { ref: mergeRefs(forwardedRef, this.setComponentElRef), style });
|
|
49
|
+
/**
|
|
50
|
+
* We use createElement here instead of
|
|
51
|
+
* React.createElement to work around a
|
|
52
|
+
* bug in Vite (https://github.com/vitejs/vite/issues/6104).
|
|
53
|
+
* React.createElement causes all elements to be rendered
|
|
54
|
+
* as <tagname> instead of the actual Web Component.
|
|
55
|
+
*/
|
|
56
|
+
return createElement(tagName, newProps, children);
|
|
57
|
+
}
|
|
58
|
+
static get displayName() {
|
|
59
|
+
return displayName;
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
// If context was passed to createReactComponent then conditionally add it to the Component Class
|
|
63
|
+
if (ReactComponentContext) {
|
|
64
|
+
ReactComponent.contextType = ReactComponentContext;
|
|
65
|
+
}
|
|
66
|
+
return createForwardRef(ReactComponent, displayName);
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export { createReactComponent };
|
|
70
|
+
//# sourceMappingURL=createComponent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createComponent.js","sources":["../../../../taro-components-library-react/src/react-component-lib/createComponent.tsx"],"sourcesContent":["import React, { createElement } from 'react';\n\nimport {\n attachProps,\n camelToDashCase,\n createForwardRef,\n dashToPascalCase,\n isCoveredByReact,\n mergeRefs,\n} from './utils';\n\nexport interface HTMLStencilElement extends HTMLElement {\n componentOnReady(): Promise<this>;\n}\n\ninterface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {\n forwardedRef: React.RefObject<ElementType>;\n ref?: React.Ref<any>;\n}\n\nexport const createReactComponent = <\n PropType,\n ElementType extends HTMLStencilElement,\n ContextStateType = {},\n ExpandedPropsTypes = {}\n>(\n tagName: string,\n ReactComponentContext?: React.Context<ContextStateType>,\n manipulatePropsFunction?: (\n originalProps: StencilReactInternalProps<ElementType>,\n propsToPass: any,\n ) => ExpandedPropsTypes,\n defineCustomElement?: () => void,\n) => {\n if (defineCustomElement !== undefined) {\n defineCustomElement();\n }\n\n const displayName = dashToPascalCase(tagName);\n const ReactComponent = class extends React.Component<StencilReactInternalProps<ElementType>> {\n componentEl!: ElementType;\n\n setComponentElRef = (element: ElementType) => {\n this.componentEl = element;\n };\n\n constructor(props: StencilReactInternalProps<ElementType>) {\n super(props);\n }\n\n componentDidMount() {\n this.componentDidUpdate(this.props);\n }\n\n componentDidUpdate(prevProps: StencilReactInternalProps<ElementType>) {\n attachProps(this.componentEl, this.props, prevProps);\n }\n\n render() {\n const { children, forwardedRef, style, className, ref, ...cProps } = this.props;\n\n let propsToPass = Object.keys(cProps).reduce((acc: any, name) => {\n const value = (cProps as any)[name];\n\n if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {\n const eventName = name.substring(2).toLowerCase();\n if (typeof document !== 'undefined' && isCoveredByReact(eventName)) {\n acc[name] = value;\n }\n } else {\n // we should only render strings, booleans, and numbers as attrs in html.\n // objects, functions, arrays etc get synced via properties on mount.\n const type = typeof value;\n\n if (type === 'string' || type === 'boolean' || type === 'number') {\n acc[camelToDashCase(name)] = value;\n }\n }\n return acc;\n }, {});\n\n if (manipulatePropsFunction) {\n propsToPass = manipulatePropsFunction(this.props, propsToPass);\n }\n\n const newProps: Omit<StencilReactInternalProps<ElementType>, 'forwardedRef'> = {\n ...propsToPass,\n ref: mergeRefs(forwardedRef, this.setComponentElRef),\n style,\n };\n\n /**\n * We use createElement here instead of\n * React.createElement to work around a\n * bug in Vite (https://github.com/vitejs/vite/issues/6104).\n * React.createElement causes all elements to be rendered\n * as <tagname> instead of the actual Web Component.\n */\n return createElement(tagName, newProps, children);\n }\n\n static get displayName() {\n return displayName;\n }\n };\n\n // If context was passed to createReactComponent then conditionally add it to the Component Class\n if (ReactComponentContext) {\n ReactComponent.contextType = ReactComponentContext;\n }\n\n return createForwardRef<PropType, ElementType>(ReactComponent, displayName);\n};\n"],"names":[],"mappings":"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"}
|