@tarojs/components 3.6.6 → 3.6.7-alpha.1
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/hls-00fec546.js +25673 -0
- package/dist/{esm/index-394db4c1.js → cjs/index-f6805218.js} +2 -6
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/taro-button-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-components.cjs.js +1 -1
- package/dist/cjs/taro-cover-view-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-icon-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-image-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-input-core.cjs.entry.js +5 -5
- package/dist/cjs/taro-navigator-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-picker-core_2.cjs.entry.js +21 -14
- package/dist/cjs/taro-picker-view-column-core_2.cjs.entry.js +1 -1
- package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +1 -1
- package/dist/cjs/taro-rich-text-core.cjs.entry.js +6 -0
- package/dist/cjs/taro-scroll-view-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-swiper-core_2.cjs.entry.js +1 -1
- package/dist/cjs/taro-tabbar.cjs.entry.js +1 -1
- package/dist/cjs/taro-text-core.cjs.entry.js +9 -6
- package/dist/cjs/taro-video-control_3.cjs.entry.js +3 -3
- package/dist/cjs/taro-view-core.cjs.entry.js +1 -1
- package/dist/collection/components/checkbox/checkbox.js +4 -4
- package/dist/collection/components/input/input.js +6 -6
- package/dist/collection/components/picker/picker-group.js +29 -26
- package/dist/collection/components/picker/picker.js +34 -8
- package/dist/collection/components/rich-text/rich-text.js +71 -0
- package/dist/collection/components/rich-text/style/index.css +16 -0
- package/dist/collection/components/text/style/index.css +20 -3
- package/dist/collection/components/text/text.js +66 -6
- package/dist/collection/components/textarea/textarea.js +1 -1
- package/dist/collection/components/video/video.js +1 -1
- package/dist/components/hls.js +23206 -24210
- package/dist/components/index2.js +1 -7
- package/dist/components/picker-group.js +9 -9
- package/dist/components/taro-checkbox-core.js +1 -1
- package/dist/components/taro-input-core.js +6 -6
- package/dist/components/taro-picker-core.js +14 -7
- package/dist/components/taro-rich-text-core.js +10 -1
- package/dist/components/taro-text-core.js +13 -7
- package/dist/components/taro-textarea-core.js +1 -1
- package/dist/components/taro-video-core.js +2 -2
- package/dist/esm/hls-4018c7ea.js +25671 -0
- package/dist/{cjs/index-067a58c1.js → esm/index-c3e4004b.js} +1 -12
- package/dist/esm/loader.js +1 -1
- package/dist/esm/taro-button-core.entry.js +1 -1
- package/dist/esm/taro-components.js +1 -1
- package/dist/esm/taro-cover-view-core.entry.js +1 -1
- package/dist/esm/taro-icon-core.entry.js +1 -1
- package/dist/esm/taro-image-core.entry.js +1 -1
- package/dist/esm/taro-input-core.entry.js +5 -5
- package/dist/esm/taro-navigator-core.entry.js +1 -1
- package/dist/esm/taro-picker-core_2.entry.js +21 -14
- package/dist/esm/taro-picker-view-column-core_2.entry.js +1 -1
- package/dist/esm/taro-pull-to-refresh.entry.js +1 -1
- package/dist/esm/taro-rich-text-core.entry.js +6 -0
- package/dist/esm/taro-scroll-view-core.entry.js +1 -1
- package/dist/esm/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm/taro-tabbar.entry.js +1 -1
- package/dist/esm/taro-text-core.entry.js +9 -6
- package/dist/esm/taro-video-control_3.entry.js +3 -3
- package/dist/esm/taro-view-core.entry.js +1 -1
- package/dist/esm-es5/hls-4018c7ea.js +1 -0
- package/dist/esm-es5/index-c3e4004b.js +7 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/taro-button-core.entry.js +1 -1
- package/dist/esm-es5/taro-components.js +1 -1
- package/dist/esm-es5/taro-cover-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-icon-core.entry.js +1 -1
- package/dist/esm-es5/taro-image-core.entry.js +1 -1
- package/dist/esm-es5/taro-input-core.entry.js +1 -1
- package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
- package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-picker-view-column-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
- package/dist/esm-es5/taro-rich-text-core.entry.js +1 -1
- package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-tabbar.entry.js +1 -1
- package/dist/esm-es5/taro-text-core.entry.js +1 -1
- package/dist/esm-es5/taro-video-control_3.entry.js +1 -1
- package/dist/esm-es5/taro-view-core.entry.js +1 -1
- package/dist/taro-components/{p-030715f1.system.entry.js → p-01e163f8.system.entry.js} +1 -1
- package/dist/taro-components/p-085076c5.system.entry.js +1 -0
- package/dist/taro-components/{p-25adb80c.entry.js → p-091a7153.entry.js} +1 -1
- package/dist/taro-components/{p-cd90bead.system.entry.js → p-0cf235de.system.entry.js} +1 -1
- package/dist/taro-components/p-0fa96970.entry.js +1 -0
- package/dist/taro-components/{p-edbb1a17.system.entry.js → p-1991cc1a.system.entry.js} +1 -1
- package/dist/taro-components/{p-c0ec2f41.system.entry.js → p-2accb92c.system.entry.js} +1 -1
- package/dist/taro-components/p-2ec68968.system.js +7 -0
- package/dist/taro-components/{p-18703731.system.entry.js → p-416cc4dd.system.entry.js} +1 -1
- package/dist/taro-components/p-425c209a.entry.js +1 -0
- package/dist/taro-components/p-43efbf30.js +1 -0
- package/dist/taro-components/{p-385d8aed.entry.js → p-4874f671.entry.js} +1 -1
- package/dist/taro-components/p-6cde180b.entry.js +1 -0
- package/dist/taro-components/{p-c490cd45.entry.js → p-7152d85b.entry.js} +1 -1
- package/dist/taro-components/{p-ab2d4f12.entry.js → p-719e1eaf.entry.js} +1 -1
- package/dist/taro-components/{p-b898d734.entry.js → p-78e4805e.entry.js} +1 -1
- package/dist/taro-components/{p-6800ccdc.system.entry.js → p-7ff654e6.system.entry.js} +1 -1
- package/dist/taro-components/{p-16336cc6.system.entry.js → p-98f9f50f.system.entry.js} +1 -1
- package/dist/taro-components/p-9edea30f.system.entry.js +1 -0
- package/dist/taro-components/{p-3f9f3448.entry.js → p-9fe49bab.entry.js} +1 -1
- package/dist/taro-components/{p-31bba7c3.entry.js → p-a20ecd3b.entry.js} +1 -1
- package/dist/taro-components/p-a20fed0a.entry.js +1 -0
- package/dist/taro-components/{p-7c2454dd.system.entry.js → p-a8925584.system.entry.js} +1 -1
- package/dist/taro-components/p-a8e7cf87.entry.js +1 -0
- package/dist/taro-components/{p-5905e3ef.system.entry.js → p-a96b4b19.system.entry.js} +1 -1
- package/dist/taro-components/{p-c2322741.system.entry.js → p-b1d2b575.system.entry.js} +1 -1
- package/dist/taro-components/p-c39a46ca.system.entry.js +1 -0
- package/dist/taro-components/{p-ca3a269f.entry.js → p-c4b8851b.entry.js} +1 -1
- package/dist/taro-components/{p-e5f78321.system.entry.js → p-cdb76676.system.entry.js} +1 -1
- package/dist/taro-components/p-de951a46.js +7 -0
- package/dist/taro-components/p-e09451c5.system.entry.js +1 -0
- package/dist/taro-components/{p-df4c2f21.entry.js → p-e33f3592.entry.js} +1 -1
- package/dist/taro-components/p-e78775ce.system.js +1 -0
- package/dist/taro-components/{p-98d771c3.entry.js → p-ebc7b6fc.entry.js} +1 -1
- package/dist/taro-components/p-ed331c06.system.js +1 -1
- package/dist/taro-components/{p-1e43a2d5.entry.js → p-f07cd1de.entry.js} +1 -1
- package/dist/taro-components/p-f6f6a996.system.entry.js +1 -0
- package/dist/taro-components/taro-components.esm.js +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +1 -1
- package/dist/types/components/input/input.d.ts +1 -1
- package/dist/types/components/picker/picker-group.d.ts +3 -3
- package/dist/types/components/picker/picker.d.ts +6 -1
- package/dist/types/components/rich-text/rich-text.d.ts +4 -0
- package/dist/types/components/text/text.d.ts +4 -0
- package/dist/types/components.d.ts +24 -6
- package/lib/react/component-lib/index.js +50 -50
- package/lib/react/component-lib/index.js.map +1 -1
- package/lib/react/components.d.ts +1 -3
- package/lib/react/components.js +2 -2
- package/lib/react/components.js.map +1 -1
- package/lib/react/helper.d.ts +1 -1
- package/lib/react/react-component-lib/utils/attachProps.js +1 -4
- package/lib/react/react-component-lib/utils/attachProps.js.map +1 -1
- package/lib/vue2/components.d.ts +8 -2
- package/lib/vue2/components.js +12 -6
- package/lib/vue2/components.js.map +1 -1
- package/lib/vue3/component-lib/index.js +48 -48
- package/lib/vue3/component-lib/index.js.map +1 -1
- package/lib/vue3/components.d.ts +1 -1
- package/lib/vue3/components.js +13 -6
- package/lib/vue3/components.js.map +1 -1
- package/package.json +9 -7
- package/types/Button.d.ts +9 -7
- package/types/ChannelVideo.d.ts +4 -0
- package/types/Form.d.ts +11 -0
- package/types/Image.d.ts +5 -0
- package/types/Input.d.ts +6 -1
- package/types/LivePlayer.d.ts +17 -0
- package/types/LivePusher.d.ts +10 -0
- package/types/Picker.d.ts +9 -0
- package/types/Progress.d.ts +2 -2
- package/types/RichText.d.ts +6 -4
- package/types/ScrollView.d.ts +3 -3
- package/types/Text.d.ts +8 -3
- package/types/Textarea.d.ts +5 -3
- package/types/Video.d.ts +12 -0
- package/dist/cjs/hls-0f2d4d85.js +0 -26677
- package/dist/esm/hls-0e83e558.js +0 -26675
- package/dist/esm-es5/hls-0e83e558.js +0 -289
- package/dist/esm-es5/index-394db4c1.js +0 -7
- package/dist/taro-components/p-198000d8.system.js +0 -289
- package/dist/taro-components/p-2fad2a65.js +0 -7
- package/dist/taro-components/p-387314fa.system.js +0 -7
- package/dist/taro-components/p-3e701660.js +0 -289
- package/dist/taro-components/p-4e9bd4f6.entry.js +0 -1
- package/dist/taro-components/p-58b19305.system.entry.js +0 -1
- package/dist/taro-components/p-5b67a98e.entry.js +0 -1
- package/dist/taro-components/p-8414da06.system.entry.js +0 -1
- package/dist/taro-components/p-97f0ad72.system.entry.js +0 -1
- package/dist/taro-components/p-af2cd702.entry.js +0 -1
- package/dist/taro-components/p-c43c5e89.system.entry.js +0 -1
- package/dist/taro-components/p-dcbb7b2d.entry.js +0 -1
- package/dist/taro-components/p-ed011ff9.entry.js +0 -1
- package/dist/taro-components/p-fa43177b.system.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sources":["../../../taro-components-library-vue3/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxies */\nimport { defineComponent } from 'vue'\nimport { defineContainer } from './vue-component-lib/utils';\n\nimport type { JSX } from '@tarojs/components/dist/types/components';\n\n// @ts-ignore\nimport { defineCustomElementTaroAdCore as defineTaroAdCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAdCustomCore as defineTaroAdCustomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationVideoCore as defineTaroAnimationVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationViewCore as defineTaroAnimationViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroArCameraCore as defineTaroArCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAudioCore as defineTaroAudioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAwemeDataCore as defineTaroAwemeDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroBlockCore as defineTaroBlockCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroButtonCore as defineTaroButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCameraCore as defineTaroCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCanvasCore as defineTaroCanvasCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelLiveCore as defineTaroChannelLiveCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelVideoCore as defineTaroChannelVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxCore as defineTaroCheckboxCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxGroupCore as defineTaroCheckboxGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentDetailCore as defineTaroCommentDetailCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentListCore as defineTaroCommentListCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroContactButtonCore as defineTaroContactButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverImageCore as defineTaroCoverImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverViewCore as defineTaroCoverViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCustomWrapperCore as defineTaroCustomWrapperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroEditorCore as defineTaroEditorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFollowSwanCore as defineTaroFollowSwanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFormCore as defineTaroFormCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFunctionalPageNavigatorCore as defineTaroFunctionalPageNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridViewCore as defineTaroGridViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroIconCore as defineTaroIconCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroImageCore as defineTaroImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInlinePaymentPanelCore as defineTaroInlinePaymentPanelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInputCore as defineTaroInputCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroKeyboardAccessoryCore as defineTaroKeyboardAccessoryCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLabelCore as defineTaroLabelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLifestyleCore as defineTaroLifestyleCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLikeCore as defineTaroLikeCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListViewCore as defineTaroListViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePlayerCore as defineTaroLivePlayerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePusherCore as defineTaroLivePusherCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLoginCore as defineTaroLoginCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLottieCore as defineTaroLottieCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMapCore as defineTaroMapCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMatchMediaCore as defineTaroMatchMediaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableAreaCore as defineTaroMovableAreaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableViewCore as defineTaroMovableViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNativeSlotCore as defineTaroNativeSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigationBarCore as defineTaroNavigationBarCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigatorCore as defineTaroNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOfficialAccountCore as defineTaroOfficialAccountCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenDataCore as defineTaroOpenDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageContainerCore as defineTaroPageContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageMetaCore as defineTaroPageMetaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerCore as defineTaroPickerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerGroup as defineTaroPickerGroup } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewColumnCore as defineTaroPickerViewColumnCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewCore as defineTaroPickerViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroProgressCore as defineTaroProgressCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPullToRefresh as defineTaroPullToRefresh } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioCore as defineTaroRadioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioGroupCore as defineTaroRadioGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRichTextCore as defineTaroRichTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRootPortalCore as defineTaroRootPortalCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomCore as defineTaroRtcRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomItemCore as defineTaroRtcRoomItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScrollViewCore as defineTaroScrollViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroShareElementCore as defineTaroShareElementCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSliderCore as defineTaroSliderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSlotCore as defineTaroSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickyHeaderCore as defineTaroStickyHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickySectionCore as defineTaroStickySectionCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperCore as defineTaroSwiperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperItemCore as defineTaroSwiperItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwitchCore as defineTaroSwitchCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabItemCore as defineTaroTabItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabbar as defineTaroTabbar } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabsCore as defineTaroTabsCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextCore as defineTaroTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextareaCore as defineTaroTextareaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoControl as defineTaroVideoControl } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoCore as defineTaroVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoDanmu as defineTaroVideoDanmu } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroViewCore as defineTaroViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVoipRoomCore as defineTaroVoipRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroWebViewCore as defineTaroWebViewCore } from '@tarojs/components/dist/components';\n\n\nexport const Ad = /*@__PURE__*/ defineContainer<JSX.TaroAdCore>('taro-ad-core', defineTaroAdCore);\n\n\nexport const AdCustom = /*@__PURE__*/ defineContainer<JSX.TaroAdCustomCore>('taro-ad-custom-core', defineTaroAdCustomCore);\n\n\nexport const AnimationVideo = /*@__PURE__*/ defineContainer<JSX.TaroAnimationVideoCore>('taro-animation-video-core', defineTaroAnimationVideoCore);\n\n\nexport const AnimationView = /*@__PURE__*/ defineContainer<JSX.TaroAnimationViewCore>('taro-animation-view-core', defineTaroAnimationViewCore);\n\n\nexport const ArCamera = /*@__PURE__*/ defineContainer<JSX.TaroArCameraCore>('taro-ar-camera-core', defineTaroArCameraCore);\n\n\nexport const Audio = /*@__PURE__*/ defineContainer<JSX.TaroAudioCore>('taro-audio-core', defineTaroAudioCore, [\n 'src',\n 'controls',\n 'autoplay',\n 'loop',\n 'muted',\n 'nativeProps',\n 'error',\n 'play',\n 'pause',\n 'timeupdate',\n 'ended'\n]);\n\n\nexport const AwemeData = /*@__PURE__*/ defineContainer<JSX.TaroAwemeDataCore>('taro-aweme-data-core', defineTaroAwemeDataCore);\n\n\nexport const Block = defineComponent((__props, { slots }) => slots.default);\n\n\nexport const Button = /*@__PURE__*/ defineContainer<JSX.TaroButtonCore>('taro-button-core', defineTaroButtonCore, [\n 'disabled',\n 'hoverClass',\n 'type',\n 'hoverStartTime',\n 'hoverStayTime',\n 'size',\n 'plain',\n 'loading',\n 'formType',\n 'tarobuttonsubmit',\n 'tarobuttonreset'\n]);\n\n\nexport const Camera = /*@__PURE__*/ defineContainer<JSX.TaroCameraCore>('taro-camera-core', defineTaroCameraCore);\n\n\nexport const Canvas = /*@__PURE__*/ defineContainer<JSX.TaroCanvasCore>('taro-canvas-core', defineTaroCanvasCore, [\n 'canvasId',\n 'nativeProps',\n 'longtap'\n]);\n\n\nexport const ChannelLive = /*@__PURE__*/ defineContainer<JSX.TaroChannelLiveCore>('taro-channel-live-core', defineTaroChannelLiveCore);\n\n\nexport const ChannelVideo = /*@__PURE__*/ defineContainer<JSX.TaroChannelVideoCore>('taro-channel-video-core', defineTaroChannelVideoCore);\n\n\nexport const Checkbox = /*@__PURE__*/ defineContainer<JSX.TaroCheckboxCore>('taro-checkbox-core', defineTaroCheckboxCore, [\n 'name',\n 'value',\n 'color',\n 'id',\n 'checked',\n 'disabled',\n 'nativeProps',\n 'checkboxchange'\n]);\n\n\nexport const CheckboxGroup = /*@__PURE__*/ defineContainer<JSX.TaroCheckboxGroupCore>('taro-checkbox-group-core', defineTaroCheckboxGroupCore, [\n 'name',\n 'change'\n]);\n\n\nexport const CommentDetail = /*@__PURE__*/ defineContainer<JSX.TaroCommentDetailCore>('taro-comment-detail-core', defineTaroCommentDetailCore);\n\n\nexport const CommentList = /*@__PURE__*/ defineContainer<JSX.TaroCommentListCore>('taro-comment-list-core', defineTaroCommentListCore);\n\n\nexport const ContactButton = /*@__PURE__*/ defineContainer<JSX.TaroContactButtonCore>('taro-contact-button-core', defineTaroContactButtonCore);\n\n\nexport const CoverImage = /*@__PURE__*/ defineContainer<JSX.TaroCoverImageCore>('taro-cover-image-core', defineTaroCoverImageCore, [\n 'src',\n 'nativeProps',\n 'load',\n 'error'\n]);\n\n\nexport const CoverView = /*@__PURE__*/ defineContainer<JSX.TaroCoverViewCore>('taro-cover-view-core', defineTaroCoverViewCore, [\n 'animation',\n 'hoverClass',\n 'hoverStartTime',\n 'hoverStayTime',\n 'longpress'\n]);\n\n\nexport const CustomWrapper = defineComponent((__props, { slots }) => slots.default);\n\n\nexport const Editor = /*@__PURE__*/ defineContainer<JSX.TaroEditorCore>('taro-editor-core', defineTaroEditorCore);\n\n\nexport const FollowSwan = /*@__PURE__*/ defineContainer<JSX.TaroFollowSwanCore>('taro-follow-swan-core', defineTaroFollowSwanCore);\n\n\nexport const Form = /*@__PURE__*/ defineContainer<JSX.TaroFormCore>('taro-form-core', defineTaroFormCore, [\n 'submit'\n]);\n\n\nexport const FunctionalPageNavigator = /*@__PURE__*/ defineContainer<JSX.TaroFunctionalPageNavigatorCore>('taro-functional-page-navigator-core', defineTaroFunctionalPageNavigatorCore);\n\n\nexport const GridView = /*@__PURE__*/ defineContainer<JSX.TaroGridViewCore>('taro-grid-view-core', defineTaroGridViewCore);\n\n\nexport const Icon = /*@__PURE__*/ defineContainer<JSX.TaroIconCore>('taro-icon-core', defineTaroIconCore, [\n 'type',\n 'size',\n 'color'\n]);\n\n\nexport const Image = /*@__PURE__*/ defineContainer<JSX.TaroImageCore>('taro-image-core', defineTaroImageCore, [\n 'src',\n 'mode',\n 'lazyLoad',\n 'nativeProps',\n 'load',\n 'error'\n]);\n\n\nexport const InlinePaymentPanel = /*@__PURE__*/ defineContainer<JSX.TaroInlinePaymentPanelCore>('taro-inline-payment-panel-core', defineTaroInlinePaymentPanelCore);\n\n\nexport const Input = /*@__PURE__*/ defineContainer<JSX.TaroInputCore>('taro-input-core', defineTaroInputCore, [\n 'value',\n 'type',\n 'password',\n 'placeholder',\n 'disabled',\n 'maxlength',\n 'autoFocus',\n 'confirmType',\n 'name',\n 'nativeProps',\n 'input',\n 'paste',\n 'focus',\n 'blur',\n 'confirm',\n 'change',\n 'keydown'\n],\n'value', 'input');\n\n\nexport const KeyboardAccessory = /*@__PURE__*/ defineContainer<JSX.TaroKeyboardAccessoryCore>('taro-keyboard-accessory-core', defineTaroKeyboardAccessoryCore);\n\n\nexport const Label = /*@__PURE__*/ defineContainer<JSX.TaroLabelCore>('taro-label-core', defineTaroLabelCore, [\n 'for'\n]);\n\n\nexport const Lifestyle = /*@__PURE__*/ defineContainer<JSX.TaroLifestyleCore>('taro-lifestyle-core', defineTaroLifestyleCore);\n\n\nexport const Like = /*@__PURE__*/ defineContainer<JSX.TaroLikeCore>('taro-like-core', defineTaroLikeCore);\n\n\nexport const ListView = /*@__PURE__*/ defineContainer<JSX.TaroListViewCore>('taro-list-view-core', defineTaroListViewCore);\n\n\nexport const LivePlayer = /*@__PURE__*/ defineContainer<JSX.TaroLivePlayerCore>('taro-live-player-core', defineTaroLivePlayerCore);\n\n\nexport const LivePusher = /*@__PURE__*/ defineContainer<JSX.TaroLivePusherCore>('taro-live-pusher-core', defineTaroLivePusherCore);\n\n\nexport const Login = /*@__PURE__*/ defineContainer<JSX.TaroLoginCore>('taro-login-core', defineTaroLoginCore);\n\n\nexport const Lottie = /*@__PURE__*/ defineContainer<JSX.TaroLottieCore>('taro-lottie-core', defineTaroLottieCore);\n\n\nexport const Map = /*@__PURE__*/ defineContainer<JSX.TaroMapCore>('taro-map-core', defineTaroMapCore);\n\n\nexport const MatchMedia = /*@__PURE__*/ defineContainer<JSX.TaroMatchMediaCore>('taro-match-media-core', defineTaroMatchMediaCore);\n\n\nexport const MovableArea = /*@__PURE__*/ defineContainer<JSX.TaroMovableAreaCore>('taro-movable-area-core', defineTaroMovableAreaCore, [\n 'scaleArea'\n]);\n\n\nexport const MovableView = /*@__PURE__*/ defineContainer<JSX.TaroMovableViewCore>('taro-movable-view-core', defineTaroMovableViewCore, [\n 'x',\n 'y',\n 'direction',\n 'outOfBounds',\n 'inertia',\n 'friction',\n 'damping',\n 'disabled',\n 'scale',\n 'scaleMin',\n 'scaleMax',\n 'scaleValue',\n 'animation',\n 'change',\n 'scale',\n 'htouchmove',\n 'vtouchmove'\n]);\n\n\nexport const NativeSlot = /*@__PURE__*/ defineContainer<JSX.TaroNativeSlotCore>('taro-native-slot-core', defineTaroNativeSlotCore);\n\n\nexport const NavigationBar = /*@__PURE__*/ defineContainer<JSX.TaroNavigationBarCore>('taro-navigation-bar-core', defineTaroNavigationBarCore);\n\n\nexport const Navigator = /*@__PURE__*/ defineContainer<JSX.TaroNavigatorCore>('taro-navigator-core', defineTaroNavigatorCore, [\n 'hoverClass',\n 'url',\n 'openType',\n 'isHover',\n 'delta',\n 'cuccess',\n 'fail',\n 'complete'\n]);\n\n\nexport const OfficialAccount = /*@__PURE__*/ defineContainer<JSX.TaroOfficialAccountCore>('taro-official-account-core', defineTaroOfficialAccountCore);\n\n\nexport const OpenData = /*@__PURE__*/ defineContainer<JSX.TaroOpenDataCore>('taro-open-data-core', defineTaroOpenDataCore);\n\n\nexport const PageContainer = /*@__PURE__*/ defineContainer<JSX.TaroPageContainerCore>('taro-page-container-core', defineTaroPageContainerCore);\n\n\nexport const PageMeta = /*@__PURE__*/ defineContainer<JSX.TaroPageMetaCore>('taro-page-meta-core', defineTaroPageMetaCore);\n\n\nexport const Picker = /*@__PURE__*/ defineContainer<JSX.TaroPickerCore>('taro-picker-core', defineTaroPickerCore, [\n 'mode',\n 'disabled',\n 'range',\n 'rangeKey',\n 'value',\n 'start',\n 'end',\n 'fields',\n 'name',\n 'change',\n 'columnchange',\n 'cancel'\n],\n'value', 'change');\n\n\nexport const PickerGroup = /*@__PURE__*/ defineContainer<JSX.TaroPickerGroup>('taro-picker-group', defineTaroPickerGroup, [\n 'mode',\n 'range',\n 'rangeKey',\n 'height',\n 'columnId',\n 'updateHeight',\n 'onColumnChange',\n 'updateDay'\n]);\n\n\nexport const PickerViewColumn = /*@__PURE__*/ defineContainer<JSX.TaroPickerViewColumnCore>('taro-picker-view-column-core', defineTaroPickerViewColumnCore, [\n 'col',\n 'initialPosition',\n 'paddingVertical',\n 'onselect',\n 'onselectstart',\n 'onselectend'\n]);\n\n\nexport const PickerView = /*@__PURE__*/ defineContainer<JSX.TaroPickerViewCore>('taro-picker-view-core', defineTaroPickerViewCore, [\n 'indicatorStyle',\n 'indicatorClass',\n 'value',\n 'maskStyle',\n 'maskClass',\n 'change',\n 'pickstart',\n 'pickend'\n]);\n\n\nexport const Progress = /*@__PURE__*/ defineContainer<JSX.TaroProgressCore>('taro-progress-core', defineTaroProgressCore, [\n 'percent',\n 'showInfo',\n 'borderRadius',\n 'fontSize',\n 'strokeWidth',\n 'activeColor',\n 'backgroundColor',\n 'active'\n]);\n\n\nexport const PullToRefresh = /*@__PURE__*/ defineContainer<JSX.TaroPullToRefresh>('taro-pull-to-refresh', defineTaroPullToRefresh, [\n 'prefixCls',\n 'distanceToRefresh',\n 'damping',\n 'indicator',\n 'refresh'\n]);\n\n\nexport const Radio = /*@__PURE__*/ defineContainer<JSX.TaroRadioCore>('taro-radio-core', defineTaroRadioCore, [\n 'name',\n 'value',\n 'id',\n 'checked',\n 'disabled',\n 'nativeProps',\n 'radiochange'\n]);\n\n\nexport const RadioGroup = /*@__PURE__*/ defineContainer<JSX.TaroRadioGroupCore>('taro-radio-group-core', defineTaroRadioGroupCore, [\n 'name',\n 'change'\n]);\n\n\nexport const RichText = /*@__PURE__*/ defineContainer<JSX.TaroRichTextCore>('taro-rich-text-core', defineTaroRichTextCore, [\n 'nodes'\n]);\n\n\nexport const RootPortal = /*@__PURE__*/ defineContainer<JSX.TaroRootPortalCore>('taro-root-portal-core', defineTaroRootPortalCore);\n\n\nexport const RtcRoom = /*@__PURE__*/ defineContainer<JSX.TaroRtcRoomCore>('taro-rtc-room-core', defineTaroRtcRoomCore);\n\n\nexport const RtcRoomItem = /*@__PURE__*/ defineContainer<JSX.TaroRtcRoomItemCore>('taro-rtc-room-item-core', defineTaroRtcRoomItemCore);\n\n\nexport const ScrollView = /*@__PURE__*/ defineContainer<JSX.TaroScrollViewCore>('taro-scroll-view-core', defineTaroScrollViewCore, [\n 'scrollX',\n 'scrollY',\n 'upperThreshold',\n 'lowerThreshold',\n 'mpScrollTop',\n 'mpScrollLeft',\n 'mpScrollIntoView',\n 'animated',\n 'scroll',\n 'scrolltoupper',\n 'scrolltolower'\n]);\n\n\nexport const ShareElement = /*@__PURE__*/ defineContainer<JSX.TaroShareElementCore>('taro-share-element-core', defineTaroShareElementCore);\n\n\nexport const Slider = /*@__PURE__*/ defineContainer<JSX.TaroSliderCore>('taro-slider-core', defineTaroSliderCore, [\n 'min',\n 'max',\n 'step',\n 'disabled',\n 'value',\n 'activeColor',\n 'backgroundColor',\n 'blockSize',\n 'blockColor',\n 'showValue',\n 'name',\n 'change',\n 'changing'\n],\n'value', 'change');\n\n\nexport const Slot = /*@__PURE__*/ defineContainer<JSX.TaroSlotCore>('taro-slot-core', defineTaroSlotCore);\n\n\nexport const StickyHeader = /*@__PURE__*/ defineContainer<JSX.TaroStickyHeaderCore>('taro-sticky-header-core', defineTaroStickyHeaderCore);\n\n\nexport const StickySection = /*@__PURE__*/ defineContainer<JSX.TaroStickySectionCore>('taro-sticky-section-core', defineTaroStickySectionCore);\n\n\nexport const Swiper = /*@__PURE__*/ defineContainer<JSX.TaroSwiperCore>('taro-swiper-core', defineTaroSwiperCore, [\n 'indicatorDots',\n 'indicatorColor',\n 'indicatorActiveColor',\n 'autoplay',\n 'current',\n 'interval',\n 'duration',\n 'circular',\n 'vertical',\n 'previousMargin',\n 'nextMargin',\n 'displayMultipleItems',\n 'full',\n 'zoom',\n 'change',\n 'animationfinish'\n]);\n\n\nexport const SwiperItem = /*@__PURE__*/ defineContainer<JSX.TaroSwiperItemCore>('taro-swiper-item-core', defineTaroSwiperItemCore, [\n 'itemId'\n]);\n\n\nexport const Switch = /*@__PURE__*/ defineContainer<JSX.TaroSwitchCore>('taro-switch-core', defineTaroSwitchCore, [\n 'type',\n 'checked',\n 'color',\n 'name',\n 'disabled',\n 'nativeProps',\n 'change'\n],\n'checked', 'change');\n\n\nexport const TabItem = /*@__PURE__*/ defineContainer<JSX.TaroTabItemCore>('taro-tab-item-core', defineTaroTabItemCore);\n\n\nexport const Tabbar = /*@__PURE__*/ defineContainer<JSX.TaroTabbar>('taro-tabbar', defineTaroTabbar, [\n 'conf',\n 'longpress'\n]);\n\n\nexport const Tabs = /*@__PURE__*/ defineContainer<JSX.TaroTabsCore>('taro-tabs-core', defineTaroTabsCore);\n\n\nexport const Text = /*@__PURE__*/ defineContainer<JSX.TaroTextCore>('taro-text-core', defineTaroTextCore, [\n 'selectable'\n]);\n\n\nexport const Textarea = /*@__PURE__*/ defineContainer<JSX.TaroTextareaCore>('taro-textarea-core', defineTaroTextareaCore, [\n 'value',\n 'placeholder',\n 'disabled',\n 'maxlength',\n 'autoFocus',\n 'autoHeight',\n 'name',\n 'nativeProps',\n 'input',\n 'focus',\n 'blur',\n 'confirm',\n 'change',\n 'linechange',\n 'keydown'\n],\n'value', 'input');\n\n\nexport const VideoControl = /*@__PURE__*/ defineContainer<JSX.TaroVideoControl>('taro-video-control', defineTaroVideoControl, [\n 'controls',\n 'currentTime',\n 'duration',\n 'isPlaying',\n 'pauseFunc',\n 'playFunc',\n 'seekFunc',\n 'showPlayBtn',\n 'showProgress'\n]);\n\n\nexport const Video = /*@__PURE__*/ defineContainer<JSX.TaroVideoCore>('taro-video-core', defineTaroVideoCore, [\n 'src',\n 'duration',\n 'controls',\n 'autoplay',\n 'loop',\n 'muted',\n 'initialTime',\n 'poster',\n 'objectFit',\n 'showProgress',\n 'showFullscreenBtn',\n 'showPlayBtn',\n 'showCenterPlayBtn',\n 'showMuteBtn',\n 'danmuList',\n 'danmuBtn',\n 'enableDanmu',\n 'enablePlayGesture',\n 'enableProgressGesture',\n 'vslideGesture',\n 'vslideGestureInFullscreen',\n 'nativeProps',\n 'play',\n 'pause',\n 'ended',\n 'timeupdate',\n 'error',\n 'fullscreenchange',\n 'progress',\n 'loadedmetadata'\n]);\n\n\nexport const VideoDanmu = /*@__PURE__*/ defineContainer<JSX.TaroVideoDanmu>('taro-video-danmu', defineTaroVideoDanmu, [\n 'enable'\n]);\n\n\nexport const View = /*@__PURE__*/ defineContainer<JSX.TaroViewCore>('taro-view-core', defineTaroViewCore, [\n 'animation',\n 'hoverClass',\n 'hoverStartTime',\n 'hoverStayTime',\n 'longpress'\n]);\n\n\nexport const VoipRoom = /*@__PURE__*/ defineContainer<JSX.TaroVoipRoomCore>('taro-voip-room-core', defineTaroVoipRoomCore);\n\n\nexport const WebView = /*@__PURE__*/ defineContainer<JSX.TaroWebViewCore>('taro-web-view-core', defineTaroWebViewCore, [\n 'src',\n 'load',\n 'error'\n]);\n\n"],"names":["defineTaroAdCore","defineTaroAdCustomCore","defineTaroAnimationVideoCore","defineTaroAnimationViewCore","defineTaroArCameraCore","defineTaroAudioCore","defineTaroAwemeDataCore","defineTaroButtonCore","defineTaroCameraCore","defineTaroCanvasCore","defineTaroChannelLiveCore","defineTaroChannelVideoCore","defineTaroCheckboxCore","defineTaroCheckboxGroupCore","defineTaroCommentDetailCore","defineTaroCommentListCore","defineTaroContactButtonCore","defineTaroCoverImageCore","defineTaroCoverViewCore","defineTaroEditorCore","defineTaroFollowSwanCore","defineTaroFormCore","defineTaroFunctionalPageNavigatorCore","defineTaroGridViewCore","defineTaroIconCore","defineTaroImageCore","defineTaroInlinePaymentPanelCore","defineTaroInputCore","defineTaroKeyboardAccessoryCore","defineTaroLabelCore","defineTaroLifestyleCore","defineTaroLikeCore","defineTaroListViewCore","defineTaroLivePlayerCore","defineTaroLivePusherCore","defineTaroLoginCore","defineTaroLottieCore","defineTaroMapCore","defineTaroMatchMediaCore","defineTaroMovableAreaCore","defineTaroMovableViewCore","defineTaroNativeSlotCore","defineTaroNavigationBarCore","defineTaroNavigatorCore","defineTaroOfficialAccountCore","defineTaroOpenDataCore","defineTaroPageContainerCore","defineTaroPageMetaCore","defineTaroPickerCore","defineTaroPickerGroup","defineTaroPickerViewColumnCore","defineTaroPickerViewCore","defineTaroProgressCore","defineTaroPullToRefresh","defineTaroRadioCore","defineTaroRadioGroupCore","defineTaroRichTextCore","defineTaroRootPortalCore","defineTaroRtcRoomCore","defineTaroRtcRoomItemCore","defineTaroScrollViewCore","defineTaroShareElementCore","defineTaroSliderCore","defineTaroSlotCore","defineTaroStickyHeaderCore","defineTaroStickySectionCore","defineTaroSwiperCore","defineTaroSwiperItemCore","defineTaroSwitchCore","defineTaroTabItemCore","defineTaroTabbar","defineTaroTabsCore","defineTaroTextCore","defineTaroTextareaCore","defineTaroVideoControl","defineTaroVideoCore","defineTaroVideoDanmu","defineTaroViewCore","defineTaroVoipRoomCore","defineTaroWebViewCore"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.js","sources":["../../../taro-components-library-vue3/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxies */\nimport { defineComponent } from 'vue'\nimport { defineContainer } from './vue-component-lib/utils';\n\nimport type { JSX } from '@tarojs/components/dist/types/components';\n\n// @ts-ignore\nimport { defineCustomElementTaroAdCore as defineTaroAdCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAdCustomCore as defineTaroAdCustomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationVideoCore as defineTaroAnimationVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationViewCore as defineTaroAnimationViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroArCameraCore as defineTaroArCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAudioCore as defineTaroAudioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAwemeDataCore as defineTaroAwemeDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroBlockCore as defineTaroBlockCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroButtonCore as defineTaroButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCameraCore as defineTaroCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCanvasCore as defineTaroCanvasCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelLiveCore as defineTaroChannelLiveCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelVideoCore as defineTaroChannelVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxCore as defineTaroCheckboxCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxGroupCore as defineTaroCheckboxGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentDetailCore as defineTaroCommentDetailCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentListCore as defineTaroCommentListCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroContactButtonCore as defineTaroContactButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverImageCore as defineTaroCoverImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverViewCore as defineTaroCoverViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCustomWrapperCore as defineTaroCustomWrapperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroEditorCore as defineTaroEditorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFollowSwanCore as defineTaroFollowSwanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFormCore as defineTaroFormCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFunctionalPageNavigatorCore as defineTaroFunctionalPageNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridViewCore as defineTaroGridViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroIconCore as defineTaroIconCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroImageCore as defineTaroImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInlinePaymentPanelCore as defineTaroInlinePaymentPanelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInputCore as defineTaroInputCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroKeyboardAccessoryCore as defineTaroKeyboardAccessoryCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLabelCore as defineTaroLabelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLifestyleCore as defineTaroLifestyleCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLikeCore as defineTaroLikeCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListViewCore as defineTaroListViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePlayerCore as defineTaroLivePlayerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePusherCore as defineTaroLivePusherCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLoginCore as defineTaroLoginCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLottieCore as defineTaroLottieCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMapCore as defineTaroMapCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMatchMediaCore as defineTaroMatchMediaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableAreaCore as defineTaroMovableAreaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableViewCore as defineTaroMovableViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNativeSlotCore as defineTaroNativeSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigationBarCore as defineTaroNavigationBarCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigatorCore as defineTaroNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOfficialAccountCore as defineTaroOfficialAccountCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenDataCore as defineTaroOpenDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageContainerCore as defineTaroPageContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageMetaCore as defineTaroPageMetaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerCore as defineTaroPickerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerGroup as defineTaroPickerGroup } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewColumnCore as defineTaroPickerViewColumnCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewCore as defineTaroPickerViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroProgressCore as defineTaroProgressCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPullToRefresh as defineTaroPullToRefresh } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioCore as defineTaroRadioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioGroupCore as defineTaroRadioGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRichTextCore as defineTaroRichTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRootPortalCore as defineTaroRootPortalCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomCore as defineTaroRtcRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomItemCore as defineTaroRtcRoomItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScrollViewCore as defineTaroScrollViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroShareElementCore as defineTaroShareElementCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSliderCore as defineTaroSliderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSlotCore as defineTaroSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickyHeaderCore as defineTaroStickyHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickySectionCore as defineTaroStickySectionCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperCore as defineTaroSwiperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperItemCore as defineTaroSwiperItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwitchCore as defineTaroSwitchCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabItemCore as defineTaroTabItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabbar as defineTaroTabbar } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabsCore as defineTaroTabsCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextCore as defineTaroTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextareaCore as defineTaroTextareaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoControl as defineTaroVideoControl } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoCore as defineTaroVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoDanmu as defineTaroVideoDanmu } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroViewCore as defineTaroViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVoipRoomCore as defineTaroVoipRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroWebViewCore as defineTaroWebViewCore } from '@tarojs/components/dist/components';\n\n\nexport const Ad = /*@__PURE__*/ defineContainer<JSX.TaroAdCore>('taro-ad-core', defineTaroAdCore);\n\n\nexport const AdCustom = /*@__PURE__*/ defineContainer<JSX.TaroAdCustomCore>('taro-ad-custom-core', defineTaroAdCustomCore);\n\n\nexport const AnimationVideo = /*@__PURE__*/ defineContainer<JSX.TaroAnimationVideoCore>('taro-animation-video-core', defineTaroAnimationVideoCore);\n\n\nexport const AnimationView = /*@__PURE__*/ defineContainer<JSX.TaroAnimationViewCore>('taro-animation-view-core', defineTaroAnimationViewCore);\n\n\nexport const ArCamera = /*@__PURE__*/ defineContainer<JSX.TaroArCameraCore>('taro-ar-camera-core', defineTaroArCameraCore);\n\n\nexport const Audio = /*@__PURE__*/ defineContainer<JSX.TaroAudioCore>('taro-audio-core', defineTaroAudioCore, [\n 'src',\n 'controls',\n 'autoplay',\n 'loop',\n 'muted',\n 'nativeProps',\n 'error',\n 'play',\n 'pause',\n 'timeupdate',\n 'ended'\n]);\n\n\nexport const AwemeData = /*@__PURE__*/ defineContainer<JSX.TaroAwemeDataCore>('taro-aweme-data-core', defineTaroAwemeDataCore);\n\n\nexport const Block = defineComponent((__props, { slots }) => slots.default);\n\n\nexport const Button = /*@__PURE__*/ defineContainer<JSX.TaroButtonCore>('taro-button-core', defineTaroButtonCore, [\n 'disabled',\n 'hoverClass',\n 'type',\n 'hoverStartTime',\n 'hoverStayTime',\n 'size',\n 'plain',\n 'loading',\n 'formType',\n 'tarobuttonsubmit',\n 'tarobuttonreset'\n]);\n\n\nexport const Camera = /*@__PURE__*/ defineContainer<JSX.TaroCameraCore>('taro-camera-core', defineTaroCameraCore);\n\n\nexport const Canvas = /*@__PURE__*/ defineContainer<JSX.TaroCanvasCore>('taro-canvas-core', defineTaroCanvasCore, [\n 'canvasId',\n 'nativeProps',\n 'longtap'\n]);\n\n\nexport const ChannelLive = /*@__PURE__*/ defineContainer<JSX.TaroChannelLiveCore>('taro-channel-live-core', defineTaroChannelLiveCore);\n\n\nexport const ChannelVideo = /*@__PURE__*/ defineContainer<JSX.TaroChannelVideoCore>('taro-channel-video-core', defineTaroChannelVideoCore);\n\n\nexport const Checkbox = /*@__PURE__*/ defineContainer<JSX.TaroCheckboxCore>('taro-checkbox-core', defineTaroCheckboxCore, [\n 'name',\n 'value',\n 'color',\n 'id',\n 'checked',\n 'disabled',\n 'nativeProps',\n 'checkboxchange'\n]);\n\n\nexport const CheckboxGroup = /*@__PURE__*/ defineContainer<JSX.TaroCheckboxGroupCore>('taro-checkbox-group-core', defineTaroCheckboxGroupCore, [\n 'name',\n 'change'\n]);\n\n\nexport const CommentDetail = /*@__PURE__*/ defineContainer<JSX.TaroCommentDetailCore>('taro-comment-detail-core', defineTaroCommentDetailCore);\n\n\nexport const CommentList = /*@__PURE__*/ defineContainer<JSX.TaroCommentListCore>('taro-comment-list-core', defineTaroCommentListCore);\n\n\nexport const ContactButton = /*@__PURE__*/ defineContainer<JSX.TaroContactButtonCore>('taro-contact-button-core', defineTaroContactButtonCore);\n\n\nexport const CoverImage = /*@__PURE__*/ defineContainer<JSX.TaroCoverImageCore>('taro-cover-image-core', defineTaroCoverImageCore, [\n 'src',\n 'nativeProps',\n 'load',\n 'error'\n]);\n\n\nexport const CoverView = /*@__PURE__*/ defineContainer<JSX.TaroCoverViewCore>('taro-cover-view-core', defineTaroCoverViewCore, [\n 'animation',\n 'hoverClass',\n 'hoverStartTime',\n 'hoverStayTime',\n 'longpress'\n]);\n\n\nexport const CustomWrapper = /*@__PURE__*/ defineContainer<JSX.TaroCustomWrapperCore>('taro-custom-wrapper-core', defineTaroCustomWrapperCore);\n\n\nexport const Editor = /*@__PURE__*/ defineContainer<JSX.TaroEditorCore>('taro-editor-core', defineTaroEditorCore);\n\n\nexport const FollowSwan = /*@__PURE__*/ defineContainer<JSX.TaroFollowSwanCore>('taro-follow-swan-core', defineTaroFollowSwanCore);\n\n\nexport const Form = /*@__PURE__*/ defineContainer<JSX.TaroFormCore>('taro-form-core', defineTaroFormCore, [\n 'submit'\n]);\n\n\nexport const FunctionalPageNavigator = /*@__PURE__*/ defineContainer<JSX.TaroFunctionalPageNavigatorCore>('taro-functional-page-navigator-core', defineTaroFunctionalPageNavigatorCore);\n\n\nexport const GridView = /*@__PURE__*/ defineContainer<JSX.TaroGridViewCore>('taro-grid-view-core', defineTaroGridViewCore);\n\n\nexport const Icon = /*@__PURE__*/ defineContainer<JSX.TaroIconCore>('taro-icon-core', defineTaroIconCore, [\n 'type',\n 'size',\n 'color'\n]);\n\n\nexport const Image = /*@__PURE__*/ defineContainer<JSX.TaroImageCore>('taro-image-core', defineTaroImageCore, [\n 'src',\n 'mode',\n 'lazyLoad',\n 'nativeProps',\n 'load',\n 'error'\n]);\n\n\nexport const InlinePaymentPanel = /*@__PURE__*/ defineContainer<JSX.TaroInlinePaymentPanelCore>('taro-inline-payment-panel-core', defineTaroInlinePaymentPanelCore);\n\n\nexport const Input = /*@__PURE__*/ defineContainer<JSX.TaroInputCore>('taro-input-core', defineTaroInputCore, [\n 'value',\n 'type',\n 'password',\n 'placeholder',\n 'disabled',\n 'maxlength',\n 'autoFocus',\n 'confirmType',\n 'name',\n 'nativeProps',\n 'input',\n 'paste',\n 'focus',\n 'blur',\n 'confirm',\n 'change',\n 'keydown'\n],\n'value', 'input');\n\n\nexport const KeyboardAccessory = /*@__PURE__*/ defineContainer<JSX.TaroKeyboardAccessoryCore>('taro-keyboard-accessory-core', defineTaroKeyboardAccessoryCore);\n\n\nexport const Label = /*@__PURE__*/ defineContainer<JSX.TaroLabelCore>('taro-label-core', defineTaroLabelCore, [\n 'for'\n]);\n\n\nexport const Lifestyle = /*@__PURE__*/ defineContainer<JSX.TaroLifestyleCore>('taro-lifestyle-core', defineTaroLifestyleCore);\n\n\nexport const Like = /*@__PURE__*/ defineContainer<JSX.TaroLikeCore>('taro-like-core', defineTaroLikeCore);\n\n\nexport const ListView = /*@__PURE__*/ defineContainer<JSX.TaroListViewCore>('taro-list-view-core', defineTaroListViewCore);\n\n\nexport const LivePlayer = /*@__PURE__*/ defineContainer<JSX.TaroLivePlayerCore>('taro-live-player-core', defineTaroLivePlayerCore);\n\n\nexport const LivePusher = /*@__PURE__*/ defineContainer<JSX.TaroLivePusherCore>('taro-live-pusher-core', defineTaroLivePusherCore);\n\n\nexport const Login = /*@__PURE__*/ defineContainer<JSX.TaroLoginCore>('taro-login-core', defineTaroLoginCore);\n\n\nexport const Lottie = /*@__PURE__*/ defineContainer<JSX.TaroLottieCore>('taro-lottie-core', defineTaroLottieCore);\n\n\nexport const Map = /*@__PURE__*/ defineContainer<JSX.TaroMapCore>('taro-map-core', defineTaroMapCore);\n\n\nexport const MatchMedia = /*@__PURE__*/ defineContainer<JSX.TaroMatchMediaCore>('taro-match-media-core', defineTaroMatchMediaCore);\n\n\nexport const MovableArea = /*@__PURE__*/ defineContainer<JSX.TaroMovableAreaCore>('taro-movable-area-core', defineTaroMovableAreaCore, [\n 'scaleArea'\n]);\n\n\nexport const MovableView = /*@__PURE__*/ defineContainer<JSX.TaroMovableViewCore>('taro-movable-view-core', defineTaroMovableViewCore, [\n 'x',\n 'y',\n 'direction',\n 'outOfBounds',\n 'inertia',\n 'friction',\n 'damping',\n 'disabled',\n 'scale',\n 'scaleMin',\n 'scaleMax',\n 'scaleValue',\n 'animation',\n 'change',\n 'scale',\n 'htouchmove',\n 'vtouchmove'\n]);\n\n\nexport const NativeSlot = /*@__PURE__*/ defineContainer<JSX.TaroNativeSlotCore>('taro-native-slot-core', defineTaroNativeSlotCore);\n\n\nexport const NavigationBar = /*@__PURE__*/ defineContainer<JSX.TaroNavigationBarCore>('taro-navigation-bar-core', defineTaroNavigationBarCore);\n\n\nexport const Navigator = /*@__PURE__*/ defineContainer<JSX.TaroNavigatorCore>('taro-navigator-core', defineTaroNavigatorCore, [\n 'hoverClass',\n 'url',\n 'openType',\n 'isHover',\n 'delta',\n 'cuccess',\n 'fail',\n 'complete'\n]);\n\n\nexport const OfficialAccount = /*@__PURE__*/ defineContainer<JSX.TaroOfficialAccountCore>('taro-official-account-core', defineTaroOfficialAccountCore);\n\n\nexport const OpenData = /*@__PURE__*/ defineContainer<JSX.TaroOpenDataCore>('taro-open-data-core', defineTaroOpenDataCore);\n\n\nexport const PageContainer = /*@__PURE__*/ defineContainer<JSX.TaroPageContainerCore>('taro-page-container-core', defineTaroPageContainerCore);\n\n\nexport const PageMeta = /*@__PURE__*/ defineContainer<JSX.TaroPageMetaCore>('taro-page-meta-core', defineTaroPageMetaCore);\n\n\nexport const Picker = /*@__PURE__*/ defineContainer<JSX.TaroPickerCore>('taro-picker-core', defineTaroPickerCore, [\n 'mode',\n 'disabled',\n 'range',\n 'rangeKey',\n 'value',\n 'start',\n 'end',\n 'fields',\n 'name',\n 'textProps',\n 'change',\n 'columnchange',\n 'cancel'\n],\n'value', 'change');\n\n\nexport const PickerGroup = /*@__PURE__*/ defineContainer<JSX.TaroPickerGroup>('taro-picker-group', defineTaroPickerGroup, [\n 'mode',\n 'range',\n 'rangeKey',\n 'height',\n 'columnId',\n 'updateHeight',\n 'updateDay',\n 'columnChange'\n]);\n\n\nexport const PickerViewColumn = /*@__PURE__*/ defineContainer<JSX.TaroPickerViewColumnCore>('taro-picker-view-column-core', defineTaroPickerViewColumnCore, [\n 'col',\n 'initialPosition',\n 'paddingVertical',\n 'onselect',\n 'onselectstart',\n 'onselectend'\n]);\n\n\nexport const PickerView = /*@__PURE__*/ defineContainer<JSX.TaroPickerViewCore>('taro-picker-view-core', defineTaroPickerViewCore, [\n 'indicatorStyle',\n 'indicatorClass',\n 'value',\n 'maskStyle',\n 'maskClass',\n 'change',\n 'pickstart',\n 'pickend'\n]);\n\n\nexport const Progress = /*@__PURE__*/ defineContainer<JSX.TaroProgressCore>('taro-progress-core', defineTaroProgressCore, [\n 'percent',\n 'showInfo',\n 'borderRadius',\n 'fontSize',\n 'strokeWidth',\n 'activeColor',\n 'backgroundColor',\n 'active'\n]);\n\n\nexport const PullToRefresh = /*@__PURE__*/ defineContainer<JSX.TaroPullToRefresh>('taro-pull-to-refresh', defineTaroPullToRefresh, [\n 'prefixCls',\n 'distanceToRefresh',\n 'damping',\n 'indicator',\n 'refresh'\n]);\n\n\nexport const Radio = /*@__PURE__*/ defineContainer<JSX.TaroRadioCore>('taro-radio-core', defineTaroRadioCore, [\n 'name',\n 'value',\n 'id',\n 'checked',\n 'disabled',\n 'nativeProps',\n 'radiochange'\n]);\n\n\nexport const RadioGroup = /*@__PURE__*/ defineContainer<JSX.TaroRadioGroupCore>('taro-radio-group-core', defineTaroRadioGroupCore, [\n 'name',\n 'change'\n]);\n\n\nexport const RichText = /*@__PURE__*/ defineContainer<JSX.TaroRichTextCore>('taro-rich-text-core', defineTaroRichTextCore, [\n 'nodes',\n 'selectable',\n 'userSelect',\n 'space'\n]);\n\n\nexport const RootPortal = /*@__PURE__*/ defineContainer<JSX.TaroRootPortalCore>('taro-root-portal-core', defineTaroRootPortalCore);\n\n\nexport const RtcRoom = /*@__PURE__*/ defineContainer<JSX.TaroRtcRoomCore>('taro-rtc-room-core', defineTaroRtcRoomCore);\n\n\nexport const RtcRoomItem = /*@__PURE__*/ defineContainer<JSX.TaroRtcRoomItemCore>('taro-rtc-room-item-core', defineTaroRtcRoomItemCore);\n\n\nexport const ScrollView = /*@__PURE__*/ defineContainer<JSX.TaroScrollViewCore>('taro-scroll-view-core', defineTaroScrollViewCore, [\n 'scrollX',\n 'scrollY',\n 'upperThreshold',\n 'lowerThreshold',\n 'mpScrollTop',\n 'mpScrollLeft',\n 'mpScrollIntoView',\n 'animated',\n 'scroll',\n 'scrolltoupper',\n 'scrolltolower'\n]);\n\n\nexport const ShareElement = /*@__PURE__*/ defineContainer<JSX.TaroShareElementCore>('taro-share-element-core', defineTaroShareElementCore);\n\n\nexport const Slider = /*@__PURE__*/ defineContainer<JSX.TaroSliderCore>('taro-slider-core', defineTaroSliderCore, [\n 'min',\n 'max',\n 'step',\n 'disabled',\n 'value',\n 'activeColor',\n 'backgroundColor',\n 'blockSize',\n 'blockColor',\n 'showValue',\n 'name',\n 'change',\n 'changing'\n],\n'value', 'change');\n\n\nexport const Slot = /*@__PURE__*/ defineContainer<JSX.TaroSlotCore>('taro-slot-core', defineTaroSlotCore);\n\n\nexport const StickyHeader = /*@__PURE__*/ defineContainer<JSX.TaroStickyHeaderCore>('taro-sticky-header-core', defineTaroStickyHeaderCore);\n\n\nexport const StickySection = /*@__PURE__*/ defineContainer<JSX.TaroStickySectionCore>('taro-sticky-section-core', defineTaroStickySectionCore);\n\n\nexport const Swiper = /*@__PURE__*/ defineContainer<JSX.TaroSwiperCore>('taro-swiper-core', defineTaroSwiperCore, [\n 'indicatorDots',\n 'indicatorColor',\n 'indicatorActiveColor',\n 'autoplay',\n 'current',\n 'interval',\n 'duration',\n 'circular',\n 'vertical',\n 'previousMargin',\n 'nextMargin',\n 'displayMultipleItems',\n 'full',\n 'zoom',\n 'change',\n 'animationfinish'\n]);\n\n\nexport const SwiperItem = /*@__PURE__*/ defineContainer<JSX.TaroSwiperItemCore>('taro-swiper-item-core', defineTaroSwiperItemCore, [\n 'itemId'\n]);\n\n\nexport const Switch = /*@__PURE__*/ defineContainer<JSX.TaroSwitchCore>('taro-switch-core', defineTaroSwitchCore, [\n 'type',\n 'checked',\n 'color',\n 'name',\n 'disabled',\n 'nativeProps',\n 'change'\n],\n'checked', 'change');\n\n\nexport const TabItem = /*@__PURE__*/ defineContainer<JSX.TaroTabItemCore>('taro-tab-item-core', defineTaroTabItemCore);\n\n\nexport const Tabbar = /*@__PURE__*/ defineContainer<JSX.TaroTabbar>('taro-tabbar', defineTaroTabbar, [\n 'conf',\n 'longpress'\n]);\n\n\nexport const Tabs = /*@__PURE__*/ defineContainer<JSX.TaroTabsCore>('taro-tabs-core', defineTaroTabsCore);\n\n\nexport const Text = /*@__PURE__*/ defineContainer<JSX.TaroTextCore>('taro-text-core', defineTaroTextCore, [\n 'selectable',\n 'userSelect',\n 'space',\n 'numberOfLines'\n]);\n\n\nexport const Textarea = /*@__PURE__*/ defineContainer<JSX.TaroTextareaCore>('taro-textarea-core', defineTaroTextareaCore, [\n 'value',\n 'placeholder',\n 'disabled',\n 'maxlength',\n 'autoFocus',\n 'autoHeight',\n 'name',\n 'nativeProps',\n 'input',\n 'focus',\n 'blur',\n 'confirm',\n 'change',\n 'linechange',\n 'keydown'\n],\n'value', 'input');\n\n\nexport const VideoControl = /*@__PURE__*/ defineContainer<JSX.TaroVideoControl>('taro-video-control', defineTaroVideoControl, [\n 'controls',\n 'currentTime',\n 'duration',\n 'isPlaying',\n 'pauseFunc',\n 'playFunc',\n 'seekFunc',\n 'showPlayBtn',\n 'showProgress'\n]);\n\n\nexport const Video = /*@__PURE__*/ defineContainer<JSX.TaroVideoCore>('taro-video-core', defineTaroVideoCore, [\n 'src',\n 'duration',\n 'controls',\n 'autoplay',\n 'loop',\n 'muted',\n 'initialTime',\n 'poster',\n 'objectFit',\n 'showProgress',\n 'showFullscreenBtn',\n 'showPlayBtn',\n 'showCenterPlayBtn',\n 'showMuteBtn',\n 'danmuList',\n 'danmuBtn',\n 'enableDanmu',\n 'enablePlayGesture',\n 'enableProgressGesture',\n 'vslideGesture',\n 'vslideGestureInFullscreen',\n 'nativeProps',\n 'play',\n 'pause',\n 'ended',\n 'timeupdate',\n 'error',\n 'fullscreenchange',\n 'progress',\n 'loadedmetadata'\n]);\n\n\nexport const VideoDanmu = /*@__PURE__*/ defineContainer<JSX.TaroVideoDanmu>('taro-video-danmu', defineTaroVideoDanmu, [\n 'enable'\n]);\n\n\nexport const View = /*@__PURE__*/ defineContainer<JSX.TaroViewCore>('taro-view-core', defineTaroViewCore, [\n 'animation',\n 'hoverClass',\n 'hoverStartTime',\n 'hoverStayTime',\n 'longpress'\n]);\n\n\nexport const VoipRoom = /*@__PURE__*/ defineContainer<JSX.TaroVoipRoomCore>('taro-voip-room-core', defineTaroVoipRoomCore);\n\n\nexport const WebView = /*@__PURE__*/ defineContainer<JSX.TaroWebViewCore>('taro-web-view-core', defineTaroWebViewCore, [\n 'src',\n 'load',\n 'error'\n]);\n\n"],"names":["defineTaroAdCore","defineTaroAdCustomCore","defineTaroAnimationVideoCore","defineTaroAnimationViewCore","defineTaroArCameraCore","defineTaroAudioCore","defineTaroAwemeDataCore","defineTaroButtonCore","defineTaroCameraCore","defineTaroCanvasCore","defineTaroChannelLiveCore","defineTaroChannelVideoCore","defineTaroCheckboxCore","defineTaroCheckboxGroupCore","defineTaroCommentDetailCore","defineTaroCommentListCore","defineTaroContactButtonCore","defineTaroCoverImageCore","defineTaroCoverViewCore","defineTaroCustomWrapperCore","defineTaroEditorCore","defineTaroFollowSwanCore","defineTaroFormCore","defineTaroFunctionalPageNavigatorCore","defineTaroGridViewCore","defineTaroIconCore","defineTaroImageCore","defineTaroInlinePaymentPanelCore","defineTaroInputCore","defineTaroKeyboardAccessoryCore","defineTaroLabelCore","defineTaroLifestyleCore","defineTaroLikeCore","defineTaroListViewCore","defineTaroLivePlayerCore","defineTaroLivePusherCore","defineTaroLoginCore","defineTaroLottieCore","defineTaroMapCore","defineTaroMatchMediaCore","defineTaroMovableAreaCore","defineTaroMovableViewCore","defineTaroNativeSlotCore","defineTaroNavigationBarCore","defineTaroNavigatorCore","defineTaroOfficialAccountCore","defineTaroOpenDataCore","defineTaroPageContainerCore","defineTaroPageMetaCore","defineTaroPickerCore","defineTaroPickerGroup","defineTaroPickerViewColumnCore","defineTaroPickerViewCore","defineTaroProgressCore","defineTaroPullToRefresh","defineTaroRadioCore","defineTaroRadioGroupCore","defineTaroRichTextCore","defineTaroRootPortalCore","defineTaroRtcRoomCore","defineTaroRtcRoomItemCore","defineTaroScrollViewCore","defineTaroShareElementCore","defineTaroSliderCore","defineTaroSlotCore","defineTaroStickyHeaderCore","defineTaroStickySectionCore","defineTaroSwiperCore","defineTaroSwiperItemCore","defineTaroSwitchCore","defineTaroTabItemCore","defineTaroTabbar","defineTaroTabsCore","defineTaroTextCore","defineTaroTextareaCore","defineTaroVideoControl","defineTaroVideoCore","defineTaroVideoDanmu","defineTaroViewCore","defineTaroVoipRoomCore","defineTaroWebViewCore"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/components",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.7-alpha.1",
|
|
4
4
|
"description": "Taro 组件库",
|
|
5
5
|
"browser": "dist/index.js",
|
|
6
6
|
"main:h5": "dist/index.js",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"resolve-pathname": "^3.0.0",
|
|
38
38
|
"swiper": "6.8.0",
|
|
39
39
|
"weui": "^1.1.2",
|
|
40
|
-
"@tarojs/components-advanced": "3.6.
|
|
41
|
-
"@tarojs/router": "3.6.
|
|
42
|
-
"@tarojs/taro": "3.6.
|
|
40
|
+
"@tarojs/components-advanced": "3.6.7-alpha.1",
|
|
41
|
+
"@tarojs/router": "3.6.7-alpha.1",
|
|
42
|
+
"@tarojs/taro": "3.6.7-alpha.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/generator": "^7.20.0",
|
|
@@ -56,10 +56,11 @@
|
|
|
56
56
|
"esbuild": "^0.14.27",
|
|
57
57
|
"jquery": "^3.4.1",
|
|
58
58
|
"lodash": "^4.17.21",
|
|
59
|
-
"miniapp-types": "1.
|
|
59
|
+
"miniapp-types": "1.6.0",
|
|
60
60
|
"puppeteer": "^19.2.0",
|
|
61
61
|
"stencil-vue2-output-target": "0.0.4",
|
|
62
62
|
"ts-node": "^10.9.1",
|
|
63
|
+
"tsconfig-paths": "^3.14.1",
|
|
63
64
|
"typescript": "^4.7.4"
|
|
64
65
|
},
|
|
65
66
|
"peerDependenciesMeta": {
|
|
@@ -84,10 +85,11 @@
|
|
|
84
85
|
"dev:library-vue3": "cross-env NODE_ENV=development pnpm --filter @tarojs/components-library-vue3 run dev",
|
|
85
86
|
"generate:lib": "mkdir -p lib",
|
|
86
87
|
"generate:stencil-config": "esbuild ./scripts/stencil/stencil.config.ts --bundle --platform=node --outfile=stencil.config.js",
|
|
87
|
-
"sync:types": "
|
|
88
|
+
"sync:types": "pnpm run tsx --files scripts/json-schema-to-types.ts",
|
|
88
89
|
"test": "cross-env NODE_ENV=test stencil test --spec --e2e",
|
|
89
90
|
"test:ci": "pnpm test -- --ci --no-build",
|
|
90
91
|
"test:coverage": "pnpm test -- --ci --screenshot --coverage",
|
|
91
|
-
"test:watch": "pnpm test -- --screenshot --watch"
|
|
92
|
+
"test:watch": "pnpm test -- --screenshot --watch",
|
|
93
|
+
"tsx": "ts-node --skipIgnore"
|
|
92
94
|
}
|
|
93
95
|
}
|
package/types/Button.d.ts
CHANGED
|
@@ -70,28 +70,28 @@ interface ButtonProps extends StandardProps {
|
|
|
70
70
|
/** 会话来源
|
|
71
71
|
*
|
|
72
72
|
* 生效时机:`open-type="contact"`
|
|
73
|
-
* @supported weapp
|
|
73
|
+
* @supported weapp, swan
|
|
74
74
|
*/
|
|
75
75
|
sessionFrom?: string
|
|
76
76
|
/** 会话内消息卡片标题
|
|
77
77
|
*
|
|
78
78
|
* 生效时机:`open-type="contact"`
|
|
79
79
|
* @default 当前标题
|
|
80
|
-
* @supported weapp
|
|
80
|
+
* @supported weapp, swan
|
|
81
81
|
*/
|
|
82
82
|
sendMessageTitle?: string
|
|
83
83
|
/** 会话内消息卡片点击跳转小程序路径
|
|
84
84
|
*
|
|
85
85
|
* 生效时机:`open-type="contact"`
|
|
86
86
|
* @default 当前标题
|
|
87
|
-
* @supported weapp
|
|
87
|
+
* @supported weapp, swan
|
|
88
88
|
*/
|
|
89
89
|
sendMessagePath?: string
|
|
90
90
|
/** 会话内消息卡片图片
|
|
91
91
|
*
|
|
92
92
|
* 生效时机:`open-type="contact"`
|
|
93
93
|
* @default 截图
|
|
94
|
-
* @supported weapp
|
|
94
|
+
* @supported weapp, swan
|
|
95
95
|
*/
|
|
96
96
|
sendMessageImg?: string
|
|
97
97
|
/** 打开 APP 时,向 APP 传递的参数
|
|
@@ -109,7 +109,7 @@ interface ButtonProps extends StandardProps {
|
|
|
109
109
|
/** 显示会话内消息卡片
|
|
110
110
|
*
|
|
111
111
|
* 生效时机:`open-type="contact"`
|
|
112
|
-
* @supported weapp
|
|
112
|
+
* @supported weapp, swan
|
|
113
113
|
* @default false
|
|
114
114
|
*/
|
|
115
115
|
showMessageCard?: boolean
|
|
@@ -185,7 +185,7 @@ interface ButtonProps extends StandardProps {
|
|
|
185
185
|
onContact?: CommonEventFunction<ButtonProps.onContactEventDetail>
|
|
186
186
|
/** 获取用户手机号回调
|
|
187
187
|
*
|
|
188
|
-
* 生效时机:`open-type="
|
|
188
|
+
* 生效时机:`open-type="getPhoneNumber"`
|
|
189
189
|
* @supported weapp, alipay, swan, tt, jd
|
|
190
190
|
*/
|
|
191
191
|
onGetPhoneNumber?: CommonEventFunction<ButtonProps.onGetPhoneNumberEventDetail>
|
|
@@ -198,7 +198,7 @@ interface ButtonProps extends StandardProps {
|
|
|
198
198
|
/** 在打开授权设置页后回调
|
|
199
199
|
*
|
|
200
200
|
* 生效时机:`open-type="openSetting"`
|
|
201
|
-
* @supported weapp, swan, qq, jd
|
|
201
|
+
* @supported weapp, swan, tt, qq, jd
|
|
202
202
|
*/
|
|
203
203
|
onOpenSetting?: CommonEventFunction<ButtonProps.onOpenSettingEventDetail>
|
|
204
204
|
/** 打开 APP 成功的回调
|
|
@@ -504,6 +504,7 @@ declare namespace ButtonProps {
|
|
|
504
504
|
* <Button size='mini' type='primary'>按钮</Button>
|
|
505
505
|
* <Button size='mini' >按钮</Button>
|
|
506
506
|
* <Button size='mini' type='warn'>按钮</Button>
|
|
507
|
+
* <Button openType='getPhoneNumber' onGetPhoneNumber="callback">按钮</Button>
|
|
507
508
|
* </View>
|
|
508
509
|
* )
|
|
509
510
|
* }
|
|
@@ -529,6 +530,7 @@ declare namespace ButtonProps {
|
|
|
529
530
|
* <button size="mini" type="primary">按钮</button>
|
|
530
531
|
* <button size="mini" >按钮</button>
|
|
531
532
|
* <button size="mini" type="warn">按钮</button>
|
|
533
|
+
* <button open-type="getPhoneNumber" `@getphonenumber="callback">按钮</button>
|
|
532
534
|
* </view>
|
|
533
535
|
* </template>
|
|
534
536
|
*
|
package/types/ChannelVideo.d.ts
CHANGED
package/types/Form.d.ts
CHANGED
|
@@ -31,6 +31,17 @@ interface FormProps extends StandardProps {
|
|
|
31
31
|
* @supported swan
|
|
32
32
|
*/
|
|
33
33
|
subscribeId?: string
|
|
34
|
+
/** 用于分发目的。取值:0 或 1,其中 0 表示默认,1 表示留资目标,需要和留资分发配置一起使用,详情见留资分发配置
|
|
35
|
+
* @supported tt
|
|
36
|
+
* @default 0
|
|
37
|
+
*/
|
|
38
|
+
conversionTarget?: number
|
|
39
|
+
/** 用于分发目的。开发者在【小程序开发者后台 -> 进入目标小程序 -> 运营 -> 流量配置 -> 抖音 -> 留资分发配置】复制创建的配置 ID,需要和留资分发配置一起使用,详情见留资分发配置
|
|
40
|
+
*
|
|
41
|
+
* @supported tt
|
|
42
|
+
* @default ""
|
|
43
|
+
*/
|
|
44
|
+
clueComponentId?: string
|
|
34
45
|
/** 携带 form 中的数据触发 submit 事件
|
|
35
46
|
* @supported weapp, alipay, swan, tt, qq, jd, h5, rn
|
|
36
47
|
*/
|
package/types/Image.d.ts
CHANGED
|
@@ -60,6 +60,11 @@ interface ImageProps extends StandardProps {
|
|
|
60
60
|
* @supported qq
|
|
61
61
|
*/
|
|
62
62
|
ariaLabel?: string
|
|
63
|
+
/** 是否渐显
|
|
64
|
+
* @supported weapp
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
fadeIn?: boolean
|
|
63
68
|
/** 当错误发生时,发布到 AppService 的事件名,事件对象
|
|
64
69
|
* @supported weapp, alipay, swan, tt, qq, jd, h5, rn
|
|
65
70
|
*/
|
package/types/Input.d.ts
CHANGED
|
@@ -160,6 +160,11 @@ interface InputProps extends StandardProps, FormItemProps {
|
|
|
160
160
|
* @supported qq
|
|
161
161
|
*/
|
|
162
162
|
ariaLabel?: string
|
|
163
|
+
/** 用于分发目的。取值:0 和 1,其中 0 表示默认,1 表示手机号,需要和留资分发配置一起使用,详情见留资分发配置。
|
|
164
|
+
* @supported tt
|
|
165
|
+
* @default 0
|
|
166
|
+
*/
|
|
167
|
+
clueType?: number
|
|
163
168
|
/** 当键盘输入时,触发input事件,event.detail = {value, cursor, keyCode},处理函数可以直接 return 一个字符串,将替换输入框的内容。
|
|
164
169
|
* @supported weapp, alipay, swan, tt, qq, jd, h5, rn
|
|
165
170
|
*/
|
|
@@ -177,7 +182,7 @@ interface InputProps extends StandardProps, FormItemProps {
|
|
|
177
182
|
*/
|
|
178
183
|
onConfirm?: CommonEventFunction<InputProps.inputValueEventDetail>
|
|
179
184
|
/** 键盘高度发生变化的时候触发此事件
|
|
180
|
-
* @supported weapp, qq
|
|
185
|
+
* @supported weapp, tt, qq
|
|
181
186
|
*/
|
|
182
187
|
onKeyboardHeightChange?: CommonEventFunction<InputProps.onKeyboardHeightChangeEventDetail>
|
|
183
188
|
/** 用户昵称审核完毕后触发,仅在 type 为 "nickname" 时有效,event.detail = { pass, timeout }
|
package/types/LivePlayer.d.ts
CHANGED
|
@@ -85,6 +85,11 @@ interface LivePlayerProps extends StandardProps {
|
|
|
85
85
|
* @default false
|
|
86
86
|
*/
|
|
87
87
|
enableAutoRotation?: boolean
|
|
88
|
+
/** 是否支持投屏。开启后,可以通过 LivePlayerContext 上相关方法进行操作。
|
|
89
|
+
* @supported weapp
|
|
90
|
+
* @default false
|
|
91
|
+
*/
|
|
92
|
+
enableCasting?: boolean
|
|
88
93
|
/** 播放状态变化事件,detail = {code}
|
|
89
94
|
* @supported weapp, swan, tt, qq, jd
|
|
90
95
|
*/
|
|
@@ -117,6 +122,18 @@ interface LivePlayerProps extends StandardProps {
|
|
|
117
122
|
* @supported qq
|
|
118
123
|
*/
|
|
119
124
|
onMetaDataChange?: CommonEventFunction
|
|
125
|
+
/** 用户选择投屏设备时触发 detail = { state: "success"/"fail" }
|
|
126
|
+
* @supported weapp
|
|
127
|
+
*/
|
|
128
|
+
onCastingUserSelect?: CommonEventFunction
|
|
129
|
+
/** 投屏成功/失败时触发 detail = { type, state: "success"/"fail" }
|
|
130
|
+
* @supported weapp
|
|
131
|
+
*/
|
|
132
|
+
onCastingStateChange?: CommonEventFunction
|
|
133
|
+
/** 投屏被中断时触发
|
|
134
|
+
* @supported weapp
|
|
135
|
+
*/
|
|
136
|
+
onCastingInterrupt?: CommonEventFunction
|
|
120
137
|
}
|
|
121
138
|
declare namespace LivePlayerProps {
|
|
122
139
|
/** mode 的合法值 */
|
package/types/LivePusher.d.ts
CHANGED
|
@@ -189,6 +189,16 @@ interface LivePusherProps extends StandardProps {
|
|
|
189
189
|
* @default 0
|
|
190
190
|
*/
|
|
191
191
|
eyeBigness?: number
|
|
192
|
+
/** 0:关闭变声;1:熊孩子;2:萝莉;3:大叔;4:重金属;6:外国人;7:困兽;8:死肥仔;9:强电流;10:重机械;11:空灵
|
|
193
|
+
* @supported weapp
|
|
194
|
+
* @default 0
|
|
195
|
+
*/
|
|
196
|
+
voiceChangerType?: number
|
|
197
|
+
/** 帧率,有效值为 1~30
|
|
198
|
+
* @supported weapp
|
|
199
|
+
* @default 15
|
|
200
|
+
*/
|
|
201
|
+
fps?: number
|
|
192
202
|
/** 状态变化事件,detail = {code}
|
|
193
203
|
* @supported weapp, qq
|
|
194
204
|
*/
|
package/types/Picker.d.ts
CHANGED
|
@@ -35,6 +35,10 @@ declare namespace PickerStandardProps {
|
|
|
35
35
|
/** 省市区选择器 */
|
|
36
36
|
region
|
|
37
37
|
}
|
|
38
|
+
interface PickerText {
|
|
39
|
+
okText?: string
|
|
40
|
+
cancelText?: string
|
|
41
|
+
}
|
|
38
42
|
}
|
|
39
43
|
/** 普通选择器:mode = selector */
|
|
40
44
|
interface PickerSelectorProps extends PickerStandardProps {
|
|
@@ -74,6 +78,11 @@ interface PickerSelectorProps extends PickerStandardProps {
|
|
|
74
78
|
* @supported weapp, h5, rn
|
|
75
79
|
*/
|
|
76
80
|
onChange: CommonEventFunction<PickerSelectorProps.ChangeEventDetail>
|
|
81
|
+
/**
|
|
82
|
+
* 用于替换组件内部文本
|
|
83
|
+
* @supported h5
|
|
84
|
+
*/
|
|
85
|
+
textProps?: PickerStandardProps.PickerText
|
|
77
86
|
}
|
|
78
87
|
declare namespace PickerSelectorProps {
|
|
79
88
|
interface ChangeEventDetail {
|
package/types/Progress.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ interface ProgressProps extends StandardProps {
|
|
|
54
54
|
activeMode?: 'backwards' | 'forwards'
|
|
55
55
|
/** 进度增加 1% 所需毫秒数
|
|
56
56
|
* @default 30
|
|
57
|
-
* @supported weapp, swan, jd, h5
|
|
57
|
+
* @supported weapp, swan, tt, jd, h5
|
|
58
58
|
*/
|
|
59
59
|
duration?: number
|
|
60
60
|
/** 无障碍访问,(属性)元素的额外描述
|
|
@@ -62,7 +62,7 @@ interface ProgressProps extends StandardProps {
|
|
|
62
62
|
*/
|
|
63
63
|
ariaLabel?: string
|
|
64
64
|
/** 动画完成事件
|
|
65
|
-
* @supported weapp, qq, jd, h5
|
|
65
|
+
* @supported weapp, tt, qq, jd, h5
|
|
66
66
|
*/
|
|
67
67
|
onActiveEnd?: CommonEventFunction
|
|
68
68
|
}
|
package/types/RichText.d.ts
CHANGED
|
@@ -3,18 +3,20 @@ import { CommonEventFunction, StandardProps } from './common'
|
|
|
3
3
|
interface RichTextProps extends StandardProps {
|
|
4
4
|
/** 文本是否可选,该属性会使节点显示为 block
|
|
5
5
|
* @default false
|
|
6
|
-
* @supported weapp
|
|
6
|
+
* @supported weapp, h5
|
|
7
7
|
*/
|
|
8
8
|
userSelect?: boolean
|
|
9
|
-
/** 节点列表/ HTML String
|
|
9
|
+
/** 节点列表/ HTML String
|
|
10
|
+
* @supported weapp, alipay, swan, tt, qq, h5, rn, harmony
|
|
11
|
+
*/
|
|
10
12
|
nodes?: Nodes
|
|
11
13
|
/** 显示连续空格
|
|
12
|
-
* @supported weapp, alipay, qq, rn
|
|
14
|
+
* @supported weapp, alipay, tt, qq, h5, rn
|
|
13
15
|
*/
|
|
14
16
|
space?: keyof RichTextProps.TSpace
|
|
15
17
|
/** 富文本是否可以长按选中,可用于复制,粘贴,长按搜索等场景
|
|
16
18
|
* @default false(基础库 3.150.1 以前版本)true(基础库 3.150.1 及以后版本)
|
|
17
|
-
* @supported swan
|
|
19
|
+
* @supported swan, h5
|
|
18
20
|
*/
|
|
19
21
|
selectable?: string
|
|
20
22
|
/** 阻止长按图片时弹起默认菜单(将该属性设置为image-menu-prevent或image-menu-prevent="true"),只在初始化时有效,不能动态变更;若不想阻止弹起默认菜单,则不需要设置此属性
|
package/types/ScrollView.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ interface ScrollViewProps extends StandardProps {
|
|
|
46
46
|
*/
|
|
47
47
|
enableBackToTop?: boolean
|
|
48
48
|
/** 启用 flexbox 布局。开启后,当前节点声明了 `display: flex` 就会成为 flex container,并作用于其孩子节点。
|
|
49
|
-
* @supported weapp
|
|
49
|
+
* @supported weapp, jd
|
|
50
50
|
* @default false
|
|
51
51
|
*/
|
|
52
52
|
enableFlex?: boolean
|
|
@@ -81,12 +81,12 @@ interface ScrollViewProps extends StandardProps {
|
|
|
81
81
|
*/
|
|
82
82
|
refresherTriggered?: boolean
|
|
83
83
|
/** 启用 scroll-view 增强特性
|
|
84
|
-
* @supported weapp
|
|
84
|
+
* @supported weapp, swan
|
|
85
85
|
* @default false
|
|
86
86
|
*/
|
|
87
87
|
enhanced?: boolean
|
|
88
88
|
/** iOS 下 scroll-view 边界弹性控制 (同时开启 enhanced 属性后生效)
|
|
89
|
-
* @supported weapp
|
|
89
|
+
* @supported weapp, swan
|
|
90
90
|
* @default true
|
|
91
91
|
*/
|
|
92
92
|
bounces?: boolean
|
package/types/Text.d.ts
CHANGED
|
@@ -8,22 +8,27 @@ interface TextProps extends StandardProps {
|
|
|
8
8
|
selectable?: boolean
|
|
9
9
|
/** 文本是否可选,该属性会使文本节点显示为 inline-block
|
|
10
10
|
* @default false
|
|
11
|
-
* @supported weapp
|
|
11
|
+
* @supported weapp, h5
|
|
12
12
|
*/
|
|
13
13
|
userSelect?: boolean
|
|
14
14
|
/** 显示连续空格
|
|
15
|
-
* @supported weapp, alipay, swan, tt, qq, jd
|
|
15
|
+
* @supported weapp, alipay, swan, tt, qq, jd, h5
|
|
16
16
|
*/
|
|
17
17
|
space?: keyof TextProps.TSpace
|
|
18
18
|
/** 是否解码
|
|
19
19
|
* @default false
|
|
20
20
|
* @supported weapp, alipay, tt, qq, jd
|
|
21
|
+
* @h5 默认解码,不支持设置
|
|
21
22
|
*/
|
|
22
23
|
decode?: boolean
|
|
23
24
|
/** 多行省略,值须大于等于 1,表现同 css 的 -webkit-line-clamp 属性一致。
|
|
24
25
|
* @supported alipay
|
|
25
26
|
*/
|
|
26
|
-
numberOfLines?:
|
|
27
|
+
numberOfLines?: number
|
|
28
|
+
/** 限制文本最大行数
|
|
29
|
+
* @supported weapp
|
|
30
|
+
*/
|
|
31
|
+
maxLines?: number
|
|
27
32
|
}
|
|
28
33
|
declare namespace TextProps {
|
|
29
34
|
/** space 的合法值 */
|
package/types/Textarea.d.ts
CHANGED
|
@@ -105,13 +105,15 @@ interface TextareaProps extends StandardProps, FormItemProps {
|
|
|
105
105
|
*/
|
|
106
106
|
name?: string
|
|
107
107
|
/** 是否渲染字数统计功能(是否删除默认计数器/是否显示字数统计)。
|
|
108
|
+
* @default true
|
|
108
109
|
* @supported alipay
|
|
109
110
|
*/
|
|
110
|
-
showCount?:
|
|
111
|
+
showCount?: boolean
|
|
111
112
|
/** 是否为受控组件。为 true 时,value 内容会完全受 setData 控制。
|
|
113
|
+
* @default false
|
|
112
114
|
* @supported alipay
|
|
113
115
|
*/
|
|
114
|
-
controlled?:
|
|
116
|
+
controlled?: boolean
|
|
115
117
|
/** 无障碍访问,(属性)元素的额外描述
|
|
116
118
|
* @supported qq
|
|
117
119
|
*/
|
|
@@ -144,7 +146,7 @@ interface TextareaProps extends StandardProps, FormItemProps {
|
|
|
144
146
|
*/
|
|
145
147
|
onConfirm?: CommonEventFunction<TextareaProps.onConfirmEventDetail>
|
|
146
148
|
/** 键盘高度发生变化的时候触发此事件
|
|
147
|
-
* @supported weapp
|
|
149
|
+
* @supported weapp, tt
|
|
148
150
|
*/
|
|
149
151
|
onKeyboardHeightChange?: CommonEventFunction<TextareaProps.onKeyboardHeightChangeEventDetail>
|
|
150
152
|
}
|
package/types/Video.d.ts
CHANGED
|
@@ -443,6 +443,18 @@ interface VideoProps extends StandardProps {
|
|
|
443
443
|
* @supported tt
|
|
444
444
|
*/
|
|
445
445
|
onAdLoad?: CommonEventFunction
|
|
446
|
+
/** 用户选择投屏设备时触发 detail = { state: "success"/"fail" }
|
|
447
|
+
* @supported weapp
|
|
448
|
+
*/
|
|
449
|
+
onCastingUserSelect?: CommonEventFunction
|
|
450
|
+
/** 投屏成功/失败时触发 detail = { type, state: "success"/"fail" }
|
|
451
|
+
* @supported weapp
|
|
452
|
+
*/
|
|
453
|
+
onCastingStateChange?: CommonEventFunction
|
|
454
|
+
/** 投屏被中断时触发
|
|
455
|
+
* @supported weapp
|
|
456
|
+
*/
|
|
457
|
+
onCastingInterrupt?: CommonEventFunction
|
|
446
458
|
}
|
|
447
459
|
declare namespace VideoProps {
|
|
448
460
|
/** direction 的合法值 */
|