@tarojs/components
Version:
69 lines (66 loc) • 4.83 kB
JavaScript
import { Fragment } from 'react';
import reactifyWebComponent from './reactify-wc.js';
export { default as Input } from './input.js';
// 视图容器
const CoverImage = /* @__PURE__ */ reactifyWebComponent('taro-cover-image-core');
const CoverView = /* @__PURE__ */ reactifyWebComponent('taro-cover-view-core');
const MatchMedia = /* @__PURE__ */ reactifyWebComponent('taro-match-media-core');
const MovableArea = /* @__PURE__ */ reactifyWebComponent('taro-movable-area-core');
const MovableView = /* @__PURE__ */ reactifyWebComponent('taro-movable-view-core');
const PageContainer = /* @__PURE__ */ reactifyWebComponent('taro-page-container-core');
const RootPortal = /* @__PURE__ */ reactifyWebComponent('taro-root-portal-core');
const ScrollView = /* @__PURE__ */ reactifyWebComponent('taro-scroll-view-core');
const ShareElement = /* @__PURE__ */ reactifyWebComponent('taro-share-element-core');
const Swiper = /* @__PURE__ */ reactifyWebComponent('taro-swiper-core');
const SwiperItem = /* @__PURE__ */ reactifyWebComponent('taro-swiper-item-core');
const View = /* @__PURE__ */ reactifyWebComponent('taro-view-core');
// 基础内容
const Icon = /* @__PURE__ */ reactifyWebComponent('taro-icon-core');
const Progress = /* @__PURE__ */ reactifyWebComponent('taro-progress-core');
const RichText = /* @__PURE__ */ reactifyWebComponent('taro-rich-text-core');
const Text = /* @__PURE__ */ reactifyWebComponent('taro-text-core');
// 表单组件
const Button = /* @__PURE__ */ reactifyWebComponent('taro-button-core');
const Checkbox = /* @__PURE__ */ reactifyWebComponent('taro-checkbox-core');
const CheckboxGroup = /* @__PURE__ */ reactifyWebComponent('taro-checkbox-group-core');
const Editor = /* @__PURE__ */ reactifyWebComponent('taro-editor-core');
const Form = /* @__PURE__ */ reactifyWebComponent('taro-form-core');
const KeyboardAccessory = /* @__PURE__ */ reactifyWebComponent('taro-keyboard-accessory-core');
const Label = /* @__PURE__ */ reactifyWebComponent('taro-label-core');
const Picker = /* @__PURE__ */ reactifyWebComponent('taro-picker-core');
const PickerView = /* @__PURE__ */ reactifyWebComponent('taro-picker-view-core');
const PickerViewColumn = /* @__PURE__ */ reactifyWebComponent('taro-picker-view-column-core');
const Radio = /* @__PURE__ */ reactifyWebComponent('taro-radio-core');
const RadioGroup = /* @__PURE__ */ reactifyWebComponent('taro-radio-group-core');
const Slider = /* @__PURE__ */ reactifyWebComponent('taro-slider-core');
const Switch = /* @__PURE__ */ reactifyWebComponent('taro-switch-core');
const Textarea = /* @__PURE__ */ reactifyWebComponent('taro-textarea-core');
// 导航
const FunctionalPageNavigator = /* @__PURE__ */ reactifyWebComponent('taro-functional-page-navigator-core');
const Navigator = /* @__PURE__ */ reactifyWebComponent('taro-navigator-core');
const NavigationBar = /* @__PURE__ */ reactifyWebComponent('taro-navigation-bar-core');
// 媒体组件
const Audio = /* @__PURE__ */ reactifyWebComponent('taro-audio-core');
const Camera = /* @__PURE__ */ reactifyWebComponent('taro-camera-core');
const Image = /* @__PURE__ */ reactifyWebComponent('taro-image-core');
const LivePlayer = /* @__PURE__ */ reactifyWebComponent('taro-live-player-core');
const LivePusher = /* @__PURE__ */ reactifyWebComponent('taro-live-pusher-core');
const Video = /* @__PURE__ */ reactifyWebComponent('taro-video-core');
const VoipRoom = /* @__PURE__ */ reactifyWebComponent('taro-voip-room-core');
// 地图
const Map = /* @__PURE__ */ reactifyWebComponent('taro-map-core');
// 画布
const Canvas = /* @__PURE__ */ reactifyWebComponent('taro-canvas-core');
// 开放能力
const Ad = /* @__PURE__ */ reactifyWebComponent('taro-ad-core');
const AdCustom = /* @__PURE__ */ reactifyWebComponent('taro-ad-custom-core');
const OfficialAccount = /* @__PURE__ */ reactifyWebComponent('taro-official-account-core');
const OpenData = /* @__PURE__ */ reactifyWebComponent('taro-open-data-core');
const WebView = /* @__PURE__ */ reactifyWebComponent('taro-web-view-core');
// 页面属性配置节点
const PageMeta = /* @__PURE__ */ reactifyWebComponent('taro-page-meta-core');
// 其他
const Block = Fragment;
const CustomWrapper = /* @__PURE__ */ reactifyWebComponent('taro-custom-wrapper-core');
export { Ad, AdCustom, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CoverImage, CoverView, CustomWrapper, Editor, Form, FunctionalPageNavigator, Icon, Image, KeyboardAccessory, Label, LivePlayer, LivePusher, Map, MatchMedia, MovableArea, MovableView, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RootPortal, ScrollView, ShareElement, Slider, Swiper, SwiperItem, Switch, Text, Textarea, Video, View, VoipRoom, WebView };
//# sourceMappingURL=index.js.map