|
@@ -9,13 +9,15 @@ declare global {
|
|
|
const Apis: typeof import('./api/index')['Apis']
|
|
const Apis: typeof import('./api/index')['Apis']
|
|
|
const CommonUtil: typeof import('wot-design-uni')['CommonUtil']
|
|
const CommonUtil: typeof import('wot-design-uni')['CommonUtil']
|
|
|
const EffectScope: typeof import('vue')['EffectScope']
|
|
const EffectScope: typeof import('vue')['EffectScope']
|
|
|
- const OrderStatus: typeof import('./subPack-xsb/utils/order-data')['OrderStatus']
|
|
|
|
|
|
|
+ const InputFormatUtil: typeof import('./utils/index')['InputFormatUtil']
|
|
|
|
|
+ const OrderStatus: typeof import('./utils/index')['OrderStatus']
|
|
|
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
|
|
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
|
|
|
const alovaInstance: typeof import('./api/index')['alovaInstance']
|
|
const alovaInstance: typeof import('./api/index')['alovaInstance']
|
|
|
const api: typeof import('./api/index')['default']
|
|
const api: typeof import('./api/index')['default']
|
|
|
const apiDefinitions: typeof import('./api/apiDefinitions')['default']
|
|
const apiDefinitions: typeof import('./api/apiDefinitions')['default']
|
|
|
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
|
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
|
|
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
|
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
|
|
|
|
+ const boolToNumber: typeof import('./utils/index')['boolToNumber']
|
|
|
const calculateCenterPointSpherical: typeof import('./utils/index')['calculateCenterPointSpherical']
|
|
const calculateCenterPointSpherical: typeof import('./utils/index')['calculateCenterPointSpherical']
|
|
|
const computed: typeof import('vue')['computed']
|
|
const computed: typeof import('vue')['computed']
|
|
|
const computedAsync: typeof import('@vueuse/core')['computedAsync']
|
|
const computedAsync: typeof import('@vueuse/core')['computedAsync']
|
|
@@ -49,13 +51,7 @@ declare global {
|
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
|
const getCurrentPath: typeof import('./utils/index')['getCurrentPath']
|
|
const getCurrentPath: typeof import('./utils/index')['getCurrentPath']
|
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
|
- const getOrderPayMent: typeof import('./subPack-xsb/utils/confirm-order')['getOrderPayMent']
|
|
|
|
|
- const getWxCommonPayment: typeof import('./subPack-xsb/utils/confirm-order')['getWxCommonPayment']
|
|
|
|
|
const h: typeof import('vue')['h']
|
|
const h: typeof import('vue')['h']
|
|
|
- const handleCommonCancelOrder: typeof import('./subPack-xsb/utils/order-data')['handleCommonCancelOrder']
|
|
|
|
|
- const handleCommonDeleteOrder: typeof import('./subPack-xsb/utils/order-data')['handleCommonDeleteOrder']
|
|
|
|
|
- const handleCommonOrderStatusText: typeof import('./subPack-xsb/utils/order-data')['handleCommonOrderStatusText']
|
|
|
|
|
- const handleCommonPayMent: typeof import('./subPack-xsb/utils/confirm-order')['handleCommonPayMent']
|
|
|
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
|
const inject: typeof import('vue')['inject']
|
|
const inject: typeof import('vue')['inject']
|
|
|
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
|
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
|
@@ -73,8 +69,6 @@ declare global {
|
|
|
const mapWritableState: typeof import('pinia')['mapWritableState']
|
|
const mapWritableState: typeof import('pinia')['mapWritableState']
|
|
|
const markRaw: typeof import('vue')['markRaw']
|
|
const markRaw: typeof import('vue')['markRaw']
|
|
|
const mountApis: typeof import('./api/createApis')['mountApis']
|
|
const mountApis: typeof import('./api/createApis')['mountApis']
|
|
|
- const navCommonMiniProgram: typeof import('./utils/index')['navCommonMiniProgram']
|
|
|
|
|
- const navTabTypeList: typeof import('./subPack-xsb/utils/order-data')['navTabTypeList']
|
|
|
|
|
const nextTick: typeof import('vue')['nextTick']
|
|
const nextTick: typeof import('vue')['nextTick']
|
|
|
const onActivated: typeof import('vue')['onActivated']
|
|
const onActivated: typeof import('vue')['onActivated']
|
|
|
const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
|
|
const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
|
|
@@ -117,12 +111,9 @@ declare global {
|
|
|
const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
|
|
const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
|
|
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
|
- const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
|
|
|
|
|
- const orderStatusList: typeof import('./subPack-xsb/utils/order-data')['orderStatusList']
|
|
|
|
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
|
- const payError: typeof import('./subPack-xsb/utils/confirm-order')['payError']
|
|
|
|
|
- const paySuccess: typeof import('./subPack-xsb/utils/confirm-order')['paySuccess']
|
|
|
|
|
const persistPlugin: typeof import('./store/persist')['persistPlugin']
|
|
const persistPlugin: typeof import('./store/persist')['persistPlugin']
|
|
|
|
|
+ const phoneFormat: typeof import('./utils/index')['phoneFormat']
|
|
|
const provide: typeof import('vue')['provide']
|
|
const provide: typeof import('vue')['provide']
|
|
|
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
|
const reactify: typeof import('@vueuse/core')['reactify']
|
|
const reactify: typeof import('@vueuse/core')['reactify']
|
|
@@ -196,7 +187,6 @@ declare global {
|
|
|
const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
|
|
const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
|
|
|
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
|
const useColorMode: typeof import('@vueuse/core')['useColorMode']
|
|
const useColorMode: typeof import('@vueuse/core')['useColorMode']
|
|
|
- const useConcurrentRequests: typeof import('./composables/useConcurrentRequests')['useConcurrentRequests']
|
|
|
|
|
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
|
const useCounter: typeof import('@vueuse/core')['useCounter']
|
|
const useCounter: typeof import('@vueuse/core')['useCounter']
|
|
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
@@ -239,7 +229,6 @@ declare global {
|
|
|
const useGlobalLoading: typeof import('./composables/useGlobalLoading')['useGlobalLoading']
|
|
const useGlobalLoading: typeof import('./composables/useGlobalLoading')['useGlobalLoading']
|
|
|
const useGlobalMessage: typeof import('./composables/useGlobalMessage')['useGlobalMessage']
|
|
const useGlobalMessage: typeof import('./composables/useGlobalMessage')['useGlobalMessage']
|
|
|
const useGlobalToast: typeof import('./composables/useGlobalToast')['useGlobalToast']
|
|
const useGlobalToast: typeof import('./composables/useGlobalToast')['useGlobalToast']
|
|
|
- const useId: typeof import('vue')['useId']
|
|
|
|
|
const useIdle: typeof import('@vueuse/core')['useIdle']
|
|
const useIdle: typeof import('@vueuse/core')['useIdle']
|
|
|
const useImage: typeof import('@vueuse/core')['useImage']
|
|
const useImage: typeof import('@vueuse/core')['useImage']
|
|
|
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
|
|
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
|
|
@@ -258,7 +247,6 @@ declare global {
|
|
|
const useMemoize: typeof import('@vueuse/core')['useMemoize']
|
|
const useMemoize: typeof import('@vueuse/core')['useMemoize']
|
|
|
const useMemory: typeof import('@vueuse/core')['useMemory']
|
|
const useMemory: typeof import('@vueuse/core')['useMemory']
|
|
|
const useMessage: typeof import('wot-design-uni')['useMessage']
|
|
const useMessage: typeof import('wot-design-uni')['useMessage']
|
|
|
- const useModel: typeof import('vue')['useModel']
|
|
|
|
|
const useMounted: typeof import('@vueuse/core')['useMounted']
|
|
const useMounted: typeof import('@vueuse/core')['useMounted']
|
|
|
const useMouse: typeof import('@vueuse/core')['useMouse']
|
|
const useMouse: typeof import('@vueuse/core')['useMouse']
|
|
|
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
|
|
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
|
|
@@ -313,7 +301,6 @@ declare global {
|
|
|
const useSysStore: typeof import('./store/sys')['useSysStore']
|
|
const useSysStore: typeof import('./store/sys')['useSysStore']
|
|
|
const useSysXsbStore: typeof import('./subPack-xsb/store-xsb/sys')['useSysXsbStore']
|
|
const useSysXsbStore: typeof import('./subPack-xsb/store-xsb/sys')['useSysXsbStore']
|
|
|
const useTabbar: typeof import('./composables/useTabbar')['useTabbar']
|
|
const useTabbar: typeof import('./composables/useTabbar')['useTabbar']
|
|
|
- const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
|
|
|
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
|
|
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
|
|
|
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
|
|
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
|
|
|
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
|
|
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
|
|
@@ -350,10 +337,6 @@ declare global {
|
|
|
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
|
|
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
|
|
|
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
|
|
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
|
|
|
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
|
|
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
|
|
|
- const useXsbCartStore: typeof import('./store/cart')['useXsbCartStore']
|
|
|
|
|
- const useXsbTabbar: typeof import('./composables/useXsbTabbar')['useXsbTabbar']
|
|
|
|
|
- const useXsbTabbarStore: typeof import('./subPack-xsb/store-xsb/tabbar')['useXsbTabbarStore']
|
|
|
|
|
- const useconfirmOrderStore: typeof import('./store/confirmOrder')['useconfirmOrderStore']
|
|
|
|
|
const watch: typeof import('vue')['watch']
|
|
const watch: typeof import('vue')['watch']
|
|
|
const watchArray: typeof import('@vueuse/core')['watchArray']
|
|
const watchArray: typeof import('@vueuse/core')['watchArray']
|
|
|
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
|
|
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
|
|
@@ -377,6 +360,9 @@ declare global {
|
|
|
// @ts-ignore
|
|
// @ts-ignore
|
|
|
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
|
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
|
|
import('vue')
|
|
import('vue')
|
|
|
|
|
+ // @ts-ignore
|
|
|
|
|
+ export type { OrderStatus } from './utils/index'
|
|
|
|
|
+ import('./utils/index')
|
|
|
}
|
|
}
|
|
|
// for vue template auto import
|
|
// for vue template auto import
|
|
|
import { UnwrapRef } from 'vue'
|
|
import { UnwrapRef } from 'vue'
|
|
@@ -387,12 +373,15 @@ declare module 'vue' {
|
|
|
readonly Apis: UnwrapRef<typeof import('./api/index')['Apis']>
|
|
readonly Apis: UnwrapRef<typeof import('./api/index')['Apis']>
|
|
|
readonly CommonUtil: UnwrapRef<typeof import('wot-design-uni')['CommonUtil']>
|
|
readonly CommonUtil: UnwrapRef<typeof import('wot-design-uni')['CommonUtil']>
|
|
|
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
|
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
|
|
|
|
+ readonly InputFormatUtil: UnwrapRef<typeof import('./utils/index')['InputFormatUtil']>
|
|
|
|
|
+ readonly OrderStatus: UnwrapRef<typeof import('./utils/index')['OrderStatus']>
|
|
|
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
|
|
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
|
|
|
readonly alovaInstance: UnwrapRef<typeof import('./api/index')['alovaInstance']>
|
|
readonly alovaInstance: UnwrapRef<typeof import('./api/index')['alovaInstance']>
|
|
|
readonly api: UnwrapRef<typeof import('./api/index')['default']>
|
|
readonly api: UnwrapRef<typeof import('./api/index')['default']>
|
|
|
readonly apiDefinitions: UnwrapRef<typeof import('./api/apiDefinitions')['default']>
|
|
readonly apiDefinitions: UnwrapRef<typeof import('./api/apiDefinitions')['default']>
|
|
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
|
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|
|
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|
|
|
|
|
+ readonly boolToNumber: UnwrapRef<typeof import('./utils/index')['boolToNumber']>
|
|
|
readonly calculateCenterPointSpherical: UnwrapRef<typeof import('./utils/index')['calculateCenterPointSpherical']>
|
|
readonly calculateCenterPointSpherical: UnwrapRef<typeof import('./utils/index')['calculateCenterPointSpherical']>
|
|
|
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
|
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
|
|
readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
|
|
readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
|
|
@@ -488,6 +477,7 @@ declare module 'vue' {
|
|
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
|
readonly persistPlugin: UnwrapRef<typeof import('./store/persist')['persistPlugin']>
|
|
readonly persistPlugin: UnwrapRef<typeof import('./store/persist')['persistPlugin']>
|
|
|
|
|
+ readonly phoneFormat: UnwrapRef<typeof import('./utils/index')['phoneFormat']>
|
|
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
|
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
|
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|
|
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|