@tplc/business 0.7.6 → 0.7.7
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/CHANGELOG.md +2 -0
- package/package.json +13 -13
- package/types/api/pay.d.ts +47 -0
- package/types/api/user.d.ts +11 -0
- package/types/components/lcb-absolute-config-layout/lcb-absolute-config-layout.vue.d.ts +71 -0
- package/types/components/lcb-absolute-config-layout/types.d.ts +26 -0
- package/types/components/lcb-action-view/components/CustomPopup/index.vue.d.ts +37 -0
- package/types/components/lcb-action-view/components/PayPopup/index.vue.d.ts +44 -0
- package/types/components/lcb-action-view/lcb-action-view.vue.d.ts +41 -0
- package/types/components/lcb-action-view/types.d.ts +136 -0
- package/types/components/lcb-advert/lcb-advert.vue.d.ts +28 -0
- package/types/components/lcb-advert/types.d.ts +3 -0
- package/types/components/lcb-agreement-view/api.d.ts +4 -0
- package/types/components/lcb-agreement-view/lcb-agreement-view.vue.d.ts +40 -0
- package/types/components/lcb-agreement-view/types.d.ts +4 -0
- package/types/components/lcb-area/lcb-area.vue.d.ts +74 -0
- package/types/components/lcb-area/types.d.ts +40 -0
- package/types/components/lcb-area-picker/api/index.d.ts +49 -0
- package/types/components/lcb-area-picker/lcb-area-picker.vue.d.ts +79 -0
- package/types/components/lcb-area-picker/types.d.ts +3 -0
- package/types/components/lcb-banner/lcb-banner.vue.d.ts +80 -0
- package/types/components/lcb-banner/types.d.ts +66 -0
- package/types/components/lcb-banner-block/lcb-banner-block.vue.d.ts +56 -0
- package/types/components/lcb-banner-block/types.d.ts +20 -0
- package/types/components/lcb-block/lcb-block.vue.d.ts +76 -0
- package/types/components/lcb-block/types.d.ts +62 -0
- package/types/components/lcb-button/lcb-button.vue.d.ts +74 -0
- package/types/components/lcb-button/types.d.ts +35 -0
- package/types/components/lcb-calendar/api/index.d.ts +17 -0
- package/types/components/lcb-calendar/lcb-calendar.vue.d.ts +152 -0
- package/types/components/lcb-calendar-filter/api.d.ts +5 -0
- package/types/components/lcb-calendar-filter/components/CalendarItem/index.vue.d.ts +40 -0
- package/types/components/lcb-calendar-filter/lcb-calendar-filter.vue.d.ts +66 -0
- package/types/components/lcb-calendar-filter/types.d.ts +29 -0
- package/types/components/lcb-calendar-search/lcb-calendar-search.vue.d.ts +68 -0
- package/types/components/lcb-calendar-search/types.d.ts +9 -0
- package/types/components/lcb-city-select/api/index.d.ts +44 -0
- package/types/components/lcb-city-select/components/lcb-city-letter/index.vue.d.ts +53 -0
- package/types/components/lcb-city-select/components/lcb-city-list/index.vue.d.ts +48 -0
- package/types/components/lcb-city-select/components/lcb-city-list/types.d.ts +5 -0
- package/types/components/lcb-city-select/lcb-city-select.vue.d.ts +77 -0
- package/types/components/lcb-city-select/types.d.ts +5 -0
- package/types/components/lcb-custom-content/lcb-custom-content.vue.d.ts +40 -0
- package/types/components/lcb-dynamic-data/lcb-dynamic-data.vue.d.ts +44 -0
- package/types/components/lcb-dynamic-data/types.d.ts +9 -0
- package/types/components/lcb-fab/lcb-fab.vue.d.ts +42 -0
- package/types/components/lcb-fab/types.d.ts +19 -0
- package/types/components/lcb-filter-grid/lcb-filter-grid.vue.d.ts +82 -0
- package/types/components/lcb-filter-grid/types.d.ts +20 -0
- package/types/components/lcb-form/lcb-form.vue.d.ts +73 -0
- package/types/components/lcb-form/types.d.ts +82 -0
- package/types/components/lcb-gap/lcb-gap.vue.d.ts +42 -0
- package/types/components/lcb-gap/types.d.ts +7 -0
- package/types/components/lcb-grid/lcb-grid.vue.d.ts +74 -0
- package/types/components/lcb-grid/types.d.ts +16 -0
- package/types/components/lcb-home-search/lcb-home-search.vue.d.ts +68 -0
- package/types/components/lcb-home-search/types.d.ts +14 -0
- package/types/components/lcb-icon/lcb-icon.vue.d.ts +56 -0
- package/types/components/lcb-icon/types.d.ts +10 -0
- package/types/components/lcb-image/Image/index.vue.d.ts +56 -0
- package/types/components/lcb-image/lcb-image.vue.d.ts +70 -0
- package/types/components/lcb-image/types.d.ts +17 -0
- package/types/components/lcb-img-nav/lcb-img-nav.vue.d.ts +113 -0
- package/types/components/lcb-img-nav/types.d.ts +61 -0
- package/types/components/lcb-light-map/api.d.ts +10 -0
- package/types/components/lcb-light-map/lcb-light-map.vue.d.ts +59 -0
- package/types/components/lcb-light-map/types.d.ts +69 -0
- package/types/components/lcb-light-map/util.d.ts +40 -0
- package/types/components/lcb-list/api.d.ts +67 -0
- package/types/components/lcb-list/components/ActionView/index.vue.d.ts +34 -0
- package/types/components/lcb-list/components/ComponentGroup/index.vue.d.ts +32 -0
- package/types/components/lcb-list/components/ComponentGroup/type.d.ts +5 -0
- package/types/components/lcb-list/components/FilterList/index.vue.d.ts +50 -0
- package/types/components/lcb-list/components/FilterList/type.d.ts +11 -0
- package/types/components/lcb-list/components/FilterSelect/index.vue.d.ts +41 -0
- package/types/components/lcb-list/components/FilterSelect/type.d.ts +2 -0
- package/types/components/lcb-list/components/FilterSlider/index.vue.d.ts +64 -0
- package/types/components/lcb-list/components/FilterSlider/types.d.ts +2 -0
- package/types/components/lcb-list/components/FilterTabs/index.vue.d.ts +36 -0
- package/types/components/lcb-list/components/FilterTabs/type.d.ts +5 -0
- package/types/components/lcb-list/components/FilterView/index.vue.d.ts +36 -0
- package/types/components/lcb-list/components/FilterView/type.d.ts +8 -0
- package/types/components/lcb-list/components/SelectTagView/index.vue.d.ts +43 -0
- package/types/components/lcb-list/components/TagSelect/index.vue.d.ts +76 -0
- package/types/components/lcb-list/components/TagSelect/type.d.ts +4 -0
- package/types/components/lcb-list/components/TreeSelect/index.vue.d.ts +38 -0
- package/types/components/lcb-list/components/TreeSelect/type.d.ts +6 -0
- package/types/components/lcb-list/components/UnconditionedLayout/index.vue.d.ts +85 -0
- package/types/components/lcb-list/hooks/useSelect.d.ts +31 -0
- package/types/components/lcb-list/hooks/useSyncValues.d.ts +5 -0
- package/types/components/lcb-list/lcb-list.vue.d.ts +139 -0
- package/types/components/lcb-list/types.d.ts +67 -0
- package/types/components/lcb-map/lcb-map.vue.d.ts +57 -0
- package/types/components/lcb-map/types.d.ts +36 -0
- package/types/components/lcb-nav/AddressCommunity/index.vue.d.ts +63 -0
- package/types/components/lcb-nav/Search/index.vue.d.ts +52 -0
- package/types/components/lcb-nav/SharePopup/api.d.ts +16 -0
- package/types/components/lcb-nav/SharePopup/index.vue.d.ts +37 -0
- package/types/components/lcb-nav/Title/index.vue.d.ts +28 -0
- package/types/components/lcb-nav/lcb-nav.vue.d.ts +106 -0
- package/types/components/lcb-nav/types.d.ts +72 -0
- package/types/components/lcb-notice/api/index.d.ts +18 -0
- package/types/components/lcb-notice/lcb-notice.vue.d.ts +77 -0
- package/types/components/lcb-notice/types.d.ts +14 -0
- package/types/components/lcb-operation-actions/BtnViews.vue.d.ts +62 -0
- package/types/components/lcb-operation-actions/IconActionView.vue.d.ts +61 -0
- package/types/components/lcb-operation-actions/IconView.vue.d.ts +41 -0
- package/types/components/lcb-operation-actions/components/OrderDetLogistic/index.vue.d.ts +51 -0
- package/types/components/lcb-operation-actions/lcb-operation-actions.vue.d.ts +34 -0
- package/types/components/lcb-operation-actions/types.d.ts +51 -0
- package/types/components/lcb-order-payment/lcb-order-payment.vue.d.ts +38 -0
- package/types/components/lcb-order-payment/types.d.ts +30 -0
- package/types/components/lcb-particulars/api.d.ts +45 -0
- package/types/components/lcb-particulars/lcb-particulars.vue.d.ts +56 -0
- package/types/components/lcb-particulars/types.d.ts +5 -0
- package/types/components/lcb-poster/lcb-poster.vue.d.ts +50 -0
- package/types/components/lcb-product/components/ProductSkeleton/index.vue.d.ts +70 -0
- package/types/components/lcb-product/components/SKeletonItem/index.vue.d.ts +28 -0
- package/types/components/lcb-product/lcb-product.vue.d.ts +96 -0
- package/types/components/lcb-product/types.d.ts +44 -0
- package/types/components/lcb-product-item/components/ItemValue.vue.d.ts +117 -0
- package/types/components/lcb-product-item/lcb-product-item.vue.d.ts +267 -0
- package/types/components/lcb-product-item/types.d.ts +133 -0
- package/types/components/lcb-render-view/lcb-render-view.vue.d.ts +35 -0
- package/types/components/lcb-rich-text/lcb-rich-text.vue.d.ts +44 -0
- package/types/components/lcb-rich-text/types.d.ts +4 -0
- package/types/components/lcb-room-calendar/lcb-room-calendar.vue.d.ts +68 -0
- package/types/components/lcb-room-calendar/types.d.ts +10 -0
- package/types/components/lcb-search/api.d.ts +23 -0
- package/types/components/lcb-search/components/SearchHistory/index.vue.d.ts +48 -0
- package/types/components/lcb-search/components/SearchList/index.vue.d.ts +56 -0
- package/types/components/lcb-search/lcb-search.vue.d.ts +1211 -0
- package/types/components/lcb-search/types.d.ts +29 -0
- package/types/components/lcb-swiper/lcb-swiper.vue.d.ts +73 -0
- package/types/components/lcb-swiper/types.d.ts +17 -0
- package/types/components/lcb-tabs/components/Imgs/index.vue.d.ts +62 -0
- package/types/components/lcb-tabs/components/Tabs/index.vue.d.ts +65 -0
- package/types/components/lcb-tabs/components/Tags/index.vue.d.ts +68 -0
- package/types/components/lcb-tabs/lcb-tabs.vue.d.ts +65 -0
- package/types/components/lcb-tabs/types.d.ts +34 -0
- package/types/components/lcb-tags/lcb-tags.vue.d.ts +74 -0
- package/types/components/lcb-tags/types.d.ts +17 -0
- package/types/components/lcb-text/lcb-text.vue.d.ts +42 -0
- package/types/components/lcb-text/types.d.ts +4 -0
- package/types/components/lcb-title/lcb-title.vue.d.ts +114 -0
- package/types/components/lcb-title/types.d.ts +42 -0
- package/types/components/lcb-user-order/lcb-user-order.vue.d.ts +62 -0
- package/types/components/lcb-user-order/types.d.ts +27 -0
- package/types/components/lcb-user-top/Nums/index.vue.d.ts +28 -0
- package/types/components/lcb-user-top/lcb-user-top.vue.d.ts +158 -0
- package/types/components/lcb-user-top/types.d.ts +57 -0
- package/types/components/lcb-video/lcb-video.vue.d.ts +56 -0
- package/types/components/lcb-video/types.d.ts +10 -0
- package/types/components/lcb-vip/api/index.d.ts +70 -0
- package/types/components/lcb-vip/components/InfoDialog/index.vue.d.ts +42 -0
- package/types/components/lcb-vip/lcb-vip.vue.d.ts +68 -0
- package/types/components/lcb-vip/types.d.ts +10 -0
- package/types/components/lcb-waterfall/lcb-waterfall-item.vue.d.ts +73 -0
- package/types/components/lcb-waterfall/lcb-waterfall.vue.d.ts +192 -0
- package/types/components/lcb-wrapper-item/lcb-wrapper-item.vue.d.ts +49 -0
- package/types/components/lcb-wrapper-list/lcb-wrapper-list.vue.d.ts +71 -0
- package/types/components/lcb-wrapper-list/types.d.ts +14 -0
- package/types/constants.d.ts +17 -0
- package/types/hooks/useAutoHeight.d.ts +8 -0
- package/types/hooks/useDynamicData.d.ts +14 -0
- package/types/hooks/useLocation.api.d.ts +18 -0
- package/types/hooks/useLocation.d.ts +10 -0
- package/types/hooks/usePageScroll.d.ts +2 -0
- package/types/hooks/usePay.d.ts +13 -0
- package/types/hooks/useSyncForm.d.ts +5 -0
- package/types/hooks/useUpload.api.d.ts +12 -0
- package/types/hooks/useUpload.d.ts +21 -0
- package/types/utils/formatter.d.ts +5 -0
- package/types/utils/history.d.ts +5 -0
- package/types/utils/request.d.ts +6 -0
- package/types/utils/transform.d.ts +15 -0
- package/types/utils/utils.d.ts +51 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
__VLS_TypePropsToOption<{
|
|
3
|
+
iconUrl?: string
|
|
4
|
+
iconName: string
|
|
5
|
+
iconNameColor?: string
|
|
6
|
+
confirmFlag?: boolean
|
|
7
|
+
requestInfo?: {
|
|
8
|
+
requestUrl: string
|
|
9
|
+
requestParams: Record<string, unknown>
|
|
10
|
+
}
|
|
11
|
+
popover?: boolean
|
|
12
|
+
count?: number
|
|
13
|
+
iconKey?: string
|
|
14
|
+
}>,
|
|
15
|
+
{},
|
|
16
|
+
unknown,
|
|
17
|
+
{},
|
|
18
|
+
{},
|
|
19
|
+
import('vue').ComponentOptionsMixin,
|
|
20
|
+
import('vue').ComponentOptionsMixin,
|
|
21
|
+
{
|
|
22
|
+
refresh: (...args: any[]) => void
|
|
23
|
+
cancel: (...args: any[]) => void
|
|
24
|
+
},
|
|
25
|
+
string,
|
|
26
|
+
import('vue').PublicProps,
|
|
27
|
+
Readonly<
|
|
28
|
+
import('vue').ExtractPropTypes<
|
|
29
|
+
__VLS_TypePropsToOption<{
|
|
30
|
+
iconUrl?: string
|
|
31
|
+
iconName: string
|
|
32
|
+
iconNameColor?: string
|
|
33
|
+
confirmFlag?: boolean
|
|
34
|
+
requestInfo?: {
|
|
35
|
+
requestUrl: string
|
|
36
|
+
requestParams: Record<string, unknown>
|
|
37
|
+
}
|
|
38
|
+
popover?: boolean
|
|
39
|
+
count?: number
|
|
40
|
+
iconKey?: string
|
|
41
|
+
}>
|
|
42
|
+
>
|
|
43
|
+
> & {
|
|
44
|
+
onCancel?: ((...args: any[]) => any) | undefined
|
|
45
|
+
onRefresh?: ((...args: any[]) => any) | undefined
|
|
46
|
+
},
|
|
47
|
+
{},
|
|
48
|
+
{}
|
|
49
|
+
>
|
|
50
|
+
export default _default
|
|
51
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
52
|
+
type __VLS_TypePropsToOption<T> = {
|
|
53
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
54
|
+
? {
|
|
55
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
56
|
+
}
|
|
57
|
+
: {
|
|
58
|
+
type: import('vue').PropType<T[K]>
|
|
59
|
+
required: true
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
__VLS_TypePropsToOption<{
|
|
3
|
+
icon?: string
|
|
4
|
+
iconName: string
|
|
5
|
+
iconNameColor?: string
|
|
6
|
+
count?: number
|
|
7
|
+
}>,
|
|
8
|
+
{},
|
|
9
|
+
unknown,
|
|
10
|
+
{},
|
|
11
|
+
{},
|
|
12
|
+
import('vue').ComponentOptionsMixin,
|
|
13
|
+
import('vue').ComponentOptionsMixin,
|
|
14
|
+
{},
|
|
15
|
+
string,
|
|
16
|
+
import('vue').PublicProps,
|
|
17
|
+
Readonly<
|
|
18
|
+
import('vue').ExtractPropTypes<
|
|
19
|
+
__VLS_TypePropsToOption<{
|
|
20
|
+
icon?: string
|
|
21
|
+
iconName: string
|
|
22
|
+
iconNameColor?: string
|
|
23
|
+
count?: number
|
|
24
|
+
}>
|
|
25
|
+
>
|
|
26
|
+
>,
|
|
27
|
+
{},
|
|
28
|
+
{}
|
|
29
|
+
>
|
|
30
|
+
export default _default
|
|
31
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
32
|
+
type __VLS_TypePropsToOption<T> = {
|
|
33
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
34
|
+
? {
|
|
35
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
36
|
+
}
|
|
37
|
+
: {
|
|
38
|
+
type: import('vue').PropType<T[K]>
|
|
39
|
+
required: true
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
interface LogisticData {
|
|
2
|
+
postageName?: string
|
|
3
|
+
externalPostageNo?: string
|
|
4
|
+
flowInfoList?: Array<{
|
|
5
|
+
statusName: string
|
|
6
|
+
time: string
|
|
7
|
+
context: string
|
|
8
|
+
}>
|
|
9
|
+
receiveName?: string
|
|
10
|
+
receivePhone?: string
|
|
11
|
+
provinceCityAreaName?: string
|
|
12
|
+
address?: string
|
|
13
|
+
}
|
|
14
|
+
interface Props {
|
|
15
|
+
data?: LogisticData
|
|
16
|
+
}
|
|
17
|
+
declare let __VLS_typeProps: Props
|
|
18
|
+
type __VLS_PublicProps = {
|
|
19
|
+
modelValue: boolean
|
|
20
|
+
} & typeof __VLS_typeProps
|
|
21
|
+
declare const _default: import('vue').DefineComponent<
|
|
22
|
+
__VLS_TypePropsToOption<__VLS_PublicProps>,
|
|
23
|
+
{},
|
|
24
|
+
unknown,
|
|
25
|
+
{},
|
|
26
|
+
{},
|
|
27
|
+
import('vue').ComponentOptionsMixin,
|
|
28
|
+
import('vue').ComponentOptionsMixin,
|
|
29
|
+
{
|
|
30
|
+
'update:modelValue': (modelValue: boolean) => void
|
|
31
|
+
},
|
|
32
|
+
string,
|
|
33
|
+
import('vue').PublicProps,
|
|
34
|
+
Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
|
|
35
|
+
'onUpdate:modelValue'?: ((modelValue: boolean) => any) | undefined
|
|
36
|
+
},
|
|
37
|
+
{},
|
|
38
|
+
{}
|
|
39
|
+
>
|
|
40
|
+
export default _default
|
|
41
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
42
|
+
type __VLS_TypePropsToOption<T> = {
|
|
43
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
44
|
+
? {
|
|
45
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
46
|
+
}
|
|
47
|
+
: {
|
|
48
|
+
type: import('vue').PropType<T[K]>
|
|
49
|
+
required: true
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { LcbOperationActionsProps } from './types'
|
|
2
|
+
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
__VLS_TypePropsToOption<LcbOperationActionsProps>,
|
|
4
|
+
{},
|
|
5
|
+
unknown,
|
|
6
|
+
{},
|
|
7
|
+
{},
|
|
8
|
+
import('vue').ComponentOptionsMixin,
|
|
9
|
+
import('vue').ComponentOptionsMixin,
|
|
10
|
+
{
|
|
11
|
+
refresh: (...args: any[]) => void
|
|
12
|
+
cancel: (...args: any[]) => void
|
|
13
|
+
},
|
|
14
|
+
string,
|
|
15
|
+
import('vue').PublicProps,
|
|
16
|
+
Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<LcbOperationActionsProps>>> & {
|
|
17
|
+
onCancel?: ((...args: any[]) => any) | undefined
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined
|
|
19
|
+
},
|
|
20
|
+
{},
|
|
21
|
+
{}
|
|
22
|
+
>
|
|
23
|
+
export default _default
|
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
25
|
+
type __VLS_TypePropsToOption<T> = {
|
|
26
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
27
|
+
? {
|
|
28
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
29
|
+
}
|
|
30
|
+
: {
|
|
31
|
+
type: import('vue').PropType<T[K]>
|
|
32
|
+
required: true
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { ButtonProps } from '@tplc/wot/components/wd-button/types'
|
|
2
|
+
import { InputType } from '@tplc/wot/components/wd-input/types'
|
|
3
|
+
export interface IconList {
|
|
4
|
+
iconName: string
|
|
5
|
+
iconUrl: string
|
|
6
|
+
iconNameColor?: string
|
|
7
|
+
jumpUrl?: string
|
|
8
|
+
jumpPage?: string
|
|
9
|
+
jumpType?: 1 | 2 | 10 | 11 | 12 | 13 | 14 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 88
|
|
10
|
+
buttonList?: IPageBtn[]
|
|
11
|
+
iconType?: number
|
|
12
|
+
iconKey?: string
|
|
13
|
+
}
|
|
14
|
+
export interface IPageBtn {
|
|
15
|
+
buttonKey: string
|
|
16
|
+
buttonName: string
|
|
17
|
+
name: string
|
|
18
|
+
buttonType: number
|
|
19
|
+
popUpFlag: boolean
|
|
20
|
+
popUpTip: string
|
|
21
|
+
content: string
|
|
22
|
+
popUpTitle: string
|
|
23
|
+
popUpRequestInfo: {
|
|
24
|
+
defaultValue?: string
|
|
25
|
+
inputKey: string
|
|
26
|
+
inputType: InputType | undefined
|
|
27
|
+
}
|
|
28
|
+
requestParam?: {
|
|
29
|
+
orderNo: string
|
|
30
|
+
}
|
|
31
|
+
refreshCurrentPage?: boolean
|
|
32
|
+
jumpType?: 1 | 2 | 10 | 11 | 12 | 13 | 14 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 88
|
|
33
|
+
jumpUrl: string
|
|
34
|
+
requestUrl: string
|
|
35
|
+
jumpPage?: string
|
|
36
|
+
styleContent: {
|
|
37
|
+
buttonType: string
|
|
38
|
+
style: {
|
|
39
|
+
width: string
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
buttonProps?: ButtonProps
|
|
43
|
+
autoJumpSecond?: number
|
|
44
|
+
}
|
|
45
|
+
export interface LcbOperationActionsProps {
|
|
46
|
+
buttonList: IPageBtn[]
|
|
47
|
+
iconList?: IconList[]
|
|
48
|
+
size?: 'small' | 'medium' | 'large'
|
|
49
|
+
noIcons?: boolean
|
|
50
|
+
countObject?: Record<string, number>
|
|
51
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { LcbOrderPaymentProps } from './types'
|
|
2
|
+
declare let __VLS_typeProps: LcbOrderPaymentProps
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: string
|
|
5
|
+
} & typeof __VLS_typeProps
|
|
6
|
+
declare const _default: import('vue').DefineComponent<
|
|
7
|
+
__VLS_TypePropsToOption<__VLS_PublicProps>,
|
|
8
|
+
{},
|
|
9
|
+
unknown,
|
|
10
|
+
{},
|
|
11
|
+
{},
|
|
12
|
+
import('vue').ComponentOptionsMixin,
|
|
13
|
+
import('vue').ComponentOptionsMixin,
|
|
14
|
+
{
|
|
15
|
+
'update:modelValue': (modelValue: string) => void
|
|
16
|
+
onWalletPriceChange: (...args: any[]) => void
|
|
17
|
+
},
|
|
18
|
+
string,
|
|
19
|
+
import('vue').PublicProps,
|
|
20
|
+
Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
|
|
21
|
+
'onUpdate:modelValue'?: ((modelValue: string) => any) | undefined
|
|
22
|
+
onOnWalletPriceChange?: ((...args: any[]) => any) | undefined
|
|
23
|
+
},
|
|
24
|
+
{},
|
|
25
|
+
{}
|
|
26
|
+
>
|
|
27
|
+
export default _default
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
31
|
+
? {
|
|
32
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
33
|
+
}
|
|
34
|
+
: {
|
|
35
|
+
type: import('vue').PropType<T[K]>
|
|
36
|
+
required: true
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { LcbActionViewProps } from '../lcb-action-view/types'
|
|
2
|
+
export interface ChildDetail {
|
|
3
|
+
walletAccountId: string
|
|
4
|
+
name: string
|
|
5
|
+
title: string
|
|
6
|
+
link: LcbActionViewProps
|
|
7
|
+
defaultChecked?: boolean
|
|
8
|
+
content: string
|
|
9
|
+
useWalletPrice?: number
|
|
10
|
+
usableWalletPrice?: number
|
|
11
|
+
walletEditTip?: string
|
|
12
|
+
}
|
|
13
|
+
export interface ChildContent {
|
|
14
|
+
title: string
|
|
15
|
+
price?: number
|
|
16
|
+
type: string
|
|
17
|
+
icon?: string
|
|
18
|
+
subTitle: string
|
|
19
|
+
defaultChecked?: boolean
|
|
20
|
+
button: {
|
|
21
|
+
name: string
|
|
22
|
+
link: LcbActionViewProps
|
|
23
|
+
}
|
|
24
|
+
content?: ChildDetail[]
|
|
25
|
+
intro?: string
|
|
26
|
+
items?: ChildDetail[]
|
|
27
|
+
}
|
|
28
|
+
export interface LcbOrderPaymentProps {
|
|
29
|
+
data: ChildContent[]
|
|
30
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export interface UserCommissionLog {
|
|
2
|
+
auditDateTime: string
|
|
3
|
+
auditRemark: string
|
|
4
|
+
auditStatus: number
|
|
5
|
+
changeAmount: number
|
|
6
|
+
checkoutAmount: number
|
|
7
|
+
commissionName: string
|
|
8
|
+
createDate: string
|
|
9
|
+
distributorCheckoutLogId: string
|
|
10
|
+
pageListFieldDetailList: DistributorCommissionDetailList[]
|
|
11
|
+
distributorCommissionLogId: string
|
|
12
|
+
lastModifyDate: string
|
|
13
|
+
orderNo: string
|
|
14
|
+
title: string
|
|
15
|
+
tags: string
|
|
16
|
+
relevanceAction: string
|
|
17
|
+
relevanceId: string
|
|
18
|
+
relevanceType: string
|
|
19
|
+
relevanceTypeName: string
|
|
20
|
+
status: number
|
|
21
|
+
statusInfo: StatusInfo
|
|
22
|
+
subTitle: string
|
|
23
|
+
statusName: string
|
|
24
|
+
userId: string
|
|
25
|
+
buttomContent: string
|
|
26
|
+
}
|
|
27
|
+
export interface StatusInfo {
|
|
28
|
+
statusColor: string
|
|
29
|
+
statusRemark: string
|
|
30
|
+
statusName: string
|
|
31
|
+
}
|
|
32
|
+
interface DistributorCommissionDetailList {
|
|
33
|
+
fieldName: string
|
|
34
|
+
fieldValue: string
|
|
35
|
+
lineFlag: boolean
|
|
36
|
+
singleFlag: boolean
|
|
37
|
+
}
|
|
38
|
+
export declare const getRecordPageList: (params: {
|
|
39
|
+
recordType: string
|
|
40
|
+
pageSearch: {
|
|
41
|
+
limit: number
|
|
42
|
+
page: number
|
|
43
|
+
}
|
|
44
|
+
}) => Promise<import('../../action').IResData<UserCommissionLog[]>>
|
|
45
|
+
export {}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { LcbParticularsProps } from './types'
|
|
2
|
+
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
__VLS_WithDefaults<
|
|
4
|
+
__VLS_TypePropsToOption<LcbParticularsProps>,
|
|
5
|
+
{
|
|
6
|
+
textAlign: string
|
|
7
|
+
}
|
|
8
|
+
>,
|
|
9
|
+
{},
|
|
10
|
+
unknown,
|
|
11
|
+
{},
|
|
12
|
+
{},
|
|
13
|
+
import('vue').ComponentOptionsMixin,
|
|
14
|
+
import('vue').ComponentOptionsMixin,
|
|
15
|
+
{},
|
|
16
|
+
string,
|
|
17
|
+
import('vue').PublicProps,
|
|
18
|
+
Readonly<
|
|
19
|
+
import('vue').ExtractPropTypes<
|
|
20
|
+
__VLS_WithDefaults<
|
|
21
|
+
__VLS_TypePropsToOption<LcbParticularsProps>,
|
|
22
|
+
{
|
|
23
|
+
textAlign: string
|
|
24
|
+
}
|
|
25
|
+
>
|
|
26
|
+
>
|
|
27
|
+
>,
|
|
28
|
+
{
|
|
29
|
+
textAlign: 'left' | 'right'
|
|
30
|
+
},
|
|
31
|
+
{}
|
|
32
|
+
>
|
|
33
|
+
export default _default
|
|
34
|
+
type __VLS_WithDefaults<P, D> = {
|
|
35
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D
|
|
36
|
+
? __VLS_Prettify<
|
|
37
|
+
P[K] & {
|
|
38
|
+
default: D[K]
|
|
39
|
+
}
|
|
40
|
+
>
|
|
41
|
+
: P[K]
|
|
42
|
+
}
|
|
43
|
+
type __VLS_Prettify<T> = {
|
|
44
|
+
[K in keyof T]: T[K]
|
|
45
|
+
} & {}
|
|
46
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
47
|
+
type __VLS_TypePropsToOption<T> = {
|
|
48
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
49
|
+
? {
|
|
50
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
51
|
+
}
|
|
52
|
+
: {
|
|
53
|
+
type: import('vue').PropType<T[K]>
|
|
54
|
+
required: true
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{},
|
|
3
|
+
{},
|
|
4
|
+
{
|
|
5
|
+
use2dCanvas: boolean
|
|
6
|
+
canvasHeight: number
|
|
7
|
+
canvasWidth: null
|
|
8
|
+
parentWidth: number
|
|
9
|
+
inited: boolean
|
|
10
|
+
progress: number
|
|
11
|
+
firstRender: number
|
|
12
|
+
done: boolean
|
|
13
|
+
tasks: never[]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
styles(): string
|
|
17
|
+
canvasId(): string
|
|
18
|
+
size(): string | undefined
|
|
19
|
+
dpr(): any
|
|
20
|
+
boardWidth(): any
|
|
21
|
+
boardHeight(): any
|
|
22
|
+
hasBoard(): any
|
|
23
|
+
elements(): any
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
watchRender(val: any, old: any): Promise<void>
|
|
27
|
+
setFilePath(path: any, param: any): Promise<any>
|
|
28
|
+
getSize(args: any): Promise<void>
|
|
29
|
+
canvasToTempFilePathSync(args: any): void
|
|
30
|
+
runTask(): void
|
|
31
|
+
getParentWeith(): Promise<any>
|
|
32
|
+
render(args?: {}): Promise<void | {
|
|
33
|
+
ctx: any
|
|
34
|
+
draw: any
|
|
35
|
+
node: any
|
|
36
|
+
}>
|
|
37
|
+
canvasDraw(flag?: boolean): Promise<any>
|
|
38
|
+
getContext(): Promise<any>
|
|
39
|
+
canvasToTempFilePath(args?: {}): Promise<any>
|
|
40
|
+
},
|
|
41
|
+
any,
|
|
42
|
+
import('vue').ComponentOptionsMixin,
|
|
43
|
+
{},
|
|
44
|
+
string,
|
|
45
|
+
import('vue').PublicProps,
|
|
46
|
+
Readonly<import('vue').ExtractPropTypes<{}>>,
|
|
47
|
+
{},
|
|
48
|
+
{}
|
|
49
|
+
>
|
|
50
|
+
export default _default
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { LcbProductProps } from '../../types'
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
default?(_: {}): any
|
|
4
|
+
}
|
|
5
|
+
declare const __VLS_component: import('vue').DefineComponent<
|
|
6
|
+
__VLS_WithDefaults<
|
|
7
|
+
__VLS_TypePropsToOption<
|
|
8
|
+
LcbProductProps & {
|
|
9
|
+
loading?: boolean
|
|
10
|
+
}
|
|
11
|
+
>,
|
|
12
|
+
{}
|
|
13
|
+
>,
|
|
14
|
+
{},
|
|
15
|
+
unknown,
|
|
16
|
+
{},
|
|
17
|
+
{},
|
|
18
|
+
import('vue').ComponentOptionsMixin,
|
|
19
|
+
import('vue').ComponentOptionsMixin,
|
|
20
|
+
{},
|
|
21
|
+
string,
|
|
22
|
+
import('vue').PublicProps,
|
|
23
|
+
Readonly<
|
|
24
|
+
import('vue').ExtractPropTypes<
|
|
25
|
+
__VLS_WithDefaults<
|
|
26
|
+
__VLS_TypePropsToOption<
|
|
27
|
+
LcbProductProps & {
|
|
28
|
+
loading?: boolean
|
|
29
|
+
}
|
|
30
|
+
>,
|
|
31
|
+
{}
|
|
32
|
+
>
|
|
33
|
+
>
|
|
34
|
+
>,
|
|
35
|
+
{},
|
|
36
|
+
{}
|
|
37
|
+
>
|
|
38
|
+
declare const _default: __VLS_WithTemplateSlots<
|
|
39
|
+
typeof __VLS_component,
|
|
40
|
+
ReturnType<typeof __VLS_template>
|
|
41
|
+
>
|
|
42
|
+
export default _default
|
|
43
|
+
type __VLS_WithDefaults<P, D> = {
|
|
44
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D
|
|
45
|
+
? __VLS_Prettify<
|
|
46
|
+
P[K] & {
|
|
47
|
+
default: D[K]
|
|
48
|
+
}
|
|
49
|
+
>
|
|
50
|
+
: P[K]
|
|
51
|
+
}
|
|
52
|
+
type __VLS_Prettify<T> = {
|
|
53
|
+
[K in keyof T]: T[K]
|
|
54
|
+
} & {}
|
|
55
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
56
|
+
new (): {
|
|
57
|
+
$slots: S
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
61
|
+
type __VLS_TypePropsToOption<T> = {
|
|
62
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
63
|
+
? {
|
|
64
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
65
|
+
}
|
|
66
|
+
: {
|
|
67
|
+
type: import('vue').PropType<T[K]>
|
|
68
|
+
required: true
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { LcbProductProps } from '../../types'
|
|
2
|
+
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
__VLS_TypePropsToOption<LcbProductProps>,
|
|
4
|
+
{},
|
|
5
|
+
unknown,
|
|
6
|
+
{},
|
|
7
|
+
{},
|
|
8
|
+
import('vue').ComponentOptionsMixin,
|
|
9
|
+
import('vue').ComponentOptionsMixin,
|
|
10
|
+
{},
|
|
11
|
+
string,
|
|
12
|
+
import('vue').PublicProps,
|
|
13
|
+
Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<LcbProductProps>>>,
|
|
14
|
+
{},
|
|
15
|
+
{}
|
|
16
|
+
>
|
|
17
|
+
export default _default
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
19
|
+
type __VLS_TypePropsToOption<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
21
|
+
? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
23
|
+
}
|
|
24
|
+
: {
|
|
25
|
+
type: import('vue').PropType<T[K]>
|
|
26
|
+
required: true
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { LcbProductProps } from './types'
|
|
2
|
+
declare function __VLS_template(): Readonly<{
|
|
3
|
+
item(props: { item: any }): any
|
|
4
|
+
}> & {
|
|
5
|
+
item(props: { item: any }): any
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<
|
|
8
|
+
__VLS_WithDefaults<
|
|
9
|
+
__VLS_TypePropsToOption<LcbProductProps>,
|
|
10
|
+
{
|
|
11
|
+
listType: string
|
|
12
|
+
imageWidth: number
|
|
13
|
+
imageHeight: number
|
|
14
|
+
titleLineClamp: number
|
|
15
|
+
column: number
|
|
16
|
+
paddingHorizontal: number
|
|
17
|
+
paddingVertical: number
|
|
18
|
+
sourceMode: number
|
|
19
|
+
gap: number
|
|
20
|
+
}
|
|
21
|
+
>,
|
|
22
|
+
{
|
|
23
|
+
clear: () => void
|
|
24
|
+
},
|
|
25
|
+
unknown,
|
|
26
|
+
{},
|
|
27
|
+
{},
|
|
28
|
+
import('vue').ComponentOptionsMixin,
|
|
29
|
+
import('vue').ComponentOptionsMixin,
|
|
30
|
+
{},
|
|
31
|
+
string,
|
|
32
|
+
import('vue').PublicProps,
|
|
33
|
+
Readonly<
|
|
34
|
+
import('vue').ExtractPropTypes<
|
|
35
|
+
__VLS_WithDefaults<
|
|
36
|
+
__VLS_TypePropsToOption<LcbProductProps>,
|
|
37
|
+
{
|
|
38
|
+
listType: string
|
|
39
|
+
imageWidth: number
|
|
40
|
+
imageHeight: number
|
|
41
|
+
titleLineClamp: number
|
|
42
|
+
column: number
|
|
43
|
+
paddingHorizontal: number
|
|
44
|
+
paddingVertical: number
|
|
45
|
+
sourceMode: number
|
|
46
|
+
gap: number
|
|
47
|
+
}
|
|
48
|
+
>
|
|
49
|
+
>
|
|
50
|
+
>,
|
|
51
|
+
{
|
|
52
|
+
paddingHorizontal: number
|
|
53
|
+
paddingVertical: number
|
|
54
|
+
gap: number
|
|
55
|
+
column: number
|
|
56
|
+
imageWidth: number
|
|
57
|
+
imageHeight: number
|
|
58
|
+
listType: 'list' | 'horizontal' | 'grid' | 'waterfall'
|
|
59
|
+
titleLineClamp: number
|
|
60
|
+
sourceMode: 1 | 2
|
|
61
|
+
},
|
|
62
|
+
{}
|
|
63
|
+
>
|
|
64
|
+
declare const _default: __VLS_WithTemplateSlots<
|
|
65
|
+
typeof __VLS_component,
|
|
66
|
+
ReturnType<typeof __VLS_template>
|
|
67
|
+
>
|
|
68
|
+
export default _default
|
|
69
|
+
type __VLS_WithDefaults<P, D> = {
|
|
70
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D
|
|
71
|
+
? __VLS_Prettify<
|
|
72
|
+
P[K] & {
|
|
73
|
+
default: D[K]
|
|
74
|
+
}
|
|
75
|
+
>
|
|
76
|
+
: P[K]
|
|
77
|
+
}
|
|
78
|
+
type __VLS_Prettify<T> = {
|
|
79
|
+
[K in keyof T]: T[K]
|
|
80
|
+
} & {}
|
|
81
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
82
|
+
new (): {
|
|
83
|
+
$slots: S
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T
|
|
87
|
+
type __VLS_TypePropsToOption<T> = {
|
|
88
|
+
[K in keyof T]-?: {} extends Pick<T, K>
|
|
89
|
+
? {
|
|
90
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>
|
|
91
|
+
}
|
|
92
|
+
: {
|
|
93
|
+
type: import('vue').PropType<T[K]>
|
|
94
|
+
required: true
|
|
95
|
+
}
|
|
96
|
+
}
|