index.ts 3.4 KB
Newer Older
Q
qiang 已提交
1
export * from './storage/storage'
Q
qiang 已提交
2
export * from './file/getFileInfo'
inkwalk's avatar
inkwalk 已提交
3
export * from './file/openDocument'
D
DCloud_LXH 已提交
4
export * from './file/saveFile'
5

Q
qiang 已提交
6
export * from './device/systemInfo'
7
export * from './device/compass'
M
mehaotian 已提交
8
export * from './device/vibrate'
M
mehaotian 已提交
9
export * from './device/accelerometer'
Q
qiang 已提交
10
export * from './device/bluetooth'
Q
qiang 已提交
11
export * from './device/ibeacon'
inkwalk's avatar
inkwalk 已提交
12
export * from './device/makePhoneCall'
inkwalk's avatar
inkwalk 已提交
13
export * from './device/addPhoneContact'
14
export * from './device/clipboard'
15
export * from './device/network'
16
export * from './device/soterAuthentication'
D
DCloud_LXH 已提交
17
export * from './device/scanCode'
Q
qiang 已提交
18
export * from './device/theme'
D
DCloud_LXH 已提交
19
export * from './device/brightness'
20

inkwalk's avatar
inkwalk 已提交
21
export * from './media/getImageInfo'
inkwalk's avatar
inkwalk 已提交
22
export * from './media/getVideoInfo'
M
mehaotian 已提交
23
export * from './media/previewImage'
D
DCloud_LXH 已提交
24
export * from './media/getRecorderManager'
inkwalk's avatar
inkwalk 已提交
25
export * from './media/saveVideoToPhotosAlbum'
inkwalk's avatar
inkwalk 已提交
26
export * from './media/saveImageToPhotosAlbum'
inkwalk's avatar
inkwalk 已提交
27
export * from './media/compressImage'
inkwalk's avatar
inkwalk 已提交
28
export * from './media/compressVideo'
D
DCloud_LXH 已提交
29 30
export * from './media/chooseImage'
export * from './media/chooseVideo'
31

inkwalk's avatar
inkwalk 已提交
32
export * from './keyboard/keyboard'
33

Q
qiang 已提交
34
export * from './network/downloadFile'
D
DCloud_LXH 已提交
35
export * from './network/request'
D
DCloud_LXH 已提交
36
export * from './network/socket'
D
DCloud_LXH 已提交
37
export * from './network/uploadFile'
38 39

export * from './context/createInnerAudioContext'
40
export * from './context/getBackgroundAudioManager'
41
export * from './context/createLivePusherContext'
M
mehaotian 已提交
42 43

export * from './location/getLocation'
44 45
export * from './location/chooseLocation'
export * from './location/openLocation'
inkwalk's avatar
inkwalk 已提交
46

inkwalk's avatar
inkwalk 已提交
47 48
export * from './ui/popup/showModal'
export * from './ui/popup/showActionSheet'
D
DCloud_LXH 已提交
49
export * from './ui/popup/showToast'
50 51
export * from './ui/startPullDownRefresh'
export * from './ui/stopPullDownRefresh'
Q
qiang 已提交
52 53
export * from './ui/loadFontFace'
export * from './ui/pageScrollTo'
Q
qiang 已提交
54
export * from './ui/navigationBar'
D
DCloud_LXH 已提交
55
export * from './ui/tabBar'
Q
qiang 已提交
56
export * from './ui/subNVue'
D
DCloud_LXH 已提交
57

fxy060608's avatar
fxy060608 已提交
58 59
export * from './internal/global'

D
DCloud_LXH 已提交
60
export * from './plugin/getProvider'
D
DCloud_LXH 已提交
61
export * from './plugin/oauth'
fxy060608's avatar
fxy060608 已提交
62
export * from './plugin/registerRuntime'
D
DCloud_LXH 已提交
63
export * from './plugin/share'
D
DCloud_LXH 已提交
64
export * from './plugin/requestPayment'
fxy060608's avatar
fxy060608 已提交
65
export * from './plugin/requireNativePlugin'
fxy060608's avatar
fxy060608 已提交
66 67 68 69 70 71
export {
  sendHostEvent,
  navigateToMiniProgram,
  onHostEventReceive,
  onNativeEventReceive,
} from './plugin/sdk'
72 73 74 75 76

export * from './ad/rewardedVideoAd'
export * from './ad/fullScreenVideoAd'
export * from './ad/interstitialAd'
export * from './ad/interactiveAd'
fxy060608's avatar
fxy060608 已提交
77

fxy060608's avatar
fxy060608 已提交
78
export * from './route/navigateBack'
fxy060608's avatar
fxy060608 已提交
79
export { navigateTo } from './route/navigateTo'
fxy060608's avatar
fxy060608 已提交
80
export * from './route/redirectTo'
fxy060608's avatar
fxy060608 已提交
81
export { reLaunch } from './route/reLaunch'
fxy060608's avatar
fxy060608 已提交
82
export { switchTab } from './route/switchTab'
83
export * from './route/preloadPage'
fxy060608's avatar
fxy060608 已提交
84

fxy060608's avatar
fxy060608 已提交
85 86 87 88
export {
  upx2px,
  addInterceptor,
  removeInterceptor,
fxy060608's avatar
fxy060608 已提交
89
  interceptors,
fxy060608's avatar
fxy060608 已提交
90 91 92 93 94 95 96 97
  arrayBufferToBase64,
  base64ToArrayBuffer,
  createIntersectionObserver,
  createMediaQueryObserver,
  createSelectorQuery,
  createVideoContext,
  createMapContext,
  createAnimation,
98 99
  onWindowResize,
  offWindowResize,
fxy060608's avatar
fxy060608 已提交
100 101 102 103 104 105
  onTabBarMidButtonTap,
  createCanvasContext,
  canvasGetImageData,
  canvasPutImageData,
  canvasToTempFilePath,
  getSelectedTextRange,
Q
qiang 已提交
106 107
  getLocale,
  setLocale,
fxy060608's avatar
fxy060608 已提交
108 109 110 111
  $on,
  $off,
  $once,
  $emit,
112
  onCreateVueApp,
fxy060608's avatar
fxy060608 已提交
113
  onLocaleChange,
fxy060608's avatar
fxy060608 已提交
114
  setPageMeta,
115 116
  getEnterOptionsSync,
  getLaunchOptionsSync,
fxy060608's avatar
fxy060608 已提交
117 118 119
  getPushCid,
  onPushMessage,
  offPushMessage,
fxy060608's avatar
fxy060608 已提交
120 121 122 123 124 125 126 127 128 129
  onAppHide,
  onAppShow,
  onError,
  onPageNotFound,
  onUnhandledRejection,
  offAppHide,
  offAppShow,
  offError,
  offPageNotFound,
  offUnhandledRejection,
fxy060608's avatar
fxy060608 已提交
130 131
  // 内部使用
  invokePushCallback,
fxy060608's avatar
fxy060608 已提交
132
} from '@dcloudio/uni-api'