@conecli/cone-render 0.8.19 → 0.8.21
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/api/index.ts +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
- package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
- package/dist/components/floorItem.jd.tsx +1 -0
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/floorItem.weapp.tsx +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/open/api/index.ts +1 -1
- package/dist/open/api/jump.ts +1 -1
- package/dist/open/api/shopMember.ts +1 -0
- package/dist/service/http/const.ts +1 -0
- package/dist/service/http/http.ts +1 -0
- package/dist/service/http/httpInterceptors.jd.ts +1 -0
- package/dist/service/http/httpInterceptors.ts +1 -0
- package/dist/service/http/index.ts +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
1
|
return FloorContentItem ? (
|
|
3
2
|
<FloorContentItem {...props} dataDefines={dataDefines} />
|
|
4
3
|
) : isDevMode ? (
|
|
5
4
|
renderDecorateDefaultModule()
|
|
6
5
|
) : null
|
|
6
|
+
import React from 'react'
|
|
7
7
|
return FloorContentItem ? (
|
|
8
8
|
<FloorContentItem {...props} dataDefines={dataDefines} />
|
|
9
9
|
) : isDevMode ? (
|
|
10
10
|
renderDecorateDefaultModule()
|
|
11
11
|
) : null
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare namespace JumpEventReportInterFace {
|
|
1
|
+
export declare namespace JumpEventReportInterFace {
|
|
2
2
|
export interface ShopIdsInfo {
|
|
3
3
|
shopId?: number | string
|
|
4
4
|
venderId?: number | string
|
|
5
5
|
logEventInfo?: object
|
|
6
6
|
type?: string
|
|
7
7
|
}
|
|
8
8
|
export interface RouterInfo {
|
|
9
9
|
params: any
|
|
10
10
|
pageParamStr?: string
|
|
11
11
|
[key: string]: any
|
|
12
12
|
}
|
|
13
13
|
export interface JumpMiniPath {
|
|
14
14
|
shop: string
|
|
15
15
|
shopx: string
|
|
16
16
|
detail: string
|
|
17
17
|
searchCoupon: string
|
|
18
18
|
h5: string
|
|
19
19
|
jingGouHome: string
|
|
20
20
|
shopFans: string
|
|
21
21
|
shopLight: string
|
|
22
22
|
couponSearch: string
|
|
23
23
|
}
|
|
24
24
|
export interface jumpWebUrl {
|
|
25
25
|
mshop: string
|
|
26
26
|
pages: string
|
|
27
27
|
couponSearch: string
|
|
28
28
|
shopSecondActivity: string
|
|
29
29
|
shopLight: string
|
|
30
30
|
detail: string
|
|
31
31
|
mobileHome: string
|
|
32
32
|
rank: string
|
|
33
33
|
wqShopMember: string
|
|
34
34
|
wqShopDetail: string
|
|
35
35
|
wqShopSearch: string
|
|
36
36
|
shopMember: string
|
|
37
37
|
shopMemberPointDetail: string
|
|
38
38
|
shopMemberBenefit: string
|
|
39
39
|
shopMemberRule: string
|
|
40
40
|
shopMemberCloseAccount: string
|
|
41
41
|
shopMemberPointExchange: string
|
|
42
42
|
shopMemberBonusPurchase: string
|
|
43
43
|
shopMemberGood: string
|
|
44
44
|
beanDetail: string
|
|
45
45
|
totalPromotion: string
|
|
46
46
|
mLive: string
|
|
47
47
|
shopHome: string
|
|
48
48
|
shopIntroduce: string
|
|
49
49
|
shopSearch: string
|
|
50
50
|
shopLottery: string
|
|
51
51
|
shopCoupon: string
|
|
52
52
|
shopWares: string
|
|
53
53
|
shopFastShopping: string
|
|
54
54
|
shopSpeciSeckill: string
|
|
55
55
|
shopVideos: string
|
|
56
56
|
shopUseShareOrderUgcContent: string
|
|
57
57
|
dongDongChat: string
|
|
58
58
|
samCenter: string
|
|
59
59
|
samCard: string
|
|
60
60
|
}
|
|
61
61
|
export interface EventReportConfig {
|
|
62
62
|
routerInfo: RouterInfo
|
|
63
63
|
nativeEvent: any
|
|
64
64
|
}
|
|
65
65
|
export interface OptEventLogParams {
|
|
66
66
|
eventId?: string
|
|
67
67
|
eventParam?: string | object
|
|
68
68
|
pTag?: string
|
|
69
69
|
jsonParam?: {
|
|
70
70
|
[key: string]: any
|
|
71
71
|
}
|
|
72
72
|
skuId?: string | number
|
|
73
73
|
eventLevel?: string
|
|
74
74
|
exposureState?: boolean
|
|
75
75
|
otherParams?: object
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
export interface JumpH5ReportConfig {
|
|
79
79
|
shopId?: number | string
|
|
80
80
|
venderId?: number | string
|
|
81
81
|
sourceValue?: string
|
|
82
82
|
sourceType?: string
|
|
83
83
|
}
|
|
84
84
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
85
85
|
getConfig(opt): EventReportConfig
|
|
86
86
|
updateInfo(routerInfo, logPname): void
|
|
87
87
|
}
|
|
88
88
|
export interface CouponUrlParams {
|
|
89
89
|
batchId: number
|
|
90
90
|
bindType: number
|
|
91
91
|
startTime?: number
|
|
92
92
|
endTime?: number
|
|
93
93
|
quangoufrom?: number
|
|
94
94
|
sceneId?: number
|
|
95
95
|
}
|
|
96
96
|
export interface JdMiniJumpParams {
|
|
97
97
|
param: string | object
|
|
98
98
|
sourceValue: string
|
|
99
99
|
sourceType: string
|
|
100
100
|
des?: any
|
|
101
101
|
logEventInfo?: object
|
|
102
102
|
}
|
|
103
103
|
export interface LinkMiniParams {
|
|
104
104
|
param?: {
|
|
105
105
|
pageType?: string
|
|
106
106
|
}
|
|
107
107
|
appId?: string | number
|
|
108
108
|
path?: string
|
|
109
109
|
}
|
|
110
110
|
export interface JdJumpWxappReportConfig {
|
|
111
111
|
wxApiVersion: string
|
|
112
112
|
wxApiUrl: string
|
|
113
113
|
wqReportUrl: string
|
|
114
114
|
}
|