@tarojs/components 4.0.8-alpha.0 → 4.0.8-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/taro-button-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-checkbox-core_2.cjs.entry.js +1 -1
- package/dist/cjs/taro-components.cjs.js +1 -1
- package/dist/cjs/taro-double-tap-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-force-press-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-horizontal-drag-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-image-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-long-press-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-pan-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-picker-core_2.cjs.entry.js +1 -1
- package/dist/cjs/taro-picker-view-column-core_2.cjs.entry.js +2 -2
- package/dist/cjs/taro-progress-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-pull-to-refresh-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-rich-text-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-scale-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-script-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-scroll-view-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-slider-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-swiper-core_2.cjs.entry.js +2 -2
- package/dist/cjs/taro-switch-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-tabbar.cjs.entry.js +1 -1
- package/dist/cjs/taro-tap-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-text-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-textarea-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-vertical-drag-gesture-handler-core.cjs.entry.js +21 -0
- package/dist/cjs/taro-video-control_3.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +9 -0
- package/dist/collection/components/double-tap-gesture-handler/script.js +11 -0
- package/dist/collection/components/force-press-gesture-handler/script.js +11 -0
- package/dist/collection/components/horizontal-drag-gesture-handler/script.js +11 -0
- package/dist/collection/components/long-press-gesture-handler/script.js +11 -0
- package/dist/collection/components/pan-gesture-handler/script.js +11 -0
- package/dist/collection/components/scale-gesture-handler/script.js +11 -0
- package/dist/collection/components/script/script.js +11 -0
- package/dist/collection/components/scroll-view/style/index.css +1 -1
- package/dist/collection/components/swiper/style/index.css +3 -3
- package/dist/collection/components/swiper/swiper.js +1 -1
- package/dist/collection/components/tap-gesture-handler/script.js +11 -0
- package/dist/collection/components/vertical-drag-gesture-handler/script.js +11 -0
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.js +9 -0
- package/dist/components/taro-button-core.js +1 -1
- package/dist/components/taro-checkbox-core.js +1 -1
- package/dist/components/taro-double-tap-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-double-tap-gesture-handler-core.js +33 -0
- package/dist/components/taro-force-press-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-force-press-gesture-handler-core.js +33 -0
- package/dist/components/taro-horizontal-drag-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-horizontal-drag-gesture-handler-core.js +33 -0
- package/dist/components/taro-image-core.js +1 -1
- package/dist/components/taro-long-press-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-long-press-gesture-handler-core.js +33 -0
- package/dist/components/taro-pan-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-pan-gesture-handler-core.js +33 -0
- package/dist/components/taro-picker-core.js +1 -1
- package/dist/components/taro-picker-view-column-core.js +1 -1
- package/dist/components/taro-picker-view-core.js +1 -1
- package/dist/components/taro-progress-core.js +1 -1
- package/dist/components/taro-pull-to-refresh-core.js +1 -1
- package/dist/components/taro-rich-text-core.js +1 -1
- package/dist/components/taro-scale-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-scale-gesture-handler-core.js +33 -0
- package/dist/components/taro-script-core.d.ts +11 -0
- package/dist/components/taro-script-core.js +33 -0
- package/dist/components/taro-scroll-view-core.js +1 -1
- package/dist/components/taro-slider-core.js +1 -1
- package/dist/components/taro-swiper-core.js +2 -2
- package/dist/components/taro-switch-core.js +1 -1
- package/dist/components/taro-tabbar.js +1 -1
- package/dist/components/taro-tap-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-tap-gesture-handler-core.js +33 -0
- package/dist/components/taro-text-core.js +1 -1
- package/dist/components/taro-textarea-core.js +1 -1
- package/dist/components/taro-vertical-drag-gesture-handler-core.d.ts +11 -0
- package/dist/components/taro-vertical-drag-gesture-handler-core.js +33 -0
- package/dist/components/taro-video-core.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/taro-button-core.entry.js +1 -1
- package/dist/esm/taro-checkbox-core_2.entry.js +1 -1
- package/dist/esm/taro-components.js +1 -1
- package/dist/esm/taro-double-tap-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-force-press-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-horizontal-drag-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-image-core.entry.js +1 -1
- package/dist/esm/taro-long-press-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-pan-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-picker-core_2.entry.js +1 -1
- package/dist/esm/taro-picker-view-column-core_2.entry.js +2 -2
- package/dist/esm/taro-progress-core.entry.js +1 -1
- package/dist/esm/taro-pull-to-refresh-core.entry.js +1 -1
- package/dist/esm/taro-rich-text-core.entry.js +1 -1
- package/dist/esm/taro-scale-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-script-core.entry.js +17 -0
- package/dist/esm/taro-scroll-view-core.entry.js +1 -1
- package/dist/esm/taro-slider-core.entry.js +1 -1
- package/dist/esm/taro-swiper-core_2.entry.js +2 -2
- package/dist/esm/taro-switch-core.entry.js +1 -1
- package/dist/esm/taro-tabbar.entry.js +1 -1
- package/dist/esm/taro-tap-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-text-core.entry.js +1 -1
- package/dist/esm/taro-textarea-core.entry.js +1 -1
- package/dist/esm/taro-vertical-drag-gesture-handler-core.entry.js +17 -0
- package/dist/esm/taro-video-control_3.entry.js +1 -1
- package/dist/hydrate/index.js +207 -18
- package/dist/index.js +1 -1
- package/dist/taro-components/p-0020c650.entry.js +1 -0
- package/dist/taro-components/p-1e8dbd9e.entry.js +1 -0
- package/dist/taro-components/p-3d03e025.entry.js +1 -0
- package/dist/taro-components/p-53b36223.entry.js +1 -0
- package/dist/taro-components/{p-f26ddbc9.entry.js → p-56e989e8.entry.js} +1 -1
- package/dist/taro-components/p-73ab191f.entry.js +1 -0
- package/dist/taro-components/p-804ec7f1.entry.js +1 -0
- package/dist/taro-components/p-80f79dfe.entry.js +1 -0
- package/dist/taro-components/{p-6f43d1a1.entry.js → p-8ea8d571.entry.js} +1 -1
- package/dist/taro-components/{p-177ab579.entry.js → p-9c25a0c5.entry.js} +1 -1
- package/dist/taro-components/{p-eb7aa8ad.entry.js → p-9fb68380.entry.js} +1 -1
- package/dist/taro-components/p-adf40a3f.entry.js +1 -0
- package/dist/taro-components/p-b04264e3.entry.js +1 -0
- package/dist/taro-components/p-b29407ff.entry.js +1 -0
- package/dist/taro-components/p-bdbe75c4.entry.js +1 -0
- package/dist/taro-components/p-be68a34c.entry.js +1 -0
- package/dist/taro-components/p-c5da6b7d.entry.js +1 -0
- package/dist/taro-components/p-cf9be5c3.entry.js +1 -0
- package/dist/taro-components/{p-310f27ae.entry.js → p-d4d8d99c.entry.js} +1 -1
- package/dist/taro-components/p-de8a1363.entry.js +1 -0
- package/dist/taro-components/p-decf6ca4.entry.js +1 -0
- package/dist/taro-components/p-ded33122.entry.js +1 -0
- package/dist/taro-components/p-e008dd54.entry.js +1 -0
- package/dist/taro-components/p-f42701f0.entry.js +1 -0
- package/dist/taro-components/p-f537332c.entry.js +1 -0
- package/dist/taro-components/taro-components.esm.js +1 -1
- package/dist/types/components/double-tap-gesture-handler/script.d.ts +5 -0
- package/dist/types/components/force-press-gesture-handler/script.d.ts +5 -0
- package/dist/types/components/horizontal-drag-gesture-handler/script.d.ts +5 -0
- package/dist/types/components/long-press-gesture-handler/script.d.ts +5 -0
- package/dist/types/components/pan-gesture-handler/script.d.ts +5 -0
- package/dist/types/components/scale-gesture-handler/script.d.ts +5 -0
- package/dist/types/components/script/script.d.ts +5 -0
- package/dist/types/components/tap-gesture-handler/script.d.ts +5 -0
- package/dist/types/components/vertical-drag-gesture-handler/script.d.ts +5 -0
- package/dist/types/components.d.ts +117 -0
- package/lib/react/components.d.ts +9 -0
- package/lib/react/components.js +11 -2
- package/lib/react/components.js.map +1 -1
- package/lib/react/index.js +1 -1
- package/lib/solid/components.d.ts +9 -0
- package/lib/solid/components.js +11 -2
- package/lib/solid/components.js.map +1 -1
- package/lib/solid/index.js +1 -1
- package/lib/vue3/components.d.ts +9 -0
- package/lib/vue3/components.js +11 -2
- package/lib/vue3/components.js.map +1 -1
- package/lib/vue3/index.js +1 -1
- package/loader/index.js +1 -1
- package/package.json +7 -7
- package/types/DraggableSheet.d.ts +2 -2
- package/types/Image.d.ts +1 -1
- package/types/Input.d.ts +6 -6
- package/types/RichText.d.ts +1 -1
- package/types/ScrollView.d.ts +9 -9
- package/types/ShareElement.d.ts +2 -2
- package/types/Swiper.d.ts +18 -18
- package/types/Text.d.ts +1 -1
- package/types/Textarea.d.ts +5 -5
- package/types/gesture/DoubleTapGestureHandler.d.ts +23 -4
- package/types/gesture/ForcePressGestureHandler.d.ts +23 -4
- package/types/gesture/HorizontalDragGestureHandler.d.ts +23 -4
- package/types/gesture/LongPressGestureHandler.d.ts +23 -4
- package/types/gesture/PanGestureHandler.d.ts +23 -4
- package/types/gesture/ScaleGestureHandler.d.ts +23 -4
- package/types/gesture/TapGestureHandler.d.ts +23 -4
- package/types/gesture/VerticalDragGestureHandler.d.ts +23 -4
- package/dist/esm-es5/helper-8a85bb65.js +0 -1
- package/dist/esm-es5/index-5e431bb8.js +0 -2
- package/dist/esm-es5/index-a00a7418.js +0 -1
- package/dist/esm-es5/index-b9522531.js +0 -7
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/loader.js +0 -1
- package/dist/esm-es5/taro-ad-core.entry.js +0 -1
- package/dist/esm-es5/taro-ad-custom-core.entry.js +0 -1
- package/dist/esm-es5/taro-animation-video-core.entry.js +0 -1
- package/dist/esm-es5/taro-animation-view-core.entry.js +0 -1
- package/dist/esm-es5/taro-ar-camera-core.entry.js +0 -1
- package/dist/esm-es5/taro-audio-core.entry.js +0 -1
- package/dist/esm-es5/taro-aweme-data-core.entry.js +0 -1
- package/dist/esm-es5/taro-block-core.entry.js +0 -1
- package/dist/esm-es5/taro-button-core.entry.js +0 -1
- package/dist/esm-es5/taro-camera-core.entry.js +0 -1
- package/dist/esm-es5/taro-canvas-core.entry.js +0 -1
- package/dist/esm-es5/taro-channel-live-core.entry.js +0 -1
- package/dist/esm-es5/taro-channel-video-core.entry.js +0 -1
- package/dist/esm-es5/taro-checkbox-core_2.entry.js +0 -1
- package/dist/esm-es5/taro-comment-detail-core.entry.js +0 -1
- package/dist/esm-es5/taro-comment-list-core.entry.js +0 -1
- package/dist/esm-es5/taro-components.js +0 -1
- package/dist/esm-es5/taro-contact-button-core.entry.js +0 -1
- package/dist/esm-es5/taro-cover-image-core.entry.js +0 -1
- package/dist/esm-es5/taro-cover-view-core.entry.js +0 -1
- package/dist/esm-es5/taro-custom-wrapper-core.entry.js +0 -1
- package/dist/esm-es5/taro-draggable-sheet-core.entry.js +0 -1
- package/dist/esm-es5/taro-editor-core.entry.js +0 -1
- package/dist/esm-es5/taro-follow-swan-core.entry.js +0 -1
- package/dist/esm-es5/taro-form-core.entry.js +0 -1
- package/dist/esm-es5/taro-functional-page-navigator-core.entry.js +0 -1
- package/dist/esm-es5/taro-grid-builder-core.entry.js +0 -1
- package/dist/esm-es5/taro-grid-view-core.entry.js +0 -1
- package/dist/esm-es5/taro-icon-core.entry.js +0 -1
- package/dist/esm-es5/taro-image-core.entry.js +0 -1
- package/dist/esm-es5/taro-inline-payment-panel-core.entry.js +0 -1
- package/dist/esm-es5/taro-input-core.entry.js +0 -1
- package/dist/esm-es5/taro-keyboard-accessory-core.entry.js +0 -1
- package/dist/esm-es5/taro-label-core.entry.js +0 -1
- package/dist/esm-es5/taro-lifestyle-core.entry.js +0 -1
- package/dist/esm-es5/taro-like-core.entry.js +0 -1
- package/dist/esm-es5/taro-list-builder-core.entry.js +0 -1
- package/dist/esm-es5/taro-list-view-core.entry.js +0 -1
- package/dist/esm-es5/taro-live-player-core.entry.js +0 -1
- package/dist/esm-es5/taro-live-pusher-core.entry.js +0 -1
- package/dist/esm-es5/taro-login-core.entry.js +0 -1
- package/dist/esm-es5/taro-lottie-core.entry.js +0 -1
- package/dist/esm-es5/taro-map-core.entry.js +0 -1
- package/dist/esm-es5/taro-match-media-core.entry.js +0 -1
- package/dist/esm-es5/taro-movable-area-core_2.entry.js +0 -1
- package/dist/esm-es5/taro-native-slot-core.entry.js +0 -1
- package/dist/esm-es5/taro-navigation-bar-core.entry.js +0 -1
- package/dist/esm-es5/taro-navigator-core.entry.js +0 -1
- package/dist/esm-es5/taro-nested-scroll-body-core.entry.js +0 -1
- package/dist/esm-es5/taro-nested-scroll-header-core.entry.js +0 -1
- package/dist/esm-es5/taro-official-account-core.entry.js +0 -1
- package/dist/esm-es5/taro-open-container-core.entry.js +0 -1
- package/dist/esm-es5/taro-open-data-core.entry.js +0 -1
- package/dist/esm-es5/taro-page-container-core.entry.js +0 -1
- package/dist/esm-es5/taro-page-meta-core.entry.js +0 -1
- package/dist/esm-es5/taro-picker-core_2.entry.js +0 -1
- package/dist/esm-es5/taro-picker-view-column-core_2.entry.js +0 -1
- package/dist/esm-es5/taro-progress-core.entry.js +0 -1
- package/dist/esm-es5/taro-pull-to-refresh-core.entry.js +0 -1
- package/dist/esm-es5/taro-radio-core_2.entry.js +0 -1
- package/dist/esm-es5/taro-rich-text-core.entry.js +0 -1
- package/dist/esm-es5/taro-root-portal-core.entry.js +0 -1
- package/dist/esm-es5/taro-rtc-room-core.entry.js +0 -1
- package/dist/esm-es5/taro-rtc-room-item-core.entry.js +0 -1
- package/dist/esm-es5/taro-scroll-view-core.entry.js +0 -1
- package/dist/esm-es5/taro-share-element-core.entry.js +0 -1
- package/dist/esm-es5/taro-slider-core.entry.js +0 -1
- package/dist/esm-es5/taro-slot-core.entry.js +0 -1
- package/dist/esm-es5/taro-snapshot-core.entry.js +0 -1
- package/dist/esm-es5/taro-span-core.entry.js +0 -1
- package/dist/esm-es5/taro-sticky-header-core.entry.js +0 -1
- package/dist/esm-es5/taro-sticky-section-core.entry.js +0 -1
- package/dist/esm-es5/taro-swiper-core_2.entry.js +0 -1
- package/dist/esm-es5/taro-switch-core.entry.js +0 -1
- package/dist/esm-es5/taro-tab-item-core.entry.js +0 -1
- package/dist/esm-es5/taro-tabbar.entry.js +0 -1
- package/dist/esm-es5/taro-tabs-core.entry.js +0 -1
- package/dist/esm-es5/taro-text-core.entry.js +0 -1
- package/dist/esm-es5/taro-textarea-core.entry.js +0 -1
- package/dist/esm-es5/taro-video-control_3.entry.js +0 -1
- package/dist/esm-es5/taro-view-core.entry.js +0 -1
- package/dist/esm-es5/taro-voip-room-core.entry.js +0 -1
- package/dist/esm-es5/taro-web-view-core.entry.js +0 -1
- package/dist/taro-components/p-010faa87.system.js +0 -1
- package/dist/taro-components/p-08f31efb.system.entry.js +0 -1
- package/dist/taro-components/p-0b9fa602.system.entry.js +0 -1
- package/dist/taro-components/p-0c3bf536.system.entry.js +0 -1
- package/dist/taro-components/p-0cbc06a0.system.entry.js +0 -1
- package/dist/taro-components/p-0e77f1af.system.entry.js +0 -1
- package/dist/taro-components/p-0e8c1988.system.entry.js +0 -1
- package/dist/taro-components/p-1331d6e6.entry.js +0 -1
- package/dist/taro-components/p-13773464.entry.js +0 -1
- package/dist/taro-components/p-14e9f2fd.system.entry.js +0 -1
- package/dist/taro-components/p-1565cc2e.system.entry.js +0 -1
- package/dist/taro-components/p-200ba6f2.system.entry.js +0 -1
- package/dist/taro-components/p-2053531e.system.entry.js +0 -1
- package/dist/taro-components/p-2210c50a.system.entry.js +0 -1
- package/dist/taro-components/p-24a12aac.system.entry.js +0 -1
- package/dist/taro-components/p-274753ad.system.entry.js +0 -1
- package/dist/taro-components/p-2d2c8354.system.entry.js +0 -1
- package/dist/taro-components/p-336b5b6c.system.entry.js +0 -1
- package/dist/taro-components/p-34aee4d3.system.entry.js +0 -1
- package/dist/taro-components/p-34b51434.system.entry.js +0 -1
- package/dist/taro-components/p-39dd80dd.entry.js +0 -1
- package/dist/taro-components/p-3dc40ce0.entry.js +0 -1
- package/dist/taro-components/p-3ee0dda1.system.entry.js +0 -1
- package/dist/taro-components/p-443b9a72.system.js +0 -7
- package/dist/taro-components/p-4446fe5f.system.entry.js +0 -1
- package/dist/taro-components/p-45ce1c8b.system.entry.js +0 -1
- package/dist/taro-components/p-48395cab.system.entry.js +0 -1
- package/dist/taro-components/p-48887552.entry.js +0 -1
- package/dist/taro-components/p-498d940e.system.entry.js +0 -1
- package/dist/taro-components/p-49bd1791.system.entry.js +0 -1
- package/dist/taro-components/p-4dddb4a4.system.entry.js +0 -1
- package/dist/taro-components/p-4f62b74a.system.entry.js +0 -1
- package/dist/taro-components/p-50ea2036.system.js +0 -1
- package/dist/taro-components/p-58a44067.system.entry.js +0 -1
- package/dist/taro-components/p-5c3d432f.system.entry.js +0 -1
- package/dist/taro-components/p-60869da5.system.entry.js +0 -1
- package/dist/taro-components/p-636c9e22.system.entry.js +0 -1
- package/dist/taro-components/p-6ef0579d.system.entry.js +0 -1
- package/dist/taro-components/p-6f25b319.system.entry.js +0 -1
- package/dist/taro-components/p-720c96ae.system.entry.js +0 -1
- package/dist/taro-components/p-731de0f1.system.entry.js +0 -1
- package/dist/taro-components/p-7625b781.system.entry.js +0 -1
- package/dist/taro-components/p-7677dcb3.system.entry.js +0 -1
- package/dist/taro-components/p-76eedcd8.system.entry.js +0 -1
- package/dist/taro-components/p-7a860d44.system.entry.js +0 -1
- package/dist/taro-components/p-7e486065.system.entry.js +0 -1
- package/dist/taro-components/p-7f067654.system.entry.js +0 -1
- package/dist/taro-components/p-86b09ede.system.entry.js +0 -1
- package/dist/taro-components/p-88de70df.system.js +0 -2
- package/dist/taro-components/p-8c3b906c.system.js +0 -1
- package/dist/taro-components/p-8f7c9757.system.entry.js +0 -1
- package/dist/taro-components/p-920663c3.system.entry.js +0 -1
- package/dist/taro-components/p-920e9e08.system.entry.js +0 -1
- package/dist/taro-components/p-93329865.system.entry.js +0 -1
- package/dist/taro-components/p-9cf98daf.entry.js +0 -1
- package/dist/taro-components/p-9d815ff0.system.entry.js +0 -1
- package/dist/taro-components/p-a263b21b.system.entry.js +0 -1
- package/dist/taro-components/p-a3948a42.system.entry.js +0 -1
- package/dist/taro-components/p-a39bfe0d.system.entry.js +0 -1
- package/dist/taro-components/p-a57123fa.system.entry.js +0 -1
- package/dist/taro-components/p-a6258172.system.entry.js +0 -1
- package/dist/taro-components/p-ac808059.system.entry.js +0 -1
- package/dist/taro-components/p-b197f269.entry.js +0 -1
- package/dist/taro-components/p-b4d3d0bf.system.entry.js +0 -1
- package/dist/taro-components/p-b9e52b27.system.entry.js +0 -1
- package/dist/taro-components/p-baba6d35.system.entry.js +0 -1
- package/dist/taro-components/p-bb3a760a.system.entry.js +0 -1
- package/dist/taro-components/p-bc4dbbfb.entry.js +0 -1
- package/dist/taro-components/p-bd2bb986.entry.js +0 -1
- package/dist/taro-components/p-bd7d7771.entry.js +0 -1
- package/dist/taro-components/p-c089b757.system.entry.js +0 -1
- package/dist/taro-components/p-c6258ca4.system.entry.js +0 -1
- package/dist/taro-components/p-c6bf856c.system.entry.js +0 -1
- package/dist/taro-components/p-c7d84f5f.system.entry.js +0 -1
- package/dist/taro-components/p-c984e3bd.system.entry.js +0 -1
- package/dist/taro-components/p-cb55d5a3.system.entry.js +0 -1
- package/dist/taro-components/p-cc02c5b6.system.entry.js +0 -1
- package/dist/taro-components/p-ce63e336.system.entry.js +0 -1
- package/dist/taro-components/p-d04b19f1.system.entry.js +0 -1
- package/dist/taro-components/p-d2b08d6c.system.entry.js +0 -1
- package/dist/taro-components/p-d3573732.system.entry.js +0 -1
- package/dist/taro-components/p-d482a085.system.entry.js +0 -1
- package/dist/taro-components/p-d6bd3fa0.system.entry.js +0 -1
- package/dist/taro-components/p-d952367b.system.entry.js +0 -1
- package/dist/taro-components/p-d9b9319b.system.js +0 -1
- package/dist/taro-components/p-da5ac143.system.entry.js +0 -1
- package/dist/taro-components/p-deaafb30.system.entry.js +0 -1
- package/dist/taro-components/p-df082aca.system.entry.js +0 -1
- package/dist/taro-components/p-e5f31143.system.entry.js +0 -1
- package/dist/taro-components/p-eb385fbc.system.entry.js +0 -1
- package/dist/taro-components/p-ede005c7.system.entry.js +0 -1
- package/dist/taro-components/p-ee2e9a0f.system.entry.js +0 -1
- package/dist/taro-components/p-f0694b9f.system.entry.js +0 -1
- package/dist/taro-components/p-f1597269.system.entry.js +0 -1
- package/dist/taro-components/p-f490ca1e.system.entry.js +0 -1
- package/dist/taro-components/p-f6d29525.entry.js +0 -1
- package/dist/taro-components/p-fb23fdb8.system.entry.js +0 -1
- package/dist/taro-components/p-fc124d0d.system.entry.js +0 -1
- package/dist/taro-components/p-fe3e2fdb.system.entry.js +0 -1
- package/dist/taro-components/taro-components.js +0 -131
- package/types/gesture/common.d.ts +0 -26
|
@@ -20,13 +20,16 @@ export { ContactButton as TaroContactButtonCore } from '../types/components/cont
|
|
|
20
20
|
export { CoverImage as TaroCoverImageCore } from '../types/components/cover-image/cover-image';
|
|
21
21
|
export { CoverView as TaroCoverViewCore } from '../types/components/cover-view/cover-view';
|
|
22
22
|
export { CustomWrapper as TaroCustomWrapperCore } from '../types/components/custom-wrapper/custom-wrapper';
|
|
23
|
+
export { DoubleTapGestureHandler as TaroDoubleTapGestureHandlerCore } from '../types/components/double-tap-gesture-handler/script';
|
|
23
24
|
export { DraggableSheet as TaroDraggableSheetCore } from '../types/components/draggable-sheet/draggable-sheet';
|
|
24
25
|
export { Editor as TaroEditorCore } from '../types/components/editor/editor';
|
|
25
26
|
export { FollowSwan as TaroFollowSwanCore } from '../types/components/follow-swan/follow-swan';
|
|
27
|
+
export { ForcePressGestureHandler as TaroForcePressGestureHandlerCore } from '../types/components/force-press-gesture-handler/script';
|
|
26
28
|
export { Form as TaroFormCore } from '../types/components/form/form';
|
|
27
29
|
export { FunctionalPageNavigator as TaroFunctionalPageNavigatorCore } from '../types/components/functional-page-navigator/functional-page-navigator';
|
|
28
30
|
export { GridBuilder as TaroGridBuilderCore } from '../types/components/grid-builder/grid-builder';
|
|
29
31
|
export { GridView as TaroGridViewCore } from '../types/components/grid-view/grid-view';
|
|
32
|
+
export { HorizontalDragGestureHandler as TaroHorizontalDragGestureHandlerCore } from '../types/components/horizontal-drag-gesture-handler/script';
|
|
30
33
|
export { Icon as TaroIconCore } from '../types/components/icon/icon';
|
|
31
34
|
export { Image as TaroImageCore } from '../types/components/image/image';
|
|
32
35
|
export { InlinePaymentPanel as TaroInlinePaymentPanelCore } from '../types/components/inline-payment-panel/inline-payment-panel';
|
|
@@ -40,6 +43,7 @@ export { ListView as TaroListViewCore } from '../types/components/list-view/list
|
|
|
40
43
|
export { LivePlayer as TaroLivePlayerCore } from '../types/components/live-player/live-player';
|
|
41
44
|
export { LivePusher as TaroLivePusherCore } from '../types/components/live-pusher/live-pusher';
|
|
42
45
|
export { Login as TaroLoginCore } from '../types/components/login/login';
|
|
46
|
+
export { LongPressGestureHandler as TaroLongPressGestureHandlerCore } from '../types/components/long-press-gesture-handler/script';
|
|
43
47
|
export { Lottie as TaroLottieCore } from '../types/components/lottie/lottie';
|
|
44
48
|
export { Map as TaroMapCore } from '../types/components/map/map';
|
|
45
49
|
export { MatchMedia as TaroMatchMediaCore } from '../types/components/match-media/match-media';
|
|
@@ -55,6 +59,7 @@ export { OpenContainer as TaroOpenContainerCore } from '../types/components/open
|
|
|
55
59
|
export { OpenData as TaroOpenDataCore } from '../types/components/open-data/open-data';
|
|
56
60
|
export { PageContainer as TaroPageContainerCore } from '../types/components/page-container/page-container';
|
|
57
61
|
export { PageMeta as TaroPageMetaCore } from '../types/components/page-meta/page-meta';
|
|
62
|
+
export { PanGestureHandler as TaroPanGestureHandlerCore } from '../types/components/pan-gesture-handler/script';
|
|
58
63
|
export { Picker as TaroPickerCore } from '../types/components/picker/picker';
|
|
59
64
|
export { TaroPickerGroup as TaroPickerGroup } from '../types/components/picker/picker-group';
|
|
60
65
|
export { PickerViewColumn as TaroPickerViewColumnCore } from '../types/components/picker-view/picker-view-column';
|
|
@@ -67,6 +72,8 @@ export { RichText as TaroRichTextCore } from '../types/components/rich-text/rich
|
|
|
67
72
|
export { RootPortal as TaroRootPortalCore } from '../types/components/root-portal/root-portal';
|
|
68
73
|
export { RtcRoom as TaroRtcRoomCore } from '../types/components/rtc-room/rtc-room';
|
|
69
74
|
export { RtcRoomItem as TaroRtcRoomItemCore } from '../types/components/rtc-room/rtc-room-item';
|
|
75
|
+
export { ScaleGestureHandler as TaroScaleGestureHandlerCore } from '../types/components/scale-gesture-handler/script';
|
|
76
|
+
export { Script as TaroScriptCore } from '../types/components/script/script';
|
|
70
77
|
export { ScrollView as TaroScrollViewCore } from '../types/components/scroll-view/scroll-view';
|
|
71
78
|
export { ShareElement as TaroShareElementCore } from '../types/components/share-element/share-element';
|
|
72
79
|
export { Slider as TaroSliderCore } from '../types/components/slider/slider';
|
|
@@ -81,8 +88,10 @@ export { Switch as TaroSwitchCore } from '../types/components/switch/switch';
|
|
|
81
88
|
export { TabItem as TaroTabItemCore } from '../types/components/tabs/tab-item';
|
|
82
89
|
export { Tabbar as TaroTabbar } from '../types/components/tabbar/tabbar';
|
|
83
90
|
export { Tabs as TaroTabsCore } from '../types/components/tabs/tabs';
|
|
91
|
+
export { TapGestureHandler as TaroTapGestureHandlerCore } from '../types/components/tap-gesture-handler/script';
|
|
84
92
|
export { Text as TaroTextCore } from '../types/components/text/text';
|
|
85
93
|
export { Textarea as TaroTextareaCore } from '../types/components/textarea/textarea';
|
|
94
|
+
export { VerticalDragGestureHandler as TaroVerticalDragGestureHandlerCore } from '../types/components/vertical-drag-gesture-handler/script';
|
|
86
95
|
export { VideoControl as TaroVideoControl } from '../types/components/video/video-control';
|
|
87
96
|
export { Video as TaroVideoCore } from '../types/components/video/video';
|
|
88
97
|
export { VideoDanmu as TaroVideoDanmu } from '../types/components/video/video-danmu';
|
package/dist/components/index.js
CHANGED
|
@@ -20,13 +20,16 @@ export { TaroContactButtonCore, defineCustomElement as defineCustomElementTaroCo
|
|
|
20
20
|
export { TaroCoverImageCore, defineCustomElement as defineCustomElementTaroCoverImageCore } from './taro-cover-image-core.js';
|
|
21
21
|
export { TaroCoverViewCore, defineCustomElement as defineCustomElementTaroCoverViewCore } from './taro-cover-view-core.js';
|
|
22
22
|
export { TaroCustomWrapperCore, defineCustomElement as defineCustomElementTaroCustomWrapperCore } from './taro-custom-wrapper-core.js';
|
|
23
|
+
export { TaroDoubleTapGestureHandlerCore, defineCustomElement as defineCustomElementTaroDoubleTapGestureHandlerCore } from './taro-double-tap-gesture-handler-core.js';
|
|
23
24
|
export { TaroDraggableSheetCore, defineCustomElement as defineCustomElementTaroDraggableSheetCore } from './taro-draggable-sheet-core.js';
|
|
24
25
|
export { TaroEditorCore, defineCustomElement as defineCustomElementTaroEditorCore } from './taro-editor-core.js';
|
|
25
26
|
export { TaroFollowSwanCore, defineCustomElement as defineCustomElementTaroFollowSwanCore } from './taro-follow-swan-core.js';
|
|
27
|
+
export { TaroForcePressGestureHandlerCore, defineCustomElement as defineCustomElementTaroForcePressGestureHandlerCore } from './taro-force-press-gesture-handler-core.js';
|
|
26
28
|
export { TaroFormCore, defineCustomElement as defineCustomElementTaroFormCore } from './taro-form-core.js';
|
|
27
29
|
export { TaroFunctionalPageNavigatorCore, defineCustomElement as defineCustomElementTaroFunctionalPageNavigatorCore } from './taro-functional-page-navigator-core.js';
|
|
28
30
|
export { TaroGridBuilderCore, defineCustomElement as defineCustomElementTaroGridBuilderCore } from './taro-grid-builder-core.js';
|
|
29
31
|
export { TaroGridViewCore, defineCustomElement as defineCustomElementTaroGridViewCore } from './taro-grid-view-core.js';
|
|
32
|
+
export { TaroHorizontalDragGestureHandlerCore, defineCustomElement as defineCustomElementTaroHorizontalDragGestureHandlerCore } from './taro-horizontal-drag-gesture-handler-core.js';
|
|
30
33
|
export { TaroIconCore, defineCustomElement as defineCustomElementTaroIconCore } from './taro-icon-core.js';
|
|
31
34
|
export { TaroImageCore, defineCustomElement as defineCustomElementTaroImageCore } from './taro-image-core.js';
|
|
32
35
|
export { TaroInlinePaymentPanelCore, defineCustomElement as defineCustomElementTaroInlinePaymentPanelCore } from './taro-inline-payment-panel-core.js';
|
|
@@ -40,6 +43,7 @@ export { TaroListViewCore, defineCustomElement as defineCustomElementTaroListVie
|
|
|
40
43
|
export { TaroLivePlayerCore, defineCustomElement as defineCustomElementTaroLivePlayerCore } from './taro-live-player-core.js';
|
|
41
44
|
export { TaroLivePusherCore, defineCustomElement as defineCustomElementTaroLivePusherCore } from './taro-live-pusher-core.js';
|
|
42
45
|
export { TaroLoginCore, defineCustomElement as defineCustomElementTaroLoginCore } from './taro-login-core.js';
|
|
46
|
+
export { TaroLongPressGestureHandlerCore, defineCustomElement as defineCustomElementTaroLongPressGestureHandlerCore } from './taro-long-press-gesture-handler-core.js';
|
|
43
47
|
export { TaroLottieCore, defineCustomElement as defineCustomElementTaroLottieCore } from './taro-lottie-core.js';
|
|
44
48
|
export { TaroMapCore, defineCustomElement as defineCustomElementTaroMapCore } from './taro-map-core.js';
|
|
45
49
|
export { TaroMatchMediaCore, defineCustomElement as defineCustomElementTaroMatchMediaCore } from './taro-match-media-core.js';
|
|
@@ -55,6 +59,7 @@ export { TaroOpenContainerCore, defineCustomElement as defineCustomElementTaroOp
|
|
|
55
59
|
export { TaroOpenDataCore, defineCustomElement as defineCustomElementTaroOpenDataCore } from './taro-open-data-core.js';
|
|
56
60
|
export { TaroPageContainerCore, defineCustomElement as defineCustomElementTaroPageContainerCore } from './taro-page-container-core.js';
|
|
57
61
|
export { TaroPageMetaCore, defineCustomElement as defineCustomElementTaroPageMetaCore } from './taro-page-meta-core.js';
|
|
62
|
+
export { TaroPanGestureHandlerCore, defineCustomElement as defineCustomElementTaroPanGestureHandlerCore } from './taro-pan-gesture-handler-core.js';
|
|
58
63
|
export { TaroPickerCore, defineCustomElement as defineCustomElementTaroPickerCore } from './taro-picker-core.js';
|
|
59
64
|
export { TaroPickerGroup, defineCustomElement as defineCustomElementTaroPickerGroup } from './taro-picker-group.js';
|
|
60
65
|
export { TaroPickerViewColumnCore, defineCustomElement as defineCustomElementTaroPickerViewColumnCore } from './taro-picker-view-column-core.js';
|
|
@@ -67,6 +72,8 @@ export { TaroRichTextCore, defineCustomElement as defineCustomElementTaroRichTex
|
|
|
67
72
|
export { TaroRootPortalCore, defineCustomElement as defineCustomElementTaroRootPortalCore } from './taro-root-portal-core.js';
|
|
68
73
|
export { TaroRtcRoomCore, defineCustomElement as defineCustomElementTaroRtcRoomCore } from './taro-rtc-room-core.js';
|
|
69
74
|
export { TaroRtcRoomItemCore, defineCustomElement as defineCustomElementTaroRtcRoomItemCore } from './taro-rtc-room-item-core.js';
|
|
75
|
+
export { TaroScaleGestureHandlerCore, defineCustomElement as defineCustomElementTaroScaleGestureHandlerCore } from './taro-scale-gesture-handler-core.js';
|
|
76
|
+
export { TaroScriptCore, defineCustomElement as defineCustomElementTaroScriptCore } from './taro-script-core.js';
|
|
70
77
|
export { TaroScrollViewCore, defineCustomElement as defineCustomElementTaroScrollViewCore } from './taro-scroll-view-core.js';
|
|
71
78
|
export { TaroShareElementCore, defineCustomElement as defineCustomElementTaroShareElementCore } from './taro-share-element-core.js';
|
|
72
79
|
export { TaroSliderCore, defineCustomElement as defineCustomElementTaroSliderCore } from './taro-slider-core.js';
|
|
@@ -81,8 +88,10 @@ export { TaroSwitchCore, defineCustomElement as defineCustomElementTaroSwitchCor
|
|
|
81
88
|
export { TaroTabItemCore, defineCustomElement as defineCustomElementTaroTabItemCore } from './taro-tab-item-core.js';
|
|
82
89
|
export { TaroTabbar, defineCustomElement as defineCustomElementTaroTabbar } from './taro-tabbar.js';
|
|
83
90
|
export { TaroTabsCore, defineCustomElement as defineCustomElementTaroTabsCore } from './taro-tabs-core.js';
|
|
91
|
+
export { TaroTapGestureHandlerCore, defineCustomElement as defineCustomElementTaroTapGestureHandlerCore } from './taro-tap-gesture-handler-core.js';
|
|
84
92
|
export { TaroTextCore, defineCustomElement as defineCustomElementTaroTextCore } from './taro-text-core.js';
|
|
85
93
|
export { TaroTextareaCore, defineCustomElement as defineCustomElementTaroTextareaCore } from './taro-textarea-core.js';
|
|
94
|
+
export { TaroVerticalDragGestureHandlerCore, defineCustomElement as defineCustomElementTaroVerticalDragGestureHandlerCore } from './taro-vertical-drag-gesture-handler-core.js';
|
|
86
95
|
export { TaroVideoControl, defineCustomElement as defineCustomElementTaroVideoControl } from './taro-video-control.js';
|
|
87
96
|
export { TaroVideoCore, defineCustomElement as defineCustomElementTaroVideoCore } from './taro-video-core.js';
|
|
88
97
|
export { TaroVideoDanmu, defineCustomElement as defineCustomElementTaroVideoDanmu } from './taro-video-danmu.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { c as classnames } from './index2.js';
|
|
3
3
|
|
|
4
|
-
const indexCss = ".weui-loading{vertical-align:middle;background:url(\"data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E\") 0 0/100% no-repeat;width:20px;height:20px
|
|
4
|
+
const indexCss = ".weui-loading{vertical-align:middle;background:url(\"data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E\") 0 0/100% no-repeat;width:20px;height:20px;animation:1s steps(12,end) infinite weuiLoading;display:inline-block}@-webkit-keyframes weuiLoading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes weuiLoading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.weui-btn_loading .weui-loading{margin:-.2em .34em 0 0}.weui-btn_loading.weui-btn_primary,.weui-btn_loading.weui-btn_warn{color:rgba(255,255,255,.6)}.weui-btn_loading.weui-btn_primary{background-color:#179b16}.weui-btn_loading.weui-btn_warn{background-color:#ce3c39}taro-button-core{box-sizing:border-box;appearance:none;text-align:center;color:#000;-webkit-tap-highlight-color:transparent;background-color:#f8f8f8;border-width:0;border-radius:5px;outline:0;width:100%;margin-left:auto;margin-right:auto;padding-left:14px;padding-right:14px;font-size:18px;line-height:2.55556;text-decoration:none;display:block;position:relative;overflow:hidden}taro-button-core:focus{outline:0}taro-button-core:not([disabled]):active{color:rgba(0,0,0,.6);background-color:#dedede}taro-button-core:after{box-sizing:border-box;content:\" \";transform-origin:0 0;border:1px solid rgba(0,0,0,.2);border-radius:10px;width:200%;height:200%;position:absolute;top:0;left:0;transform:scale(.5)}taro-button-core+taro-button-core{margin-top:15px}taro-button-core[type=default]{color:#000;background-color:#f8f8f8}taro-button-core[type=default]:not([disabled]):visited{color:#000}taro-button-core[type=default]:not([disabled]):active{color:rgba(0,0,0,.6);background-color:#dedede}taro-button-core[size=mini]{width:auto;padding:0 1.32em;font-size:13px;line-height:2.3;display:inline-block}taro-button-core[plain],taro-button-core[plain][type=default],taro-button-core[plain][type=primary]{background-color:transparent;border-width:1px}taro-button-core[disabled]{color:rgba(255,255,255,.6)}taro-button-core[disabled][type=default]{color:rgba(0,0,0,.3);background-color:#f7f7f7}taro-button-core[disabled][type=primary]{background-color:#9ed99d}taro-button-core[disabled][type=warn]{background-color:#ec8b89}taro-button-core[loading] .weui-loading{margin:-.2em .34em 0 0}taro-button-core[loading][type=primary],taro-button-core[loading][type=warn]{color:rgba(255,255,255,.6)}taro-button-core[loading][type=primary]{background-color:#179b16}taro-button-core[loading][type=warn]{background-color:#ce3c39}taro-button-core[plain][type=primary]{color:#1aad19;border:1px solid #1aad19}taro-button-core[plain][type=primary]:not([disabled]):active{color:rgba(26,173,25,.6);background-color:transparent;border-color:rgba(26,173,25,.6)}taro-button-core[plain][type=primary]:after{border-width:0}taro-button-core[plain][type=warn]{color:#e64340;border:1px solid #e64340}taro-button-core[plain][type=warn]:not([disabled]):active{color:rgba(230,67,64,.6);background-color:transparent;border-color:rgba(230,67,64,.6)}taro-button-core[plain][type=warn]:after{border-width:0}taro-button-core[plain],taro-button-core[plain][type=default]{color:#353535;border:1px solid #353535}taro-button-core[plain]:not([disabled]):active,taro-button-core[plain][type=default]:not([disabled]):active{color:rgba(53,53,53,.6);background-color:transparent;border-color:rgba(53,53,53,.6)}taro-button-core[plain]:after,taro-button-core[plain][type=default]:after{border-width:0}taro-button-core[type=primary]{color:#fff;background-color:#1aad19}taro-button-core[type=primary]:not([disabled]):visited{color:#fff}taro-button-core[type=primary]:not([disabled]):active{color:rgba(255,255,255,.6);background-color:#179b16}taro-button-core[type=warn]{color:#fff;background-color:#e64340}taro-button-core[type=warn]:not([disabled]):visited{color:#fff}taro-button-core[type=warn]:not([disabled]):active{color:rgba(255,255,255,.6);background-color:#ce3c39}taro-button-core[plain][disabled],taro-button-core[plain][disabled][type=primary]{color:rgba(0,0,0,.3);background-color:#f7f7f7;border:1px solid rgba(0,0,0,.2)}";
|
|
5
5
|
|
|
6
6
|
const Button = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = "page,body{--weui-cellMarginLR:16px;--weui-cellPaddingLR:16px}.weui-cells__group{border:0}.weui-cells__group:first-child{margin-top:0}.weui-cells__group_form{margin-top:24px}.weui-cells__group_form .weui-cells{margin-left:var(--weui-cellMarginLR);margin-right:var(--weui-cellMarginLR)}.weui-cells__group_form .weui-cells:before,.weui-cells__group_form .weui-cells:after{left:var(--weui-cellPaddingLR);right:var(--weui-cellPaddingLR)}.weui-cells__group_form .weui-cell{padding:16px var(--weui-cellPaddingLR)}.weui-cells__group_form .weui-cell:before{left:var(--weui-cellPaddingLR);right:var(--weui-cellPaddingLR)}.weui-cells__group_form .weui-cell:not(.weui-cell_vertical) .weui-cell__hd{padding-right:16px}.weui-cells__group_form .weui-cell:not(.weui-cell_vertical) .weui-cell__ft{padding-left:16px}.weui-cells__group_form .weui-cells__title{margin-top:24px;margin-bottom:8px;padding:0 32px}.weui-cells__group_form:first-child .weui-cells__title{margin-top:0}.weui-cells__group_form .weui-cells__tips{padding:0 calc(var(--weui-cellMarginLR) + var(--weui-cellPaddingLR));color:var(--weui-FG-2);margin-top:8px}.weui-cells__group_form .weui-cells__tips a{font-weight:700}.weui-cells__group_form .weui-cells__tips_warn{color:var(--weui-RED)}.weui-cells__group_form .weui-label{max-width:5em;margin-right:8px}.weui-cells__group_form .weui-cell_access:active:after,.weui-cells__group_form .weui-cell_active:active:after{border-radius:8px}.weui-cells__group_form .weui-cell_warn input{color:#e64340}.weui-cells__group_form .weui-icon-warn,.weui-cells__group_form .weui-cell_switch:active:after,.weui-cells__group_form .weui-cell_vcode:active:after,.weui-cells__group_form .weui-cell_readonly:active:after,.weui-cells__group_form .weui-cell_disabled:active:after{display:none}.weui-cells__group_form input,.weui-cells__group_form textarea,.weui-cells__group_form label[for]{-webkit-tap-highlight-color:transparent}.weui-cells__group_form .weui-cell_wrap{
|
|
3
|
+
const indexCss = "page,body{--weui-cellMarginLR:16px;--weui-cellPaddingLR:16px}.weui-cells__group{border:0}.weui-cells__group:first-child{margin-top:0}.weui-cells__group_form{margin-top:24px}.weui-cells__group_form .weui-cells{margin-left:var(--weui-cellMarginLR);margin-right:var(--weui-cellMarginLR)}.weui-cells__group_form .weui-cells:before,.weui-cells__group_form .weui-cells:after{left:var(--weui-cellPaddingLR);right:var(--weui-cellPaddingLR)}.weui-cells__group_form .weui-cell{padding:16px var(--weui-cellPaddingLR)}.weui-cells__group_form .weui-cell:before{left:var(--weui-cellPaddingLR);right:var(--weui-cellPaddingLR)}.weui-cells__group_form .weui-cell:not(.weui-cell_vertical) .weui-cell__hd{padding-right:16px}.weui-cells__group_form .weui-cell:not(.weui-cell_vertical) .weui-cell__ft{padding-left:16px}.weui-cells__group_form .weui-cells__title{margin-top:24px;margin-bottom:8px;padding:0 32px}.weui-cells__group_form:first-child .weui-cells__title{margin-top:0}.weui-cells__group_form .weui-cells__tips{padding:0 calc(var(--weui-cellMarginLR) + var(--weui-cellPaddingLR));color:var(--weui-FG-2);margin-top:8px}.weui-cells__group_form .weui-cells__tips a{font-weight:700}.weui-cells__group_form .weui-cells__tips_warn{color:var(--weui-RED)}.weui-cells__group_form .weui-label{max-width:5em;margin-right:8px}.weui-cells__group_form .weui-cell_access:active:after,.weui-cells__group_form .weui-cell_active:active:after{border-radius:8px}.weui-cells__group_form .weui-cell_warn input{color:#e64340}.weui-cells__group_form .weui-icon-warn,.weui-cells__group_form .weui-cell_switch:active:after,.weui-cells__group_form .weui-cell_vcode:active:after,.weui-cells__group_form .weui-cell_readonly:active:after,.weui-cells__group_form .weui-cell_disabled:active:after{display:none}.weui-cells__group_form input,.weui-cells__group_form textarea,.weui-cells__group_form label[for]{-webkit-tap-highlight-color:transparent}.weui-cells__group_form .weui-cell_wrap{align-items:initial;padding-top:8px;padding-bottom:8px}.weui-cells__group_form .weui-cell_wrap .weui-cell__hd{padding-right:0}.weui-cells__group_form .weui-cell_wrap .weui-label{margin-top:8px}.weui-cells__group_form .weui-cell_wrap .weui-cell__bd{flex-wrap:wrap;align-items:center;display:flex}.weui-cells__group_form .weui-cell__control{margin:8px 0 8px 16px}.weui-cells__group_form .weui-cell__control_flex{flex:1;min-width:30vw}.weui-cells__group_form .weui-vcode-btn{color:#000;background-color:#f8f8f8;border-radius:6px;width:auto;height:auto;padding:0 12px;font-size:16px;line-height:2}.weui-cells__group_form .weui-vcode-btn:before{display:none}.weui-cells__group_form .weui-cell_vcode.weui-cell_wrap{padding-top:4px;padding-bottom:4px}.weui-cells__group_form .weui-cell_vcode.weui-cell_wrap .weui-label{margin-top:12px}.weui-cells__group_form .weui-cell_vcode.weui-cell_wrap .weui-input{min-height:1.88235em;font-size:17px}.weui-cells__group_form .weui-cells_checkbox .weui-check__label:before{left:calc(40px + var(--weui-cellPaddingLR))}.weui-cells__group_form .weui-cell_select{padding:0}.weui-cells__group_form .weui-cell_select-before .weui-cell__hd{padding-right:0}.weui-cells__group_form .weui-cell_switch{padding:12px 16px}.weui-cells__group_form-primary{margin-top:32px}.weui-cells__group_form-primary .weui-cells{background:var(--weui-BG-1);border-radius:8px;overflow:hidden}.weui-cells__group_form-primary .weui-cells:before,.weui-cells__group_form-primary .weui-cells:after{display:none}.weui-cells__group_form-primary .weui-cell_access:active:after,.weui-cells__group_form-primary .weui-cell_active:active:after{border-radius:0}.taro-checkbox{display:inline-block;position:relative}.taro-checkbox_checked{appearance:none;vertical-align:0;color:#1aad19;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;outline:0;width:23px;height:23px;min-height:0;font-size:23px;display:inline-block;position:relative;top:5px}.taro-checkbox_checked:checked:before{vertical-align:middle;text-decoration:inherit;text-align:center;text-transform:none;font-variant:normal;font-family:weui;font-style:normal;font-weight:400;font-size:inherit;color:inherit;content:\"\";speak:none;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)scale(.73)}";
|
|
4
4
|
|
|
5
5
|
const Checkbox = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface TaroDoubleTapGestureHandlerCore extends Components.TaroDoubleTapGestureHandlerCore, HTMLElement {}
|
|
4
|
+
export const TaroDoubleTapGestureHandlerCore: {
|
|
5
|
+
prototype: TaroDoubleTapGestureHandlerCore;
|
|
6
|
+
new (): TaroDoubleTapGestureHandlerCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { n as notSupport } from './helper.js';
|
|
3
|
+
|
|
4
|
+
const DoubleTapGestureHandler = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
this.__registerHost();
|
|
8
|
+
}
|
|
9
|
+
componentDidLoad() {
|
|
10
|
+
notSupport('DoubleTapGestureHandler', this);
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null));
|
|
14
|
+
}
|
|
15
|
+
}, [0, "taro-double-tap-gesture-handler-core"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["taro-double-tap-gesture-handler-core"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "taro-double-tap-gesture-handler-core":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, DoubleTapGestureHandler);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const TaroDoubleTapGestureHandlerCore = DoubleTapGestureHandler;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { TaroDoubleTapGestureHandlerCore, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface TaroForcePressGestureHandlerCore extends Components.TaroForcePressGestureHandlerCore, HTMLElement {}
|
|
4
|
+
export const TaroForcePressGestureHandlerCore: {
|
|
5
|
+
prototype: TaroForcePressGestureHandlerCore;
|
|
6
|
+
new (): TaroForcePressGestureHandlerCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { n as notSupport } from './helper.js';
|
|
3
|
+
|
|
4
|
+
const ForcePressGestureHandler = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
this.__registerHost();
|
|
8
|
+
}
|
|
9
|
+
componentDidLoad() {
|
|
10
|
+
notSupport('ForcePressGestureHandler', this);
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null));
|
|
14
|
+
}
|
|
15
|
+
}, [0, "taro-force-press-gesture-handler-core"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["taro-force-press-gesture-handler-core"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "taro-force-press-gesture-handler-core":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, ForcePressGestureHandler);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const TaroForcePressGestureHandlerCore = ForcePressGestureHandler;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { TaroForcePressGestureHandlerCore, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface TaroHorizontalDragGestureHandlerCore extends Components.TaroHorizontalDragGestureHandlerCore, HTMLElement {}
|
|
4
|
+
export const TaroHorizontalDragGestureHandlerCore: {
|
|
5
|
+
prototype: TaroHorizontalDragGestureHandlerCore;
|
|
6
|
+
new (): TaroHorizontalDragGestureHandlerCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { n as notSupport } from './helper.js';
|
|
3
|
+
|
|
4
|
+
const HorizontalDragGestureHandler = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
this.__registerHost();
|
|
8
|
+
}
|
|
9
|
+
componentDidLoad() {
|
|
10
|
+
notSupport('HorizontalDragGestureHandler', this);
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null));
|
|
14
|
+
}
|
|
15
|
+
}, [0, "taro-horizontal-drag-gesture-handler-core"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["taro-horizontal-drag-gesture-handler-core"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "taro-horizontal-drag-gesture-handler-core":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, HorizontalDragGestureHandler);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const TaroHorizontalDragGestureHandlerCore = HorizontalDragGestureHandler;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { TaroHorizontalDragGestureHandlerCore, defineCustomElement };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { c as classnames } from './index2.js';
|
|
3
3
|
|
|
4
|
-
const indexCss = "img[src=\"\"]{opacity:0}taro-image-core{width:320px;height:240px;font-size:0;display:inline-block;position:relative;overflow:hidden}.taro-img.taro-img__widthfix{height:100%}.taro-img__mode-scaletofill{width:100%;height:100%}.taro-img__mode-aspectfit{max-width:100%;max-height:100%}.taro-img__mode-aspectfill{position:absolute;top:50%;left:50
|
|
4
|
+
const indexCss = "img[src=\"\"]{opacity:0}taro-image-core{width:320px;height:240px;font-size:0;display:inline-block;position:relative;overflow:hidden}.taro-img.taro-img__widthfix{height:100%}.taro-img__mode-scaletofill{width:100%;height:100%}.taro-img__mode-aspectfit{max-width:100%;max-height:100%}.taro-img__mode-aspectfill{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.taro-img__mode-aspectfill--width{min-width:100%;height:100%}.taro-img__mode-aspectfill--height{width:100%;min-height:100%}.taro-img__mode-widthfix{width:100%}.taro-img__mode-heightfix{height:100%}.taro-img__mode-top{width:100%}.taro-img__mode-bottom{width:100%;position:absolute;bottom:0}.taro-img__mode-left{height:100%}.taro-img__mode-right{height:100%;position:absolute;right:0}.taro-img__mode-topright{position:absolute;right:0}.taro-img__mode-bottomleft{position:absolute;bottom:0}.taro-img__mode-bottomright{position:absolute;bottom:0;right:0}";
|
|
5
5
|
|
|
6
6
|
const Image = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface TaroLongPressGestureHandlerCore extends Components.TaroLongPressGestureHandlerCore, HTMLElement {}
|
|
4
|
+
export const TaroLongPressGestureHandlerCore: {
|
|
5
|
+
prototype: TaroLongPressGestureHandlerCore;
|
|
6
|
+
new (): TaroLongPressGestureHandlerCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { n as notSupport } from './helper.js';
|
|
3
|
+
|
|
4
|
+
const LongPressGestureHandler = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
this.__registerHost();
|
|
8
|
+
}
|
|
9
|
+
componentDidLoad() {
|
|
10
|
+
notSupport('LongPressGestureHandler', this);
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null));
|
|
14
|
+
}
|
|
15
|
+
}, [0, "taro-long-press-gesture-handler-core"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["taro-long-press-gesture-handler-core"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "taro-long-press-gesture-handler-core":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, LongPressGestureHandler);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const TaroLongPressGestureHandlerCore = LongPressGestureHandler;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { TaroLongPressGestureHandlerCore, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface TaroPanGestureHandlerCore extends Components.TaroPanGestureHandlerCore, HTMLElement {}
|
|
4
|
+
export const TaroPanGestureHandlerCore: {
|
|
5
|
+
prototype: TaroPanGestureHandlerCore;
|
|
6
|
+
new (): TaroPanGestureHandlerCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { n as notSupport } from './helper.js';
|
|
3
|
+
|
|
4
|
+
const PanGestureHandler = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
this.__registerHost();
|
|
8
|
+
}
|
|
9
|
+
componentDidLoad() {
|
|
10
|
+
notSupport('PanGestureHandler', this);
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null));
|
|
14
|
+
}
|
|
15
|
+
}, [0, "taro-pan-gesture-handler-core"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["taro-pan-gesture-handler-core"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "taro-pan-gesture-handler-core":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, PanGestureHandler);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const TaroPanGestureHandlerCore = PanGestureHandler;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { TaroPanGestureHandlerCore, defineCustomElement };
|
|
@@ -145,7 +145,7 @@ function getDayRange(start, end, year, month) {
|
|
|
145
145
|
return getDateRange(rangeStart, rangeEnd);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
const indexCss = ".weui-mask{z-index:1000;background:rgba(0,0,0,.6);position:fixed;inset:0}.weui-mask_transparent{z-index:1000;position:fixed;inset:0}
|
|
148
|
+
const indexCss = ".weui-mask{z-index:1000;background:rgba(0,0,0,.6);position:fixed;inset:0}.weui-mask_transparent{z-index:1000;position:fixed;inset:0}@keyframes weuiSlideUp{0%{transform:translateY(100%)}to{transform:translate(0,0)}}.weui-animate-slide-up{animation:.3s forwards weuiSlideUp}@keyframes weuiSlideDown{0%{transform:translate(0,0)}to{transform:translateY(100%)}}.weui-animate-slide-down{animation:.3s forwards weuiSlideDown}@keyframes weuiFadeIn{0%{opacity:0}to{opacity:1}}.weui-animate-fade-in{animation:.3s forwards weuiFadeIn}@keyframes weuiFadeOut{0%{opacity:1}to{opacity:0}}.weui-animate-fade-out{animation:.3s forwards weuiFadeOut}.weui-picker{box-sizing:border-box;z-index:5000;background-color:var(--weui-BG-2);padding-left:0;padding-left:constant(safe-area-inset-left);padding-left:env(safe-area-inset-left);padding-right:0;padding-right:constant(safe-area-inset-right);padding-right:env(safe-area-inset-right);backface-visibility:hidden;width:100%;transition:transform .3s;position:fixed;bottom:0;left:0;transform:translateY(100%)}.weui-picker__hd{text-align:center;background-color:#fff;padding:9px 15px;font-size:17px;display:flex;position:relative}.weui-picker__hd:after{content:\" \";color:#e5e5e5;transform-origin:0 100%;border-bottom:1px solid #e5e5e5;height:1px;position:absolute;bottom:0;left:0;right:0;transform:scaleY(.5)}.weui-picker__action{color:#1aad19;flex:1;display:block}.weui-picker__action:first-child{text-align:left;color:#888}.weui-picker__action:last-child{text-align:right}.weui-picker__bd{background-color:#fff;height:238px;display:flex;position:relative;overflow:hidden}.weui-picker__group{flex:1;height:100%;position:relative}.weui-picker__mask{z-index:3;background-color:transparent;background-image:linear-gradient(rgba(255,255,255,.95),rgba(255,255,255,.6)),linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.95));background-position:top,bottom;background-repeat:no-repeat;background-size:100% 102px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:100%;margin:0 auto;position:absolute;top:0;left:0;transform:translateZ(0)}.weui-picker__indicator{z-index:3;width:100%;height:34px;position:absolute;top:102px;left:0}.weui-picker__indicator:before{content:\" \";color:#e5e5e5;transform-origin:0 0;border-top:1px solid #e5e5e5;height:1px;position:absolute;top:0;left:0;right:0;transform:scaleY(.5)}.weui-picker__indicator:after{content:\" \";color:#e5e5e5;transform-origin:0 100%;border-bottom:1px solid #e5e5e5;height:1px;position:absolute;bottom:0;left:0;right:0;transform:scaleY(.5)}.weui-picker__content{width:100%;position:absolute;top:0;left:0}.weui-picker__item{text-align:center;color:#000;text-overflow:ellipsis;white-space:nowrap;height:34px;padding:0;line-height:34px;overflow:hidden}.weui-picker__item_disabled{color:#999}.weui-picker,.weui-picker__hd{font-size:12px}";
|
|
149
149
|
|
|
150
150
|
const Picker = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
151
151
|
constructor() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { d as debounce } from './index3.js';
|
|
3
3
|
|
|
4
|
-
const columnCss = ".taro-picker-view-column-container{text-align:center
|
|
4
|
+
const columnCss = ".taro-picker-view-column-container{text-align:center;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden scroll}.taro-picker-view-column-container::-webkit-scrollbar{display:none}";
|
|
5
5
|
|
|
6
6
|
const PickerViewColumn = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|
|
@@ -12,7 +12,7 @@ function convertStyle(style) {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
const indexCss = ".taro-picker-view-container{display
|
|
15
|
+
const indexCss = ".taro-picker-view-container{display:flex;position:relative}.taro-picker-view-mask-container{pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.taro-picker-view-mask-indicator{border-top:1px solid #ddd;border-bottom:1px solid #ddd;height:50px;display:flex}.taro-picker-view-mask-top{background-image:linear-gradient(rgba(255,255,255,.95),rgba(255,255,255,.6));flex:1}.taro-picker-view-mask-bottom{background:linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.95));flex:1}";
|
|
16
16
|
|
|
17
17
|
const PickerView = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
18
18
|
constructor() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".weui-progress{
|
|
3
|
+
const indexCss = ".weui-progress{align-items:center;display:flex}.weui-progress__bar{background-color:#ebebeb;flex:1;height:3px}.weui-progress__inner-bar{background-color:#09bb07;width:0;height:100%}.weui-progress__opr{margin-left:15px;font-size:0;display:block}";
|
|
4
4
|
|
|
5
5
|
const Progress = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -2,7 +2,7 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/
|
|
|
2
2
|
import Taro from '@tarojs/taro';
|
|
3
3
|
import { c as classnames } from './index2.js';
|
|
4
4
|
|
|
5
|
-
const indexCss = ".rmc-pull-to-refresh-content{
|
|
5
|
+
const indexCss = ".rmc-pull-to-refresh-content{transform-origin:0 0}.rmc-pull-to-refresh-content-wrapper{min-height:100%}.rmc-pull-to-refresh-transition{transition:transform .3s}@keyframes rmc-pull-to-refresh-indicator{50%{opacity:.2}to{opacity:1}}.rmc-pull-to-refresh-indicator{text-align:center;height:30px;line-height:10px}.rmc-pull-to-refresh-indicator>div{background-color:gray;border-radius:100%;width:6px;height:6px;margin:3px;animation:.5s linear infinite both rmc-pull-to-refresh-indicator;display:inline-block}.rmc-pull-to-refresh-indicator>div:nth-child(0){animation-delay:-.1s!important}.rmc-pull-to-refresh-indicator>div:first-child{animation-delay:-.2s!important}.rmc-pull-to-refresh-indicator>div:nth-child(2){animation-delay:-.3s!important}.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator{margin-top:-25px}";
|
|
6
6
|
|
|
7
7
|
function setTransform(nodeStyle, value) {
|
|
8
8
|
nodeStyle.transform = value;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = "taro-rich-text-core{
|
|
3
|
+
const indexCss = "taro-rich-text-core{user-select:none}taro-rich-text-core[selectable=true],taro-rich-text-core[user-select=true]{user-select:text;display:block}taro-rich-text-core[space]{white-space:pre-wrap}taro-rich-text-core[space=ensp]{word-spacing:.5em}taro-rich-text-core[space=nbsp]{word-spacing:1em}";
|
|
4
4
|
|
|
5
5
|
const RichText = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface TaroScaleGestureHandlerCore extends Components.TaroScaleGestureHandlerCore, HTMLElement {}
|
|
4
|
+
export const TaroScaleGestureHandlerCore: {
|
|
5
|
+
prototype: TaroScaleGestureHandlerCore;
|
|
6
|
+
new (): TaroScaleGestureHandlerCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { n as notSupport } from './helper.js';
|
|
3
|
+
|
|
4
|
+
const ScaleGestureHandler = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
this.__registerHost();
|
|
8
|
+
}
|
|
9
|
+
componentDidLoad() {
|
|
10
|
+
notSupport('ScaleGestureHandler', this);
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null));
|
|
14
|
+
}
|
|
15
|
+
}, [0, "taro-scale-gesture-handler-core"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["taro-scale-gesture-handler-core"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "taro-scale-gesture-handler-core":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, ScaleGestureHandler);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const TaroScaleGestureHandlerCore = ScaleGestureHandler;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { TaroScaleGestureHandlerCore, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface TaroScriptCore extends Components.TaroScriptCore, HTMLElement {}
|
|
4
|
+
export const TaroScriptCore: {
|
|
5
|
+
prototype: TaroScriptCore;
|
|
6
|
+
new (): TaroScriptCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { n as notSupport } from './helper.js';
|
|
3
|
+
|
|
4
|
+
const Script = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
this.__registerHost();
|
|
8
|
+
}
|
|
9
|
+
componentDidLoad() {
|
|
10
|
+
notSupport('Script', this);
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null));
|
|
14
|
+
}
|
|
15
|
+
}, [0, "taro-script-core"]);
|
|
16
|
+
function defineCustomElement$1() {
|
|
17
|
+
if (typeof customElements === "undefined") {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const components = ["taro-script-core"];
|
|
21
|
+
components.forEach(tagName => { switch (tagName) {
|
|
22
|
+
case "taro-script-core":
|
|
23
|
+
if (!customElements.get(tagName)) {
|
|
24
|
+
customElements.define(tagName, Script);
|
|
25
|
+
}
|
|
26
|
+
break;
|
|
27
|
+
} });
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const TaroScriptCore = Script;
|
|
31
|
+
const defineCustomElement = defineCustomElement$1;
|
|
32
|
+
|
|
33
|
+
export { TaroScriptCore, defineCustomElement };
|
|
@@ -3,7 +3,7 @@ import { c as classnames } from './index2.js';
|
|
|
3
3
|
import { d as debounce } from './index3.js';
|
|
4
4
|
import { h as handleStencilNodes } from './helper.js';
|
|
5
5
|
|
|
6
|
-
const indexCss = "taro-scroll-view-core{-webkit-overflow-scrolling:
|
|
6
|
+
const indexCss = "taro-scroll-view-core{-webkit-overflow-scrolling:touch;width:100%;display:block}taro-scroll-view-core::-webkit-scrollbar{display:none}.taro-scroll-view__scroll-x{overflow:scroll hidden}.taro-scroll-view__scroll-y{overflow:hidden scroll}";
|
|
7
7
|
|
|
8
8
|
function easeOutScroll(from, to, duration = 500, callback) {
|
|
9
9
|
if (from === to || typeof from !== 'number') {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".weui-slider{
|
|
3
|
+
const indexCss = ".weui-slider{user-select:none;padding:15px 18px}.weui-slider__inner{background-color:#e9e9e9;height:2px;position:relative}.weui-slider__track{background-color:#1aad19;width:0;height:2px}.weui-slider__handler{background-color:#fff;border-radius:50%;width:28px;height:28px;margin-top:-14px;margin-left:-14px;position:absolute;top:50%;left:0;box-shadow:0 0 4px rgba(0,0,0,.2)}.weui-slider-box{align-items:center;display:flex}.weui-slider-box .weui-slider{flex:1}.weui-slider-box__value{color:#888;text-align:center;min-width:24px;margin-left:.5em;font-size:14px}";
|
|
4
4
|
|
|
5
5
|
const Slider = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|